- 13 Dec, 2018 39 commits
-
-
GitLab Bot authored
-
Robert Speicher authored
Fix documentation for automatic merging See merge request gitlab-org/gitlab-ce!23784
-
Mark Lapierre authored
[QA] Fix the Codeowners QA test Closes gitlab-org/quality/nightly#46 See merge request gitlab-org/gitlab-ee!8841
-
Sean McGivern authored
Resolve "Changing epics state dropdown removes label filter incorrectly" Closes #8834 See merge request gitlab-org/gitlab-ee!8835
-
GitLab Bot authored
-
Annabel Dunstone Gray authored
Add margin to .row on signin page and fix missing border-radius Closes #54736 See merge request gitlab-org/gitlab-ce!23739
-
GitLab Bot authored
-
Yorick Peterse authored
The strategy name and interval was incorrect, and the link back to the developer documentation was in the wrong place.
-
Fatih Acet authored
Resolve "Fix labels dropdown with multiple same names" Closes #51994 See merge request gitlab-org/gitlab-ce!23265
-
Phil Hughes authored
Update header navigation theme colors Closes #49658 See merge request gitlab-org/gitlab-ce!23734
-
George Tsiolis authored
-
Fatih Acet authored
Fix calendar events fetching error on private profile page. Closes #54938 See merge request gitlab-org/gitlab-ce!23718
-
Harry Kiselev authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Fatih Acet authored
Fix small button line height Closes #55257 See merge request gitlab-org/gitlab-ce!23779
-
Clement Ho authored
Update eslint dependencies See merge request gitlab-org/gitlab-ce!23610
-
Sean McGivern authored
Resolve "Redesign project lists UI" Closes #51944 See merge request gitlab-org/gitlab-ce!22682
-
Martin Wortschack authored
-
Sean McGivern authored
(EE port) Resolve "Redesign project lists UI" See merge request gitlab-org/gitlab-ee!8825
-
Filipa Lacerda authored
Fix resolve discussion checkbox showing on issues Closes #8839 See merge request gitlab-org/gitlab-ee!8814
-
Filipa Lacerda authored
Fix diff changes empty state Closes #48635 See merge request gitlab-org/gitlab-ce!23767
-
Sean McGivern authored
Add List-Id to notification emails Closes #53493 See merge request gitlab-org/gitlab-ce!22817
-
Olivier Crête authored
-
Mike Greiling authored
IE11: Fix sprite icon rendering Closes #52774 See merge request gitlab-org/gitlab-ce!23773
-
Douwe Maan authored
Restore Object Pools when restoring an object pool Closes gitaly#1355 See merge request gitlab-org/gitlab-ce!23682
-
Phil Hughes authored
The empty state now only gets shown when no files exist in the branch. If the user is reviewing 2 versions with no files, we don't show the state. Refactors the diff app spec to use Vue test utils. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48635
-
Grzegorz Bizon authored
Re-define default only except policy Closes #55099 See merge request gitlab-org/gitlab-ce!23765
-
Kamil Trzciński authored
-
Phil Hughes authored
-
Douwe Maan authored
Move GenerateGitLabSubscriptions to post-deploy migration See merge request gitlab-org/gitlab-ee!8831
-
Filipa Lacerda authored
Update environments breadcrumb Closes #48048 See merge request gitlab-org/gitlab-ce!23751
-
Filipa Lacerda authored
Fixed notes not being applied to diff lines Closes #55245 and #55248 See merge request gitlab-org/gitlab-ce!23778
-
Filipa Lacerda authored
Fixed notes not being applied to diff lines See merge request gitlab-org/gitlab-ee!8828
-
Phil Hughes authored
Fix mr_widget_icon responsive alignment See merge request gitlab-org/gitlab-ce!23781
-
Phil Hughes authored
-
Phil Hughes authored
-
Zeger-Jan van de Weg authored
Pool repositories are persisted in the database, and when the DB is restored, the data need to be restored on disk. This is done by resetting the state machine and rescheduling the object pool creation. This is not an exact replica of the state like at the time of the creation of the backup. However, the data is consistent again. Dumping isn't required as internally GitLab uses git bundles which bundle all refs and include all objects in the bundle that they require, reduplicating as more repositories get backed up. This does require more data to be stored. Fixes https://gitlab.com/gitlab-org/gitaly/issues/1355
-
Heinrich Lee Yu authored
Includes `label_name` param
-
Robert Speicher authored
Reinstate changes lost due to automatic merging See merge request gitlab-org/gitlab-ee!8829
-
- 12 Dec, 2018 1 commit
-
-
Stan Hu authored
This avoids Sidekiq versioning pitfalls where the deploy host schedules a new migration, and the older Sidekiq hosts don't know about this migration. See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5746
-