Skip to content
Snippets Groups Projects
  1. Aug 30, 2019
  2. Aug 28, 2019
  3. Aug 27, 2019
  4. Aug 26, 2019
  5. Aug 14, 2019
  6. Jul 19, 2019
  7. Apr 18, 2019
  8. Apr 15, 2019
  9. Mar 29, 2019
  10. Mar 13, 2019
  11. Mar 06, 2019
  12. 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
  13. 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
  14. 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
  15. Nov 21, 2018
  16. Oct 26, 2018
  17. Oct 25, 2018
  18. Oct 24, 2018
  19. 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
  20. Oct 09, 2018
  21. 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
  22. Sep 28, 2018
  23. Sep 21, 2018
  24. Aug 14, 2018
  25. Aug 10, 2018
  26. Jul 25, 2018
  27. Jul 09, 2018
  28. Jun 06, 2018
  29. Jun 05, 2018
  30. Mar 21, 2018
  31. Mar 08, 2018
  32. Feb 26, 2018
  33. Feb 13, 2018
  34. Jan 26, 2018
  35. Jan 25, 2018
  36. Dec 26, 2017
  37. Dec 22, 2017
Loading