summaryrefslogtreecommitdiff
path: root/app/models/commit_range.rb
Commit message (Collapse)AuthorAgeFilesLines
* Increase the minimum length for commit SHA matching to 7rs-issue-12706Robert Speicher2016-01-291-2/+2
| | | | | | This is the git default and will help to prevent false positive matches. Closes #12706
* Satisfy RubocopDouwe Maan2015-12-021-1/+1
|
* Autolink first so we don't pick up numeric anchors as issue references.Douwe Maan2015-12-011-5/+2
|
* Render commit reference using short sha, but include full sha in comment.Douwe Maan2015-12-011-0/+8
|
* Fix code docsDouwe Maan2015-12-011-5/+2
|
* Recognize commit range with named refs in compare URLs.Douwe Maan2015-11-301-12/+19
|
* Recognize issue/MR/snippet/commit links as references.Douwe Maan2015-11-301-2/+9
|
* Render commit range reference with short shas, link to full shas.Douwe Maan2015-11-301-25/+45
|
* Add `reference_pattern` to Referable modelsRobert Speicher2015-05-261-2/+16
|
* Update CommitRange#to_reference to use full SHAsRobert Speicher2015-05-261-3/+6
| | | | We only want them shortened by the filter, which calls to_s
* Add `to_reference` for models that support referencesRobert Speicher2015-05-261-0/+9
| | | | | Now there is a single source of information for which attribute a model uses to be referenced, and its special character.
* Rename `CommitRange#sha_from_as_param` to `#suffixed_sha_from`rs-refactor-reference-extractorRobert Speicher2015-04-251-4/+4
|
* Rename `CommitRange#inclusive?` to `#exclude_start?`Robert Speicher2015-04-251-14/+12
|
* Remove CommitRange#to_aRobert Speicher2015-04-251-13/+0
|
* Include caret in CommitRange#reference_titleRobert Speicher2015-04-251-1/+1
|
* Remove param from CommitRange#to_sRobert Speicher2015-04-251-6/+2
|
* CommitRange improvementsRobert Speicher2015-04-251-14/+11
|
* Add CommitRange classRobert Speicher2015-04-251-0/+128