summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-23 18:42:02 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-23 18:42:02 +0000
commit5a1541a44f745cf9ae4121d6919a1530a7212afe (patch)
tree3841ea24d9eaa1e5521f168348af3fd409aab962 /changelogs
parentf1bc6c9f752e5dcf11f5798c70498e9ae4a8e3ec (diff)
downloadgitlab-ce-5a1541a44f745cf9ae4121d6919a1530a7212afe.tar.gz
Add latest changes from gitlab-org/gitlab@13-9-stable-ee
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/322198-fix-metrics-tab.yml5
-rw-r--r--changelogs/unreleased/fix-email-participants-migration-version-number.yml6
-rw-r--r--changelogs/unreleased/fix-keep-artifacts-project-setting.yml5
-rw-r--r--changelogs/unreleased/lm-fix-authorization-lint.yml5
-rw-r--r--changelogs/unreleased/psi-board-scroll.yml5
-rw-r--r--changelogs/unreleased/puma_sigint.yml5
-rw-r--r--changelogs/unreleased/reset_template_cache_key.yml5
-rw-r--r--changelogs/unreleased/revert-fb45e290.yml5
-rw-r--r--changelogs/unreleased/sh-fix-export-csv-service-nplusone.yml5
9 files changed, 46 insertions, 0 deletions
diff --git a/changelogs/unreleased/322198-fix-metrics-tab.yml b/changelogs/unreleased/322198-fix-metrics-tab.yml
new file mode 100644
index 00000000000..d7600177be7
--- /dev/null
+++ b/changelogs/unreleased/322198-fix-metrics-tab.yml
@@ -0,0 +1,5 @@
+---
+title: Fix Metric tab not showing up on operations page
+merge_request: 54736
+author:
+type: fixed
diff --git a/changelogs/unreleased/fix-email-participants-migration-version-number.yml b/changelogs/unreleased/fix-email-participants-migration-version-number.yml
new file mode 100644
index 00000000000..c0333716789
--- /dev/null
+++ b/changelogs/unreleased/fix-email-participants-migration-version-number.yml
@@ -0,0 +1,6 @@
+---
+title: Fix creating the idx_on_issues_where_service_desk_reply_to_is_not_null index
+ before the post migration
+merge_request: 54346
+author:
+type: other
diff --git a/changelogs/unreleased/fix-keep-artifacts-project-setting.yml b/changelogs/unreleased/fix-keep-artifacts-project-setting.yml
new file mode 100644
index 00000000000..dfff4cf73da
--- /dev/null
+++ b/changelogs/unreleased/fix-keep-artifacts-project-setting.yml
@@ -0,0 +1,5 @@
+---
+title: Fix keep latest artifacts checkbox being always disabled
+merge_request: 54669
+author:
+type: fixed
diff --git a/changelogs/unreleased/lm-fix-authorization-lint.yml b/changelogs/unreleased/lm-fix-authorization-lint.yml
new file mode 100644
index 00000000000..cca59b7b43e
--- /dev/null
+++ b/changelogs/unreleased/lm-fix-authorization-lint.yml
@@ -0,0 +1,5 @@
+---
+title: Updates authorization for linting endpoint
+merge_request: 54492
+author:
+type: changed
diff --git a/changelogs/unreleased/psi-board-scroll.yml b/changelogs/unreleased/psi-board-scroll.yml
new file mode 100644
index 00000000000..3d68933b6f8
--- /dev/null
+++ b/changelogs/unreleased/psi-board-scroll.yml
@@ -0,0 +1,5 @@
+---
+title: Restore missing horizontal scrollbar on issue boards
+merge_request: 54634
+author:
+type: fixed
diff --git a/changelogs/unreleased/puma_sigint.yml b/changelogs/unreleased/puma_sigint.yml
new file mode 100644
index 00000000000..9bc6fd856f1
--- /dev/null
+++ b/changelogs/unreleased/puma_sigint.yml
@@ -0,0 +1,5 @@
+---
+title: Send SIGINT instead of SIGQUIT to puma
+merge_request: 54446
+author: Jörg Behrmann @behrmann
+type: fixed
diff --git a/changelogs/unreleased/reset_template_cache_key.yml b/changelogs/unreleased/reset_template_cache_key.yml
new file mode 100644
index 00000000000..7ee55542bae
--- /dev/null
+++ b/changelogs/unreleased/reset_template_cache_key.yml
@@ -0,0 +1,5 @@
+---
+title: Reset description template names cache key to reload an updated templates structure
+merge_request: 54614
+author:
+type: fixed
diff --git a/changelogs/unreleased/revert-fb45e290.yml b/changelogs/unreleased/revert-fb45e290.yml
new file mode 100644
index 00000000000..79554e2a12d
--- /dev/null
+++ b/changelogs/unreleased/revert-fb45e290.yml
@@ -0,0 +1,5 @@
+---
+title: Fix S3 object storage failing when endpoint is not specified
+merge_request: 54868
+author:
+type: fixed
diff --git a/changelogs/unreleased/sh-fix-export-csv-service-nplusone.yml b/changelogs/unreleased/sh-fix-export-csv-service-nplusone.yml
new file mode 100644
index 00000000000..f1da7ec9682
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-export-csv-service-nplusone.yml
@@ -0,0 +1,5 @@
+---
+title: Fix N+1 SQL regression in exporting issues to CSV
+merge_request: 54287
+author:
+type: performance