summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-10-02 08:35:12 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-10-02 08:35:12 +0000
commit664cd27faa6082d3b67e39aec7931cb6a7579031 (patch)
treeeada2ade27136b39c5d5188bc4de7dfdb26849c7 /changelogs
parent209d7575b63ed889036707eea0183c1ff4bfd67d (diff)
parent3040b994df0de7b6a6c4159a887fe7c8733bbb4d (diff)
downloadgitlab-ce-664cd27faa6082d3b67e39aec7931cb6a7579031.tar.gz
Merge branch '38571-fix-exception-in-raven-report' into 'master'
Ensure no exception is raised when Raven tries to get the current user in API context Closes #38571 See merge request gitlab-org/gitlab-ce!14580
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/38571-fix-exception-in-raven-report.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/38571-fix-exception-in-raven-report.yml b/changelogs/unreleased/38571-fix-exception-in-raven-report.yml
new file mode 100644
index 00000000000..62e3b8d304c
--- /dev/null
+++ b/changelogs/unreleased/38571-fix-exception-in-raven-report.yml
@@ -0,0 +1,6 @@
+---
+title: Ensure no exception is raised when Raven tries to get the current user in API
+ context
+merge_request: 14580
+author:
+type: fixed