1. 31 1月, 2019 1 次提交
  2. 25 1月, 2019 1 次提交
    • T
      Use http_max_redirects opt to replace monkeypatch · f234aef9
      Thong Kuah 提交于
      http_max_redirects was introduced in 4.2.2, so upgrade kubeclient.
      
      The monkey-patch was global so we will have to check that all instances
      of Kubeclient::Client are handled.
      
      Spec all methods of KubeClient
      
      This should provide better confidence that we are indeed disallowing
      redirection in all cases
      f234aef9
  3. 18 1月, 2019 1 次提交
  4. 17 1月, 2019 1 次提交
    • A
      Conditionally initialize the global opentracing tracer · 57a8859a
      Andrew Newdigate 提交于
      This change will instantiate an OpenTracing tracer and configure it
      as the global tracer when the GITLAB_TRACING environment variable is
      configured. GITLAB_TRACING takes a "connection string"-like value,
      encapsulating the driver (eg jaeger, etc) and options for the driver.
      
      Since each service, whether it's written in Ruby or Golang, uses the
      same connection-string, it should be very easy to configure all
      services in a cluster, or even a single development machine to be
      setup to use tracing.
      
      Note that this change does not include instrumentation or propagation
      changes as this is a way of breaking a previous larger change into
      components. The instrumentation and propagation changes will follow
      in separate changes.
      57a8859a
  5. 16 1月, 2019 1 次提交
  6. 12 1月, 2019 1 次提交
  7. 09 1月, 2019 1 次提交
  8. 03 1月, 2019 1 次提交
  9. 30 12月, 2018 1 次提交
  10. 29 12月, 2018 1 次提交
  11. 27 12月, 2018 1 次提交
  12. 25 12月, 2018 1 次提交
  13. 21 12月, 2018 3 次提交
  14. 20 12月, 2018 1 次提交
  15. 19 12月, 2018 1 次提交
  16. 18 12月, 2018 3 次提交
  17. 15 12月, 2018 1 次提交
  18. 12 12月, 2018 1 次提交
  19. 07 12月, 2018 2 次提交
  20. 04 12月, 2018 2 次提交
  21. 03 12月, 2018 1 次提交
  22. 30 11月, 2018 1 次提交
  23. 29 11月, 2018 1 次提交
  24. 27 11月, 2018 2 次提交
  25. 26 11月, 2018 1 次提交
  26. 23 11月, 2018 1 次提交
  27. 20 11月, 2018 1 次提交
  28. 19 11月, 2018 1 次提交
  29. 18 11月, 2018 1 次提交
    • S
      Improve memory performance by reducing dirty pages after fork() · d991ea6d
      Stan Hu 提交于
      The nakayoshi_fork gem works around the lack of a Ruby compacting
      garbage collecting by calling GC.start a few times to "promote" the age
      of young objects to the maximum age 3. This reduces the number of dirty
      pages and consequently improves copy-on-write behavior with unicorn
      and other forking Web application servers.
      d991ea6d
  30. 15 11月, 2018 2 次提交
  31. 14 11月, 2018 2 次提交