- 19 Dec, 2018 15 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for ImportCommonMetricsNginxVts See merge request gitlab-org/gitlab-ce!23910
-
Rémy Coutable authored
Update danger for documentation See merge request gitlab-org/gitlab-ce!23929
-
Kamil Trzciński authored
Leave object pools when destroying projects Closes gitaly#1415 See merge request gitlab-org/gitlab-ce!23869
-
Zeger-Jan van de Weg authored
This action doesn't lean on reduplication, so a short call can me made to the Gitaly server to have the object pool remove its remote to the project pending deletion. https://gitlab.com/gitlab-org/gitaly/blob/f6cd55357/internal/git/objectpool/link.go#L58 When an object pool doesn't have members, this would invalidate the need for a pool. So when a project leaves the pool, the pool will be destroyed on the background. Fixes: https://gitlab.com/gitlab-org/gitaly/issues/1415
-
Rémy Coutable authored
Adjust flaky Rails logger call test See merge request gitlab-org/gitlab-ce!23916
-
George Tsiolis authored
Rename ~Packaging label to ~Package
-
Grzegorz Bizon authored
Fix calendar feed when sorted by priority Closes #54146 See merge request gitlab-org/gitlab-ce!23870
-
Achilleas Pipinellis authored
Close #55534: link OTP auth less strictly to Google Closes #55534 See merge request gitlab-org/gitlab-ce!23921
-
Lin Jen-Shin authored
Specify the 'sync' policy for the external-dns deployments See merge request gitlab-org/gitlab-ce!23912
-
Sean McGivern authored
Backport of 8810-fix-weight-sort See merge request gitlab-org/gitlab-ce!23786
-
Jan Provaznik authored
[Rails5.1] Update functional specs to use new keyword format Closes #54062 See merge request gitlab-org/gitlab-ce!23095
-
Evan Read authored
Sort list of predefined variables in alphabetical order See merge request gitlab-org/gitlab-ce!23834
-
Achilleas Pipinellis authored
-
Stan Hu authored
Backfill project_repositories for legacy storage projects See merge request gitlab-org/gitlab-ce!23920
-
- 18 Dec, 2018 25 commits
-
-
Evan Read authored
Compress images See merge request gitlab-org/gitlab-ce!23902
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
Adds a background migration that will ensure all projects that are on legacy storage have a row in `project_repositories`.
-
blackst0ne authored
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
-
Douglas Barbosa Alexandre authored
Add a missing policy allowance in GroupPolicy See merge request gitlab-org/gitlab-ce!23906
-
Erik Huelsmann authored
-
Erik Huelsmann authored
-
Mario de la Ossa authored
-
Sean McGivern authored
Load the devise initializer before metrics Closes #55513 See merge request gitlab-org/gitlab-ce!23907
-
Oswaldo Ferreira authored
-
Douwe Maan authored
Reduce diff with EE in ProtectedRefsController See merge request gitlab-org/gitlab-ce!23885
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
Update/secpick See merge request gitlab-org/gitlab-ce!23900
-
Jasper Maes authored
-
Douwe Maan authored
Remove feature flag for suggest changes feature See merge request gitlab-org/gitlab-ce!23892
-
Bob Van Landuyt authored
Metrics tries to initialize the `EventsFinder` to instrumnt it. The `EventsFinder` tries to load the `Event` model, which in turn loads the `User` model. Loading the `User` model requires Devise to be initialized. So to avoid problems around this, we load devise before loading metrics.
-
Rémy Coutable authored
Passing an argument to force an association to reload is now deprecated See merge request gitlab-org/gitlab-ce!23894
-
Kushal Pandya authored
Merge branch '53020-user-specific-profile-page-settings-fields-don-t-have-help-text-placeholders' into 'master' Add explanatory help text to text inputs on user profile settings page Closes #53020 See merge request gitlab-org/gitlab-ce!23673
-
Martin Wortschack authored
-
Douwe Maan authored
Remove content disposition attachment displaying all ssh keys See merge request gitlab-org/gitlab-ce!23882
-
Francisco Javier López authored
-
Douwe Maan authored
Upgrade Gitaly to 1.9.0 See merge request gitlab-org/gitlab-ce!23865
-
Douglas Barbosa Alexandre authored
Resolve "Enable Hashed Storage by default in development mode" Closes #54719 See merge request gitlab-org/gitlab-ce!23889
-
Lin Jen-Shin authored
Merge branch 'ce-6635-extract-ee-specific-files-lines-for-app-controllers-admin-health_check_controller-rb' into 'master' Make Admin::HealthCheckController EE-compatible See merge request gitlab-org/gitlab-ce!23879
-
Oswaldo Ferreira authored
-