-
- Downloads
There was an error fetching the commit references. Please try again later.
Renames Cluster#managed? to provided_by_user?
This will allow to user the term managed? on https://gitlab.com/gitlab-org/gitlab-ce/issues/56557. Managed? will be used to distinct clusters that are automatically managed by GitLab
Showing
- app/controllers/clusters/clusters_controller.rb 5 additions, 5 deletionsapp/controllers/clusters/clusters_controller.rb
- app/models/clusters/cluster.rb 1 addition, 4 deletionsapp/models/clusters/cluster.rb
- app/models/clusters/platforms/kubernetes.rb 2 additions, 2 deletionsapp/models/clusters/platforms/kubernetes.rb
- app/presenters/clusters/cluster_presenter.rb 4 additions, 0 deletionsapp/presenters/clusters/cluster_presenter.rb
- app/validators/cluster_name_validator.rb 3 additions, 5 deletionsapp/validators/cluster_name_validator.rb
- app/views/clusters/clusters/_advanced_settings.html.haml 1 addition, 1 deletionapp/views/clusters/clusters/_advanced_settings.html.haml
- app/views/clusters/clusters/show.html.haml 1 addition, 1 deletionapp/views/clusters/clusters/show.html.haml
- app/views/clusters/platforms/kubernetes/_form.html.haml 7 additions, 7 deletionsapp/views/clusters/platforms/kubernetes/_form.html.haml
- spec/features/clusters/cluster_detail_page_spec.rb 80 additions, 0 deletionsspec/features/clusters/cluster_detail_page_spec.rb
- spec/models/clusters/cluster_spec.rb 16 additions, 0 deletionsspec/models/clusters/cluster_spec.rb
- spec/models/clusters/platforms/kubernetes_spec.rb 1 addition, 1 deletionspec/models/clusters/platforms/kubernetes_spec.rb
- spec/presenters/clusters/cluster_presenter_spec.rb 16 additions, 0 deletionsspec/presenters/clusters/cluster_presenter_spec.rb
Please register or sign in to comment