1. 13 3月, 2019 1 次提交
  2. 06 3月, 2019 1 次提交
  3. 23 1月, 2019 1 次提交
    • A
      Adds inter-service OpenTracing propagation · ca464b60
      Andrew Newdigate 提交于
      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
  4. 19 12月, 2018 1 次提交
    • B
      Update specs to rails5 format · b44a2c80
      blackst0ne 提交于
      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
  5. 13 12月, 2018 1 次提交
    • Y
      Added Cop for injecting EE modules · 7c580556
      Yorick Peterse 提交于
      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
  6. 21 11月, 2018 1 次提交
    • G
      Enable Rubocop on lib/gitlab · c2d27a6a
      gfyoung 提交于
      This should wrap up frozen string
      enablement for gitlab-ce.
      
      xref gitlab-org/gitlab-ce#47424.
      c2d27a6a
  7. 26 10月, 2018 1 次提交
  8. 25 10月, 2018 1 次提交
  9. 24 10月, 2018 1 次提交
  10. 11 10月, 2018 1 次提交
    • S
      Initial commit · 154ce29d
      Sanad Liaquat 提交于
      Use ACCEPT_INSECURE_CERTS env var and fix step
      
      Simplify saml signin
      
      Fix rubo cop offence
      
      Add missing # frozen_string_literal: true
      154ce29d
  11. 10 10月, 2018 1 次提交
  12. 09 10月, 2018 1 次提交
    • G
      Enable even more frozen string in lib/**/*.rb · c8755543
      gfyoung 提交于
      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
  13. 29 9月, 2018 1 次提交
  14. 21 9月, 2018 1 次提交
  15. 14 8月, 2018 1 次提交
  16. 10 8月, 2018 1 次提交
  17. 25 7月, 2018 1 次提交
  18. 09 7月, 2018 2 次提交
  19. 06 6月, 2018 2 次提交
  20. 21 3月, 2018 1 次提交
  21. 08 3月, 2018 1 次提交
  22. 26 2月, 2018 1 次提交
  23. 13 2月, 2018 1 次提交
  24. 26 1月, 2018 2 次提交
  25. 25 1月, 2018 1 次提交
  26. 26 12月, 2017 1 次提交
  27. 22 12月, 2017 1 次提交
  28. 15 12月, 2017 1 次提交
  29. 22 11月, 2017 1 次提交
  30. 23 10月, 2017 1 次提交
  31. 22 10月, 2017 1 次提交
  32. 21 10月, 2017 1 次提交
  33. 13 9月, 2017 2 次提交
  34. 07 9月, 2017 1 次提交
  35. 31 8月, 2017 2 次提交