summaryrefslogtreecommitdiff
path: root/spec/lib/banzai/filter/commit_reference_filter_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-251-5/+5
|
* Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-14/+64
|
* Use JavaScript tooltips for mentions (!5301)winniehell2016-09-011-2/+2
|
* Split Markdown rendering & reference gatheringYorick Peterse2016-05-261-15/+0
| | | | | | | | | | This splits the Markdown rendering and reference extraction phases into two distinct code bases. The reference extraction phase no longer relies on the html-pipeline Gem (and any related code) and allows for extracting of references from multiple HTML nodes in a single pass. This means that if you want to extract user references from 200 comments you no longer need to run 200 times N number of queries, instead only a handful of queries may be needed.
* 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
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-0/+163