summaryrefslogtreecommitdiff
path: root/app/workers/emails_on_push_worker.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rails update to 4.2.4Valery Sizov2015-11-251-1/+1
|
* Gracefully handle SMTP user input errors (e.g. incorrect email addresses) to ↵Stan Hu2015-08-191-14/+19
| | | | | | prevent Sidekiq retries Closes https://github.com/gitlabhq/gitlabhq/issues/9560
* Fix EmailsOnPush.fix-emailsonpushDouwe Maan2015-03-261-1/+9
|
* Clean up code by using keyword arguments.Douwe Maan2015-03-231-8/+8
|
* Send EmailsOnPush email when branch or tag is created or deleted.Douwe Maan2015-03-181-12/+21
|
* Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-1/+1
|
* Send EmailsOnPush when deleting commits using force push.Douwe Maan2015-02-251-2/+10
| | | | See #1924.
* Add option to disable code diffs to EmailOnPush.Douwe Maan2015-02-251-2/+10
| | | | See #1950
* Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan2015-02-251-2/+2
| | | | See #1809.
* Run 'GC.start' after every EmailsOnPushWorker jobJacob Vosmaer2014-11-141-0/+3
|
* Git::Compare does not have limit param any moreDmitriy Zaporozhets2014-07-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve compare logic for EmailOnPush serviceDmitriy Zaporozhets2014-02-121-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move EmailOnPush logic to async workerDmitriy Zaporozhets2013-12-181-0/+25
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>