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:
authorRémy Coutable <remy@rymai.me>2016-11-07 21:30:06 +0300
committerRémy Coutable <remy@rymai.me>2016-11-07 21:30:06 +0300
commitd2aa81c09c5a2e0cd943d506ef20662011b92d95 (patch)
tree49eef20a7dab84e1374b8d892478b1a2ee54c008
parent511a5859ea3917a6e22687e53ec305b53c61ec2b (diff)
Update CHANGELOG.md for 8.13.4
[ci skip]
-rw-r--r--CHANGELOG.md7
-rw-r--r--changelogs/unreleased/23403-fix-events-for-private-project-features.yml4
-rw-r--r--changelogs/unreleased/23961-can-t-share-project-with-groups.yml4
-rw-r--r--changelogs/unreleased/24059-round-robin-repository-storage.yml4
-rw-r--r--changelogs/unreleased/24102-cannot-unselect-remove-source-branch-when-editing-merge-request.yml4
-rw-r--r--changelogs/unreleased/fix-unathorized-cloning.yml4
-rw-r--r--changelogs/unreleased/markdown-xss-fix-option-2-1.yml4
-rw-r--r--changelogs/unreleased/show-status-from-branch.yml4
8 files changed, 7 insertions, 28 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e68b9dd9f8b..908d4f9e08f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@ Please view this file on the master branch, on stable branches it's out of date.
## 8.13.4
+- Fix showing pipeline status for a given commit from correct branch. !7034
+- Only skip group when it's actually a group in the "Share with group" select. !7262
+- Introduce round-robin project creation to spread load over multiple shards. !7266
+- Ensure merge request's "remove branch" accessors return booleans. !7267
+- Ensure external users are not able to clone disabled repositories.
+- Fix XSS issue in Markdown autolinker.
+- Respect event visibility in Gitlab::ContributionsCalendar.
- Honour issue and merge request visibility in their respective finders.
- Disable reference Markdown for unavailable features.
- Fix lightweight tags not processed correctly by GitTagPushService. !6532
diff --git a/changelogs/unreleased/23403-fix-events-for-private-project-features.yml b/changelogs/unreleased/23403-fix-events-for-private-project-features.yml
deleted file mode 100644
index a34acdf43d0..00000000000
--- a/changelogs/unreleased/23403-fix-events-for-private-project-features.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Respect event visibility in Gitlab::ContributionsCalendar
-merge_request:
-author:
diff --git a/changelogs/unreleased/23961-can-t-share-project-with-groups.yml b/changelogs/unreleased/23961-can-t-share-project-with-groups.yml
deleted file mode 100644
index b3bfcbda4b7..00000000000
--- a/changelogs/unreleased/23961-can-t-share-project-with-groups.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Only skip group when it's actually a group in the "Share with group" select
-merge_request: 7262
-author:
diff --git a/changelogs/unreleased/24059-round-robin-repository-storage.yml b/changelogs/unreleased/24059-round-robin-repository-storage.yml
deleted file mode 100644
index 109536114ff..00000000000
--- a/changelogs/unreleased/24059-round-robin-repository-storage.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Introduce round-robin project creation to spread load over multiple shards
-merge_request: 7266
-author:
diff --git a/changelogs/unreleased/24102-cannot-unselect-remove-source-branch-when-editing-merge-request.yml b/changelogs/unreleased/24102-cannot-unselect-remove-source-branch-when-editing-merge-request.yml
deleted file mode 100644
index 50d018170f1..00000000000
--- a/changelogs/unreleased/24102-cannot-unselect-remove-source-branch-when-editing-merge-request.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Ensure merge request's "remove branch" accessors return booleans
-merge_request: 7267
-author:
diff --git a/changelogs/unreleased/fix-unathorized-cloning.yml b/changelogs/unreleased/fix-unathorized-cloning.yml
deleted file mode 100644
index 2b446b1450d..00000000000
--- a/changelogs/unreleased/fix-unathorized-cloning.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Ensure external users are not able to clone disabled repositories.
-merge_request:
-author:
diff --git a/changelogs/unreleased/markdown-xss-fix-option-2-1.yml b/changelogs/unreleased/markdown-xss-fix-option-2-1.yml
deleted file mode 100644
index 8b1f45b2c22..00000000000
--- a/changelogs/unreleased/markdown-xss-fix-option-2-1.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix XSS issue in Markdown autolinker
-merge_request:
-author:
diff --git a/changelogs/unreleased/show-status-from-branch.yml b/changelogs/unreleased/show-status-from-branch.yml
deleted file mode 100644
index 1afc230c05c..00000000000
--- a/changelogs/unreleased/show-status-from-branch.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix showing pipeline status for a given commit from correct branch
-merge_request: 7034
-author: