Skip to content
Snippets Groups Projects
  1. Feb 19, 2020
  2. Feb 17, 2020
  3. Feb 06, 2020
  4. Feb 05, 2020
  5. Jan 29, 2020
  6. Jan 28, 2020
  7. Jan 27, 2020
  8. Jan 24, 2020
  9. Jan 22, 2020
  10. Jan 20, 2020
  11. Jan 15, 2020
  12. Jan 14, 2020
  13. Jan 09, 2020
  14. Dec 20, 2019
  15. Nov 26, 2019
  16. Nov 07, 2019
  17. Nov 04, 2019
  18. Oct 29, 2019
  19. Oct 16, 2019
  20. Oct 07, 2019
  21. Sep 25, 2019
  22. Sep 13, 2019
  23. Sep 10, 2019
  24. Aug 30, 2019
  25. Aug 28, 2019
  26. Aug 27, 2019
  27. Aug 26, 2019
  28. Aug 14, 2019
  29. Jul 19, 2019
  30. Apr 18, 2019
  31. Apr 15, 2019
  32. Mar 29, 2019
  33. Mar 13, 2019
  34. Mar 06, 2019
  35. 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
  36. 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
  37. Dec 13, 2018
    • Yorick Peterse's avatar
      Added Cop for injecting EE modules · 7c580556
      Yorick Peterse authored
      This Cop enforces the rule that injecting EE modules (using prepend,
      include, or extend) is done by placing the injection on the last line of
      a file, instead of somewhere in the middle. By placing these lines at
      the very end, merge conflicts will not happen.
      Verified
      7c580556
Loading