- 13 Dec, 2018 30 commits
-
-
GitLab Bot authored
-
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
-
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
-
Robert Speicher authored
Reinstate changes lost due to automatic merging See merge request gitlab-org/gitlab-ee!8829
-
- 12 Dec, 2018 10 commits
-
-
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
-
Mike Lewis authored
Nurtch link See merge request gitlab-org/gitlab-ce!23668
-
Yorick Peterse authored
The automatic merging code used `--strategy=ours`, which turned out to be incorrect; instead we wanted `--strategy=recursive --strategy-option=ours`. This small difference results in merging throwing away _all_ EE changes in favour of CE changes, instead of only doing this for conflicts. This commit ensures that EE has all the appropriate changes. The diff was generated by cherry picking all merge commits made since two days ago, picking them with `--strategy=recursive --strategy-option=ours`.
-
Marin Jankovski authored
Increase parallelism for EE-only RSpec jobs See merge request gitlab-org/gitlab-ee!8824
-
Paul Slaughter authored
-
Annabel Dunstone Gray authored
Add CSS helper classes for left and right padding See merge request gitlab-org/gitlab-ce!23760
-
Stan Hu authored
Document how to run rspec tests See merge request gitlab-org/gitlab-ce!23780
-
Mike Lewis authored
-
Sam Bigelow authored
-
Sam Bigelow authored
-