- 25 Apr, 2018 17 commits
-
-
Stan Hu authored
Geo: Refactor ProjectRegistryFinder spec See merge request gitlab-org/gitlab-ee!5353
-
Sean McGivern authored
Group SAML strips LRM chars from ADFS cert fingerprint See merge request gitlab-org/gitlab-ee!5466
-
Douwe Maan authored
Gitlab::Shell works on shard name, not path See merge request gitlab-org/gitlab-ee!5389
-
James Edwards-Jones authored
-
Zeger-Jan van de Weg authored
The columns effected store the repository storage path, which can't be NULL. So in general the path can't be NULL. However, the tables also include the shard name. From the shard name, the storage path can be determined, allowing for a more dynamic approach.
-
Zeger-Jan van de Weg authored
During the review of gitlab-org/gitlab-ee!5389 it was noticed that the docs mandated ignoring a column first, and a release later dropping it. Given this migration is nearly finished, I've reverted the changes in one commit so this commit can be reverted itself and picked on a new branch.
-
Zeger-Jan van de Weg authored
Picked from CE, from: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18364 But includes the EE changes too. Among the required changes are dropping of repository_storage_path from Geo tables. Geo stored `repository_storage_path` in four models, which initially was modeled after the interface of Gitlab::Shell rather than storing only the needed data. Given this inferred data had no place nor need to be stored I opted for deleting it.
-
Marin Jankovski authored
CE upstream - 2018-04-25 09:26 UTC See merge request gitlab-org/gitlab-ee!5478
-
GitLab Bot authored
-
Rémy Coutable authored
Backport dev env check for storage settings deprecation See merge request gitlab-org/gitlab-ce!18461
-
Rémy Coutable authored
Avoid noisy deprecation warnings on test env See merge request gitlab-org/gitlab-ee!5473
-
Rémy Coutable authored
Replace the `admin/license.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ee!5477
-
blackst0ne authored
-
Rémy Coutable authored
Do not preload settings See merge request gitlab-org/gitlab-ce!18566
-
Sean McGivern authored
Resolve "Burndown chart for group milestone" Closes #3064 See merge request gitlab-org/gitlab-ee!5354
-
Lin Jen-Shin authored
CE upstream - 2018-04-24 15:49 UTC See merge request gitlab-org/gitlab-ee!5471
-
Clement Ho authored
Resolve "Broken master with `static_analysis` and `karma` being broken" Closes #45725 See merge request gitlab-org/gitlab-ce!18569
-
- 24 Apr, 2018 23 commits
-
-
Clement Ho authored
Mock Pager in Karma tests See merge request gitlab-org/gitlab-ce!18556
-
Winnie Hellmann authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
The behavior was moved to ApplicationSetting#should_check_namespace_plan? in order to it keep being tested on test environments without needing a explicit stub
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Kamil Trzciński authored
-
Clement Ho authored
Resolve "Broken master with `static_analysis` and `karma` being broken" Closes #45725 See merge request gitlab-org/gitlab-ce!18569
-
Stan Hu authored
Resolve "Geo: undefined method `pending_delete?' for nil:NilClass in geo/repository_verification/secondary/single_worker.rb" Closes #5751 See merge request gitlab-org/gitlab-ee!5470
-
Filipa Lacerda authored
-
Sean McGivern authored
-
Rémy Coutable authored
Broken link fix See merge request gitlab-org/gitlab-ce!18564
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
-
GitLab Bot authored
# Conflicts: # doc/user/project/quick_actions.md # spec/factories/projects.rb # spec/models/project_spec.rb # spec/services/quick_actions/interpret_service_spec.rb [ci skip]
-
James Edwards-Jones authored
CE upstream - 2018-04-24 12:36 UTC See merge request gitlab-org/gitlab-ee!5467
-
Rémy Coutable authored
Add copy_metadata quick action Closes #38450 See merge request gitlab-org/gitlab-ce!18497
-
Rémy Coutable authored
Add copy_metadata quick action See merge request gitlab-org/gitlab-ee!5433
-
Douwe Maan authored
Fix errors on pushing/editing files on empty repositories Closes #44618 and #42583 See merge request gitlab-org/gitlab-ce!18462
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douwe Maan authored
Add documentation for externally hosted LFS objects See merge request gitlab-org/gitlab-ce!18508
-