summaryrefslogtreecommitdiff
path: root/app/workers/emails_on_push_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefer leading dots over trailing dotsLin Jen-Shin2017-01-051-4/+4
* Introduce Repository#with_tmp_ref which we needLin Jen-Shin2016-12-081-2/+4
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-1/+1
* Fix force-push message in push emailsSean McGivern2016-08-191-2/+2
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-7/+2
* Introduce Compare model in the codebase.Paco Guzman2016-08-031-13/+7
* Fix emails on push for new and deleted branches20061-emailsonpushworker-fails-on-new-branch-pushesSean McGivern2016-07-211-2/+2
* Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-061-2/+14
* Make EmailsOnPushWorker use Sidekiq mailers queueStan Hu2016-05-311-0/+1
* Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-7/+11
* Only generate repository push email onceSean McGivern2016-05-111-4/+21
* 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
* 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
* Add option to disable code diffs to EmailOnPush.Douwe Maan2015-02-251-2/+10
* Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan2015-02-251-2/+2
* 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
* Improve compare logic for EmailOnPush serviceDmitriy Zaporozhets2014-02-121-2/+2
* Move EmailOnPush logic to async workerDmitriy Zaporozhets2013-12-181-0/+25