summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/closing_issue_extractor_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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