summaryrefslogtreecommitdiff
path: root/app/models/project_services/pipelines_email_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixed some untranslated stringsi18n-copLuke Bennett2019-01-311-1/+1
* Rename project's pipelines relationFrancisco Javier López2018-12-051-2/+2
* Enable frozen string in rest of app/models/**/*.rbgfyoung2018-08-101-0/+2
* Removed unused `Service#disabled_title` methods43522-technical-debt-service-disabled_titleJames Edwards-Jones2018-03-151-4/+0
* update code based on feedback42327-import-from-gitlab-com-fails-destination-already-exists-and-is-not-an-empty-directory-errorJames Lopez2018-01-261-1/+1
* fix validation error on servicesJames Lopez2018-01-261-1/+1
* Also treat newlines as separator, as people would do thatLin Jen-Shin2017-09-131-1/+1
* simplify test&save actions when setting a service integrationJarka Kadlecova2017-06-011-1/+2
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* 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