This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
0d62d9bcab
gitlab-org--gitlab-foss
/
config
/
routes
/
ci.rb
6 lines
76 B
Ruby
Raw
Normal View
History
Unescape
Escape
Cleanup config/routes.rb even further by extracting more routes into separate files Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-05 11:43:47 -04:00
namespace
:ci
do
Make ci/lint page context aware: - Create ci/lints controller inside project/ - Move js pages to be inside projects/ - Copy view ci/lint view to be inside project folder - Remove ci/lint view and js files Closes #43603
2018-03-13 13:57:16 -04:00
resource
:lint
,
only
:
:show
Cleanup config/routes.rb even further by extracting more routes into separate files Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-05 11:43:47 -04:00
Fix broken Members link when relative URL root paths are used Navigating to the "Members" section of a project would omit the relative URL root path. Fix the redirection and eliminate the need for a redirection in the first place. Fix other redirections failing to work with relative roots
2017-10-25 14:15:35 -04:00
root
to
:
redirect
(
''
)
Cleanup config/routes.rb even further by extracting more routes into separate files Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-05 11:43:47 -04:00
end
Copy permalink