Skip to content
Snippets Groups Projects
  1. Feb 21, 2020
  2. Feb 19, 2020
  3. Feb 17, 2020
  4. Feb 06, 2020
  5. Feb 05, 2020
  6. Jan 29, 2020
  7. Jan 28, 2020
  8. Jan 27, 2020
  9. Jan 24, 2020
  10. Jan 22, 2020
  11. Jan 20, 2020
  12. Jan 15, 2020
  13. Jan 14, 2020
  14. Jan 09, 2020
  15. Dec 20, 2019
  16. Nov 26, 2019
  17. Nov 07, 2019
  18. Nov 04, 2019
  19. Oct 29, 2019
  20. Oct 16, 2019
  21. Oct 07, 2019
  22. Sep 25, 2019
  23. Sep 13, 2019
  24. Sep 10, 2019
  25. Aug 30, 2019
  26. Aug 28, 2019
  27. Aug 27, 2019
  28. Aug 26, 2019
  29. Aug 14, 2019
  30. Jul 19, 2019
  31. Apr 18, 2019
  32. Apr 15, 2019
  33. Mar 29, 2019
  34. Mar 13, 2019
  35. Mar 06, 2019
  36. Jan 22, 2019
    • Andrew Newdigate's avatar
      Adds inter-service OpenTracing propagation · ca464b60
      Andrew Newdigate authored
      This change allows the GitLab rails and sidekiq components to receive
      tracing spans from upstream services such as Workhorse and pass these
      spans on to downstream services including Gitaly and Sidekiq.
      
      This change will also emit traces for incoming and outgoing requests
      using the propagated trace information. This will allow operators and
      engineers to view traces across the Workhorse, GitLab Rails, Sidekiq and
      Gitaly components.
      
      Additional intra-service instrumentation will be added in future
      changes.
      ca464b60
  37. Dec 18, 2018
    • blackst0ne's avatar
      Update specs to rails5 format · b44a2c80
      blackst0ne authored
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      b44a2c80
Loading