Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9191c040
Commit
9191c040
authored
Apr 28, 2021
by
Adam Hegyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprected route
Cleanup old route redirect for usage trends.
parent
47a16c30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
changelogs/unreleased/321670-remove-deprecated-instance-statistics-route.yml
...ed/321670-remove-deprecated-instance-statistics-route.yml
+5
-0
config/routes/admin.rb
config/routes/admin.rb
+0
-1
No files found.
changelogs/unreleased/321670-remove-deprecated-instance-statistics-route.yml
0 → 100644
View file @
9191c040
---
title
:
Remove old redirect rule for the usage trends feature
merge_request
:
60485
author
:
type
:
changed
config/routes/admin.rb
View file @
9191c040
...
...
@@ -104,7 +104,6 @@ namespace :admin do
resources
:projects
,
only:
[
:index
]
get
'/instance_statistics'
,
to:
redirect
(
'admin/usage_trends'
)
resources
:usage_trends
,
only: :index
resource
:dev_ops_report
,
controller:
'dev_ops_report'
,
only: :show
resources
:cohorts
,
only: :index
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment