- 13 Mar, 2019 13 commits
-
-
Lin Jen-Shin authored
Move lfs ee tests under ee directory Closes #6518 See merge request gitlab-org/gitlab-ee!9970
-
Igor authored
There are files, which contain EE specific code. These are some of them: spec/services/lfs/lock_file_service_spec.rb spec/services/lfs/unlock_file_service_spec.rb This commit moves the EE specific code from these files
-
GitLab Bot authored
-
Filipa Lacerda authored
Remove icon in activity only message on smaller screen widths See merge request gitlab-org/gitlab-ce!26032
-
GitLab Bot authored
-
Phil Hughes authored
Removes EE differences for environments_app Closes gitlab-ee#10079 See merge request gitlab-org/gitlab-ce!26030
-
Phil Hughes authored
EE: Removes EE differences for env app See merge request gitlab-org/gitlab-ee!9974
-
Rémy Coutable authored
Add a designs model See merge request gitlab-org/gitlab-ee!9801
-
Phil Hughes authored
Update spacers to increment 1 unit at a time See merge request gitlab-org/gitlab-ce!26033
-
GitLab Bot authored
-
Dan Davison authored
Refactor AutoDevOps test to one test with two expectations See merge request gitlab-org/gitlab-ce!25836
-
Philippe Lafoucrière authored
Fix Go guide link in style guides See merge request gitlab-org/gitlab-ee!9878
-
Victor Zagorodny authored
-
- 12 Mar, 2019 27 commits
-
-
GitLab Bot authored
-
Mike Lewis authored
Changes required for CE MR See merge request gitlab-org/gitlab-ee!9967
-
Evan Read authored
-
Mike Lewis authored
Add table entries from EE docs See merge request gitlab-org/gitlab-ce!25995
-
Evan Read authored
-
GitLab Bot authored
-
Mike Greiling authored
Add core-js polyfill for Promise.finally() See merge request gitlab-org/gitlab-ce!25925
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Fix health checks not working behind load balancers Closes #58573 See merge request gitlab-org/gitlab-ce!26055
-
GitLab Bot authored
-
Stan Hu authored
Seed tablesample strategy Closes #58791 See merge request gitlab-org/gitlab-ce!25966
-
Stan Hu authored
The change in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24199 caused requests coming from a load balancer to arrive as 127.0.0.1 instead of the actual IP. `Rack::Request#ip` behaves slightly differently different than `ActionDispatch::Request#remote_ip`: the former will return the first X-Forwarded-For IP if all of the IPs are trusted proxies, while the second one filters out all proxies and falls back to REMOTE_ADDR, which is 127.0.0.1. For now, we can revert back to using `Rack::Request` because these middlewares don't manipulate parameters. The actual fix problem involves fixing Rails: https://github.com/rails/rails/issues/28436. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58573
-
Andreas Brandl authored
This produces stable approximate counts among invocations unless the table changed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58791.
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Merge branch '58739-hashed-storage-prevent-a-migration-and-rollback-running-at-the-same-time' into 'master' Hashed Storage: Prevent a migration and rollback running at the same time Closes #58739 See merge request gitlab-org/gitlab-ce!25976
-
GitLab Bot authored
-
Annabel Dunstone Gray authored
-
Kamil Trzciński authored
Backports EE change for expanded pipelines See merge request gitlab-org/gitlab-ce!26043
-
Clement Ho authored
Allow gitlab:ui:visual to fail See merge request gitlab-org/gitlab-ce!26042
-
Douwe Maan authored
Cache Repository#root_ref within a request Closes #58684 See merge request gitlab-org/gitlab-ce!25903
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Geo: Create separate models for different registries See merge request gitlab-org/gitlab-ee!9755
-
Nick Thomas authored
Fix counting of groups in admin dashboard Closes gitlab-ee#7435 See merge request gitlab-org/gitlab-ce!26009
-
Robert Speicher authored
Resolve CE to EE differences in the lib/api directory See merge request gitlab-org/gitlab-ce!25430
-
Robert Speicher authored
Resolve CE to EE differences in the lib/api directory Closes #9505 See merge request gitlab-org/gitlab-ee!9633
-
Gabriel Mazetto authored
This is a small polishing on the storage migration and storage rollback rake tasks. By aborting a migration while a rollback is already scheduled we want to prevent unexpected consequences.
-
GitLab Bot authored
-