1. 18 2月, 2020 1 次提交
  2. 08 2月, 2020 1 次提交
  3. 07 12月, 2019 1 次提交
  4. 21 11月, 2019 1 次提交
  5. 17 9月, 2019 1 次提交
  6. 25 4月, 2019 1 次提交
  7. 07 3月, 2019 1 次提交
  8. 06 2月, 2019 1 次提交
  9. 27 12月, 2018 1 次提交
  10. 20 11月, 2018 2 次提交
  11. 19 11月, 2018 1 次提交
  12. 03 10月, 2018 1 次提交
    • A
      Remove Gitlab::Git::Repository#rugged and Gollum code · a99bf447
      Alejandro Rodríguez 提交于
      Cleanup code, and refactor tests that still use Rugged. After this, there should
      be no Rugged code that access the instance's repositories on non-test
      environments. There is still some rugged code for other tasks like the
      repository import task, but since it doesn't access any repository storage path
      it can stay.
      a99bf447
  13. 01 8月, 2018 1 次提交
  14. 11 7月, 2018 1 次提交
  15. 09 7月, 2018 1 次提交
  16. 25 6月, 2018 1 次提交
  17. 12 6月, 2018 1 次提交
  18. 31 5月, 2018 1 次提交
  19. 30 5月, 2018 1 次提交
  20. 10 5月, 2018 1 次提交
  21. 05 3月, 2018 1 次提交
  22. 20 2月, 2018 1 次提交
  23. 08 2月, 2018 1 次提交
  24. 25 1月, 2018 2 次提交
  25. 21 1月, 2018 1 次提交
  26. 05 1月, 2018 1 次提交
  27. 02 1月, 2018 1 次提交
    • Z
      Reroute batch blobs to single blob RPC · 59e50e33
      Zeger-Jan van de Weg 提交于
      Given the priorities shifted for the Gitaly team, this endpoint does not
      get a dedicated endpoint yet. To make it work in a cloud native
      environment the request needs to go to Gitaly, not rugged. This is
      achieved by rerouting to the generic TreeEntry endpoint.
      59e50e33
  28. 02 11月, 2017 1 次提交
  29. 07 10月, 2017 1 次提交
    • J
      Replaces `tag: true` into `:tag` in the specs · 0ce67858
      Jacopo 提交于
      Replaces all the explicit include metadata syntax in the specs (tag:
      true) into the implicit one (:tag).
      Added a cop to prevent future errors and handle autocorrection.
      0ce67858
  30. 22 9月, 2017 1 次提交
    • S
      Ensure that Blob.raw returns always returns a valid blob object · 794b4c55
      Stan Hu 提交于
      In gitlab-org/gitlab-ee!2976, we saw that a given OID could point
      to a commit, which would cause the delta size check to fail.
      Gitaly already returns nil if the OID isn't a blob, so this change
      makes the Rugged implementation consistent.
      794b4c55
  31. 23 8月, 2017 1 次提交
  32. 07 8月, 2017 1 次提交
  33. 01 8月, 2017 2 次提交
  34. 08 7月, 2017 1 次提交
  35. 21 6月, 2017 2 次提交
  36. 18 4月, 2017 1 次提交