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>2020-03-30 12:07:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-30 12:07:58 +0300
commit45b4df3e57c949c88107840c44ccbfaf2eabdf26 (patch)
treef73c1533a75b03d2ceb1361644e0d8ab97568a8f /changelogs
parent7421e6f9f2b5889b05738af7eba568af6ae3fcbc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/212452-webhooks-do-not-show-when-discussion-lock-changes.yml5
-rw-r--r--changelogs/unreleased/212463-remove-export-fast-serialize-feature-flag.yml5
-rw-r--r--changelogs/unreleased/23131-upgrade-statistics-endpoints.yml6
-rw-r--r--changelogs/unreleased/remove-new-issue-tooltip.yml5
4 files changed, 21 insertions, 0 deletions
diff --git a/changelogs/unreleased/212452-webhooks-do-not-show-when-discussion-lock-changes.yml b/changelogs/unreleased/212452-webhooks-do-not-show-when-discussion-lock-changes.yml
new file mode 100644
index 00000000000..ca379d86e5b
--- /dev/null
+++ b/changelogs/unreleased/212452-webhooks-do-not-show-when-discussion-lock-changes.yml
@@ -0,0 +1,5 @@
+---
+title: Add `discussion_locked` to Webhook
+merge_request: 28018
+author:
+type: fixed
diff --git a/changelogs/unreleased/212463-remove-export-fast-serialize-feature-flag.yml b/changelogs/unreleased/212463-remove-export-fast-serialize-feature-flag.yml
new file mode 100644
index 00000000000..5acb10d399c
--- /dev/null
+++ b/changelogs/unreleased/212463-remove-export-fast-serialize-feature-flag.yml
@@ -0,0 +1,5 @@
+---
+title: Remove feature flag 'export_fast_serialize' and 'export_fast_serialize_with_raw_json'
+merge_request: 28037
+author:
+type: performance
diff --git a/changelogs/unreleased/23131-upgrade-statistics-endpoints.yml b/changelogs/unreleased/23131-upgrade-statistics-endpoints.yml
new file mode 100644
index 00000000000..4db191c161e
--- /dev/null
+++ b/changelogs/unreleased/23131-upgrade-statistics-endpoints.yml
@@ -0,0 +1,6 @@
+---
+title: >
+ #42671: Project and group storage statistics now support values up to 8 PiB (up from 4GiB)
+merge_request: 23131
+author: Matthias van de Meent
+type: fixed
diff --git a/changelogs/unreleased/remove-new-issue-tooltip.yml b/changelogs/unreleased/remove-new-issue-tooltip.yml
new file mode 100644
index 00000000000..1839db89474
--- /dev/null
+++ b/changelogs/unreleased/remove-new-issue-tooltip.yml
@@ -0,0 +1,5 @@
+---
+title: Remove new issue tooltip
+merge_request: 28261
+author: Victor Wu
+type: other