1. 27 10月, 2017 1 次提交
    • Z
      Cache commits on the repository model · 3411fef1
      Zeger-Jan van de Weg 提交于
      Now, when requesting a commit from the Repository model, the results are
      not cached. This means we're fetching the same commit by oid multiple times
      during the same request. To prevent us from doing this, we now cache
      results. Caching is done only based on object id (aka SHA).
      
      Given we cache on the Repository model, results are scoped to the
      associated project, eventhough the change of two repositories having the
      same oids for different commits is small.
      3411fef1
  2. 20 9月, 2017 1 次提交
  3. 12 9月, 2017 1 次提交
  4. 23 8月, 2017 1 次提交
  5. 17 8月, 2017 1 次提交
  6. 08 8月, 2017 4 次提交
  7. 03 8月, 2017 1 次提交
  8. 27 7月, 2017 3 次提交
  9. 21 7月, 2017 1 次提交
  10. 19 7月, 2017 2 次提交
  11. 13 7月, 2017 1 次提交
  12. 12 7月, 2017 1 次提交
  13. 27 6月, 2017 3 次提交
  14. 20 6月, 2017 1 次提交
  15. 02 6月, 2017 1 次提交
  16. 18 5月, 2017 1 次提交
  17. 17 5月, 2017 1 次提交
    • A
      Compare ids of commits if present for equality test · 71569a9c
      Alejandro Rodríguez 提交于
      This solves a problem where commits populated with Gitaly were not equal
      to commits populated with Rugged. This is because Gitaly may not return
      all fields of a commit for optimizations purposes, which resulted in
      false negatives when comparing the same commit (commits with the same
      sha) with different sources.
      71569a9c
  18. 09 5月, 2017 1 次提交
  19. 23 2月, 2017 2 次提交
  20. 05 1月, 2017 2 次提交
  21. 28 4月, 2013 1 次提交
  22. 16 4月, 2013 2 次提交
  23. 04 4月, 2013 1 次提交
  24. 03 4月, 2013 3 次提交
  25. 01 4月, 2013 3 次提交