summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-06 12:07:56 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-06 12:07:56 +0000
commit045c0f9554a99c80d0a127540da168e272a9f977 (patch)
tree2c4b0d10c9432e68b6c1aca2097e663ba18b48ec /changelogs
parent669c24d9276db9a73bbcea40aeab98273aae9e5e (diff)
downloadgitlab-ce-045c0f9554a99c80d0a127540da168e272a9f977.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/119205-500-when-error-stack-trace-is-empty.yml5
-rw-r--r--changelogs/unreleased/cache-ref-names-in-discussion-endpoint.yml5
-rw-r--r--changelogs/unreleased/shl-disable-animations-config.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/119205-500-when-error-stack-trace-is-empty.yml b/changelogs/unreleased/119205-500-when-error-stack-trace-is-empty.yml
new file mode 100644
index 00000000000..e0f5cc1e631
--- /dev/null
+++ b/changelogs/unreleased/119205-500-when-error-stack-trace-is-empty.yml
@@ -0,0 +1,5 @@
+---
+title: Fix for 500 when error stack trace is empty
+merge_request: 119205
+author:
+type: fixed
diff --git a/changelogs/unreleased/cache-ref-names-in-discussion-endpoint.yml b/changelogs/unreleased/cache-ref-names-in-discussion-endpoint.yml
new file mode 100644
index 00000000000..f0766dd4538
--- /dev/null
+++ b/changelogs/unreleased/cache-ref-names-in-discussion-endpoint.yml
@@ -0,0 +1,5 @@
+---
+title: Reduce Gitaly calls needed for issue discussions
+merge_request:
+author:
+type: performance
diff --git a/changelogs/unreleased/shl-disable-animations-config.yml b/changelogs/unreleased/shl-disable-animations-config.yml
new file mode 100644
index 00000000000..97c2db9a1c9
--- /dev/null
+++ b/changelogs/unreleased/shl-disable-animations-config.yml
@@ -0,0 +1,5 @@
+---
+title: Add a config for disabling CSS and jQuery animations
+merge_request: 22217
+author:
+type: added