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-06-11Add a note that changing example configuration files requires changing ↵Marin Jankovski
omnibus-gitlab.
2015-03-20Revert "Increase timeout for Git-over-HTTP requests."Dmitriy Zaporozhets
This reverts commit 516bcabbf42d60db2ac989dce4c7187b2a1e5de9. Conflicts: Gemfile
2015-03-14Change default number of unicorn workers to three.Marin Jankovski
2015-03-05Increase timeout for Git-over-HTTP requests.Douwe Maan
2014-12-08memory constrained unicorn workersJob van der Voort
2014-12-08advise about unicorn workersJob van der Voort
2014-10-31Doc: Unicorn minimum worker_processes is 2Crom (Thibaut CHARLES)
A value of 1 cause http push fail (issue #6978 on GitHub)
2014-09-23Increase unicorn timeout to 60 secondsDmitriy Zaporozhets
2014-09-12Use the default Unicorn socket backlog value: 1024Jacob Vosmaer
2014-06-11Describe unicorn timeout value in git over httpDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-13Update warnings about relative url support.Marin Jankovski
2013-12-09Merge branch 'master' of https://github.com/gitlabhq/gitlabhqCrom (Thibaut CHARLES)
Conflicts: config/application.rb config/gitlab.yml.example config/unicorn.rb.example
2013-11-29Add warning back.Sytse Sijbrandij
2013-11-28Unsupported is unclear.Sytse Sijbrandij
2013-11-06Fixed comments for running gitlab in a non-root pathCrom (Thibaut CHARLES)
- If you don't edit gitlab-shell/config.yml, you wnon't be able to push via SSH (as described here: http://stackoverflow.com/questions/15746336/gitlab-cant-push-code-to-server) - If you don't re-run sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production, some icons won't be visible
2013-09-28Updated at the request of @f0kThomas Misilo
2013-09-27Added reference to the line "ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"" , ↵Thomas Misilo
as it talked about in the gitlab.yml.example
2013-09-14Update unicorn.rb.exampleSpencer
2013-08-25Merge pull request #4845 from mmoll/unicorn_localhostDmitriy Zaporozhets
bind unicorn listener to 127.0.0.1
2013-08-23Fix the `service gitlab restart` commandJacob Vosmaer
This commit addresses two related issues: - Sidekiq should shut down completely before we restart it; - If we restart unicorn with USR2 we need to kill the old master and worker processes.
2013-08-22bind unicorn listener to 127.0.0.1Michael Moll
otherwise it will listen on 0.0.0.0
2013-07-08Fix unicorn init and configDmitriy Zaporozhets
2013-07-08Add suppoort of unicorn and fog gemsDmitriy Zaporozhets
2013-04-19remove unicorn config since we use puma nowDmitriy Zaporozhets
2013-03-17Result of misspellings run.Kevin Lyda
Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now.
2013-02-01remove hardcoded app_dir from unicorn.rb.exampleMike Wyatt
2012-12-28added RAILS_RELATIVE_URL_ROOT supportChris Frohoff
2012-09-19Update comment in example unicorn configCaley Woods
The timeout was changed to 30 and the comment wasn't updated. Also I've seen several reports of this timeout not being long enough for quite a few people. It resulted in me getting a 502 bad gateway from nginx until I upped it. Perhaps could back to the default 60 would be better? I changed mine to 300, running on an AWS micro instance.
2012-09-15Renamed unicorn.rb.orig to unicorn.rb.example since this seems to be more in ↵Tobias Pfeiffer
line with the common used naming in the config directory. Plus seeing *.orig files I think of the leftovers of git merges, which left me puzzled for quite some time.