summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/closing_issue_extractor_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-4-stable-eeGitLab Bot2022-10-191-6/+24
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-3/+19
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-0/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-9/+10
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-061-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-0/+11
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Fix closing issue default patternSamuele Kaplun2018-09-061-0/+7
* Merge branch 'update-issue-closing-pattern' into 'master'Rémy Coutable2018-07-161-0/+14
|\
| * Add tests for non-comma-separated issue numbers in single line messageGeorge Tsiolis2018-07-111-0/+14
* | Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
|/
* Allow oxford commas and spaces before commas in MR issue closing pattern.Vicky Chijwani2018-02-171-0/+14
* Validate user namespace before saving so that errors persist on modeldm-user-namespace-route-path-validationDouwe Maan2018-02-061-1/+2
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-3/+3
* Add "implements" to the default issue closing message regexGuilherme Vieira2017-10-021-0/+40
* Correctly detect multiple issue URLs after 'Closes...' in MR descriptionsdm-closing-issue-urlsDouwe Maan2017-09-211-2/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-16/+16
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-251-4/+4
* Merge branch 'issue_23548_dev' into 'master'Douwe Maan2016-11-091-1/+2
* Don’t close issues on original project from a forkPaco Guzman2016-08-041-0/+11
* Remove dumb debug statement and add many tests.Jacob Schatz2016-04-071-0/+115
* Added & use Gitlab::Routing for URL helpersroutingYorick Peterse2016-04-011-1/+1
* Restrict access to references for confidential issuesDouglas Barbosa Alexandre2016-03-171-0/+1
* Update ExternalIssue regex for JIRA integrationBlake Hitchcock2016-01-261-0/+11
* Tag lib specsDouwe Maan2015-12-091-1/+1
* Use URL helpers in specsDouwe Maan2015-12-031-4/+8
* Allow invalid URLs in closing patternDouwe Maan2015-12-021-0/+49
* Fix specsDouwe Maan2015-10-141-5/+5
* Fix ClosingIssueExtractor specsRobert Speicher2015-05-261-5/+5
* Make use of to_reference in more specsRobert Speicher2015-05-261-35/+35
* Update tests.Douwe Maan2015-04-031-30/+32
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-34/+34
* Extend issue closing pattern.Douwe Maan2015-02-081-1/+91
* Allow commit messages to close several issues at once (thanks @123Haynesjubianchi2015-01-201-0/+84