summaryrefslogtreecommitdiff
path: root/spec/models/concerns/routable_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-19/+14
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-69/+48
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-5/+69
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-64/+86
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-19/+1
* Preload routes informationab-routable-nplus1Andreas Brandl2019-09-031-0/+7
* Perform two-step Routable lookup by pathAndreas Brandl2019-08-301-1/+19
* Set the name of a user-namespace to the user nameBob Van Landuyt2019-07-091-12/+35
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Remove code for dynamically generating routesstop-dynamic-routable-creationYorick Peterse2018-07-251-33/+0
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan2018-02-061-1/+1
* Add system hooks user_rename and group_renameWinnie Hellmann2017-11-031-0/+1
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-0/+10
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-3/+3
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* Reset @full_path to nil when cache expiresDouglas Barbosa Alexandre2017-07-031-3/+4
* Expires full_path cache after project is renamedDouglas Barbosa Alexandre2017-06-291-0/+12
* Use :request_store hooks on specsuse-request-store-helper-instead-actual-codeOswaldo Ferreira2017-06-091-10/+1
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-117/+0
* Redirect from redirect routes to canonical routesMichael Kozono2017-05-051-4/+48
* Cache Routable#full_path in RequestStore to reduce duplicate route loadssh-optimize-duplicate-routable-full-pathStan Hu2017-04-241-0/+18
* use more explicit and explanatory sql statementAlexis Reigel2017-04-061-7/+23
* add method to get a full routable hierarchyAlexis Reigel2017-04-061-1/+92
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-2/+2
* Store group and project full name and full path in routes tabledz-refactor-full-pathDmitriy Zaporozhets2017-02-081-1/+33
* Add User#nested_groups and User#nested_projects methodsDmitriy Zaporozhets2017-01-251-0/+10
* Rename Routable.where_paths_in to Routable.where_full_path_indz-nested-group-improvements-2Dmitriy Zaporozhets2016-12-111-5/+5
* Validate presence of route by Routable concernDmitriy Zaporozhets2016-12-111-0/+4
* Add nested groups support on data leveldz-nested-groupsDmitriy Zaporozhets2016-12-081-0/+67