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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-24 09:09:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-24 09:09:16 +0300
commitf1d39f5bea74d84c38b4713f66cfcc9fdbcd1c57 (patch)
tree2c43f91d951a7465535d6e3b328a12e5f93aa1e1 /changelogs/unreleased
parent93b0b77287acb1cf1a6a408b3a4e9587bedc9364 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/273325-fy21q4-foundations-kr2-audit-and-update-buttons-on-groups-boardsco.yml5
-rw-r--r--changelogs/unreleased/299895-experiment-cleanup-customize_homepage-banner-2.yml5
-rw-r--r--changelogs/unreleased/btn-danger-apps.yml5
-rw-r--r--changelogs/unreleased/close-droplab-dropdowns-on-click.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/273325-fy21q4-foundations-kr2-audit-and-update-buttons-on-groups-boardsco.yml b/changelogs/unreleased/273325-fy21q4-foundations-kr2-audit-and-update-buttons-on-groups-boardsco.yml
new file mode 100644
index 00000000000..99463a4e3be
--- /dev/null
+++ b/changelogs/unreleased/273325-fy21q4-foundations-kr2-audit-and-update-buttons-on-groups-boardsco.yml
@@ -0,0 +1,5 @@
+---
+title: Only display focus mode button at md+ breakpoint and make it the tertiary style
+merge_request: 57139
+author:
+type: other
diff --git a/changelogs/unreleased/299895-experiment-cleanup-customize_homepage-banner-2.yml b/changelogs/unreleased/299895-experiment-cleanup-customize_homepage-banner-2.yml
new file mode 100644
index 00000000000..17d4d90a8df
--- /dev/null
+++ b/changelogs/unreleased/299895-experiment-cleanup-customize_homepage-banner-2.yml
@@ -0,0 +1,5 @@
+---
+title: Remove feature flag for customize homepage banner
+merge_request: 57147
+author:
+type: other
diff --git a/changelogs/unreleased/btn-danger-apps.yml b/changelogs/unreleased/btn-danger-apps.yml
new file mode 100644
index 00000000000..1da4ff43ff9
--- /dev/null
+++ b/changelogs/unreleased/btn-danger-apps.yml
@@ -0,0 +1,5 @@
+---
+title: Move to btn-danger for delete button in applications
+merge_request: 56088
+author: Yogi (@yo)
+type: changed
diff --git a/changelogs/unreleased/close-droplab-dropdowns-on-click.yml b/changelogs/unreleased/close-droplab-dropdowns-on-click.yml
new file mode 100644
index 00000000000..5091ec1a626
--- /dev/null
+++ b/changelogs/unreleased/close-droplab-dropdowns-on-click.yml
@@ -0,0 +1,5 @@
+---
+title: Close DropLab dropdowns on click instead of mousedown
+merge_request: 56847
+author: Simon Stieger @sim0
+type: fixed