summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-07 00:09:26 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-07 00:09:26 +0000
commit418a39f6c20ebaf9572c4ef3ae924b0c6ffc5e3b (patch)
treec4ae73eee4e0a2ba535e87893858d9e76778d09d /config
parent2633d5ef5ed868eccb174c6ff644a3fb8224f990 (diff)
downloadgitlab-ce-418a39f6c20ebaf9572c4ef3ae924b0c6ffc5e3b.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r--config/feature_flags/development/gldropdown_branches.yml8
-rw-r--r--config/routes.rb6
2 files changed, 14 insertions, 0 deletions
diff --git a/config/feature_flags/development/gldropdown_branches.yml b/config/feature_flags/development/gldropdown_branches.yml
new file mode 100644
index 00000000000..f209926eb26
--- /dev/null
+++ b/config/feature_flags/development/gldropdown_branches.yml
@@ -0,0 +1,8 @@
+---
+name: gldropdown_branches
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57760
+rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/326549
+milestone: '13.11'
+type: development
+group: group::continuous integration
+default_enabled: false
diff --git a/config/routes.rb b/config/routes.rb
index c7537671336..c21c920117f 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -220,6 +220,12 @@ Rails.application.routes.draw do
post :authorize_aws_role
end
+ resource :integration, controller: 'clusters/integrations', only: [] do
+ collection do
+ post :create_or_update
+ end
+ end
+
member do
Gitlab.ee do
get :metrics, format: :json