- 01 Nov, 2018 4 commits
-
-
Thong Kuah authored
When we unhooked ClustersController from Project::ApplicationsController, we missed an EE override to handle_not_found_or_authorized. Rather than carry on with override RoutingActions, make a specific proc for Project that we override in EE instead. Use that proc in both Clusters::BaseController and Project::ApplicationsController.
-
Thong Kuah authored
- Move show path for cluster to ClusterPresenter - Create ClusterablePresenter to encapsulate logic. Consolidates scattered methods from BaseController and ClustersHelper into an object.
-
Thong Kuah authored
To the extent possible swap out `project` with `clusterable` - Abstract paths for showing cluster or clusters. This will allow us to swap in alternative paths for group level cluster - Push :project_id and :namespace_id params from the URL to the POST body. - Create a nice helper for to generate links for the destroy action For some reason, spec :project_id and :namespace_id param are not going through `to_param` for a JSON format. Manually call `to_param` to fix specs. - Move :layout to BaseController
-
Thong Kuah authored
In preparation so that we can create both cluster attached to project and cluster attached to group. - Move ClustersController to top level - Move Clusters::ApplicationsController to top-level too - Creates a Clusters::BaseController to share common functions - Do not rely on @project ivar. Anything could set the ivar. - Fix Vue page components due to new data-page value Because of the controller change we have gone from `projects:clusters:new` to `clusters:new`, so we need to update the file location of the page components. There is somewhere a function that will convert data-page to a file location. On that note, projects/clusters/gcp/new/, translate to Projects::Clusters::Gcp#new doesn't exist so replace that with clusters/create_gcp/ and clusters/create_user/
-
- 30 Oct, 2018 5 commits
-
-
Stan Hu authored
Fix problem with spec that showed up in EE merge See merge request gitlab-org/gitlab-ce!22675
-
Evan Read authored
docs: Add deprecation notice for renamed licensed feature See merge request gitlab-org/gitlab-ce!22575
-
Brett Walker authored
-
Evan Read authored
Added a note about machine types See merge request gitlab-org/gitlab-ce!22572
-
Mark Veenstra authored
-
- 29 Oct, 2018 31 commits
-
-
Mike Greiling authored
Update gitlab-ui to 1.9.0 See merge request gitlab-org/gitlab-ce!22632
-
Clement Ho authored
-
Mike Greiling authored
Remove mousetrap-rails gem Closes #53270 See merge request gitlab-org/gitlab-ce!22647
-
Douwe Maan authored
Make new merge request URL more friendly when pushing code Closes #53012 See merge request gitlab-org/gitlab-ce!22526
-
Dan Davison authored
Add e2e test to push using a private token See merge request gitlab-org/gitlab-ce!22628
-
Mike Greiling authored
Update moment to 2.22.2 Closes #53273 See merge request gitlab-org/gitlab-ce!22648
-
Robert Speicher authored
Update GitLab Pages to v1.3.0 See merge request gitlab-org/gitlab-ce!22666
-
Robert Speicher authored
Replace deprecated uniq on a Relation with distinct See merge request gitlab-org/gitlab-ce!22625
-
Kamil Trzciński authored
Rename 'sast_container' licensed feature See merge request gitlab-org/gitlab-ce!22662
-
Robert Speicher authored
Upgrade whitequark/parser to 2.5.3.0 See merge request gitlab-org/gitlab-ce!22652
-
Filipa Lacerda authored
Delete job_spec.js See merge request gitlab-org/gitlab-ce!22664
-
Mark Lapierre authored
Tests pushing over HTTP(S) using a personal access token
-
Nick Thomas authored
-
Clement Ho authored
Truncate milestone title on collapsed sidebar See merge request gitlab-org/gitlab-ce!22624
-
Winnie Hellmann authored
-
Phil Hughes authored
Fix broken "Show whitespace changes" button on MR "Changes" tab Closes #52122 See merge request gitlab-org/gitlab-ce!22539
-
Jacques Erasmus authored
-
Nick Thomas authored
Remove all tables from Pipeline page when there is no job for the Pipeline Closes #45669 See merge request gitlab-org/gitlab-ce!18540
-
Takuya Noguchi authored
-
Kamil Trzciński authored
-
Nick Thomas authored
Extract ee specific lines for issues and mr controllers See merge request gitlab-org/gitlab-ce!22569
-
Sean McGivern authored
Fix open-ended params for api_json.log Closes #53155 See merge request gitlab-org/gitlab-ce!22623
-
Andrew Newdigate authored
-
Achilleas Pipinellis authored
adds warning against Postgres across NFS See merge request gitlab-org/gitlab-ce!22278
-
Lyle Kozloff authored
-
Phil Hughes authored
CE Backport: Show actual Milestone dates within tooltips for Milestones in Epics sidebar See merge request gitlab-org/gitlab-ce!22653
-
Nick Thomas authored
post merge pipeline and environments status Closes #47799 See merge request gitlab-org/gitlab-ce!22292
-
Alessio Caiazza authored
-
Marcia Ramos authored
Clarify last board navigation documentation Closes gitlab-ee#7760 See merge request gitlab-org/gitlab-ce!22618
-
Achilleas Pipinellis authored
`Create a new tag` json Missing double quotes See merge request gitlab-org/gitlab-ce!22614
-
Andreas Brandl authored
Models and migrations for group level clusters See merge request gitlab-org/gitlab-ce!22307
-