summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/email/reply_parser_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
* skip email trim when email is creating new issueCameron Crockett2018-05-221-2/+16
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-18/+18
* add a spec for no-href link parsinghttp://jneen.net/2017-06-191-0/+4
* Revert "allow empty-quotes"http://jneen.net/2016-12-211-17/+2
* allow empty-quoteshttp://jneen.net/2016-12-211-2/+17
* remove trailing whitespace from email bodieshttp://jneen.net/2016-12-211-1/+1
* switch to email_reply_trimmer from discoursehttp://jneen.net/2016-12-211-3/+1
* fix rubocop failureshttp://jneen.net/2016-11-171-1/+0
* add parsing support for incoming html emailhttp://jneen.net/2016-11-171-0/+5
* Tag lib specsDouwe Maan2015-12-091-1/+1
* No HTML-only email pleaseDouwe Maan2015-08-211-3/+16
* Use heredocs.Douwe Maan2015-08-201-95/+107
* Add fixture_file helper.Douwe Maan2015-08-201-6/+0
* Test Email::AttachmentUploader.Douwe Maan2015-08-201-1/+1
* Extract ReplyParser and AttachmentUploader from Receiver.Douwe Maan2015-08-201-0/+191