summaryrefslogtreecommitdiff
path: root/lib/gitlab/email/handler/create_issue_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix already initialized constant constant warning29951-issue-creation-by-email-without-subaddressingBrett Walker2019-01-031-1/+1
* Move constant definitionBrett Walker2019-01-031-1/+1
* Refactoring and review commentsBrett Walker2019-01-031-14/+7
* Use new issue email address formatBrett Walker2019-01-031-5/+24
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Add frozen_string_literal: true to email handlersSean McGivern2018-09-031-0/+2
* Don't expose project names in various countersYorick Peterse2018-06-211-4/+0
* skip email trim when email is creating new issueCameron Crockett2018-05-221-1/+1
* Make email handler clearerRiccardo Padovani2018-04-091-1/+1
* Fix email receiver metrics eventsfix-email-receiver-metricsSean McGivern2017-05-051-1/+1
* Make handler metric params more explicitemail-handler-metricsSean McGivern2017-04-211-1/+4
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
* Handles unsubscribe from notifications via emailPawel Chojnacki2017-01-131-0/+1
* Use separate email-friendly token for incoming email and let incomingDouwe Maan2016-11-071-4/+4
* 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
* A blank line to separate exception raisingLin Jen-Shin2016-06-151-0/+1
* Avoid using bang bangLin Jen-Shin2016-06-151-1/+1
* Rename to project_path which is more accurateLin Jen-Shin2016-06-151-3/+3
* 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-9/+9
* 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/+50