about summary refs log tree commit diff
path: root/lib/jitterbug/Emailer.pm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add on_failure_to_email and on_pass_to_email config keysJonathan "Duke" Leto2011-02-231-1/+3
| | | | | | | | | | | These keys can be used to override where pass/fail emails go. If they are defined, emails are sent to the specified email. If not, they go to the commit author. This feature is sponsored by IRC insultbots and the letters B, A, C, E and K. No bits where harmed in the making of this feature.
* Only put the short commit message in email subjectsJonathan "Duke" Leto2011-02-151-1/+3
| | | | The full commit message will still be in the body of the email.
* Teach jitterbug::Emailer how to send PASS emailsJonathan "Duke" Leto2011-02-011-21/+23
|
* Get rid of uninitialized warning in the test suiteJonathan "Duke" Leto2011-01-181-1/+1
|
* Add ability to use test failure summary in failure email templateJonathan "Duke" Leto2011-01-181-3/+8
|
* Refactor jitterbug::Emailer to get rid of some warnings and improve testsJonathan "Duke" Leto2011-01-181-12/+19
|
* Allow placeholders for project name and SHA1 in build failure emailsJonathan "Duke" Leto2011-01-131-0/+3
|
* Put commit message in subject of failure emails and improve body formatJonathan "Duke" Leto2011-01-131-1/+7
|
* Allow a header and footer for failure emails to be specifiedJonathan "Duke" Leto2011-01-121-0/+6
|
* More tests for jitterbug::EmailerJonathan "Duke" Leto2011-01-121-11/+15
|
* Fix some bugs in jitterbug::Emailer and add mocked test dataJonathan "Duke" Leto2011-01-121-2/+4
|
* Add some tests for jitterbug::EmailerJonathan "Duke" Leto2011-01-121-2/+4
|
* Make failure email more customizable, start new jitterbug::Emailer in perlJonathan "Duke" Leto2011-01-111-0/+43