summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSemyon Pupkov <mail@semyonpupkov.com>2016-11-29 14:49:43 +0500
committerSemyon Pupkov <mail@semyonpupkov.com>2016-11-30 10:09:14 +0500
commitf5e8337c7bb7e218303a713440e31f44a66471d7 (patch)
tree6005e3abe4bf3f5670d5a133b66e450b866b0b8a /changelogs
parent4a3a4131616d7041d28e1ef9316abe3772c45bad (diff)
downloadgitlab-ce-f5e8337c7bb7e218303a713440e31f44a66471d7.tar.gz
Do not raise error in AutocompleteController#users when not authorized
https://gitlab.com/gitlab-org/gitlab-ce/issues/25031
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/25031-do-not-raise-error-in-autocomplete.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/25031-do-not-raise-error-in-autocomplete.yml b/changelogs/unreleased/25031-do-not-raise-error-in-autocomplete.yml
new file mode 100644
index 00000000000..862de7c5db1
--- /dev/null
+++ b/changelogs/unreleased/25031-do-not-raise-error-in-autocomplete.yml
@@ -0,0 +1,4 @@
+---
+title: Do not raise error in AutocompleteController#users when not authorized
+merge_request: 7817
+author: Semyon Pupkov