summaryrefslogtreecommitdiff
path: root/lib/gitlab/email/handler/create_note_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix email receiver metrics eventsfix-email-receiver-metricsSean McGivern2017-05-051-1/+1
* Make handler metric params more explicitemail-handler-metricsSean McGivern2017-04-211-0/+4
* Store projects in metrics for email repliesSean McGivern2017-04-201-4/+2
* Add specsDouwe Maan2017-04-051-6/+1
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-7/+1
* Handles unsubscribe from notifications via emailPawel Chojnacki2017-01-131-2/+5
* Preserve note_type and position for notes from emailsLin Jen-Shin2016-10-201-1/+3
* raise UnknownIncomingEmail when there's no mail_key:Lin Jen-Shin2016-06-201-2/+1
* Use keyword args to be more clear:Lin Jen-Shin2016-06-201-1/+4
* Only pass item nameLin Jen-Shin2016-06-151-5/+1
* More space for private concernLin Jen-Shin2016-06-151-0/+1
* Merge the places where exceptions could be raisedLin Jen-Shin2016-05-241-1/+2
* use split and try to unify error raisingLin Jen-Shin2016-05-231-1/+1
* Add ! for verify_record! because it could raiseLin Jen-Shin2016-05-211-1/+1
* Rename handlers and introduce Handler.forLin Jen-Shin2016-05-211-0/+55