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
2015-05-28Disable Unicorn::WorkerKiller in non-production environmentsRobert Speicher
2014-01-23Check specifically for Unicorn in rack config.ru fileДамјан Георгиевски
Don't assume that if the Rack server is not Passenger then it must be Unicorn. There are many other Rack servers in the world (uwsgi being one example that people use a lot). The reverse check is much more logical, i.e. check explicitly for Unicorn
2013-12-22Fix 'uninitialized constant Unicorn' errordprolife
2013-12-20don't use unicorn worker killer if PhusionPassenger is definedJames Newton
2013-12-18Add unicorn-worker-killer with memory checkJacob Vosmaer
Conflicts: Gemfile.lock
2012-12-28added RAILS_RELATIVE_URL_ROOT supportChris Frohoff
2011-10-09init commitgitlabhq