summaryrefslogtreecommitdiff
path: root/lib/gitlab/reference_extractor.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Track projects in ReferenceExtractorVinnie Okada2014-10-031-20/+32
| | | | | | Store both the project and identifier of extracted references. This prevents `ReferenceExtractor` from returning objects in the wrong project for cross-project references.
* Fix ReferenceExtractorVinnie Okada2014-10-031-1/+1
| | | | | The cross-project reference feature broke the ReferenceExtractor class; this fixes it.
* Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-6/+6
|
* links to issues on main dashboardskv2014-05-261-1/+1
|
* Link issues from comments and automatically close themash wilson2013-08-251-0/+59
Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown references in descriptions, titles, or attached Notes creates a back-reference Note that links to the original referencer. Furthermore, pushing commits with commit messages that match a (configurable) regexp to a project's default branch will close any issues mentioned by GFM in the matched closing phrase. If accepting a merge request would close any Issues in this way, a banner is appended to the merge request's main panel to indicate this.