- Feb 14, 2018
-
-
Sean McGivern authored
Before, this would: 1. Not use the correct reference for non-JIRA external trackers. 2. Append 'Closes ' if an external tracker was enabled, but no issue matched the branch name.
-
- Nov 23, 2017
-
-
Jarka Kadlecova authored
-
- Nov 08, 2017
-
-
Douwe Maan authored
Use Commit#notes and Note.for_commit_id when possible to make sure we use all the indexes available to us
-
- Jun 30, 2017
-
-
Adam Niedzielski authored
-
- Mar 06, 2017
-
-
Sean McGivern authored
The `ReferenceExtractor` would return an array of `ExternalIssue` objects, and then perform `Array#-` to remove the issues closed. `ExternalIssue`s had `==` defined, but not `hash` or `eql?`, which are used by `Array#-`.
-
- Feb 23, 2017
-
-
Douwe Maan authored
-
- Jan 03, 2017
-
-
James Lopez authored
Also added relevant specs and refactored to_references in a bunch of places to be more consistent.
-
- Nov 07, 2016
-
-
Yorick Peterse authored
This method returns the project's ID, making ExternalIssue slightly more compatible with Issue (which also defines the "project_id" method).
-
- Oct 19, 2016
-
-
Felipe Artur authored
-
- Apr 12, 2016
-
-
Baldinof authored
-
- Apr 01, 2016
-
-
Yorick Peterse authored
These methods are called quite often in loops so by memoizing their output we can reduce timings a bit.
-
- Mar 22, 2016
-
-
Baldinof authored
-
- Jan 26, 2016
-
-
Blake Hitchcock authored
The pattern in the `::reference_pattern` class method in the ExternalIssue model does not match all valid forms of JIRA project names. I have updated the regex to match JIRA project names with numbers and underscores. More information on valid JIRA project names can be found here: https://confluence.atlassian.com/jira/changing-the-project-key-format-192534.html * The first character must be a letter, * All letters used in the project key must be from the Modern Roman Alphabet and upper case, and * Only letters, numbers or the underscore character can be used.
-
- May 26, 2015
-
-
Robert Speicher authored
-
Robert Speicher authored
Now there is a single source of information for which attribute a model uses to be referenced, and its special character.
-
- Apr 30, 2015
-
-
Robert Speicher authored
-
- Feb 11, 2015
-
-
Marin Jankovski authored
-