diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-10-02 08:35:12 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-10-02 08:35:12 +0000 |
commit | 664cd27faa6082d3b67e39aec7931cb6a7579031 (patch) | |
tree | eada2ade27136b39c5d5188bc4de7dfdb26849c7 /changelogs | |
parent | 209d7575b63ed889036707eea0183c1ff4bfd67d (diff) | |
parent | 3040b994df0de7b6a6c4159a887fe7c8733bbb4d (diff) | |
download | gitlab-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.yml | 6 |
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 |