Skip to content
  1. Mar 29, 2019
  2. Mar 13, 2019
  3. Mar 06, 2019
  4. 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
  5. Dec 19, 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
  6. 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.
      7c580556
  7. Nov 21, 2018
  8. Oct 26, 2018
  9. Oct 25, 2018
  10. Oct 24, 2018
  11. 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
  12. Oct 09, 2018
  13. Oct 08, 2018
    • gfyoung's avatar
      Enable even more frozen string in lib/**/*.rb · c8755543
      gfyoung authored
      Enables frozen string for the following files:
      
      * lib/generators/**/*.rb
      * lib/gitaly/**/*.rb
      * lib/google_api/**/*.rb
      * lib/haml_lint/**/*.rb
      * lib/json_web_token/**/*.rb
      * lib/mattermost/**/*.rb
      * lib/microsoft_teams/**/*.rb
      * lib/object_storage/**/*.rb
      * lib/omni_auth/**/*.rb
      * lib/peek/**/*.rb
      * lib/rouge/**/*.rb
      * lib/rspec_flaky/**/*.rb
      * lib/system_check/**/*.rb
      
      Partially addresses #47424.
      c8755543
  14. Sep 28, 2018
  15. Sep 21, 2018
  16. Aug 14, 2018
  17. Aug 10, 2018
  18. Jul 25, 2018
  19. Jul 09, 2018
  20. Jun 06, 2018
  21. Jun 05, 2018
  22. Mar 21, 2018
  23. Mar 08, 2018
  24. Feb 26, 2018
  25. Feb 13, 2018
  26. Jan 26, 2018
  27. Jan 25, 2018
  28. Dec 26, 2017
  29. Dec 22, 2017
  30. Dec 15, 2017
  31. Nov 22, 2017
  32. Oct 22, 2017
  33. Oct 21, 2017
  34. Oct 20, 2017
  35. Sep 12, 2017
  36. Sep 07, 2017
  37. Aug 31, 2017