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:
authorMayra Cabrera <mcabrera@gitlab.com>2018-09-04 18:23:11 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2018-09-06 18:47:50 +0300
commitd6fa67824d13fc342721e996810f2838d4706fd2 (patch)
tree9a82614ec32df17b31d348f3c8da2ee8d2f41eb5 /changelogs
parentec9bb1a7deed082ef050a7275df0abd134f526f3 (diff)
Displays banner to notify users ADO is implicitly enabled
If ADO is implicitly enabled for a project due to the instance wide setting feature or feature flag rollout then an owner or maintainer visiting that project are going to see a banner. Closes #50535
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/50535-display-banner-to-notify-user-if-project-is-implicitly-opted-ado.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/50535-display-banner-to-notify-user-if-project-is-implicitly-opted-ado.yml b/changelogs/unreleased/50535-display-banner-to-notify-user-if-project-is-implicitly-opted-ado.yml
new file mode 100644
index 00000000000..23d4d504f04
--- /dev/null
+++ b/changelogs/unreleased/50535-display-banner-to-notify-user-if-project-is-implicitly-opted-ado.yml
@@ -0,0 +1,5 @@
+---
+title: Display banner on project page if AutoDevOps is implicitly enabled
+merge_request: 21503
+author:
+type: added