-
- Downloads
Resolve controller sharing concern
Use ClustersController as base while having Projects::ClustersController to inform what `clusterable` is. Thanks @ayufan for the great suggestion ! - View changes to work with new approach - Fix javascript for new approach - Fix feature specs for new approach - Fix QA
Showing
- app/assets/javascripts/pages/clusters/create_gcp/index.js 0 additions, 7 deletionsapp/assets/javascripts/pages/clusters/create_gcp/index.js
- app/assets/javascripts/pages/clusters/create_user/index.js 0 additions, 7 deletionsapp/assets/javascripts/pages/clusters/create_user/index.js
- app/assets/javascripts/pages/clusters/new/index.js 0 additions, 7 deletionsapp/assets/javascripts/pages/clusters/new/index.js
- app/assets/javascripts/pages/projects/clusters/destroy/index.js 0 additions, 0 deletions...sets/javascripts/pages/projects/clusters/destroy/index.js
- app/assets/javascripts/pages/projects/clusters/index/index.js 0 additions, 0 deletions...assets/javascripts/pages/projects/clusters/index/index.js
- app/assets/javascripts/pages/projects/clusters/show/index.js 0 additions, 0 deletionsapp/assets/javascripts/pages/projects/clusters/show/index.js
- app/assets/javascripts/pages/projects/clusters/update/index.js 0 additions, 0 deletions...ssets/javascripts/pages/projects/clusters/update/index.js
- app/assets/javascripts/pages/projects/index.js 14 additions, 0 deletionsapp/assets/javascripts/pages/projects/index.js
- app/controllers/clusters/base_controller.rb 8 additions, 24 deletionsapp/controllers/clusters/base_controller.rb
- app/controllers/clusters/clusters_controller.rb 6 additions, 16 deletionsapp/controllers/clusters/clusters_controller.rb
- app/controllers/projects/clusters/applications_controller.rb 17 additions, 0 deletionsapp/controllers/projects/clusters/applications_controller.rb
- app/controllers/projects/clusters_controller.rb 24 additions, 0 deletionsapp/controllers/projects/clusters_controller.rb
- app/helpers/clusters_helper.rb 1 addition, 1 deletionapp/helpers/clusters_helper.rb
- app/presenters/project_clusterable_presenter.rb 20 additions, 0 deletionsapp/presenters/project_clusterable_presenter.rb
- app/views/clusters/clusters/_advanced_settings.html.haml 1 addition, 1 deletionapp/views/clusters/clusters/_advanced_settings.html.haml
- app/views/clusters/clusters/_banner.html.haml 0 additions, 0 deletionsapp/views/clusters/clusters/_banner.html.haml
- app/views/clusters/clusters/_cluster.html.haml 1 addition, 1 deletionapp/views/clusters/clusters/_cluster.html.haml
- app/views/clusters/clusters/_empty_state.html.haml 0 additions, 0 deletionsapp/views/clusters/clusters/_empty_state.html.haml
- app/views/clusters/clusters/_gcp_signup_offer_banner.html.haml 0 additions, 0 deletions...iews/clusters/clusters/_gcp_signup_offer_banner.html.haml
- app/views/clusters/clusters/_integration_form.html.haml 1 addition, 1 deletionapp/views/clusters/clusters/_integration_form.html.haml
File moved
File moved
File moved
File moved
File moved
File moved
File moved
Please register or sign in to comment