1. 01 6月, 2017 1 次提交
  2. 31 5月, 2017 1 次提交
  3. 18 5月, 2017 1 次提交
  4. 16 5月, 2017 1 次提交
  5. 15 5月, 2017 1 次提交
    • J
      Don't reuse gRPC channels · 43f037c9
      Jacob Vosmaer 提交于
      It seems that bad things happen when two gRPC stubs share one gRPC
      channel so let's stop doing that. The downside of this is that we
      create more gRPC connections; one per stub.
      43f037c9
  6. 12 5月, 2017 1 次提交
  7. 11 5月, 2017 1 次提交
  8. 09 5月, 2017 1 次提交
  9. 04 5月, 2017 2 次提交
  10. 03 5月, 2017 1 次提交
  11. 28 4月, 2017 2 次提交
  12. 27 4月, 2017 1 次提交
    • T
      Fix ordering of commits in the network graph. · a7e67604
      Timothy Andrew 提交于
      - We upgraded `rugged` to 0.25.1.1 in !10286 for %9.1
      
      - Prior to this upgrade, the default sort order for commits returned by
        `Gitlab::Git::Repository#find_commits` was `Rugged::SORT_DATE`, which the
        graph relied on.
      
      - While upgrading `rugged`, the MR also changed this default to
        `Rugged::SORT_NONE`, which broke commit ordering in the graph.
      
      - This commit adds an option to `Gitlab::Git::Repository#find_commits` to sort
        by date, and changes the graph builder `Network::Graph` so it explictly
        requests the `:date` sort order
      a7e67604
  13. 12 4月, 2017 1 次提交
  14. 10 4月, 2017 1 次提交
  15. 07 4月, 2017 2 次提交
  16. 06 4月, 2017 2 次提交
  17. 04 4月, 2017 1 次提交
  18. 30 3月, 2017 2 次提交
  19. 28 3月, 2017 2 次提交
  20. 16 3月, 2017 1 次提交
  21. 08 3月, 2017 2 次提交
  22. 02 3月, 2017 1 次提交
  23. 01 3月, 2017 1 次提交
  24. 24 2月, 2017 3 次提交
  25. 23 2月, 2017 3 次提交
  26. 17 1月, 2017 1 次提交
  27. 05 1月, 2017 3 次提交