- 06 Mar, 2017 1 commit
-
-
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#-`.
-
- 07 Nov, 2016 1 commit
-
-
Yorick Peterse authored
This method returns the project's ID, making ExternalIssue slightly more compatible with Issue (which also defines the "project_id" method).
-
- 19 Oct, 2016 1 commit
-
-
Felipe Artur authored
-
- 12 Apr, 2016 1 commit
-
-
Baldinof authored
-
- 22 Mar, 2016 1 commit
-
-
Baldinof authored
-
- 26 Jan, 2016 1 commit
-
-
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.
-
- 09 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 26 May, 2015 1 commit
-
-
Robert Speicher authored
Now there is a single source of information for which attribute a model uses to be referenced, and its special character.
-