gitlab-org--gitlab-foss/bin
Qingyu Zhao b7ea4bd853 Enable puma by default in GDK
Two changes:
1. Move bin/web to bin/web_unicorn(removed PUMA switching logic)
Introduce new shadow script bin/web. Now we have 3 scripts working
together: bin/web, bin/web_puma, bin/web_unicorn

  In bin/web, it checks ENV['USE_WEB_SERVER']:
    - if value is 'puma' or value is not set, call bin/web_puma
    - if value is 'unicorn', call bin/web_unicorn
    - report error if other values given

2. Gitlab rails allow ENV setting to override timeout
    - ENV['GITLAB_RAILS_RACK_TIMEOUT'] for service_timeout
    - ENV['GITLAB_RAILS_WAIT_TIMEOUT'] for wait_timeout
2019-07-09 23:31:32 +10:00
..
background_jobs bin/background_jobs: use pgroups 2019-02-28 21:58:31 +00:00
bundle
changelog Opens specified text editor when creating a new changelog entry 2019-01-14 18:11:05 +01:00
check
daemon_with_pidfile
mail_room
parallel-rsync-repos
pkgr_before_precompile.sh Correct Gitlab Capitalization in code files 2018-09-21 12:05:37 +00:00
profile-url Make getting a user by the username case insensitive 2018-10-18 09:06:44 +00:00
rails Remove rails 4 support in CI, Gemfiles, bin/ and config/ 2018-12-14 19:36:22 +01:00
rake Remove rails 4 support in CI, Gemfiles, bin/ and config/ 2018-12-14 19:36:22 +01:00
rspec Remove rails 4 support in CI, Gemfiles, bin/ and config/ 2018-12-14 19:36:22 +01:00
rspec-stackprof
secpick Merge branch 'ac-secpick-template' into 'master' 2019-02-14 19:15:49 +00:00
setup Remove rails 4 support in CI, Gemfiles, bin/ and config/ 2018-12-14 19:36:22 +01:00
spring
update
web Enable puma by default in GDK 2019-07-09 23:31:32 +10:00
web_puma Add experimental support for Puma 2018-10-25 17:50:15 +01:00
web_unicorn Enable puma by default in GDK 2019-07-09 23:31:32 +10:00
with_env