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-02-19Fix git clone revealing private repo's presenceMark Chao
2018-12-14Pass on arguments passed to the FeatureConstrainerBob Van Landuyt
2018-12-13Enable GraphQL API endpointPhil Hughes
2018-10-07Enable more frozen string in lib/**/*.rbgfyoung
2018-06-06Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt
2018-03-08[CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto
2018-02-06Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan
2017-11-06Reallow project paths ending in periodsDouwe Maan
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-09Explain why we use select all for project_url_constrainer.rbDmitriy Zaporozhets
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
2017-05-24Remove changes that are not absolutely necessaryDouwe Maan
2017-05-24Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
2017-05-01Minor style adjustmentsBob Van Landuyt
2017-05-01The dynamic path validator can block out partial pathsBob Van Landuyt
2017-05-01Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt
2017-05-01Use the namespace validator for validating all pathsBob Van Landuyt
2017-05-01Streamline the path validation in groups & projectsBob Van Landuyt
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
2016-12-08Add nested groups support on data levelDmitriy Zaporozhets
2016-11-23Add nested groups support to the routingDmitriy Zaporozhets
2016-11-08Add small improvements to constrainers and specsDmitriy Zaporozhets
2016-11-07Refactor routing constraintsDmitriy Zaporozhets
2016-10-24Add relative url support to routing contrainersDmitriy Zaporozhets
2016-10-06Make user constrainer lookup same as controller and add more constrainer testsDmitriy Zaporozhets
2016-10-06Change user & group landing page routing from /u/:name & /groups/:name to /:nameDmitriy Zaporozhets