summaryrefslogtreecommitdiff
path: root/spec/models/concerns/routable_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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