Skip to content
  • Adam Buckland's avatar
    Add indication for closed or merged issuables in GFM · 0793a8e93c94
    Adam Buckland authored
    Example: for issues that are closed, the links will now show '[closed]'
    following the issue number. This is done as post-process after the markdown has
    been loaded from the cache as the status of the issue may change between
    the cache being populated and the content being displayed.
    
    In order to avoid N+1 queries problem when rendering notes ObjectRenderer
    populates the cache of referenced issuables for all notes at once,
    before the post processing phase.
    
    As a part of this change, the Banzai BaseParser#grouped_objects_for_nodes
    method has been refactored to return a Hash utilising the node itself as the
    key, since this was a common pattern of usage for this method.
    0793a8e93c94