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
2022-01-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-05Adjust routable metricBen Kochie
2019-09-03Preload routes informationAndreas Brandl
2019-08-30Add another counter to calculate method call ratioAndreas Brandl
2019-08-30Add method call count instrumentationAndreas Brandl
2019-08-30Perform two-step Routable lookup by pathAndreas Brandl
2019-07-23Remove dead MySQL codeNick Thomas
2019-07-12Upgrade to Rails 5.2Heinrich Lee Yu
2018-08-07Enable more frozen string in app/models/**/*.rbgfyoung
2018-07-25Remove code for dynamically generating routesYorick Peterse
2018-05-11[Rails5] Fix `Route source can't be blank`blackst0ne
2018-04-23Resolve "Namespace factory is problematic"Lin Jen-Shin
2018-02-06Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan
2017-11-22Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin
2017-11-17Use StrongMemoize and enable/disable cops properlyLin Jen-Shin
2017-11-06Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-10-06Create idea of read-only databaseToon Claes
2017-10-03Redirect to pages daemonZeger-Jan van de Weg
2017-09-18Allow simple ivar ||= form. Update accordinglyLin Jen-Shin
2017-09-18Add cop to make sure we don't use ivar in a moduleLin Jen-Shin
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
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-21Rebuild the dynamic path before validating itBob Van Landuyt
2017-05-17Use CTEs for nested groups and authorizationsYorick Peterse
2017-05-06Fix `Routable.find_by_full_path` on MySQLSean McGivern
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-06check all groups for 2fa requirementAlexis Reigel
2017-04-06add method to get a full routable hierarchyAlexis Reigel
2017-03-18Remove repeated routes.path check for postgresql databasemhasbini
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