- 19 Dec, 2018 9 commits
-
-
Rajat Jain authored
IssueCardWeight had a hardcoded anchor tag which is not needed in the Epic's related issues list. This change adds a functionality to let IssueCardWeight decide which tag to render. This functionality is backward compatible and defaults to anchor tag.
-
GitLab Bot authored
-
Evan Read authored
Sort list of predefined variables in alphabetical order See merge request gitlab-org/gitlab-ce!23834
-
Achilleas Pipinellis authored
-
Evan Read authored
Sort list of predefined variables in alphabetical order See merge request gitlab-org/gitlab-ee!8861
-
Achilleas Pipinellis authored
-
GitLab Bot authored
-
Stan Hu authored
Backfill project_repositories for legacy storage projects See merge request gitlab-org/gitlab-ce!23920
-
GitLab Bot authored
-
- 18 Dec, 2018 31 commits
-
-
Evan Read authored
Compress images See merge request gitlab-org/gitlab-ce!23902
-
Douglas Barbosa Alexandre authored
-
Evan Read authored
Compress images See merge request gitlab-org/gitlab-ee!8901
-
Achilleas Pipinellis 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`.
-
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
-