Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-07Use Project#full_name instead of name_with_namespaceDmitriy Zaporozhets
2017-12-05Add ApplicationWorker and make every worker include itDouwe Maan
2017-01-05Prefer leading dots over trailing dotsLin Jen-Shin
2016-12-08Introduce Repository#with_tmp_ref which we needLin Jen-Shin
2016-10-21Re-organize queues to use for SidekiqYorick Peterse
2016-08-19Fix force-push message in push emailsSean McGivern
2016-08-03switch from diff_file_collection to diffsPaco Guzman
2016-08-03Introduce Compare model in the codebase.Paco Guzman
2016-07-21Fix emails on push for new and deleted branchesSean McGivern
2016-07-07Represent DiffRefs as proper class instead of tuple arrayDouwe Maan
2016-06-01Make EmailsOnPushWorker use Sidekiq mailers queueStan Hu
2016-05-17Syntax-highlight diffs in push emailsSean McGivern
2016-05-11Only generate repository push email onceSean McGivern
2015-11-25Rails update to 4.2.4Valery Sizov
2015-08-20Gracefully handle SMTP user input errors (e.g. incorrect email addresses) to ...Stan Hu
2015-03-26Fix EmailsOnPush.Douwe Maan
2015-03-23Clean up code by using keyword arguments.Douwe Maan
2015-03-18Send EmailsOnPush email when branch or tag is created or deleted.Douwe Maan
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2015-02-25Send EmailsOnPush when deleting commits using force push.Douwe Maan
2015-02-25Add option to disable code diffs to EmailOnPush.Douwe Maan
2015-02-25Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan
2014-11-14Run 'GC.start' after every EmailsOnPushWorker jobJacob Vosmaer
2014-07-29Git::Compare does not have limit param any moreDmitriy Zaporozhets
2014-02-12Improve compare logic for EmailOnPush serviceDmitriy Zaporozhets
2013-12-18Move EmailOnPush logic to async workerDmitriy Zaporozhets