summaryrefslogtreecommitdiff
path: root/lib/gitlab/email/handler/create_issue_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* 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