gitlab-org--gitlab-foss/lib/banzai
Adam Buckland ace833b31d Add indication for closed or merged issuables in GFM
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.
2017-04-07 14:31:43 -05:00
..
filter Add indication for closed or merged issuables in GFM 2017-04-07 14:31:43 -05:00
pipeline Add indication for closed or merged issuables in GFM 2017-04-07 14:31:43 -05:00
reference_parser Add indication for closed or merged issuables in GFM 2017-04-07 14:31:43 -05:00
renderer Merge branch '30125-markdown-security' 2017-04-05 21:03:46 -07:00
cross_project_reference.rb replace find_with_namespace with find_by_full_path 2017-02-03 07:14:04 +07:00
filter.rb Remove redundant requires from Banzai files 2016-03-24 13:23:47 -04:00
filter_array.rb Add FilterArray class to Banzai 2016-03-01 15:54:35 -05:00
issuable_extractor.rb Add indication for closed or merged issuables in GFM 2017-04-07 14:31:43 -05:00
note_renderer.rb Use CacheMarkdownField for notes 2016-10-07 02:54:26 +01:00
object_renderer.rb Add indication for closed or merged issuables in GFM 2017-04-07 14:31:43 -05:00
pipeline.rb Prevent circular reference error in Banzai 2016-01-14 11:30:28 +01:00
querying.rb Create directly_addressed Todos when mentioned in beginning of a line 2017-02-08 21:53:34 +05:30
redactor.rb Fix Markdown styling inside reference links 2016-11-01 09:49:30 +00:00
reference_extractor.rb Revert "Enable Style/DotPosition" 2017-02-23 09:33:19 -06:00
reference_parser.rb Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
renderer.rb make mentions working when project not specified 2017-01-18 18:38:17 -05:00