Skip to content
Snippets Groups Projects
  1. Jan 29, 2020
  2. Jan 28, 2020
  3. Jan 27, 2020
  4. Jan 24, 2020
  5. Jan 22, 2020
  6. Jan 20, 2020
  7. Jan 15, 2020
  8. Jan 14, 2020
  9. Jan 09, 2020
  10. Dec 20, 2019
  11. Nov 26, 2019
  12. Nov 07, 2019
  13. Nov 04, 2019
  14. Oct 29, 2019
  15. Oct 16, 2019
  16. Oct 07, 2019
  17. Sep 25, 2019
  18. Sep 13, 2019
  19. Sep 10, 2019
  20. Aug 30, 2019
  21. Aug 28, 2019
  22. Aug 27, 2019
  23. Aug 26, 2019
  24. Aug 14, 2019
  25. Jul 19, 2019
  26. Apr 18, 2019
  27. Apr 15, 2019
  28. Mar 29, 2019
  29. Mar 13, 2019
  30. Mar 06, 2019
  31. 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
  32. 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
  33. 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
  34. Nov 21, 2018
  35. Oct 26, 2018
  36. Oct 25, 2018
  37. Oct 24, 2018
  38. Oct 11, 2018
    • Sanad Liaquat's avatar
      Initial commit · 154ce29d
      Sanad Liaquat authored
      Use ACCEPT_INSECURE_CERTS env var and fix step
      
      Simplify saml signin
      
      Fix rubo cop offence
      
      Add missing # frozen_string_literal: true
      154ce29d
Loading