-
- Downloads
Merge branch '55103-hide-group-cluster-features' into 'master'
Resolve "Hide cluster features that don't work yet with Group Clusters" Closes #55103 See merge request gitlab-org/gitlab-ce!23935 (cherry picked from commit a91138ba) 4ed4a640 Expose environment's cluster type 55bfea0a Disable terminal button for group clusters bfbea9b8 Use constants for cluster_type b1fb15f8 Fix formatting e9c4f190 Add CHANGELOG.md entry for gitlab-ce!23935 0d608a7b Add test for environment_terminal_button e18fb5b3 Memoize call for EnvironmentEntity#cluster_type a45fb5d6 Moves memoization to Environment
Showing
- app/assets/javascripts/environments/components/environment_item.vue 11 additions, 0 deletions.../javascripts/environments/components/environment_item.vue
- app/assets/javascripts/environments/components/environment_terminal_button.vue 6 additions, 0 deletions...s/environments/components/environment_terminal_button.vue
- app/models/environment.rb 4 additions, 1 deletionapp/models/environment.rb
- app/serializers/environment_entity.rb 16 additions, 0 deletionsapp/serializers/environment_entity.rb
- changelogs/unreleased/55103-hide-group-cluster-features.yml 5 additions, 0 deletionschangelogs/unreleased/55103-hide-group-cluster-features.yml
- spec/javascripts/environments/environment_terminal_button_spec.js 32 additions, 16 deletions...ascripts/environments/environment_terminal_button_spec.js
- spec/lib/gitlab/prometheus/query_variables_spec.rb 2 additions, 2 deletionsspec/lib/gitlab/prometheus/query_variables_spec.rb
- spec/serializers/environment_entity_spec.rb 30 additions, 0 deletionsspec/serializers/environment_entity_spec.rb
Please register or sign in to comment