gitlab-org--gitlab-foss/lib/banzai
Michael Kozono a54a5d9f39 Use Gitlab::SafeRequestStore in more places
Even if it doesn’t save lines of code, since people will tend to use
code they’ve seen. And `SafeRequestStore` is safer since you
don’t have to remember to check `RequestStore.active?`.
2018-09-24 12:11:27 -07:00
..
filter Use Gitlab::SafeRequestStore in more places 2018-09-24 12:11:27 -07:00
pipeline Resolve "Process urls with spaces in all markdown processing" 2018-09-08 04:21:30 +00:00
reference_parser Use Gitlab::SafeRequestStore in more places 2018-09-24 12:11:27 -07:00
renderer 'code_block' closer to original implementation 2018-09-11 18:39:39 -05:00
color_parser.rb Use %r around multi-line regular expressions 2018-02-02 15:13:32 -06:00
commit_renderer.rb Support Markdown rendering using multiple projects 2018-04-11 14:10:19 +02:00
cross_project_reference.rb Better group support notes-related code 2018-04-05 13:29:57 +02:00
filter.rb
filter_array.rb
issuable_extractor.rb Support Markdown rendering using multiple projects 2018-04-11 14:10:19 +02:00
object_renderer.rb Support Markdown rendering using multiple projects 2018-04-11 14:10:19 +02:00
pipeline.rb
querying.rb
redactor.rb Support Markdown rendering using multiple projects 2018-04-11 14:10:19 +02:00
reference_extractor.rb Support Markdown rendering using multiple projects 2018-04-11 14:10:19 +02:00
reference_parser.rb
render_context.rb Support Markdown rendering using multiple projects 2018-04-11 14:10:19 +02:00
renderer.rb
request_store_reference_cache.rb Use Gitlab::SafeRequestStore in more places 2018-09-24 12:11:27 -07:00