- 17 Dec, 2018 31 commits
-
-
GitLab Bot authored
-
Rémy Coutable authored
Fix deprecation: Comparing equality between ActionController::Parameters and a Hash is deprecated See merge request gitlab-org/gitlab-ce!23855
-
Rémy Coutable authored
Remove deprecated ActionDispatch::ParamsParser See merge request gitlab-org/gitlab-ce!23848
-
Yorick Peterse authored
Merge branch '55433-un-revert-https-gitlab-com-gitlab-org-gitlab-ce-commit-00acef43-revert' into 'master' Resolve "Un-revert https://gitlab.com/gitlab-org/gitlab-ce/commit/00acef434031b5dc0bf39576a9e83802c7806842 revert" Closes #55433 See merge request gitlab-org/gitlab-ce!23861
-
GitLab Bot authored
-
Kushal Pandya authored
Resolve "User profile page: Enhance horizonal whitespace between Overview columns" Closes #55252 See merge request gitlab-org/gitlab-ce!23803
-
GitLab Bot authored
-
Rémy Coutable authored
Remove rails4 specific code See merge request gitlab-org/gitlab-ce!23847
-
Rémy Coutable authored
EE: Remove rails4 specific code See merge request gitlab-org/gitlab-ee!8870
-
Achilleas Pipinellis authored
Document omnibus config for smartcard auth See merge request gitlab-org/gitlab-ee!8795
-
Achilleas Pipinellis authored
Clearly state web terminal is not supported at all on GitLab.com See merge request gitlab-org/gitlab-ce!23821
-
Achilleas Pipinellis authored
Docs: follow up from "Clearly state web terminal is not supported at all on GitLab.com" Closes #8866 See merge request gitlab-org/gitlab-ee!8866
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
Merge branch 'docs/8884-update-group-security-dashboard-documentation-to-remove-auto-devops-incompatibility' into 'master' Resolve "Update Group Security Dashboard documentation to remove Auto DevOps incompatibility" Closes #8884 See merge request gitlab-org/gitlab-ee!8878
-
Fabio Busatto authored
-
GitLab Bot authored
-
Dmitriy Zaporozhets authored
Show clusters of ancestors in cluster list page Closes #34758 See merge request gitlab-org/gitlab-ce!22996
-
Tim Zallmann authored
Resolve "Encoding issue with the user centric tooltips" Closes #55276 See merge request gitlab-org/gitlab-ce!23794
-
GitLab Bot authored
-
Rémy Coutable authored
Passing the separator argument as a positional parameter is deprecated See merge request gitlab-org/gitlab-ce!23334
-
Achilleas Pipinellis authored
Remove unnecessary warning and add other minor improvements See merge request gitlab-org/gitlab-ee!8722
-
Evan Read authored
-
Rémy Coutable authored
Added Cop for injecting EE modules See merge request gitlab-org/gitlab-ce!23802
-
Rémy Coutable authored
EE: Added Cop for injecting EE modules See merge request gitlab-org/gitlab-ee!8843
-
Rémy Coutable authored
CE-EE parity for prepare_build script See merge request gitlab-org/gitlab-ce!23819
-
Rémy Coutable authored
[EE] CE-EE parity for prepare_build script See merge request gitlab-org/gitlab-ee!8846
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Add Registry S3 chunksize troubleshooting section See merge request gitlab-org/gitlab-ce!23841
-
Rémy Coutable authored
Fix RSpec/HookArgument rubocop offense See merge request gitlab-org/gitlab-ce!23776
-
Rémy Coutable authored
Fix RSpec/HookArgument rubocop offense See merge request gitlab-org/gitlab-ee!8856
-
Ash McKenzie authored
This reverts commit 00acef43.
-
- 16 Dec, 2018 9 commits
-
-
Thong Kuah authored
Given the note is about how to interpret ancestor clusters, use the finder which actually knows if there are any ancestor clusters to find out if the note should be shown, rather than passing the same info via a view to a helper Added note about Kaminari.paginate_array Link to followup issue too
-
Thong Kuah authored
This is in addtion to the can checks we have in the controller, as a finder can be used elsewhere in the future.
-
Thong Kuah authored
Part of the code such as #show_path is already present on the presenter. Also avoid having code in two places (helper and presenter) Sanitize and assert html_safe. Additional layer of defense - on top of GitLab already requiring group names to be composed of small set of chars A-Z, - and spaces. Only link to cluster if user can read cluster Make clear that arg is a GroupClusterablePresenter Add more specs for completeness
-
Mayra Cabrera authored
- Use sprite_icon instead of hardcoded html - Use a more descriptive method name - Changes specs to use html_safe matcher
-
Mayra Cabrera authored
- Moves logic into ClustersHelp - Add CSS to ensure compatibility with EE view.
-
Thong Kuah authored
Add specs
-
Mike Greiling authored
Make link clear in note box Also update strings to be translatable
-
Mike Greiling authored
-
Mike Greiling authored
-