- 18 Dec, 2018 40 commits
-
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Add a missing policy allowance in GroupPolicy See merge request gitlab-org/gitlab-ce!23906
-
Stan Hu authored
Geo - Gitlab::Geo should not serialize ActiveRecord objects Closes #8827 See merge request gitlab-org/gitlab-ee!8802
-
Douglas Barbosa Alexandre authored
Reduce diff with CE in SelectsHelper See merge request gitlab-org/gitlab-ee!8904
-
GitLab Bot authored
-
Sean McGivern authored
Load the devise initializer before metrics Closes #55513 See merge request gitlab-org/gitlab-ce!23907
-
GitLab Bot authored
-
Douwe Maan authored
Reduce diff with CE in ProtectedRefsController See merge request gitlab-org/gitlab-ee!8896
-
Douwe Maan authored
Reduce diff with EE in ProtectedRefsController See merge request gitlab-org/gitlab-ce!23885
-
Achilleas Pipinellis authored
Update documentation to reflect that the ops dashboard supports public projects Closes #8444 See merge request gitlab-org/gitlab-ee!8710
-
Robert Speicher authored
Update/secpick See merge request gitlab-org/gitlab-ce!23900
-
Robert Speicher authored
Extract EE-specific code from GroupMemberPolicy See merge request gitlab-org/gitlab-ee!8907
-
GitLab Bot 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.
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
This change the write to accept an options hash to make it compatible with ActiveSupport::Cache::Store#write method. The options hash are not passed to the underlying cache implementation because RequestStore#write accepts only a key, valye params.
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
The Gitlab::Geo::Cache is a utility class that can be reused outside of the Geo context.
-
Douglas Barbosa Alexandre authored
We should avoid putting binary ActiveRecord objects in the cache. This changes introduces a new cache Gitlab::Geo::Cache that writes a string containing a JSON representation of the objects to the cache, and parses the cached value back when requested.
-
Rémy Coutable authored
Passing an argument to force an association to reload is now deprecated See merge request gitlab-org/gitlab-ce!23894
-
Achilleas Pipinellis authored
Mention how to promote an issue to an epic Closes #8860 See merge request gitlab-org/gitlab-ee!8905
-
GitLab Bot authored
-
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
-
Achilleas Pipinellis authored
-
Lin Jen-Shin authored
Reduce diff with CE in Projects::LfsApiController See merge request gitlab-org/gitlab-ee!8895
-
Douwe Maan authored
Remove content disposition attachment displaying all ssh keys See merge request gitlab-org/gitlab-ce!23882
-
Francisco Javier López authored
-
GitLab Bot authored
-
Douwe Maan authored
Upgrade Gitaly to 1.9.0 See merge request gitlab-org/gitlab-ce!23865
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Fix related issues not being shown Closes #8836 and #8843 See merge request gitlab-org/gitlab-ee!8865
-
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
-
Lin Jen-Shin authored
Merge branch '6635-extract-ee-specific-files-lines-for-app-controllers-admin-health_check_controller-rb' into 'master' Extract EE code from Admin::HealthCheckController Closes #6635 See merge request gitlab-org/gitlab-ee!8887
-
GitLab Bot authored
-
Oswaldo Ferreira authored
-
Kamil Trzciński authored
Creates index page for releases behind a feature flag See merge request gitlab-org/gitlab-ce!23687
-
GitLab Bot authored
-