summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/regex_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+221
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+100
|
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-08-281-9/+0
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+16
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+34
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+133
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+33
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-6/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-3/+29
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-221-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-0/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-311-0/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-0/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-1/+0
|
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-231-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Bring scoped environment variables to coreHordur Freyr Yngvason2019-08-081-0/+8
| | | | As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
* Ensure users can't create environments with leading or trailing slashes ↵39885-ensure-users-cannot-create-environments-with-leading-slashesDylan Griffith2018-02-131-0/+5
| | | | (Fixes #39885)
* Add speccheck-environment-regex-ceShinya Maeda2018-01-081-1/+2
|
* 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 a test for container repository name regexpGrzegorz Bizon2017-07-191-0/+11
|
* Removes file_name_regex from Gitlab::Regex32408-allow-creation-of-files-and-dirs-with-spaces-in-web-uiTiago Botelho2017-07-051-6/+0
|
* Replace invalid chars while seeding environmentsZeger-Jan van de Weg2017-06-211-0/+12
|
* Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-392/+0
| | | This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
* Remove changes that are not absolutely necessarydm-fix-routesDouwe Maan2017-05-231-0/+392
|
* Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan2017-05-231-24/+0
|
* Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidatorBob Van Landuyt2017-05-021-2/+2
|
* Refactor changing files in web UIDouwe Maan2017-04-201-6/+0
|
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-2/+2
|
* Add GFM support to nested groupsdz-nested-groups-gfm-altDmitriy Zaporozhets2017-02-131-0/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Enable the `RSpec/ExpectActual` cop and correct offensesRobert Speicher2017-02-101-33/+38
|
* Add an environment slugNick Thomas2016-12-151-0/+16
|
* Allow "@" in file names and pathallow-@Jacob Vosmaer2016-02-011-0/+8
|
* Tag lib specsDouwe Maan2015-12-091-1/+1
|
* Fix (project_)name_regex to accept non-ASCII letters and dashJakub Jirutka2015-04-271-0/+3
|
* Fix tests.Douwe Maan2015-03-271-8/+8
|
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-12/+12
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Dont allow ? in project pathDmitriy Zaporozhets2014-07-081-0/+21
Because it causes 500 error on every page where link to such project exists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>