- 03 May, 2018 40 commits
-
-
GitLab Bot authored
# Conflicts: # app/models/identity.rb # doc/topics/autodevops/index.md [ci skip]
-
Rémy Coutable authored
CE upstream - 2018-05-02 18:27 UTC See merge request gitlab-org/gitlab-ee!5551
-
Phil Hughes authored
Platform: Use component to emit event on Subscription toggle component instead of eventHub See merge request gitlab-org/gitlab-ce!18703
-
Zeger-Jan van de Weg authored
This used to use two faked storages, and to work around the that fact it disabled the wikis and just tested if methods were called. Now this tests the effects of the method calls and enables Gitaly again.
-
Kamil Trzciński authored
Resolve "`include` not working" Closes #5078 See merge request gitlab-org/gitlab-ee!5527
-
Douwe Maan authored
update devise 4.2 -> 4.4 See merge request gitlab-org/gitlab-ce!18667
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Pirate Praveen authored
-
Rémy Coutable authored
[Rails5] Fix trusted proxies See merge request gitlab-org/gitlab-ce!18705
-
Rémy Coutable authored
CE port of "Remove `features/group_active_tab.feature`" See merge request gitlab-org/gitlab-ce!18706
-
Rémy Coutable authored
Remove `features/group_active_tab.feature` See merge request gitlab-org/gitlab-ee!5554
-
Dylan Griffith authored
-
Dylan Griffith authored
-
Dylan Griffith authored
-
Dylan Griffith authored
-
King Chung Huang authored
-
King Chung Huang authored
The expected values for the recursive merge specs were missing "variables" at the top level.
-
King Chung Huang authored
Modify the changelog title to focus on the feature being added, not how it's implemented (deep merging).
-
King Chung Huang authored
Recursive merging does not extend lists. Add a blurb in the ci/yaml docs about this.
-
King Chung Huang authored
Rework the section about include in the ci/yaml docs to describe recursive merges. Also add a note that in prior releases of GitLab, the .gitlab-ci.yml took strict precedence over includes.
-
King Chung Huang authored
-
King Chung Huang authored
When both external files and gitlab_ci.yml define a dictionary of variables where some variable keys overlap, later declarations should take precedence.
-
King Chung Huang authored
When both external files and gitlab_ci.yml define a dictionary of distinct variables, they should be merged together.
-
King Chung Huang authored
When combining GitLab CI YAML content, use deep_merge instead of merge to combine external files and the inline content. This merges the external files and inline content recursively, providing more options for customizing jobs loaded from external files.
-
Achilleas Pipinellis authored
Update group menu position based on 10.x UI changes. See merge request gitlab-org/gitlab-ee!5544
-
Brendan O'Leary 🐢 authored
-
blackst0ne authored
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5554
-
blackst0ne authored
There is a bug in trusted proxies: https://github.com/rails/rails/issues/5223 This commit adds a monkey patch to fix the bug. Example of errors: ``` 1) trusted_proxies with default config preserves private IPs Failure/Error: expect(request.ip).to eq('10.1.5.89') expected: "10.1.5.89" got: nil (compared using ==) # ./spec/initializers/trusted_proxies_spec.rb:12:in `block (3 levels) in <top (required)>' 2) trusted_proxies with default config filters out localhost Failure/Error: expect(request.ip).to eq('10.1.5.89') expected: "10.1.5.89" got: "1.1.1.1" (compared using ==) # ./spec/initializers/trusted_proxies_spec.rb:18:in `block (3 levels) in <top (required)>' ```
-
Filipa Lacerda authored
Update environment item action buttons icons Closes #38755 See merge request gitlab-org/gitlab-ce!18632
-
Rémy Coutable authored
[Rails5] Fix params passed to MergeWorker See merge request gitlab-org/gitlab-ce!18701
-
blackst0ne authored
-
Phil Hughes authored
Improve Web IDE Commit Panel Closes #44837 See merge request gitlab-org/gitlab-ce!18234
-
André Luís authored
-
Rémy Coutable authored
Replace the `groups_management.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ee!5516
-
blackst0ne authored
-
Phil Hughes authored
Add pass through to stripHtml for undefined and null inputs See merge request gitlab-org/gitlab-ce!18690
-
Olivier Gonzalez authored
-
Rémy Coutable authored
Replace the `group_hooks.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ee!5515
-