summaryrefslogtreecommitdiff
path: root/spec/models/project_services/builds_email_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow build email service to be testedissue_13343Felipe Artur2016-07-151-0/+38
|
* Ensure URL in all Service subclasses are validRémy Coutable2016-04-251-43/+38
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Allow empty recipient list when pusher is addedFrank Groeneveld2016-04-141-2/+35
| | | | Closes #13574
* Ensure empty recipients are rejected in BuildsEmailServiceRémy Coutable2016-04-061-2/+22
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Suppress e-mails on failed builds if allow_failure is setStan Hu2016-01-071-0/+23
Every time I push to GitLab, I get > 2 emails saying a spec failed when I don't care about benchmarks and other specs that have `allow_failure` set to `true`.