1. 31 1月, 2019 2 次提交
  2. 26 1月, 2019 1 次提交
  3. 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
  4. 18 1月, 2019 2 次提交
  5. 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
  6. 16 1月, 2019 2 次提交
  7. 12 1月, 2019 2 次提交
  8. 10 1月, 2019 1 次提交
  9. 09 1月, 2019 1 次提交
  10. 03 1月, 2019 1 次提交
  11. 30 12月, 2018 1 次提交
  12. 29 12月, 2018 1 次提交
  13. 27 12月, 2018 1 次提交
  14. 25 12月, 2018 1 次提交
  15. 21 12月, 2018 3 次提交
  16. 20 12月, 2018 1 次提交
  17. 19 12月, 2018 1 次提交
  18. 18 12月, 2018 2 次提交
  19. 12 12月, 2018 1 次提交
  20. 11 12月, 2018 1 次提交
  21. 07 12月, 2018 2 次提交
  22. 06 12月, 2018 1 次提交
    • S
      Upgrade rspec-parameterized to 0.4.1 · d47cd9be
      Stan Hu 提交于
      rspec-parameterized 0.4.0 fails spectacularly with Ruby 2.5.3 with the
      following error:
      
      ```
      RuntimeError:
        No such frame, gone beyond end of stack!
      ```
      
      This happens because of a Ruby bug in
      https://bugs.ruby-lang.org/issues/15105.  The binding_of_caller gem
      induces this failure. This upgrade switches to the binding_of_ninja gem,
      which does not have the same problem.
      d47cd9be
  23. 04 12月, 2018 1 次提交
  24. 03 12月, 2018 1 次提交
  25. 30 11月, 2018 1 次提交
  26. 29 11月, 2018 1 次提交
  27. 27 11月, 2018 2 次提交
  28. 26 11月, 2018 1 次提交
  29. 23 11月, 2018 1 次提交
  30. 21 11月, 2018 1 次提交
  31. 20 11月, 2018 1 次提交