- 31 Jul, 2018 27 commits
-
-
Michael Kozono authored
-
Nick Thomas authored
Fix LFS uploads not working with git-lfs 2.5.0 Closes #49752 See merge request gitlab-org/gitlab-ce!20923
-
Rémy Coutable authored
Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'" See merge request gitlab-org/gitlab-ce!20925
-
Nick Thomas authored
Code cleaning in PostReceive services See merge request gitlab-org/gitlab-ce!20916
-
-
Sean McGivern authored
Remove git rake tasks Closes #41699 and gitaly#768 See merge request gitlab-org/gitlab-ce!20806
-
Mayra Cabrera authored
This reverts merge request !20801
-
Stan Hu authored
git-lfs 2.5.0 now sets the Content-Type header instead of hard-coding it to application/octet-stream: https://github.com/git-lfs/git-lfs/pull/3137 To avoid this issue, we explicitly tell the client to use application/octet-stream. Closes #49752
-
Sean McGivern authored
Delete todos when users loses target read permissions See merge request gitlab-org/gitlab-ce!20665
-
Zeger-Jan van de Weg authored
While reviewing this branch it was noted that this task was broken. Given the limited value this task brings, and given the fact that much of the old behaviour has been moved to be automatically fixed, removing was a good option. Suggestion in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20806#note_91261001
-
Zeger-Jan van de Weg authored
This branch includes changes that removes a rake taks that cleans up config.lock files. This change bumps Gitaly so it happens automatically so users don't have to bother.
-
Zeger-Jan van de Weg authored
These tasks are happening through housekeeping right now, by default ever 10th push. This removes the need for these tasks. Side note, this removes one of my first contributions to GitLab, as back than I introduced these tasks through: 54e6c004 Closes https://gitlab.com/gitlab-org/gitaly/issues/768
-
Kamil Trzciński authored
Update total storage size when changing size of artifacts See merge request gitlab-org/gitlab-ce!20697
-
Sean McGivern authored
CE application settings (not Docs) Cleanup See merge request gitlab-org/gitlab-ce!20723
-
Sean McGivern authored
Add user authentication activity metrics Closes #47789 See merge request gitlab-org/gitlab-ce!20668
-
Kamil Trzciński authored
Fix authorization for interactive web terminals See merge request gitlab-org/gitlab-ce!20811
-
Jarka Kadlecová authored
-
Phil Hughes authored
Resolve "MR refactor: Disable toggle comments button when diff has no discussions" Closes #49161 See merge request gitlab-org/gitlab-ce!20667
-
Grzegorz Bizon authored
CE-Port of gitlab-ee!6708 Closes gitlab-ee#7038 See merge request gitlab-org/gitlab-ce!20917
-
Grzegorz Bizon authored
-
Lukas Eipert authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
Warn in IDE when user navigates away with staged changes See merge request gitlab-org/gitlab-ce!20857
-
Grzegorz Bizon authored
-
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 13 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
-