- 19 Dec, 2018 31 commits
-
-
Douglas Barbosa Alexandre authored
-
Lin Jen-Shin authored
Extract EE code from ApplicationController See merge request gitlab-org/gitlab-ee!8890
-
GitLab Bot authored
-
Rémy Coutable authored
Adjust flaky Rails logger call test See merge request gitlab-org/gitlab-ce!23916
-
Rémy Coutable authored
[EE] Adjust flaky Rails logger call test Closes #8914 See merge request gitlab-org/gitlab-ee!8906
-
Kushal Pandya authored
Dynamically switch issue weight root tagName Closes #8762 See merge request gitlab-org/gitlab-ee!8918
-
Achilleas Pipinellis authored
Merge branch '8887-update-group-security-dashboard-documentation-to-recommend-running-a-regular-pipeline' into 'master' Add 'Keeping the dashboard up to date' section Closes #8887 See merge request gitlab-org/gitlab-ee!8879
-
GitLab Bot authored
-
Grzegorz Bizon authored
Fix calendar feed when sorted by priority Closes #54146 See merge request gitlab-org/gitlab-ce!23870
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Close #55534: link OTP auth less strictly to Google Closes #55534 See merge request gitlab-org/gitlab-ce!23921
-
GitLab Bot authored
-
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.
-
Lin Jen-Shin authored
Specify the 'sync' policy for the external-dns deployments See merge request gitlab-org/gitlab-ce!23912
-
Achilleas Pipinellis authored
Correct version and edit text See merge request gitlab-org/gitlab-ee!8916
-
Rémy Coutable authored
Fix deprecation: Comparing equality between ActionController::Parameters and a Hash is deprecated See merge request gitlab-org/gitlab-ee!8914
-
GitLab Bot authored
-
Sean McGivern authored
Backport of 8810-fix-weight-sort See merge request gitlab-org/gitlab-ce!23786
-
Sean McGivern authored
Reinstate sorting by weight in issues Closes #8810 See merge request gitlab-org/gitlab-ee!8834
-
GitLab Bot authored
-
Jan Provaznik authored
[Rails5.1] Update functional specs to use new keyword format Closes #54062 See merge request gitlab-org/gitlab-ce!23095
-
Jan Provaznik authored
EE: Update specs to rails5 format See merge request gitlab-org/gitlab-ee!8872
-
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
-
Evan Read authored
-
GitLab Bot authored
-
- 18 Dec, 2018 9 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
-
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
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 }`
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Add a missing policy allowance in GroupPolicy See merge request gitlab-org/gitlab-ce!23906
-