-
- Downloads
Unify into :group_clusters feature flag
With this MR, group clusters is now functional, so default to enabled. Have a single setting on the root ancestor group to enabled or disable group clusters feature as a whole
Showing
- app/controllers/groups/clusters_controller.rb 6 additions, 2 deletionsapp/controllers/groups/clusters_controller.rb
- app/helpers/groups_helper.rb 1 addition, 1 deletionapp/helpers/groups_helper.rb
- app/models/concerns/deployment_platform.rb 1 addition, 1 deletionapp/models/concerns/deployment_platform.rb
- app/models/group.rb 4 additions, 0 deletionsapp/models/group.rb
- app/models/namespace.rb 1 addition, 1 deletionapp/models/namespace.rb
- app/models/project.rb 2 additions, 0 deletionsapp/models/project.rb
- spec/models/concerns/deployment_platform_spec.rb 1 addition, 3 deletionsspec/models/concerns/deployment_platform_spec.rb
- spec/models/group_spec.rb 29 additions, 0 deletionsspec/models/group_spec.rb
- spec/models/namespace_spec.rb 1 addition, 0 deletionsspec/models/namespace_spec.rb
- spec/models/project_spec.rb 25 additions, 0 deletionsspec/models/project_spec.rb
Please register or sign in to comment