gitlab-org--gitlab-foss/lib/banzai/filter
Sean McGivern f3fa98e93a Merge branch '17939-osw-patch-support-gfm' into 'master'
Add support for patch link extension for commit links on GFM

Closes #17939

See merge request gitlab-org/gitlab-ce!18229
2018-04-06 17:14:47 +00:00
..
markdown_engines Add CommonMark markdown engine 2018-03-07 23:14:41 +11:00
wiki_link_filter Fix links to uploaded files on wiki pages 2018-01-16 16:11:02 +00:00
absolute_link_filter.rb Resolve "DashboardController#activity.json is slow due to SQL" 2017-11-06 16:52:56 +00:00
abstract_reference_filter.rb Merge branch '17939-osw-patch-support-gfm' into 'master' 2018-04-06 17:14:47 +00:00
ascii_doc_post_processing_filter.rb Fix LaTeX formatting for AsciiDoc wiki 2017-05-24 15:47:35 +02:00
autolink_filter.rb Fix auto-linking with escaped HTML entities 2018-03-28 14:23:47 +01:00
blockquote_fence_filter.rb
color_filter.rb Add Colors to GitLab Flavored Markdown 2018-01-29 17:39:19 +03:00
commit_range_reference_filter.rb Render MR commit SHA instead "diffs" when viable 2018-04-04 11:41:09 -03:00
commit_reference_filter.rb Add Gitaly N+1 notice for Banzai filtering 2018-03-05 15:48:56 -03:00
commit_trailers_filter.rb Add banzai filter to detect commit message trailers and properly link the users 2018-04-04 15:04:03 +00:00
emoji_filter.rb Bump html-pipeline to 2.7.1 2018-04-02 22:26:24 +11:00
epic_reference_filter.rb Refactor banzai to support referencing from group context 2017-12-06 19:16:22 +01:00
external_issue_reference_filter.rb Whitelist or fix additional `Gitlab/PublicSend` cop violations 2017-08-14 12:14:11 -04:00
external_link_filter.rb Catch all URI errors in ExternalLinkFilter 2017-05-18 10:47:23 -05:00
gollum_tags_filter.rb Bump html-pipeline to 2.7.1 2018-04-02 22:26:24 +11:00
html_entity_filter.rb Escape HTML entities in commit messages 2018-02-15 12:07:03 +01:00
image_lazy_load_filter.rb Remove ImageLazyLoadFilter from EmailPipeline 2017-09-12 11:54:14 -04:00
image_link_filter.rb Resolve "Lazy load images on the Frontend" 2017-07-24 17:36:52 +00:00
inline_diff_filter.rb Bump html-pipeline to 2.7.1 2018-04-02 22:26:24 +11:00
issuable_reference_filter.rb Refactor banzai to support referencing from group context 2017-12-06 19:16:22 +01:00
issuable_state_filter.rb Fix issuable state indicator 2018-03-23 10:04:44 +01:00
issue_reference_filter.rb Refactor banzai to support referencing from group context 2017-12-06 19:16:22 +01:00
label_reference_filter.rb Better group support notes-related code 2018-04-05 13:29:57 +02:00
markdown_filter.rb Add CommonMark markdown engine 2018-03-07 23:14:41 +11:00
math_filter.rb Don't render inline math when dollar signs are inside markup 2016-12-22 14:16:31 +01:00
merge_request_reference_filter.rb Render MR commit SHA instead "diffs" when viable 2018-04-04 11:41:09 -03:00
mermaid_filter.rb Copy Mermaid graphs as GFM 2018-01-05 15:53:07 +01:00
milestone_reference_filter.rb Render MR commit SHA instead "diffs" when viable 2018-04-04 11:41:09 -03:00
plantuml_filter.rb Fix PlantUML integration in GFM 2017-04-19 17:54:58 +02:00
redactor_filter.rb Add indication for closed or merged issuables in GFM 2017-04-07 14:31:43 -05:00
reference_filter.rb Resolve "DashboardController#activity.json is slow due to SQL" 2017-11-06 16:52:56 +00:00
relative_link_filter.rb Manually escape '#' when building relative uris, fixes #42459 2018-03-11 18:55:04 +01:00
sanitization_filter.rb Merge branch 'security-10-1' into '10-1-stable' 2017-10-17 15:58:58 -07:00
set_direction_filter.rb Add RTL support to markdown renderer 2016-10-16 17:47:48 +03:30
snippet_reference_filter.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
syntax_highlight_filter.rb Add CommonMark markdown engine 2018-03-07 23:14:41 +11:00
table_of_contents_filter.rb Use prefix for TableOfContents filter hrefs 2017-12-08 14:13:18 +01:00
task_list_filter.rb Replace talk_list patch with a patched fork 2016-09-30 16:38:02 -05:00
user_reference_filter.rb Resolve "DashboardController#activity.json is slow due to SQL" 2017-11-06 16:52:56 +00:00
video_link_filter.rb Merge branch 'fix-links-target-blank' into 'security' 2017-03-20 18:51:36 -07:00
wiki_link_filter.rb
yaml_front_matter_filter.rb