summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorNathan Friend <nathan@gitlab.com>2019-05-31 09:58:23 -0300
committerNathan Friend <nathan@gitlab.com>2019-06-03 19:20:20 -0300
commit6610f2fdcb4b641e9c1c87891e9de1ca28c1f518 (patch)
tree1e30b9464e0139108130d89597218f39e4525234 /changelogs
parent98e1f7d5da8c429e3b8747825e2507bfe464e92c (diff)
downloadgitlab-ce-6610f2fdcb4b641e9c1c87891e9de1ca28c1f518.tar.gz
Add auto SSL toggle to Pages domain settings page28996-create-mvc-ui-in-haml
This commit adds an auto SSL toggle switch to the settings page of GitLab Pages domains. This toggle enable or disabled auto SSL management via Let's Encrypt. Toggling the button dynamically updates the form using client-side JavaScript. All changes are behind feature flags.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/28996-create-mvc-ui-in-haml.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/28996-create-mvc-ui-in-haml.yml b/changelogs/unreleased/28996-create-mvc-ui-in-haml.yml
new file mode 100644
index 00000000000..9c6897babb4
--- /dev/null
+++ b/changelogs/unreleased/28996-create-mvc-ui-in-haml.yml
@@ -0,0 +1,5 @@
+---
+title: Add auto SSL toggle option to Pages domain settings page
+merge_request: 26438
+author:
+type: added