- 19 Dec, 2018 11 commits
-
-
Lin Jen-Shin authored
This way we can reuse the safe setting
-
Lin Jen-Shin authored
Because `connect_to_db?` already detects if the table exists or not
-
Rémy Coutable authored
This replaces the use of fake_application_settings with `::ApplicationSetting.build`_from_defaults. The reason is that `fake_application_settings` doesn't have the custom accessors that `ApplicationSetting` has, e.g. `#commit_email_hostname`, thus this can lead to unexpected `nil` values which comes from the database column instead of `.default_commit_email_hostname` returned by `ApplicationSetting#commit_email_hostname`. Using `::ApplicationSetting.build_from_defaults` should be safe as it doesn't try to `INSERT` a DB record, in contrary to `::ApplicationSetting.create_from_defaults` which we used to use, and which created issues that the introduction of `fake_application_settings` tried to resolve (575dced5). Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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 29 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
-
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
-
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
-
Kamil Trzciński authored
Creates index page for releases behind a feature flag See merge request gitlab-org/gitlab-ce!23687
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Lin Jen-Shin authored
Make Projects::ImportsController EE-compatible See merge request gitlab-org/gitlab-ce!23883
-
Jasper Maes authored
-
Rémy Coutable authored
Add danger check for duplicate yarn dependencies Closes #51226 See merge request gitlab-org/gitlab-ce!21591
-
Rémy Coutable authored
Fix deprecation: Directly inheriting from ActiveRecord::Migration is deprecated. See merge request gitlab-org/gitlab-ce!23884
-