Skip to content
Snippets Groups Projects
  1. Aug 30, 2019
  2. Aug 13, 2019
  3. Aug 01, 2019
  4. Jul 30, 2019
  5. Jul 12, 2019
  6. 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
  7. Feb 28, 2019
  8. Feb 14, 2019
  9. Feb 06, 2019
  10. Jan 28, 2019
  11. Jan 14, 2019
  12. Jan 07, 2019
  13. 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
  14. Dec 18, 2018
  15. Dec 14, 2018
  16. Nov 14, 2018
  17. 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
  18. Oct 24, 2018
  19. Oct 18, 2018
  20. 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
  21. Sep 21, 2018
  22. Sep 17, 2018
  23. Aug 15, 2018
  24. Jul 11, 2018
  25. Jun 25, 2018
  26. May 14, 2018
  27. Apr 17, 2018
  28. Apr 10, 2018
    • blackst0ne's avatar
      [Rails5] Fix running spinach tests · 1a455f3d
      blackst0ne authored
      1. Add support for `RAILS5=1|true` for the `bin/spinach` command.
      2. Synchronize used spinach versions both for rails4 and rails5.
      
      For rails5 it was accidently used spinach 0.10.1 instead of 0.8.10.
      That brought some problems on running spinach tests.
      
      Example of failure message:
      
      NoMethodError: undefined method `line' for #<Spinach::Scenario:0x000000000c86ba80>
      Did you mean?  lines
        /builds/gitlab-org/gitlab-ce/features/support/env.rb:52:in `before_scenario_run'
      1a455f3d
  29. Apr 02, 2018
  30. Mar 21, 2018
  31. Feb 20, 2018
  32. Jan 26, 2018
Loading