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 (Collapse)Author
2017-02-23Don’t exclude some file in lib from rubocopDouwe Maan
2015-06-23Replace GITLAB with GitLab in rake task descriptionsDmitriy Zaporozhets
2014-05-27Move from script to bin directory.Marin Jankovski
2014-03-03Invoke Kernel#system with separate argumentsJacob Vosmaer
2013-10-25Restore sidekiq rake tasksJacob Vosmaer
2013-10-16Move unicorn and sidekiq commands into bash scriptJacob Vosmaer
2013-10-09Use built-in sidekiq deamonizationJacob Vosmaer
2013-10-09Remove duplicate log path generationJacob Vosmaer
2013-10-09Always shut down sidekiq before startingJacob Vosmaer
2013-02-27use system call to start sidekiqDmitriy Zaporozhets
2013-02-12Update lib/tasks/sidekiq.rakeMichael Lee
Mac OS uses launchd instead of /etc/init.d to start daemons and tasks to be started by launchd MUST NOT daemon itself. So "nohup" here won't work for Mac OS. Can we add a "launchd" task to the rake file so that we can start sidekiq as "bundle exec rake sidekiq:launchd" ?
2013-02-11No gitolite in project any moreDmitriy Zaporozhets
2013-01-28Do gitolite calls async. Remove satellite with project removeDmitriy Zaporozhets
2013-01-25Updates project to process web hooks async via sidekiq.Ryan LaNeve
A new queue of "project_web_hook" is used to process web hooks asynchronously, allowing each to succeed/fail (and be retried) independently. (Basically, project web hooks now process the same as system hooks.)
2013-01-10Fix sidekiq task to use RailsRiyad Preukschas
2013-01-09email via sidekiq. start and stop rake tasksDmitriy Zaporozhets