- 03 Aug, 2018 18 commits
-
-
Sean McGivern authored
Improve blocked user tracking and fire some events only once Closes #49784 See merge request gitlab-org/gitlab-ce!20959
-
Sean McGivern authored
Resolve "Merge request e-mail link has full URL" Closes #49899 See merge request gitlab-org/gitlab-ce!21000
-
Yorick Peterse authored
Update query simplification Closes #49873 See merge request gitlab-org/gitlab-ce!20982
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
Resolve "Unicorn development settings should match production as much as possible" Closes #49756 See merge request gitlab-org/gitlab-ce!20919
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Filipa Lacerda authored
Enable renaming files & folders in the Web IDE Closes #44845 See merge request gitlab-org/gitlab-ce!20835
-
Kamil Trzciński authored
Removed obsolete note about manual uploads migration Closes #49239 See merge request gitlab-org/gitlab-ce!21002
-
Sean McGivern authored
Set default timeout for deleting many refs Closes #49862 See merge request gitlab-org/gitlab-ce!20974
-
Jan Provaznik authored
We already support automatic background migrations, `background_upload` option which enables it is already documented.
-
Phil Hughes authored
Remove unused styles in tree.scss See merge request gitlab-org/gitlab-ce!20996
-
Stan Hu authored
Add object storage related tests for `gitlab:cleanup:project_uploads` task See merge request gitlab-org/gitlab-ce!20950
-
Michael Kozono authored
-
Robert Speicher authored
Rouge 3.2.0 See merge request gitlab-org/gitlab-ce!20991
-
Robert Speicher authored
Make CreateGpgSignatureWorker backwards compatible with original method signature (CE port) See merge request gitlab-org/gitlab-ce!20998
-
- 02 Aug, 2018 22 commits
-
-
Stan Hu authored
Older versions of GitPushService push a single commit SHA string to the queue, but Gitaly requires that the parameters sent by CreateGpgSignatureWorker are an array. It's possible to have old workers using this original signature or jobs in the retry queue that would fail if CreateGpgSignatureWorker can't handle the string form.
-
Robert Speicher authored
Fix failing 500 errors when deploy tokens are used to clone Closes gitlab-ee#7080 See merge request gitlab-org/gitlab-ce!20993
-
Drew Blessing authored
-
Drew Blessing authored
-
Annabel Dunstone Gray authored
-
Robert Speicher authored
Fix deploy tokens without `expire_at` crashes Closes #49904 See merge request gitlab-org/gitlab-ce!20992
-
Stan Hu authored
A DeployToken responds to `:username`, but it returns the username for the token, not a User object. Don't attempt to log user activity in this case. Closes gitlab-org/gitlab-ee#7080
-
Bob Van Landuyt authored
-
Dmitriy Zaporozhets authored
Get rid of unnecessary commit action in pipelines controller See merge request gitlab-org/gitlab-ce!20980
-
Phil Hughes authored
-
Phil Hughes authored
-
Filipa Lacerda authored
Fixed Web IDE row dropdowns scrolling list incorrectly Closes #49892 See merge request gitlab-org/gitlab-ce!20984
-
Clement Ho authored
Resolve "Top nav search bar produces console error when unauthenticated" Closes #49861 See merge request gitlab-org/gitlab-ce!20970
-
Dennis Tang authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Phil Hughes authored
-
Sean McGivern authored
Resolve "GitLab Project Import should use object storage" Closes #48773 See merge request gitlab-org/gitlab-ce!20773
-
Phil Hughes authored
Closes #49892
-
Sean McGivern authored
Remove feature flags from lib/backup Closes gitaly#749, gitaly#1212, and gitaly#1195 See merge request gitlab-org/gitlab-ce!20854
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Zeger-Jan van de Weg authored
Rails 5 didn't like the arel usage, see: https://gitlab.com/gitlab-org/gitlab-ce/issues/49873#note_92040225 This change makes that right, but also makes the query nicer. I'm not sure anymore why it didn't work before, however there were issues with it that have been resolved.
-