- 18 Dec, 2018 40 commits
-
-
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.
-
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
-
Kamil Trzciński authored
Creates index page for releases behind a feature flag See merge request gitlab-org/gitlab-ce!23687
-
GitLab Bot authored
-
Lin Jen-Shin authored
Make Projects::ImportsController EE-compatible See merge request gitlab-org/gitlab-ce!23883
-
Lin Jen-Shin authored
Reduce diff with CE in Projects::ImportsController See merge request gitlab-org/gitlab-ee!8894
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
GitLab Bot authored
-
Rémy Coutable authored
Remove deprecated ActionDispatch::ParamsParser See merge request gitlab-org/gitlab-ee!8897
-
Rémy Coutable authored
Fix deprecation: Directly inheriting from ActiveRecord::Migration is deprecated. See merge request gitlab-org/gitlab-ce!23884
-
Rémy Coutable authored
Fix deprecation: alias_method_chain is deprecated. Please, use Module#prepend instead See merge request gitlab-org/gitlab-ce!23887
-
Rémy Coutable authored
Run CommonSystemNotesService on issuable create Closes #51485 See merge request gitlab-org/gitlab-ce!23859
-
Rémy Coutable authored
EE port of 51485-new-issue-labels-note See merge request gitlab-org/gitlab-ee!8873
-
Alessio Caiazza authored
Rename Projects::ReleasesController to Projects::Tags::ReleasesController
-
Filipa Lacerda authored
Renders empty index page Adds Releases entry to the navigation bar behind a feature flag Renders 404 when feature flag for releases is not enabled
-
GitLab Bot authored
-
Rémy Coutable authored
Compile assets needed by QA tests Closes #55036 See merge request gitlab-org/gitlab-ce!23752
-