Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-10-11 09:58:05 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-10-11 09:58:05 +0300
commit73adae0f62a3d6048abbee9d076e077185370325 (patch)
tree8f5e5bcbbd76aa356e50b44d838cb61cac9d89f4 /CHANGELOG
parent6f441ae1a10a00007fcb361626f826321b511d90 (diff)
parentc69b81839430500de49d089df2049e778c8b7ef8 (diff)
Merge branch 'dz-cleanup-routing' into 'master'
Remove NamespacesController * removes unnecessary NamespacesController. The main purpose of this controller was redirect to group or user page when URL like https://gitlab.com/gitlab-org was used. Now this functionality is handled by constrainers (like this https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/routes/user.rb#L17-21) and take user to correct controller right from the start. * serve non existing API routes like `/api/v3/whatever` with Grape instead of Rails. Before this change wrong API url was served by rails with not obvious 404, 405 & 500 errors See merge request !6733
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dc06303aecf..06af4e4d6f4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -87,6 +87,7 @@ v 8.13.0 (unreleased)
- Grouped pipeline dropdown is a scrollable container
- Cleanup Ci::ApplicationController. !6757 (Takuya Noguchi)
- Fix a typo in doc/api/labels.md
+ - API: all unknown routing will be handled with 404 Not Found
v 8.12.5 (unreleased)