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