- 31 Jul, 2018 6 commits
-
-
Grzegorz Bizon authored
CE-Port of gitlab-ee!6708 Closes gitlab-ee#7038 See merge request gitlab-org/gitlab-ce!20917
-
Lukas Eipert authored
-
Filipa Lacerda authored
Warn in IDE when user navigates away with staged changes See merge request gitlab-org/gitlab-ce!20857
-
Phil Hughes authored
Resolve "Update poll.js to keep polling if the status code is 2xx" Closes #49747 See merge request gitlab-org/gitlab-ce!20904
-
Stan Hu authored
Fix bug with Wiki pages encoding Closes #49512 See merge request gitlab-org/gitlab-ce!20906
-
Francisco Javier López authored
-
- 30 Jul, 2018 34 commits
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Robert Speicher authored
Fix typo in health check documentation [ci skip] Closes #49733 See merge request gitlab-org/gitlab-ce!20914
-
Robert Speicher authored
Extract EE-specific lines from issuable finders See merge request gitlab-org/gitlab-ce!20899
-
Stan Hu authored
Closes #49733
-
Sid Sijbrandij authored
Clean up AWS EFS documentation See merge request gitlab-org/gitlab-ce!20912
-
Nick Thomas authored
Fix typos in CreateGpgSignatureWorker spec See merge request gitlab-org/gitlab-ce!20910
-
Peter Leitzen authored
-
Robert Speicher authored
Add /-/health basic health check endpoint See merge request gitlab-org/gitlab-ce!20456
-
Joshua Lambert authored
-
Robert Speicher authored
Fix /admin/jobs failing to load due to statement timeout Closes #49767 See merge request gitlab-org/gitlab-ce!20909
-
Rémy Coutable authored
Resolve "Improve Error Message When Adding Invalid User to Project via API" Closes #32821 See merge request gitlab-org/gitlab-ce!20885
-
Rémy Coutable authored
Make rbtrace work under unicorn See merge request gitlab-org/gitlab-ce!20892
-
Stan Hu authored
The `ORDER BY created_at DESC` clause causes a sequential scan because there is no index on the `created_at` column. We can sort by `id` or by `updated_at` to make things fast. Closes #49767
-
Nick Thomas authored
Create GPG commit signature in bulk See merge request gitlab-org/gitlab-ce!20870
-
Francisco Javier López authored
-
Rémy Coutable authored
Fix link to Cycle Analytics in help Closes #49729 See merge request gitlab-org/gitlab-ce!20895
-
Jacopo authored
-
Grzegorz Bizon authored
Permit concurrent loads in gpg keychain mutex See merge request gitlab-org/gitlab-ce!20894
-
Rémy Coutable authored
Update GitLab Workhorse to v5.1.0 See merge request gitlab-org/gitlab-ce!20900
-
Rémy Coutable authored
Bump prometheus-client-mmap to 0.9.4 See merge request gitlab-org/gitlab-ce!20891
-
Stan Hu authored
-
Stan Hu authored
The Unicorn master resets any signal handlers and prevents rbtrace from working properly as a result. Move the `require 'rbtrace'` call to the Unicorn `after_fork` block and keep the initializer only for Sidekiq.
-
Dmitriy Zaporozhets authored
Resolve "Mutual SSL Auth For Helm TIller" Closes #48098 See merge request gitlab-org/gitlab-ce!20801
-
Filipa Lacerda authored
-
Sean McGivern authored
Resolve "Sorting by name on milestones page renders a 500 error" Closes #49701 See merge request gitlab-org/gitlab-ce!20881
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
We should sort by title because name is only an alias for the title attribute on the milestone model.
-
Phil Hughes authored
[Backport] View summed weights of issues in board column See merge request gitlab-org/gitlab-ce!20860
-
Felipe Artur authored
-
Phil Hughes authored
Resolve "Copy diff file path as GFM" is broken Closes #48823 See merge request gitlab-org/gitlab-ce!20725
-
Filipa Lacerda authored
-
Grzegorz Bizon authored
Backport of EE-1499 See merge request gitlab-org/gitlab-ce!20879
-
Yorick Peterse authored
Require has_internal_id to pass a init block. Closes #49609 See merge request gitlab-org/gitlab-ce!20873
-
Dylan Griffith authored
-