summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2018-02-22 10:51:00 -0800
committerStan Hu <stanhu@gmail.com>2018-02-24 16:22:29 -0800
commit4be20ba923c010c105e30ef8bba3b9bf82b2d0ca (patch)
tree33d714281823bc7f21739a3f11a4328f6c3b7030 /changelogs
parentb9ed721bc23ef2debe321393c2bc161a60912e5e (diff)
downloadgitlab-ce-4be20ba923c010c105e30ef8bba3b9bf82b2d0ca.tar.gz
Respond 404 when repo does not existmk/fix-error-code-for-repo-does-not-exist
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/mk-fix-error-code-for-repo-does-not-exist.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/mk-fix-error-code-for-repo-does-not-exist.yml b/changelogs/unreleased/mk-fix-error-code-for-repo-does-not-exist.yml
new file mode 100644
index 00000000000..a761d610da1
--- /dev/null
+++ b/changelogs/unreleased/mk-fix-error-code-for-repo-does-not-exist.yml
@@ -0,0 +1,5 @@
+---
+title: Return a 404 instead of 403 if the repository does not exist on disk
+merge_request: 17341
+author:
+type: fixed