- 14 Dec, 2017 21 commits
-
-
Nick Thomas authored
By importing this Ruby code into gitlab-rails (and gitaly-ruby), we avoid 200ms of startup time for each gitlab_projects subprocess we are eliminating. By not having a gitlab_projects subprocess between gitlab-rails / sidekiq and any git subprocesses (e.g. for fork_project, fetch_remote, etc, calls), we can also manage these git processes more cleanly, and avoid sending SIGKILL to them
-
Marcia Ramos authored
Fixed doc for create MR from email See merge request gitlab-org/gitlab-ce!15849
-
Sean McGivern authored
Include project in BatchLoader key to prevent returning blobs for the wrong project Closes gitlab-ee#4325 See merge request gitlab-org/gitlab-ce!15936
-
Rémy Coutable authored
sorting for tags api See merge request gitlab-org/gitlab-ce!15772
-
haseeb authored
-
Sean McGivern authored
Clear caches before updating MR diffs See merge request gitlab-org/gitlab-ce!15916
-
Douwe Maan authored
-
Douwe Maan authored
-
Kamil Trzciński authored
Dependencies Validator fails when depended job is `manual` Closes #41110 See merge request gitlab-org/gitlab-ce!15924
-
Grzegorz Bizon authored
Update GitLab QA dependencies See merge request gitlab-org/gitlab-ce!15929
-
Grzegorz Bizon authored
Bump gitlab-shell version to 5.10.3 See merge request gitlab-org/gitlab-ce!15932
-
Sean McGivern authored
gitlab-shell 5.10.3 does not introduce any new features; it just removes an unused config option.
-
Sean McGivern authored
Make mail notifications of discussion notes In-Reply-To of each other Closes #36054 See merge request gitlab-org/gitlab-ce!14289
-
Sean McGivern authored
Use author info on commits list page rather than most recent commit date Closes #25317 See merge request gitlab-org/gitlab-ce!15868
-
Zeger-Jan van de Weg authored
The hook ordering influenced the diffs being generated as these used values from before the update due to the memoization still being in place. This commit reorders them and tests against this behaviour.
-
Grzegorz Bizon authored
-
Sean McGivern authored
Use a dedicated queue for each Sidekiq worker See merge request gitlab-org/gitlab-ce!15882
-
Grzegorz Bizon authored
-
Douwe Maan authored
Clarifies documentation for user, group & project transfers See merge request gitlab-org/gitlab-ce!15896
-
Shinya Maeda authored
-
Tim Zallmann authored
Export date utility functions as ES6 modules See merge request gitlab-org/gitlab-ce!15782
-
- 13 Dec, 2017 19 commits
-
-
Mayra Cabrera authored
-
Fatih Acet authored
Corrected typo in quick action data attribute Closes #41035 See merge request gitlab-org/gitlab-ce!15872
-
Toon Claes authored
When a note is part of a discussion, the email sent out will be `In-Reply-To` the previous note in that discussion. It also `References` all the previous notes in that discussion, and the original issue. Closes gitlab-org/gitlab-ce#36054.
-
Toon Claes authored
When a note is part of a discussion, the email sent out should be `In-Reply-To` the previous note in that discussion. Closes gitlab-org/gitlab-ce#36054
-
Rémy Coutable authored
Adds ordering to projects contributors in API Closes #13695 See merge request gitlab-org/gitlab-ce!15469
-
Filipa Lacerda authored
Unify dialog modal/popup dialog/confirmation dialog/modal to modal See merge request gitlab-org/gitlab-ce!15865
-
Annabel Dunstone Gray authored
Update issuable status icons Closes #33926 See merge request gitlab-org/gitlab-ce!15898
-
Robert Speicher authored
Cache feature check for 1 minute for MethodCall instrumentation toggle See merge request gitlab-org/gitlab-ce!15800
-
Pawel Chojnacki authored
-
Rémy Coutable authored
Add a gitlab:tcp_check rake task See merge request gitlab-org/gitlab-ce!15759
-
Jacopo authored
Allows ordering in GET api/v4/projects/:project_id/repository/contributors through `order_by` and `sort` params. The available `order_by` options are: name|email|commits. The available `sort` options are: asc|desc.
-
Sean McGivern authored
Prevent worker that updates merge requests head pipeline from failing jobs Closes #41021 See merge request gitlab-org/gitlab-ce!15870
-
Annabel Dunstone Gray authored
-
Robert Speicher authored
Enable the performance bar in dev environments Closes #40989 See merge request gitlab-org/gitlab-ce!15913
-
Nick Thomas authored
This allows us to avoid relying on telnet / netcat being installed
-
Felipe Artur authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Achilleas Pipinellis authored
Docs: Update admin docs See merge request gitlab-org/gitlab-ce!15892
-