gitlab-org--gitlab-foss/lib/banzai/filter
Jan Provaznik 204ab7c9f8 Fix issuable state indicator
Now the issuable reference check works only in project scope, if we
reference an issuable from a non-project resource (e.g. epics), then
project is not set, and there is mismatch in generated issue references.

This patch enables issuable reference state check also from group scope.

Closes gitlab-ee#4683
Related to #30916
2018-03-23 10:04:44 +01: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 Keep link when redacting unauthorized object links 2018-02-27 10:32:50 -03:00
ascii_doc_post_processing_filter.rb Fix LaTeX formatting for AsciiDoc wiki 2017-05-24 15:47:35 +02:00
autolink_filter.rb Match Rinku's behaviour for closing punctuation in links 2018-03-02 13:42:57 +00: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 Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
commit_reference_filter.rb Add Gitaly N+1 notice for Banzai filtering 2018-03-05 15:48:56 -03:00
emoji_filter.rb Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09: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 Enable RuboCop Style/RegexpLiteral 2018-02-01 02:06:07 +09: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
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 Refactor banzai to support referencing from group context 2017-12-06 19:16:22 +01: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 Refactor banzai to support referencing from group context 2017-12-06 19:16:22 +01:00
mermaid_filter.rb Copy Mermaid graphs as GFM 2018-01-05 15:53:07 +01:00
milestone_reference_filter.rb Port `read_cross_project` ability from EE 2018-02-22 17:11:36 +01: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
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
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