summaryrefslogtreecommitdiff
path: root/app/models/concerns/referable.rb
Commit message (Expand)AuthorAgeFilesLines
* Add /-/ scope to link_reference_patternDmitriy Zaporozhets2019-05-291-0/+1
* Updates code using class_methods over module ClassMethodsJacopo2018-08-291-1/+1
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Fix link text from group contextJarka Kadlecova2017-11-231-4/+4
* expose Referable#non_referable_inspectdev.non-referable-inspecthttp://jneen.net/2017-08-161-4/+5
* implement #inspect for all Referablesdev.referable-inspecthttp://jneen.net/2017-08-011-0/+12
* Fix cross-project references copy to include the project referencefix/cross-project-ref-pathJames Lopez2017-01-031-1/+1
* Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-13/+0
* Fix RangeError exceptions when referring to issues or merge requests outside ...Stan Hu2016-06-181-0/+4
* Render commit reference using short sha, but include full sha in comment.Douwe Maan2015-12-011-0/+4
* Recognize issue/MR/snippet/commit links as references.Douwe Maan2015-11-301-0/+19
* Make `cross_project_reference?` less magicalRobert Speicher2015-05-261-4/+3
* Minor documentation updatesRobert Speicher2015-05-261-1/+1
* Add `reference_pattern` to Referable modelsRobert Speicher2015-05-261-0/+10
* Add Referable concernRobert Speicher2015-05-261-0/+52