Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2018-12-20 12:39:09 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-01-02 20:36:27 +0300
commitd2f5bf39cca7684f4834bfc8d7614901c7cd2542 (patch)
tree4c55d3bfffe2042df346dc0fa99df208d239c256 /changelogs
parent019f616c7275db84a798dd933ac7d3317ffa0b50 (diff)
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 a91138baaba93b72c3b487d38e11299e99d2071e) 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
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/55103-hide-group-cluster-features.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/55103-hide-group-cluster-features.yml b/changelogs/unreleased/55103-hide-group-cluster-features.yml
new file mode 100644
index 00000000000..fbe780d6f01
--- /dev/null
+++ b/changelogs/unreleased/55103-hide-group-cluster-features.yml
@@ -0,0 +1,5 @@
+---
+title: Hide cluster features that don't work yet with Group Clusters
+merge_request: 23935
+author:
+type: fixed