summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/path_regex_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add a minimal GraphQL APINick Thomas2018-06-051-5/+7
|
* Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan2018-02-061-4/+4
|
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
|
* Remove EE-specific group pathsbvl-free-pathsBob Van Landuyt2017-11-071-12/+3
|
* Update failure message when finding new routes in `PathRegex`Bob Van Landuyt2017-11-071-9/+4
|
* Free up some group reserved wordsBob Van Landuyt2017-11-071-4/+4
|
* Free up `avatar`, `group_members` and `milestones` as pathsBob Van Landuyt2017-11-071-14/+0
|
* Ignore routes matching legacy_*_redirect in route specsSean McGivern2017-11-061-3/+16
| | | | | | Routes with the name `legacy_*_redirect` may have wildcards deliberately, in order to support routing old paths to new paths. As long as these routes are tested independently, they do not need to fail the path regex spec.
* Update `children` route to handle projects and groupsBob Van Landuyt2017-10-041-7/+7
|
* Resolve "Precompiled assets with digest strings are ignored in CI"Mike Greiling2017-10-031-3/+4
|
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add `api` prefix as a top level route in the spec.bvl-fix-api-in-path-regexBob Van Landuyt2017-07-251-1/+1
| | | | | Now that it has been removed from the rails routes. But it still needs to be a reserved top-level word, so the tests should know about this.
* Take ee words into accountBob Van Landuyt2017-07-251-15/+24
| | | | | We need to reserve these words in EE to support the upgrade path from CE to EE.
* Adjust `PathRegex` to validate files in the `public` directoryBob Van Landuyt2017-07-251-7/+39
| | | | And reports when too many words are rejected.
* Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-0/+384
This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5