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
2019-07-01Run do_master_restart callback on server startJan Provaznik
We want to call master_restart callback on start too - this callback is used for cleaning up prometheus files. It has been added to Omnibus already: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3350 So make sure that Unicorn example configs are up-to-date and that the same callback is called for Puma too.
2019-05-17Remove extra ending line from unicorn example fileBrett Walker
2018-10-25Add experimental support for PumaAndrew Newdigate
This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
2018-10-12Fix rubocop complaining about unicorn.rbBrett Walker
2018-07-31Copy important changes from unicorn.rb.example toLin Jen-Shin
unicorn.rb.example.development. Also remove unneeded configurations and update the comment accordingly. I think REE was long dead.
2018-01-23Prevent Unicorn crashing in development on macOSJacob Vosmaer (GitLab)
2014-09-23Increase unicorn timeout to 60 secondsDmitriy Zaporozhets
2014-04-08Update development steps.Marin Jankovski