summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replaced vue-resource for axios in the prometheus dashboardjivl-replace-vue-resource-prometheus-dashboardJose Ivan Vargas2017-11-223-26/+14
|
* Merge branch 'gitaly-bundle-changes' into 'master'Rémy Coutable2017-11-212-10/+17
|\ | | | | | | | | Use `make install` for Gitaly setups in non-test environments See merge request gitlab-org/gitlab-ce!15295
| * Use `make install` for Gitaly setups in non-test environmentsAlejandro Rodríguez2017-11-212-10/+17
|/
* Merge branch '40377-blank-states' into 'master'Annabel Dunstone Gray2017-11-215-27/+46
|\ | | | | | | | | | | | | Fix blank states using old css Closes #40377 See merge request gitlab-org/gitlab-ce!15521
| * Fix blank states using old css40377-blank-statesFilipa Lacerda2017-11-215-27/+46
| |
* | Merge branch 'dz-improve-help-page' into 'master'Annabel Dunstone Gray2017-11-212-21/+1
|\ \ | | | | | | | | | | | | Add wiki css to help page See merge request gitlab-org/gitlab-ce!15488
| * | Remove unnecessary css for .documentation-indexdz-improve-help-pageDmitriy Zaporozhets2017-11-211-12/+0
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Add wiki css to help pageDmitriy Zaporozhets2017-11-202-9/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'sh-optimize-read-only-check' into 'master'Douwe Maan2017-11-212-1/+18
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Optimize read-only middleware so that it does not consume as much CPU Closes #40185 and gitlab-com/infrastructure#3240 See merge request gitlab-org/gitlab-ce!15504
| * | | Revert "check for `read_only?` first before seeing if request is disallowed"digitalMoksha2017-11-211-1/+1
| | | | | | | | | | | | | | | | This reverts commit 91075c8237307e09c2be8a88ffb3711fd62417d1.
| * | | check for `read_only?` first before seeing if request is disallowedsh-optimize-read-only-checkdigitalMoksha2017-11-211-1/+1
| | | |
| * | | use `Gitlab::Routing.url_helpers` instead of ↵digitalMoksha2017-11-212-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | `Rails.application.routes.url_helpers` since `Rails.application.routes.url_helpers` creates a new anonymous module every time it's called
| * | | Optimize read-only middleware so that it does not consume as much CPUStan Hu2017-11-202-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In !15082, we changed the behavior of the middleware to call `Rails.application.routes.recognize_path` whenever a new route arrived. However, this can be a CPU-intensive task because Rails needs to allocate memory and compile 850+ different regular expressions, which are complicated in GitLab. As a short-term fix, we can do a lightweight string match before we do the heavier comparison. Closes #40185, gitlab-com/infrastructure#3240
* | | | Merge branch 'skip_confirmation_user_API' into 'master'Rémy Coutable2017-11-215-1/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Skip confirmation user api Closes #28934 See merge request gitlab-org/gitlab-ce!15175
| * | | | Skip confirmation user apiDaniel Juarez2017-11-215-1/+22
|/ / / /
* | | | Merge branch 'docs-custom-issue-tracker' into 'master'Sean McGivern2017-11-212-0/+21
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Custom issue tracker See merge request gitlab-org/gitlab-ce!15516
| * | | Custom issue trackerVictor Wu2017-11-212-0/+21
|/ / /
* | | Merge branch ↵Sean McGivern2017-11-216-3/+66
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '39461-notes-api-for-issues-no-longer-returns-label-additions-removals' into 'master' Resolve "Notes API for issues no longer returns label additions/removals" Closes #39461 See merge request gitlab-org/gitlab-ce!15080
| * | | add `#with_metadata` scope to remove a N+1 from the notes' APImicael.bergeron2017-11-212-2/+3
| | | |
| * | | add the missing specmicael.bergeron2017-11-202-2/+33
| | | |
| * | | fix the linting error39461-notes-api-for-issues-no-longer-returns-label-additions-removalsmicael.bergeron2017-11-161-1/+1
| | | |
| * | | reverting to the simpler approachmicael.bergeron2017-11-165-25/+28
| | | |
| * | | try to fix the failing spec on external refsmicael.bergeron2017-11-151-1/+1
| | | |
| * | | fix the commit reference pattern from matching other entitiesmicael.bergeron2017-11-153-1/+29
| | | |
* | | | Merge branch '40367-tagspage-tags' into 'master'Douwe Maan2017-11-211-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "TagsPage|Tags" Closes #40367 See merge request gitlab-org/gitlab-ce!15512
| * | | | Use the correct i18n helper for namespaced string40367-tagspage-tagsRémy Coutable2017-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch 'zj-commit-show-n-1' into 'master'Sean McGivern2017-11-2118-56/+86
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Batch load blobs for diff generation Closes #37599 See merge request gitlab-org/gitlab-ce!15370
| * | | | | Batchload blobs for diff generationZeger-Jan van de Weg2017-11-2118-56/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After installing a new gem, batch-loader, a construct can be used to queue data to be fetched in bulk. The gem was also introduced in both gitlab-org/gitlab-ce!14680 and gitlab-org/gitlab-ce!14846, but those mrs are not merged yet. For the generation of diffs, both the old blob and the new blob need to be loaded. This for every file in the diff, too. Now we collect all these so we do 1 fetch. Three `.allow_n_plus_1_calls` have been removed, which I expect to be valid, but this needs to be confirmed by a full CI run. Possibly closes: - https://gitlab.com/gitlab-org/gitlab-ce/issues/37445 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37599 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37431
* | | | | | Merge branch 'issue_40337' into 'master'Sean McGivern2017-11-213-9/+55
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix promoting milestone updating all issuables without milestone Closes #40337 See merge request gitlab-org/gitlab-ce!15487
| * | | | | Fix promoting milestone updating all issuables without milestoneissue_40337Felipe Artur2017-11-213-9/+55
| | | | | |
* | | | | | Merge branch 'gitaly-test-no-deployment' into 'master'Sean McGivern2017-11-212-5/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | Fix slow gitaly dev test bundle See merge request gitlab-org/gitlab-ce!15508
| * | | | | Fix slow gitaly dev test bundleJacob Vosmaer (GitLab)2017-11-212-5/+3
|/ / / / /
* | | | | Merge branch '38869-milestone' into 'master'Phil Hughes2017-11-2110-209/+176
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Export code as ES6 modules See merge request gitlab-org/gitlab-ce!15503
| * | | | | Export code as ES6 modules38869-milestoneFilipa Lacerda2017-11-2010-209/+176
| | |_|/ / | |/| | |
* | | | | Merge branch 'backport-3434' into 'master'Filipa Lacerda2017-11-216-3/+72
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Backport ability to enable/disable file attachments in issuable form See merge request gitlab-org/gitlab-ce!15433
| * | | | | Backport ability to enable/disable file attachments in issuable formClement Ho2017-11-216-3/+72
|/ / / / /
* | | | | Merge branch 'sh-memoize-gitlab-shell' into 'master'Douwe Maan2017-11-211-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Memoize GitlabShellAdapter for performance and ease of testing See merge request gitlab-org/gitlab-ce!15507
| * | | | | Memoize GitlabShellAdapter for performance and ease of testingStan Hu2017-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3463#note_47990536
* | | | | | Merge branch '39821-fix-commits-list-with-multi-file-editor' into 'master'Phil Hughes2017-11-213-0/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix commits list 500 with multi-file editor new_repo cookie Closes #39821 See merge request gitlab-org/gitlab-ce!15502
| * | | | | | Fix commits list 500 with multi-file editor new_repo cookie39821-fix-commits-list-with-multi-file-editorEric Eastwood2017-11-203-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39821 /<namespace>/<project>/commmits/master
* | | | | | | Merge branch 'rc/remove-useless-allow-failure' into 'master'Grzegorz Bizon2017-11-211-2/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Remove a useless `allow_failure: no` and use `true` instead of `yes` See merge request gitlab-org/gitlab-ce!15491
| * | | | | | Remove a useless `allow_failure: no` and use `true` instead of `yes`rc/remove-useless-allow-failureRémy Coutable2017-11-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch 'grpc-update' into 'master'Robert Speicher2017-11-211-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gRPC to v1.7.2 Closes gitaly#742 See merge request gitlab-org/gitlab-ce!15439
| * | | | | | Update gRPC to v1.7.2Alejandro Rodríguez2017-11-201-2/+2
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This solves a problem where Gitaly connections through Unix sockets would not work when a proxy was configures, even if a no_proxy setting was specified
* | | | | | Merge branch '40290-remove-rake-gitlab-sidekiq-drop-post-receive' into 'master'Nick Thomas2017-11-202-47/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove the rake task `gitlab:sidekiq:drop_post_receive` Closes #40290 See merge request gitlab-org/gitlab-ce!15493
| * | | | | | added changelog entry40290-remove-rake-gitlab-sidekiq-drop-post-receivedigitalMoksha2017-11-201-0/+5
| | | | | | |
| * | | | | | remove the rake task `gitlab:sidekiq:drop_post_receive`digitalMoksha2017-11-201-47/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This task is no longer being used and is not documented.
* | | | | | | Merge branch 'fix-mr-cleanup' into 'master'Sean McGivern2017-11-201-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix merge_requests.source_project_id migration See merge request gitlab-org/gitlab-ce!15496
| * | | | | | | Fix merge_requests.source_project_id migrationfix-mr-cleanupYorick Peterse2017-11-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to make sure merge_requests.source_project_id allows NULL values _before_ updating rows as otherwise this will lead to a NOT NULL constraint failing.
* | | | | | | | Merge branch '1870-impersonation-stuck-on-password-change-ce' into 'master'Sean McGivern2017-11-204-4/+34
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CE] Impersonation no longer gets stuck on password change. Closes #13888 See merge request gitlab-org/gitlab-ce!15497