Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models | gfyoung | 2018-07-26 | 1 | -0/+2 |
| | | | | Partially addresses #47424. | ||||
* | Fix link text from group context | Jarka Kadlecova | 2017-11-23 | 1 | -4/+4 |
| | |||||
* | Fix cross-project references copy to include the project referencefix/cross-project-ref-path | James Lopez | 2017-01-03 | 1 | -2/+2 |
| | | | | Also added relevant specs and refactored to_references in a bunch of places to be more consistent. | ||||
* | Add shorthand support to gitlab markdown references | Oswaldo Ferreira | 2016-12-02 | 1 | -7/+10 |
| | |||||
* | Enable Lint/StringConversionInInterpolation cop and autocorrect offensesrs-string-conversion-in-interpolation | Robert Speicher | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | Use JavaScript tooltips for mentions (!5301) | winniehell | 2016-09-01 | 1 | -7/+0 |
| | |||||
* | Fix comment for project argument in commit_range.rb | Yatish Mehta | 2016-06-20 | 1 | -2/+2 |
| | |||||
* | Don't modify arguments in CommitRange#initialize | Yorick Peterse | 2016-05-26 | 1 | -1/+1 |
| | | | | | This method used to call strip! on input strings which will mess with the strings if they're re-used or frozen. | ||||
* | Memoize reference_pattern/link_reference_patternmemoize-pattern-methods | Yorick Peterse | 2016-04-01 | 1 | -2/+2 |
| | | | | | These methods are called quite often in loops so by memoizing their output we can reduce timings a bit. | ||||
* | Increase the minimum length for commit SHA matching to 7rs-issue-12706 | Robert Speicher | 2016-01-29 | 1 | -2/+2 |
| | | | | | | This is the git default and will help to prevent false positive matches. Closes #12706 | ||||
* | Satisfy Rubocop | Douwe Maan | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Autolink first so we don't pick up numeric anchors as issue references. | Douwe Maan | 2015-12-01 | 1 | -5/+2 |
| | |||||
* | Render commit reference using short sha, but include full sha in comment. | Douwe Maan | 2015-12-01 | 1 | -0/+8 |
| | |||||
* | Fix code docs | Douwe Maan | 2015-12-01 | 1 | -5/+2 |
| | |||||
* | Recognize commit range with named refs in compare URLs. | Douwe Maan | 2015-11-30 | 1 | -12/+19 |
| | |||||
* | Recognize issue/MR/snippet/commit links as references. | Douwe Maan | 2015-11-30 | 1 | -2/+9 |
| | |||||
* | Render commit range reference with short shas, link to full shas. | Douwe Maan | 2015-11-30 | 1 | -25/+45 |
| | |||||
* | Add `reference_pattern` to Referable models | Robert Speicher | 2015-05-26 | 1 | -2/+16 |
| | |||||
* | Update CommitRange#to_reference to use full SHAs | Robert Speicher | 2015-05-26 | 1 | -3/+6 |
| | | | | We only want them shortened by the filter, which calls to_s | ||||
* | Add `to_reference` for models that support references | Robert Speicher | 2015-05-26 | 1 | -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-extractor | Robert Speicher | 2015-04-25 | 1 | -4/+4 |
| | |||||
* | Rename `CommitRange#inclusive?` to `#exclude_start?` | Robert Speicher | 2015-04-25 | 1 | -14/+12 |
| | |||||
* | Remove CommitRange#to_a | Robert Speicher | 2015-04-25 | 1 | -13/+0 |
| | |||||
* | Include caret in CommitRange#reference_title | Robert Speicher | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | Remove param from CommitRange#to_s | Robert Speicher | 2015-04-25 | 1 | -6/+2 |
| | |||||
* | CommitRange improvements | Robert Speicher | 2015-04-25 | 1 | -14/+11 |
| | |||||
* | Add CommitRange class | Robert Speicher | 2015-04-25 | 1 | -0/+128 |