summaryrefslogtreecommitdiff
path: root/lib/constraints/project_url_constrainer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+1
|
* 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
| | | | | Ensure redirection to path with .git suffix regardless whether project exists or not.
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-061-0/+2
| | | | | | | | | | | | | Enables frozen for the following: * lib/*.rb * lib/banzai/**/*.rb * lib/bitbucket/**/*.rb * lib/constraints/**/*.rb * lib/container_registry/**/*.rb * lib/declarative_policy/**/*.rb Partially addresses #47424.
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-081-9/+11
|
* Reallow project paths ending in periodsdm-reallow-project-path-ending-in-periodDouwe Maan2017-11-061-1/+1
|
* 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-241-1/+1
| | | This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
* Remove changes that are not absolutely necessarydm-fix-routesDouwe Maan2017-05-231-1/+1
|
* Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan2017-05-231-2/+2
|
* Redirect from redirect routes to canonical routesMichael Kozono2017-05-051-1/+1
|
* Minor style adjustmentsBob Van Landuyt2017-05-011-3/+1
|
* The dynamic path validator can block out partial pathsBob Van Landuyt2017-05-011-1/+1
| | | | So we can block `objects` only when it is contained in `info/lfs` or `gitlab-lfs`
* Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-011-1/+1
| | | | This reflects better that it validates paths instead of a namespace model
* Use the namespace validator for validating all pathsBob Van Landuyt2017-05-011-1/+1
| | | | | Since the namespacevalidator now knows the difference between a top-level and another path, this could all be handled there.
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
| | | | add complete changelog for !8949
* Add nested groups support to the routingdz-allow-nested-group-routingDmitriy Zaporozhets2016-11-231-0/+13
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>