• Yorick Peterse's avatar
    Reduce queries in IssueReferenceFilter · 19a290e7
    Yorick Peterse authored
    This reduces the number of queries executed in IssueReferenceFilter by
    retrieving the various projects/issues that may be referenced in batches
    _before_ iterating over all the HTML nodes.
    
    A chunk of the logic resides in AbstractReferenceFilter so it can be
    re-used by other filters in the future.
    19a290e7
issue_reference_filter.rb 1.32 KB