Skip to content
Snippets Groups Projects
  1. Mar 23, 2020
  2. Mar 21, 2020
  3. Mar 18, 2020
  4. Mar 17, 2020
  5. Mar 12, 2020
  6. Feb 29, 2020
  7. Jan 29, 2020
  8. Jan 21, 2020
  9. Dec 10, 2019
  10. Nov 07, 2019
  11. Oct 11, 2019
  12. Oct 02, 2019
  13. Sep 17, 2019
  14. Sep 16, 2019
  15. Sep 13, 2019
  16. Aug 30, 2019
  17. Aug 13, 2019
  18. Aug 01, 2019
  19. Jul 30, 2019
  20. Jul 12, 2019
  21. Jul 09, 2019
    • 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
  22. Feb 28, 2019
  23. Feb 14, 2019
  24. Feb 06, 2019
  25. Jan 28, 2019
  26. Jan 14, 2019
  27. Jan 07, 2019
  28. Jan 03, 2019
    • Grzegorz Bizon's avatar
      Improve `bin/secpick` script and add more options · fde4eb73
      Grzegorz Bizon authored
      This adds additional options that make it easier to use this script:
      
      1. It adds `--dry-run` option that only displays Git commands that are
      going to be executed.
      2. It adds `--remote` option that makes it possible to override Git
      remote name.
      fde4eb73
  29. Dec 18, 2018
  30. Dec 14, 2018
  31. Nov 14, 2018
  32. Oct 25, 2018
    • Andrew Newdigate's avatar
      Add experimental support for Puma · 1065f8ce
      Andrew Newdigate authored
      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.
      1065f8ce
  33. Oct 24, 2018
  34. Oct 18, 2018
  35. Oct 10, 2018
    • Zeger-Jan van de Weg's avatar
      Remove Git circuit breaker · 30b4ce94
      Zeger-Jan van de Weg authored
      Was introduced in the time that GitLab still used NFS, which is not
      required anymore in most cases. By removing this, the API it calls will
      return empty responses. This interface has to be removed in the next
      major release, expected to be 12.0.
      Unverified
      30b4ce94
Loading