summaryrefslogtreecommitdiff
path: root/lib/constraints
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-05-301-2/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-05-111-15/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-012-1/+29
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-011-0/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-151-0/+25
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-241-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-2/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-071-7/+2
* Fix git clone revealing private repo's presenceMark Chao2019-02-191-1/+2
* Pass on arguments passed to the FeatureConstrainerBob Van Landuyt2018-12-141-4/+4
* Enable GraphQL API endpointPhil Hughes2018-12-131-4/+4
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-064-0/+8
* Initial setup GraphQL using graphql-ruby 1.8Bob Van Landuyt2018-06-061-0/+13
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-083-19/+25
* Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan2018-02-061-1/+1
* Reallow project paths ending in periodsdm-reallow-project-path-ending-in-periodDouwe Maan2017-11-063-3/+3
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Explain why we use select all for project_url_constrainer.rbDmitriy Zaporozhets2017-08-091-0/+2
* Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-243-5/+9
* Remove changes that are not absolutely necessarydm-fix-routesDouwe Maan2017-05-233-9/+5
* Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan2017-05-233-6/+10
* Redirect from redirect routes to canonical routesMichael Kozono2017-05-053-3/+3
* Minor style adjustmentsBob Van Landuyt2017-05-011-3/+1
* The dynamic path validator can block out partial pathsBob Van Landuyt2017-05-012-2/+2
* Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-012-2/+2
* Use the namespace validator for validating all pathsBob Van Landuyt2017-05-011-1/+1
* Streamline the path validation in groups & projectsBob Van Landuyt2017-05-011-9/+1
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
* Add nested groups support on data leveldz-nested-groupsDmitriy Zaporozhets2016-12-081-1/+1
* Add nested groups support to the routingdz-allow-nested-group-routingDmitriy Zaporozhets2016-11-234-35/+25
* Add small improvements to constrainers and specsDmitriy Zaporozhets2016-11-082-2/+2
* Refactor routing constraintsDmitriy Zaporozhets2016-11-074-32/+39
* Add relative url support to routing contrainersDmitriy Zaporozhets2016-10-241-1/+12
* Make user constrainer lookup same as controller and add more constrainer testsDmitriy Zaporozhets2016-10-061-1/+1
* Change user & group landing page routing from /u/:name & /groups/:name to /:nameDmitriy Zaporozhets2016-10-063-0/+27