summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-27 11:45:16 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-27 11:45:16 +0000
commitf444f745544528accf5811bb9a8fb0a252775d3b (patch)
treec248e283ea2825b68f405e738faea0e56ed57bba /changelogs
parent58fa510acd34ab3c8b36be95f5e7b58dd9b0f5f4 (diff)
downloadgitlab-ce-f444f745544528accf5811bb9a8fb0a252775d3b.tar.gz
Add latest changes from gitlab-org/gitlab@12-6-stable-ee
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/121714-fix-sentry-stack-trace-highlight-for-php.yml5
-rw-r--r--changelogs/unreleased/alexives-119379-handle_http_error_instead_of_not_found.yml5
-rw-r--r--changelogs/unreleased/sh-optimize-pipeline-sql.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/121714-fix-sentry-stack-trace-highlight-for-php.yml b/changelogs/unreleased/121714-fix-sentry-stack-trace-highlight-for-php.yml
new file mode 100644
index 00000000000..4f3b80dfcaa
--- /dev/null
+++ b/changelogs/unreleased/121714-fix-sentry-stack-trace-highlight-for-php.yml
@@ -0,0 +1,5 @@
+---
+title: Fix stack trace highlight for PHP
+merge_request: 22258
+author:
+type: fixed
diff --git a/changelogs/unreleased/alexives-119379-handle_http_error_instead_of_not_found.yml b/changelogs/unreleased/alexives-119379-handle_http_error_instead_of_not_found.yml
new file mode 100644
index 00000000000..6f5eea45660
--- /dev/null
+++ b/changelogs/unreleased/alexives-119379-handle_http_error_instead_of_not_found.yml
@@ -0,0 +1,5 @@
+---
+title: Handle forbidden error when checking for knative
+merge_request: 22170
+author:
+type: fixed
diff --git a/changelogs/unreleased/sh-optimize-pipeline-sql.yml b/changelogs/unreleased/sh-optimize-pipeline-sql.yml
new file mode 100644
index 00000000000..f40fff99454
--- /dev/null
+++ b/changelogs/unreleased/sh-optimize-pipeline-sql.yml
@@ -0,0 +1,5 @@
+---
+title: Eliminate N+1 queries in PipelinesController#index
+merge_request: 22189
+author:
+type: performance