- 17 Dec, 2018 27 commits
-
-
Douglas Barbosa Alexandre authored
Add externalized strings for clusters error messages Closes #45310 See merge request gitlab-org/gitlab-ce!23753
-
Phil Hughes authored
Updates gitlab-svg dependency See merge request gitlab-org/gitlab-ce!23871
-
Grzegorz Bizon authored
Revert "Merge branch 'auto_devops_kubernetes_active' into 'master'" See merge request gitlab-org/gitlab-ce!23826
-
Achilleas Pipinellis authored
Improve & clean up the PROCESS.md doc See merge request gitlab-org/gitlab-ce!23769
-
George Tsiolis authored
-
Douwe Maan authored
Remove the project_cleanup feature flag Closes #55230 See merge request gitlab-org/gitlab-ce!23814
-
Filipa Lacerda authored
-
Rémy Coutable authored
Clarify messaging on what fails for too many failed lines See merge request gitlab-org/gitlab-ce!23862
-
Fatih Acet authored
Fixed duplicated inline diff discussions Closes #55388 See merge request gitlab-org/gitlab-ce!23843
-
Rémy Coutable authored
Change `page_filter_path` to not exclude `label_name` by default See merge request gitlab-org/gitlab-ce!23825
-
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
-
Kushal Pandya authored
Resolve "User profile page: Enhance horizonal whitespace between Overview columns" Closes #55252 See merge request gitlab-org/gitlab-ce!23803
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Remove rails4 specific code See merge request gitlab-org/gitlab-ce!23847
-
Achilleas Pipinellis authored
Clearly state web terminal is not supported at all on GitLab.com See merge request gitlab-org/gitlab-ce!23821
-
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
-
Rémy Coutable authored
Passing the separator argument as a positional parameter is deprecated See merge request gitlab-org/gitlab-ce!23334
-
Rémy Coutable authored
Added Cop for injecting EE modules See merge request gitlab-org/gitlab-ce!23802
-
Rémy Coutable authored
CE-EE parity for prepare_build script See merge request gitlab-org/gitlab-ce!23819
-
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
-
Sam Bigelow authored
-
Ash McKenzie authored
This reverts commit 00acef43.
-
Thong Kuah authored
This reverts merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22929
-
- 16 Dec, 2018 13 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
-
Thong Kuah authored
Show both the cluster(s) of the clusterable, and the cluster(s) of ancestor groups.
-
Jasper Maes authored
-
Jasper Maes authored
-
Jasper Maes authored
-