Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-03Preload routes informationAndreas Brandl
2019-08-30Perform two-step Routable lookup by pathAndreas Brandl
2019-07-09Set the name of a user-namespace to the user nameBob Van Landuyt
2019-04-01Add # frozen_string_literal to spec/modelsThong Kuah
2018-07-25Remove code for dynamically generating routesYorick Peterse
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-02-06Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan
2017-11-03Add system hooks user_rename and group_renameWinnie Hellmann
2017-10-06Create idea of read-only databaseToon Claes
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-03Reset @full_path to nil when cache expiresDouglas Barbosa Alexandre
2017-06-30Expires full_path cache after project is renamedDouglas Barbosa Alexandre
2017-06-10Use :request_store hooks on specsOswaldo Ferreira
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
2017-04-24Cache Routable#full_path in RequestStore to reduce duplicate route loadsStan Hu
2017-04-06use more explicit and explanatory sql statementAlexis Reigel
2017-04-06add method to get a full routable hierarchyAlexis Reigel
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2017-02-08Store group and project full name and full path in routes tableDmitriy Zaporozhets
2017-01-25Add User#nested_groups and User#nested_projects methodsDmitriy Zaporozhets
2016-12-11Rename Routable.where_paths_in to Routable.where_full_path_inDmitriy Zaporozhets
2016-12-11Validate presence of route by Routable concernDmitriy Zaporozhets
2016-12-08Add nested groups support on data levelDmitriy Zaporozhets