Skip to content
Snippets Groups Projects
  1. Jan 29, 2020
  2. Jan 21, 2020
  3. Dec 10, 2019
  4. Nov 07, 2019
  5. Oct 11, 2019
  6. Oct 02, 2019
  7. Sep 17, 2019
  8. Sep 16, 2019
  9. Sep 13, 2019
  10. Aug 30, 2019
  11. Aug 13, 2019
  12. Aug 01, 2019
  13. Jul 30, 2019
  14. Jul 12, 2019
  15. 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
  16. Feb 28, 2019
  17. Feb 14, 2019
  18. Feb 06, 2019
  19. Jan 28, 2019
  20. Jan 14, 2019
  21. Jan 07, 2019
  22. 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
  23. Dec 18, 2018
  24. Dec 14, 2018
  25. Nov 14, 2018
  26. 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
  27. Oct 24, 2018
  28. Oct 18, 2018
  29. 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
  30. Sep 21, 2018
  31. Sep 17, 2018
  32. Aug 15, 2018
  33. Jul 11, 2018
  34. Jun 25, 2018
  35. May 14, 2018
Loading