Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-05Create merge request from emailJan Provaznik
2017-08-03Check against "Auto-Submitted: no" insteadLin Jen-Shin
2017-08-02Don't send rejection mails for all auto-generated mailsLin Jen-Shin
2017-05-03Handle incoming emails from aliases correctlySean McGivern
2017-05-01Don't blow up when email has no References headerSean McGivern
2017-04-21Make handler metric params more explicitSean McGivern
2017-04-20Add metrics events for incoming emailsSean McGivern
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-03Use references variableLin Jen-Shin
2017-01-20Specify that iOS app would also do thisLin Jen-Shin
2017-01-20Fix References header parser for Microsoft ExchangeLin Jen-Shin
2016-08-09Rails prefers require_dependency so that it won't require twice:Lin Jen-Shin
2016-06-15Raise first like an input checkLin Jen-Shin
2016-06-15Avoid assignment in ifLin Jen-Shin
2016-05-23Merge the places where exceptions could be raisedLin Jen-Shin
2016-05-23use split and try to unify error raisingLin Jen-Shin
2016-05-21Rename handlers and introduce Handler.forLin Jen-Shin
2016-05-21Only set @raw for receiver, and handle the rest in executeLin Jen-Shin
2016-05-21It's for Message-ID so it should be message_idLin Jen-Shin
2016-05-19so we use separate classes to handle different tasksLin Jen-Shin
2016-05-17We should totally cache itLin Jen-Shin
2016-05-17Report better errors. TODO: Enable skipped testLin Jen-Shin
2016-05-17Now we would be validating authentication tokenLin Jen-Shin
2016-05-17Create a new issue via: incoming+group/project+AUTH_TOKEN@...Lin Jen-Shin
2016-05-17process_reply -> process_create_note; handle_reply -> process_replyLin Jen-Shin
2016-05-17bang to indicate that this method could raise an exceptionLin Jen-Shin
2016-05-17Update style as create_noteLin Jen-Shin
2016-05-17No need to check project because:Lin Jen-Shin
2016-05-17Raise one by one instead of if checksLin Jen-Shin
2016-05-17Alloy empty reply for new issues, but not responseLin Jen-Shin
2016-05-17Try to give better namesLin Jen-Shin
2016-05-17enable Style/MethodDefParentheses and fix parenthesesLin Jen-Shin
2016-05-17Add another TODO that we need to verify identity betterLin Jen-Shin
2016-05-17Implement #3243 New Issue by emailLin Jen-Shin
2016-03-25Improve and finish the fallback to the In-Reply-To and References header for ...Rémy Coutable
2016-03-25Fix #2364. Fall back to In-Reply-To header when reply key not availableDavid Padilla
2016-03-23Avoid using the same name between methods and variablesLin Jen-Shin
2016-01-07Add API project upload endpointDouwe Maan
2015-09-21Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan
2015-08-21Block blocked users from replying to threads by email.Douwe Maan
2015-08-20Test Gitlab::Email::Receiver.Douwe Maan
2015-08-20Make error class names more consistent.Douwe Maan
2015-08-20Fix a couple of whoopsy daisies.Douwe Maan
2015-08-20Extract ReplyParser and AttachmentUploader from Receiver.Douwe Maan