summaryrefslogtreecommitdiff
path: root/app/models/project_services/emails_on_push_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Re-annotate modelsStan Hu2015-05-031-0/+1
* Clean up code by using keyword arguments.Douwe Maan2015-03-231-1/+7
* Send EmailsOnPush email when branch or tag is created or deleted.Douwe Maan2015-03-181-1/+1
* Merge branch 'emails-on-push'Dmitriy Zaporozhets2015-03-081-3/+18
|\
| * Clarify EmailsOnPushService options.Douwe Maan2015-02-251-2/+5
| * Add option to disable code diffs to EmailOnPush.Douwe Maan2015-02-251-1/+7
| * Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan2015-02-251-1/+7
* | Re-annotate modelsDmitriy Zaporozhets2015-03-041-13/+13
* | Set supported events per project service.Douwe Maan2015-03-031-2/+5
* | Code style, directory structure.Douwe Maan2015-03-031-3/+3
* | Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-0/+7
|/
* Annotate services. Add a link to service template.Marin Jankovski2015-02-111-1/+2
* annotateValery Sizov2014-10-091-8/+8
* Serialize services propertiesDrew Blessing2014-09-101-6/+2
* Project services to strong paramsDmitriy Zaporozhets2014-06-261-2/+0
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-2/+3
* Add Gemnasium Service for GitlabBinsztock Rémy2014-02-211-0/+1
* Move EmailOnPush logic to async workerDmitriy Zaporozhets2013-12-181-19/+1
* Better description to EmailsOnPush serviceDmitriy Zaporozhets2013-12-171-1/+1
* Email on push: dont send email if new branch was pushed or branch was removedDmitriy Zaporozhets2013-12-171-1/+10
* Add new method to mailer for deliver emails with push infoDmitriy Zaporozhets2013-12-171-2/+10
* Add project_services dir to autoload pathDmitriy Zaporozhets2013-12-171-1/+1
* Create EmailsOnPushService modelDmitriy Zaporozhets2013-12-171-0/+45