summaryrefslogtreecommitdiff
path: root/app/models/redirect_route.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
| | | | Partially addresses #47424.
* Remove permanent redirectsBob Van Landuyt2018-03-281-28/+0
| | | | | Removes permanent redirects, this means that redirects will only be possible as long as the old route isn't taken by a new project/group.
* Allow git pull/push on project redirectsMayra Cabrera2017-12-081-0/+28
|
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
|
* Remove unnecessary work for MySQLMichael Kozono2017-08-081-1/+9
|
* Fix conflicting redirect searchMichael Kozono2017-08-081-1/+1
|
* Added Cop to blacklist polymorphic associationsYorick Peterse2017-06-071-1/+1
| | | | | | | | One should really use a separate table instead of using polymorphic associations. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11168 for more information.
* Delete conflicting redirectsMichael Kozono2017-05-051-0/+2
|
* Redirect from redirect routes to canonical routesMichael Kozono2017-05-051-0/+10