gitlab-org--gitlab-foss/lib/banzai
Sean McGivern 52d049b4f8 Remove N+1 queries when checking nodes visible to user
N in this case is low, as it's the number of distinct projects referenced from
MRs, rather than the number of MRs referenced (issues use their own
optimization). Still, on issues or MRs which are often referenced from MRs, it
will save a few queries.
2017-05-02 17:35:19 +01:00
..
filter Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser' 2017-04-27 11:02:27 +01:00
pipeline Add indication for closed or merged issuables in GFM 2017-04-07 14:31:43 -05:00
reference_parser Remove N+1 queries when checking nodes visible to user 2017-05-02 17:35:19 +01: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 `require`s 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 issues_for_nodes => issuables_for_nodes 2017-04-26 13:11:49 +08: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 Start versioning cached markdown fields 2017-04-21 17:24:33 +01:00