summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Try to cover more cases about receivers of pipeline notificationspipeline-notificationsLin Jen-Shin2016-11-091-2/+2
| * | | | | | | | | Add failed_pipeline and success_pipeline to API docLin Jen-Shin2016-11-081-1/+7
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-08179-1055/+2665
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | No need to set author for GitLab membersLin Jen-Shin2016-11-051-1/+1
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-05160-558/+1710
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-0457-358/+891
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update CHANGELOGLin Jen-Shin2016-11-042-1/+6
| * | | | | | | | | | | Try to reduce conflictsLin Jen-Shin2016-11-031-2/+1
| * | | | | | | | | | | Fix CHANGELOGLin Jen-Shin2016-11-031-27/+1
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-0343-295/+1568
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add pipelines to notifications documentationLin Jen-Shin2016-11-031-0/+3
| * | | | | | | | | | | | Add failed_pipeline and success_pipeline to API docLin Jen-Shin2016-11-021-1/+3
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-02577-2293/+6592
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-25140-720/+1569
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | include PipelineQueue, feedback:Lin Jen-Shin2016-10-241-0/+1
| * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-24107-254/+913
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Well pusher's privilege for read_build could be removedLin Jen-Shin2016-10-221-1/+3
| * | | | | | | | | | | | | | | Make sure pusher has the read_build privilegeLin Jen-Shin2016-10-221-0/+2
| * | | | | | | | | | | | | | | Test against notification emailLin Jen-Shin2016-10-211-1/+1
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-2150-359/+572
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Send only to users have :read_build access, feedback:Lin Jen-Shin2016-10-214-55/+94
| * | | | | | | | | | | | | | | | Should send to notification_email instead, feedback:Lin Jen-Shin2016-10-202-2/+2
| * | | | | | | | | | | | | | | | Move CHANGELOG entryLin Jen-Shin2016-10-201-1/+1
| * | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-20267-1399/+4163
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Fix test for bcc changesLin Jen-Shin2016-10-181-3/+2
| * | | | | | | | | | | | | | | | | Use bcc for pipeline emails because:Lin Jen-Shin2016-10-185-22/+23
| * | | | | | | | | | | | | | | | | Use Array rather than compact, feedback:Lin Jen-Shin2016-10-181-1/+1
| * | | | | | | | | | | | | | | | | Merge branch 'pipeline-emails' into pipeline-notificationsLin Jen-Shin2016-10-1888-860/+2072
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Skip if cannot find pipeline, feedback:Lin Jen-Shin2016-10-171-1/+3
| * | | | | | | | | | | | | | | | | | Move the entry to 8.13.0, feedback:Lin Jen-Shin2016-10-171-1/+1
| * | | | | | | | | | | | | | | | | | Rename for a more consistent pipeline worker name, feedback:Lin Jen-Shin2016-10-174-4/+4
| * | | | | | | | | | | | | | | | | | Use run_after_commit to avoid race condition, feedback:Lin Jen-Shin2016-10-171-1/+3
| * | | | | | | | | | | | | | | | | | should_email_no_one -> should_not_email_anyone, feedback:Lin Jen-Shin2016-10-173-4/+4
| * | | | | | | | | | | | | | | | | | Fix test failure due to bad rebase, feedback:Lin Jen-Shin2016-10-171-1/+1
| * | | | | | | | | | | | | | | | | | Pipeline#user could be nil. Feedback:Lin Jen-Shin2016-10-171-1/+1
| * | | | | | | | | | | | | | | | | | Show it as successful pipeline, rather than success pipelineLin Jen-Shin2016-10-172-1/+10
| * | | | | | | | | | | | | | | | | | It's already async, from Project#execute_services, feedback:Lin Jen-Shin2016-10-171-1/+1
| * | | | | | | | | | | | | | | | | | That's no longer a service [ci skip]Lin Jen-Shin2016-10-171-1/+1
| * | | | | | | | | | | | | | | | | | Change service to be a worker, feedback:Lin Jen-Shin2016-10-176-21/+19
| * | | | | | | | | | | | | | | | | | Introduce email_recipients and use include? Feedback:Lin Jen-Shin2016-10-171-7/+9
| * | | | | | | | | | | | | | | | | | Prefix _ to show that it's intended unused, feedback:Lin Jen-Shin2016-10-171-1/+1
| * | | | | | | | | | | | | | | | | | Fix spelling, feedback:Lin Jen-Shin2016-10-171-1/+1
| * | | | | | | | | | | | | | | | | | Fix test by having a real commitLin Jen-Shin2016-10-171-1/+9
| * | | | | | | | | | | | | | | | | | Try to slightly optimize EmailHeleprsLin Jen-Shin2016-10-171-7/+11
| * | | | | | | | | | | | | | | | | | Update the other sites for reset_delivered_emails! as wellLin Jen-Shin2016-10-175-19/+19
| * | | | | | | | | | | | | | | | | | Use EmailHelpers where possible, feedback:Lin Jen-Shin2016-10-172-4/+7
| * | | | | | | | | | | | | | | | | | Prefer methods from EmailHelpers, feedback:Lin Jen-Shin2016-10-171-1/+1
| * | | | | | | | | | | | | | | | | | It no longer needs a block, feedback:Lin Jen-Shin2016-10-171-3/+1
| * | | | | | | | | | | | | | | | | | We're using BaseServiceLin Jen-Shin2016-10-171-1/+1
| * | | | | | | | | | | | | | | | | | How could I forget this?Lin Jen-Shin2016-10-171-1/+10