summaryrefslogtreecommitdiff
path: root/app/models/project_services/pipelines_email_service.rb
Commit message (Expand)AuthorAgeFilesLines
* adds test suite22974-trigger-service-events-through-apiTiago Botelho2017-01-221-4/+0
* adds events to services api deserializationTiago Botelho2017-01-221-2/+6
* Rename for a more consistent pipeline worker name, feedback:Lin Jen-Shin2016-10-171-1/+1
* It's already async, from Project#execute_services, feedback:Lin Jen-Shin2016-10-171-1/+1
* Change service to be a worker, feedback:Lin Jen-Shin2016-10-171-2/+2
* It no longer needs a block, feedback:Lin Jen-Shin2016-10-171-3/+1
* Remove pusher support because it's covered by notificationsLin Jen-Shin2016-10-171-12/+2
* Use any? instead of count > 0, feedback:Lin Jen-Shin2016-10-131-1/+1
* Omit else, feedback:Lin Jen-Shin2016-09-151-2/+2
* Use keyword arg, feedback:Lin Jen-Shin2016-09-151-2/+2
* Fixed the names and add missing checkLin Jen-Shin2016-09-131-3/+5
* Try to integrate the email into notification systemLin Jen-Shin2016-09-131-1/+2
* Add a new pipeline email service. TODO: email templates and testsLin Jen-Shin2016-08-261-0/+93