- 03 May, 2018 31 commits
-
-
Rémy Coutable authored
Change the docs license to CC BY-SA See merge request gitlab-org/gitlab-ce!18718
-
Rémy Coutable authored
update omniauth-github ~> 1.1.1 to ~> 1.3 See merge request gitlab-org/gitlab-ce!18668
-
Achilleas Pipinellis authored
As discussed in https://gitlab.com/gitlab-org/gitlab-ce/issues/42891
-
Robert Speicher authored
Output some useful information when running the rails console See merge request gitlab-org/gitlab-ce!18697
-
Brett Walker authored
-
Douwe Maan authored
Ensure that spec/features/issues/user_uses_slash_commands_spec tests run locally Closes #45970 See merge request gitlab-org/gitlab-ce!18713
-
Pirate Praveen authored
-
-
Phil Hughes authored
Platform: Use component to emit event on Subscription toggle component instead of eventHub See merge request gitlab-org/gitlab-ce!18703
-
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
-
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
-
Phil Hughes authored
Add pass through to stripHtml for undefined and null inputs See merge request gitlab-org/gitlab-ce!18690
-
Olivier Gonzalez authored
-
George Tsiolis authored
-
Douwe Maan authored
[CE] Backport Identity.uniqueness_scope from EE See merge request gitlab-org/gitlab-ce!18689
-
Douwe Maan authored
Forking repositories is handled by Gitaly by default See merge request gitlab-org/gitlab-ce!18679
-
Filipa Lacerda authored
Change font for tables inside diff discussions Closes #45485 See merge request gitlab-org/gitlab-ce!18660
-
Achilleas Pipinellis authored
Include documentation about STAGING_ENABLED variable for AutoDevops See merge request gitlab-org/gitlab-ce!18675
-
Mayra Cabrera authored
-
- 02 May, 2018 9 commits
-
-
Clement Ho authored
Load branches on new merge request page asynchronously Closes #37477 See merge request gitlab-org/gitlab-ce!18315
-
Winnie Hellmann authored
-
Mayra Cabrera authored
[ci skip]
-
Robert Speicher authored
Compute repository checksum by default Closes gitaly#1146 See merge request gitlab-org/gitlab-ce!18648
-
Clement Ho authored
Optimize Emoji Sprite Handling See merge request gitlab-org/gitlab-ce!18576
-
Tim Zallmann authored
-
Zeger-Jan van de Weg authored
Initial Rails implementation was introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16018, and acceptance testing was done in https://gitlab.com/gitlab-org/gitaly/issues/881 Part of https://gitlab.com/gitlab-org/gitaly/issues/817
-
Phil Hughes authored
Revert "Merge branch '5480-sidebar-subscription-event-handling' into 'master'" Closes #45979 See merge request gitlab-org/gitlab-ce!18692
-
Douwe Maan authored
Remove old GitLab Shell namespace actions implementations See merge request gitlab-org/gitlab-ce!18681
-