1. 09 Jul, 2019 4 commits
    • Qingyu Zhao's avatar
      Enable puma by default in GDK · b7ea4bd8
      Qingyu Zhao authored
      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
      b7ea4bd8
    • Evan Read's avatar
      Merge branch 'docs/update-installation-link' into 'master' · 8a2c53d6
      Evan Read authored
      Update the installation link
      
      See merge request gitlab-org/gitlab-ce!30489
      8a2c53d6
    • Evan Read's avatar
      Merge branch 'docs-redirected-links-2' into 'master' · 64f477c6
      Evan Read authored
      Docs: Update redirected links in docs (part 2)
      
      See merge request gitlab-org/gitlab-ce!30441
      64f477c6
    • Marcel Amirault's avatar
      Update redirected links to final destination · 347a8799
      Marcel Amirault authored
      Updating redirected links in the development, install, policy
      raketasks and university dirs. Should now link to final
      URL to avoid redirect hops
      347a8799
  2. 08 Jul, 2019 36 commits