86166d2802
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. |
||
---|---|---|
.. | ||
base_parser.rb | ||
commit_parser.rb | ||
commit_range_parser.rb | ||
external_issue_parser.rb | ||
issue_parser.rb | ||
label_parser.rb | ||
merge_request_parser.rb | ||
milestone_parser.rb | ||
snippet_parser.rb | ||
user_parser.rb |