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>2019-09-25 18:06:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-25 18:06:16 +0300
commitb1d7b01241da7f7f5d42c5ef46c7788fac0ab6d3 (patch)
treeb53def1340801c2b7706e9f68f6b17a36efad4dd /changelogs
parentaabf412bc1f30cb12d97a077458d002c57cad8e9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/61933-toggling-a-task-inside-a-collapsible-section-collapses-all-sections.yml6
-rw-r--r--changelogs/unreleased/ac-workhorse-8-11-0.yml5
-rw-r--r--changelogs/unreleased/patch-29.yml5
3 files changed, 16 insertions, 0 deletions
diff --git a/changelogs/unreleased/61933-toggling-a-task-inside-a-collapsible-section-collapses-all-sections.yml b/changelogs/unreleased/61933-toggling-a-task-inside-a-collapsible-section-collapses-all-sections.yml
new file mode 100644
index 00000000000..2239bffcd5e
--- /dev/null
+++ b/changelogs/unreleased/61933-toggling-a-task-inside-a-collapsible-section-collapses-all-sections.yml
@@ -0,0 +1,6 @@
+---
+title: When user toggles task list item, keep details open until user closes the details
+ manually
+merge_request: 16153
+author:
+type: fixed
diff --git a/changelogs/unreleased/ac-workhorse-8-11-0.yml b/changelogs/unreleased/ac-workhorse-8-11-0.yml
new file mode 100644
index 00000000000..1f86416449e
--- /dev/null
+++ b/changelogs/unreleased/ac-workhorse-8-11-0.yml
@@ -0,0 +1,5 @@
+---
+title: Handle wiki and graphql attachments in gitlab-workhorse
+merge_request: 17690
+author:
+type: performance
diff --git a/changelogs/unreleased/patch-29.yml b/changelogs/unreleased/patch-29.yml
new file mode 100644
index 00000000000..e5e1d639a69
--- /dev/null
+++ b/changelogs/unreleased/patch-29.yml
@@ -0,0 +1,5 @@
+---
+title: Better job naming for Docker.gitlab-ci.yml
+merge_request: 17218
+author: luca.orlandi@gmail.com
+type: other