summaryrefslogtreecommitdiff
path: root/lib/gitlab/email/handler
Commit message (Expand)AuthorAgeFilesLines
* Fix email receiver metrics eventsfix-email-receiver-metricsSean McGivern2017-05-053-3/+3
* Make handler metric params more explicitemail-handler-metricsSean McGivern2017-04-214-1/+16
* Store projects in metrics for email repliesSean McGivern2017-04-202-4/+4
* Add specsDouwe Maan2017-04-051-6/+1
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-7/+1
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
* Handles unsubscribe from notifications via emailPawel Chojnacki2017-01-135-43/+94
* Use separate email-friendly token for incoming email and let incomingDouwe Maan2016-11-071-4/+4
* Preserve note_type and position for notes from emailsLin Jen-Shin2016-10-201-1/+3
* Support slash commands in noteable description and notesRémy Coutable2016-08-131-0/+1
* 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-203-6/+11
* Use a separate line for separate actions:Lin Jen-Shin2016-06-201-1/+2
* Only pass item nameLin Jen-Shin2016-06-153-11/+6
* More space for private concernLin Jen-Shin2016-06-152-0/+2
* Blank line for privateLin 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
* Remove empty lines at the beginning of filesLin Jen-Shin2016-06-151-1/+0
* Merge the places where exceptions could be raisedLin Jen-Shin2016-05-242-2/+4
* use split and try to unify error raisingLin Jen-Shin2016-05-232-10/+10
* Add ! for verify_record! because it could raiseLin Jen-Shin2016-05-213-3/+3
* Rename handlers and introduce Handler.forLin Jen-Shin2016-05-213-6/+63
* Use the authentication_token for finding the userLin Jen-Shin2016-05-201-10/+1
* Give ProjectNotFound when the project is not readableLin Jen-Shin2016-05-181-3/+0
* so we use separate classes to handle different tasksLin Jen-Shin2016-05-182-0/+117