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-18 21:06:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-18 21:06:14 +0300
commitb08279013423a66f06f5edde4e067f328fe135bd (patch)
tree47aca1a9b0655cd7861bddf31ec17d4b302fc4ea /changelogs
parent4584eb0e07d372d6014de16ab359965475184c99 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/66123-over-a-thousand-todos-displays-count-of-one.yml6
-rw-r--r--changelogs/unreleased/66330-confidential-quick-action-is-available-for-confidential-issues.yml5
-rw-r--r--changelogs/unreleased/sh-bump-rouge-3-11-0.yml5
-rw-r--r--changelogs/unreleased/winh-issue-list-moved.yml5
4 files changed, 21 insertions, 0 deletions
diff --git a/changelogs/unreleased/66123-over-a-thousand-todos-displays-count-of-one.yml b/changelogs/unreleased/66123-over-a-thousand-todos-displays-count-of-one.yml
new file mode 100644
index 00000000000..3feb8539378
--- /dev/null
+++ b/changelogs/unreleased/66123-over-a-thousand-todos-displays-count-of-one.yml
@@ -0,0 +1,6 @@
+---
+title: Fix for count in todo badge when user has over 1,000 todos. Will now correctly
+ display todo count after user marks some todos as done.
+merge_request: 16844
+author: Jesse Hall @jessehall3
+type: fixed
diff --git a/changelogs/unreleased/66330-confidential-quick-action-is-available-for-confidential-issues.yml b/changelogs/unreleased/66330-confidential-quick-action-is-available-for-confidential-issues.yml
new file mode 100644
index 00000000000..4ed18adb7e2
--- /dev/null
+++ b/changelogs/unreleased/66330-confidential-quick-action-is-available-for-confidential-issues.yml
@@ -0,0 +1,5 @@
+---
+title: Changed confidential quick action to only be available on non confidential issues
+merge_request: 16902
+author: Marc Schwede
+type: fixed
diff --git a/changelogs/unreleased/sh-bump-rouge-3-11-0.yml b/changelogs/unreleased/sh-bump-rouge-3-11-0.yml
new file mode 100644
index 00000000000..6ef44fcbafc
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-rouge-3-11-0.yml
@@ -0,0 +1,5 @@
+---
+title: Upgrade Rouge to v3.11.0
+merge_request: 17011
+author:
+type: other
diff --git a/changelogs/unreleased/winh-issue-list-moved.yml b/changelogs/unreleased/winh-issue-list-moved.yml
new file mode 100644
index 00000000000..c8113e39b97
--- /dev/null
+++ b/changelogs/unreleased/winh-issue-list-moved.yml
@@ -0,0 +1,5 @@
+---
+title: Display if an issue was moved in issue list
+merge_request: 17102
+author:
+type: changed