- 25 Apr, 2016 3 commits
-
-
Valery Sizov authored
-
Kamil Trzciński authored
pages: Fix "undefined local variable or method `total_size'" when maximum page size is exceeded Seems like a simple fix - total_size is unqualified in the error message, leading to a NoMethodError being raised instead of the expected error. Suggests some tests are missing, but I'm on work time and in a bit of a hurry! I suspect there's an underlying issue: The admin site says that a maximum pages size of 0 is "unlimited", so I set it to 0. This error then arose trying to build pages, implying 0 actually means 0 in this context at the moment. See merge request !356
-
Valery Sizov authored
CE upstream See merge request !357
-
- 24 Apr, 2016 1 commit
-
-
Robert Speicher authored
Webhook name consistency In project settings we name it "Webhooks" in group settings "Web Hook". This request makes it consistent. See merge request !352
-
- 22 Apr, 2016 17 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Gabriel Mazetto authored
Geo: Improvements and fixes after QA We are going to move Geo (#76) to General Availability. This MR will handle all small fixes and changes to get a solid release - [x] Replicates repository removal (using system hooks) - [x] Replicates repository rename (using system hooks) - [x] Replicates repository transfer (using system hooks) - [x] Whitelisted Sidekiq routes so you can use web interface in a secondary node. - [x] Change "Gitlab -> GitLab" for the readonly error flash - [x] Check license add-on to allow any Geo features. - [x] Do not execute on a secondary node: `StuckCiBuildsWorker` - [x] Do not execute on a secondary node: `HistoricalDataWorker` - [x] Documentation changes: (master, slave -> primary, secondary) - [x] Document we require `db_key_base`(secrets.yml) to be the same in all nodes See merge request !354
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Valery Sizov authored
Mark 8.7.0 as released See merge request !358
-
Yorick Peterse authored
[ci skip]
-
Valery Sizov authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 21 Apr, 2016 19 commits
-
-
Achilleas Pipinellis authored
Refactor update documentation Port from CE https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3822 See merge request !355
-
Nick Thomas authored
-
Jacob Schatz authored
File name change appears on one line Closes #15445 <img src="/uploads/51714555be63af16b810cf528de49192/Screen_Shot_2016-04-21_at_9.22.43_AM.png" width="500px"> See merge request !3854
-
Jacob Schatz authored
Fixed issue with author link color on dark diffs Correctly added a color to the author link ![Screen_Shot_2016-04-21_at_08.55.05](/uploads/ffa9e12e868c7b71fa4dd9244114274a/Screen_Shot_2016-04-21_at_08.55.05.png) Fixes #15444 See merge request !3847
-
Stan Hu authored
Use SIGTERM during Sidekiq memory shutdown This makes the memory killer behave more like 'sidekiqctl stop'. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15359 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14462 See merge request !3853
-
Annabel Dunstone authored
-
Douwe Maan authored
Filter labels by including ALL filter titles Fixed query to use `AND` and not `OR`. Refactored relevant specs See merge request !3815
-
Jacob Vosmaer authored
This makes the memory killer behave more like 'sidekiqctl stop'.
-
Jacob Schatz authored
Revert "Merge branch 'sentry-js' into 'master'" This reverts commit 0f309794, reversing changes made to 1e596fef. See merge request !3851
-
Dmitriy Zaporozhets authored
Implement top navigation for profile area Main idea is to keep left sidebar static so user is not confused by changing context. Instead we put changing navigation with changing content in one main block. I used profile area as a simplest way to implement and test this concept. Your feedback is welcome in comments For https://gitlab.com/gitlab-org/gitlab-ce/issues/14354#note_4878536Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !3824
-
Jacob Schatz authored
-
Jacob Schatz authored
This reverts commit 0f309794, reversing changes made to 1e596fef.
-
James Lopez authored
-
Achilleas Pipinellis authored
[ci skip]
-
Douwe Maan authored
Document the feature freeze starting on the 18th cc @dzaporozhets @rspeicher @DouweM @rymai @axil See merge request !3698
-
Rémy Coutable authored
Show project members only for members fixes #5838 See merge request !3752
-
Yorick Peterse authored
Attempt to create pg_trgm extension in migration for test/dev environments See merge request !3805
-
James Lopez authored
-
Gabriel Mazetto authored
-