- 24 Sep, 2017 1 commit
-
-
Stan Hu authored
This is a follow-up to https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1956 and https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7308.
-
- 23 Sep, 2017 2 commits
-
-
Yorick Peterse authored
Fix duplicate key errors in PostDeployMigrateUserExternalMailData migration Closes #38246 See merge request gitlab-org/gitlab-ce!14460
-
Stan Hu authored
`email_provider` by default is NULL, and if a user had not logged the value would remain NULL. Upgrading to GitLab 10.0 would lead to a PG::UniqueViolation because the post-deploy migration would attempt to reinsert the entry because the NULL comparison between `users.email_provider` and `user_synced_attributes_metadata.email_provider` would never match. Closes #38246
-
- 22 Sep, 2017 37 commits
-
-
Robert Speicher authored
Workaround for n+1 in Projects::TreeController#show Closes #38171 See merge request gitlab-org/gitlab-ce!14455
-
Douwe Maan authored
Allow the git circuit breaker to correctly handle missing repository storages Closes #36549 See merge request gitlab-org/gitlab-ce!14417
-
Marcia Ramos authored
fix typo in icons section See merge request gitlab-org/gitlab-ce!14444
-
Robert Speicher authored
Workaround for #38259 See merge request gitlab-org/gitlab-ce!14453
-
Andrew Newdigate authored
-
Rémy Coutable authored
Inform user that current shared projects will remain shared Closes #38220 See merge request gitlab-org/gitlab-ce!14441
-
-
Annabel Dunstone Gray authored
Removed old icons from project page Closes #36567 See merge request gitlab-org/gitlab-ce!14185
-
Phil Hughes authored
-
Rémy Coutable authored
Don't show %board-add-issues-modal if there's no project See merge request gitlab-org/gitlab-ce!14442
-
Phil Hughes authored
Make branches page translatable Closes #32797 See merge request gitlab-org/gitlab-ce!14221
-
Winnie Hellmann authored
-
Achilleas Pipinellis authored
Demonstrate <details> and <summary> tags in doc/user/markdown.md See merge request gitlab-org/gitlab-ce!14247
-
Douwe Maan authored
Migrate Gitlab::Git::Repository#diff to Gitaly Closes gitaly#524 See merge request gitlab-org/gitlab-ce!14251
-
Douwe Maan authored
Index projects on repository storage See merge request gitlab-org/gitlab-ce!14414
-
Sarrah Vesselov authored
-
Rémy Coutable authored
Replace the 'project/shortcuts.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14431
-
Jarka Kadlecova authored
-
Douwe Maan authored
Fix `rake gitlab:incoming_email:check` Closes #38197 See merge request gitlab-org/gitlab-ce!14423
-
Rémy Coutable authored
Reserve refs/replace because `git-replace` is using it Closes #38234 See merge request gitlab-org/gitlab-ce!14436
-
Lin Jen-Shin authored
This is aligning with EE
-
Rémy Coutable authored
Adds gitlab features and components to usage ping data. Closes #33328 See merge request gitlab-org/gitlab-ce!14305
-
Jarka Kadlecova authored
[ci skip]
-
Douwe Maan authored
Ensure that Blob.raw returns always returns a valid blob object See merge request gitlab-org/gitlab-ce!14412
-
Douwe Maan authored
-
Tim Zallmann authored
Add i18n support to pagination widget See merge request gitlab-org/gitlab-ce!14407
-
Fatih Acet authored
Improve emoji menu rendering performance Closes #36949 See merge request gitlab-org/gitlab-ce!14233
-
Achilleas Pipinellis authored
Fix bad link on GitLab Omnibus Helm chart page - docs Closes #38016 See merge request gitlab-org/gitlab-ce!14346
-
Rémy Coutable authored
Simplify a test See merge request gitlab-org/gitlab-ce!14415
-
Nick Thomas authored
-
Phil Hughes authored
Resolve "Better SVG Usage in the Frontend" Closes #36231 See merge request gitlab-org/gitlab-ce!13435
-
Tim Zallmann authored
-
Rémy Coutable authored
Add view replaced file link for image diffs See merge request gitlab-org/gitlab-ce!14394
-
Rémy Coutable authored
Do not clone the repo when running the review-docs jobs See merge request gitlab-org/gitlab-ce!14420
-
Rémy Coutable authored
Replace the 'project/service.feature' spinach test with an rspec analog Closes #23036 See merge request gitlab-org/gitlab-ce!14432
-
Rémy Coutable authored
Removed two legacy config options See merge request gitlab-org/gitlab-ce!14425
-