summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | fox specsValery Sizov2015-12-071-1/+3
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Add added, modified and removed properties to commit object in webhookValery Sizov2015-12-041-30/+2
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #9892 from stetskevych/fix_nginx_ssl_configJacob Vosmaer2015-12-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Fix gitlab-ssl nginx config to work when multiple server_names are served over https
| * | | | | | | | | | | | | | | | | | | Fix gitlab-ssl nginx config to work when multiple server_names are served ↵Vyacheslav Stetskevych2015-12-061-1/+1
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | over https
* | | | | | | | | | | | | | | | | | | Merge branch 'fix-gitlab-workhorse-initd-check' into 'master' Stan Hu2015-12-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check GitLab Workhorse status in init.d script when reporting all components are up and running Closes https://github.com/gitlabhq/gitlabhq/issues/9869 See merge request !1969
| * | | | | | | | | | | | | | | | | | Check GitLab Workhorse status in init.d script when reporting all components ↵Stan Hu2015-12-041-1/+1
| |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are up and running Closes https://github.com/gitlabhq/gitlabhq/issues/9869
* | | | | | | | | | | | | | | | | | Merge branch 'link-refs' into 'master' Robert Speicher2015-12-0414-158/+260
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recognize issue/MR/snippet/commit links as references. Fixes #3744 and #3745 See merge request !1933
| * | | | | | | | | | | | | | | | | Satisfy rubocoplink-refsDouwe Maan2015-12-031-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Pass original text along with label reference filter.Douwe Maan2015-12-031-1/+5
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Use URL helpers in specsDouwe Maan2015-12-031-2/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'master' into link-refsDouwe Maan2015-12-031-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Allow invalid URLs in closing patternDouwe Maan2015-12-021-1/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'master' into link-refsDouwe Maan2015-12-025-5/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Expand inline docs.Douwe Maan2015-12-012-2/+28
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Pick up direct links to issues/MRs as references.Douwe Maan2015-12-011-1/+16
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Allow reference format as link hrefDouwe Maan2015-12-017-25/+80
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Autolink first so we don't pick up numeric anchors as issue references.Douwe Maan2015-12-0110-25/+58
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Render commit reference using short sha, but include full sha in comment.Douwe Maan2015-12-011-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix code docsDouwe Maan2015-12-011-8/+7
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Have ClosingIssueExtractor recognize all referenced issuesDouwe Maan2015-11-301-4/+10
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Recognize issue/MR/snippet/commit links as references.Douwe Maan2015-11-307-115/+77
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'extend-events-api'Dmitriy Zaporozhets2015-12-041-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Extent Event and Note APIextend-events-apiDmitriy Zaporozhets2015-12-041-0/+3
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add note to Events API * add author section to Events API * add noteable_id and noteable_type to Notes API Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | | | | | | | | | Add API endpoint to fetch merge request commits listDmitriy Zaporozhets2015-12-041-0/+16
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | | | | | | | | fix deprecation messages in testsValery Sizov2015-12-031-1/+1
| |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'upload_hook' into 'master' Valery Sizov2015-11-301-0/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fire update hook from GitLab https://gitlab.com/gitlab-org/gitlab-ce/issues/3069 See merge request !1882
| * | | | | | | | | | | | | | | | Fire update hook from GitLabValery Sizov2015-11-301-0/+17
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'rails_update_to_4_2' into 'master' Valery Sizov2015-11-304-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rails update to 4.2.4 https://gitlab.com/gitlab-org/gitlab-ce/issues/2694 See merge request !1902
| * | | | | | | | | | | | | | | fix specsrails_update_to_4_2Valery Sizov2015-11-302-2/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Migrate mailers to ActiveJobValery Sizov2015-11-262-3/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix alignmentRobert Speicher2015-11-271-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | | | Fix indentation in NGINX confignginx-workhorse-upload-limitJacob Vosmaer2015-11-271-6/+6
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Repeat "client_max_body_size 0" everywhereJacob Vosmaer2015-11-272-0/+12
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that if we do not the declaration from "location /" wins.
* | | | | | | | | | | | | | | Merge branch 'sherlock-total-query-time' into 'master' Yorick Peterse2015-11-251-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added total query time to Sherlock This makes it easier to see if a problem is caused by slow queries or slow Ruby code (unrelated to any SQL queries that might be used). See merge request !1887
| * | | | | | | | | | | | | | | Added total query time to Sherlocksherlock-total-query-timeYorick Peterse2015-11-241-0/+5
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it easier to see if a problem is caused by slow queries or slow Ruby code (unrelated to any SQL queries that might be used).
* | | | | | | | | | | | | | | Remove usage of Coloredrs-update-colorizeRobert Speicher2015-11-241-11/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'ci-artifacts-path' into 'master' Robert Speicher2015-11-232-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose artifacts path This fixes broken artifacts storage path. Fixes #3607 Fixes #3608 Related: gitlab-org/omnibus-gitlab!544 See merge request !1869
| * | | | | | | | | | | | | | Expose artifacts pathci-artifacts-pathKamil Trzcinski2015-11-232-1/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'required_version_and_docs_update' into 'master' Dmitriy Zaporozhets2015-11-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update required version of lfs client and separate the docs for users and admins. See merge request !1855
| * | | | | | | | | | | | | | Update required version of lfs client and separate the docs for users and ↵required_version_and_docs_updateMarin Jankovski2015-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | admins.
* | | | | | | | | | | | | | | Merge branch 'fix-award-emoji-api' into 'master' Robert Speicher2015-11-221-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add upvote/downvote fields to merge request and note API to preserve compatibility As discussed in !1825 we should not break the API compatibility. * This MR adds the fields `upvotes`/`downvotes` to the merge request API again, which always return `0`. * Add the fields `upvote`/`downvote` to the notes API, which always return `false` This behavior is documented in the API docs. See merge request !1867
| * | | | | | | | | | | | | | | Add upvote/downvote fields to merge request and note API to preserve ↵fix-award-emoji-apiRobert Schilling2015-11-211-0/+5
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compatibility
* | | | | | | | | | | | | | | Allow editing a release in API via PUT methodRobert Schilling2015-11-211-0/+21
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Only allow to create a release if it does not exist yetRobert Schilling2015-11-211-2/+2
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Use POST to create a new release instead of PUTRobert Schilling2015-11-211-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | API: Return 404 if the tag for a release does not existRobert Schilling2015-11-211-3/+7
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Make tag API consistent for release featureRobert Schilling2015-11-212-5/+6
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'lfs-batch-download' into 'master' Marin Jankovski2015-11-202-68/+89
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for batch download operation - Drops Accept for all download requests, - Allows to do batch download for public projects and non-authorized users - Returns 501 for legacy API with message to upgrade the client /cc @marin @jacobvosmaer @yorickpeterse See merge request !1842
| * | | | | | | | | | | | | | Error 501 when client is using deprecated API.Marin Jankovski2015-11-202-49/+15
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix upload tests, reformat code and make rubocop happyKamil Trzcinski2015-11-201-2/+1
| | | | | | | | | | | | | | |