gitlab-org--gitlab-foss/spec/lib/banzai/pipeline
Sean McGivern 1617aa2756
Allow emoji in label and milestone references
If we put the emoji filter before the reference filters, each emoji will
have a wrapper element that prevents the reference filter from detecting
the presence of the emoji.

As the emoji filter now runs after the reference filters, references
must contain a literal emoji, not the GitLab Flavored Markdown
versions (:100`, for example).

A weird side-effect is that if you have a label with the 100 emoji, and
a label named 💯, then trying to reference the latter will work (link
to the correct label), but will render with the 100 emoji. I'm
comfortable with that edge case, I think.
2019-06-07 10:05:57 +01:00
..
description_pipeline_spec.rb Fix review comments 2019-01-21 15:07:40 -06:00
email_pipeline_spec.rb Show tooltip for malicious looking links 2019-01-31 16:52:20 +01:00
emoji_pipeline_spec.rb Allow users to set a status 2018-07-30 15:01:26 +02:00
full_pipeline_spec.rb Show tooltip for malicious looking links 2019-01-31 16:52:20 +01:00
gfm_pipeline_spec.rb Allow emoji in label and milestone references 2019-06-07 10:05:57 +01:00
wiki_pipeline_spec.rb Resolve "Wiki page attachments not rendered properly" 2018-09-07 14:27:44 +00:00