1. 07 7月, 2017 1 次提交
  2. 28 6月, 2017 1 次提交
  3. 27 6月, 2017 2 次提交
  4. 17 6月, 2017 1 次提交
    • D
      repository: index submodules by path · b30c16aa
      David Turner 提交于
      Submodules have a name in the configuration, but this name is simply
      the path at which the submodule was initially checked in (by default
      -- the name is totally arbitrary).  If a submodule is moved, it
      retains its original name, but its path changes.  Since we discover
      submodules inside trees, we have their path but not necessarily their
      name.
      
      Make the submodules() function return the submodule hash indexed by
      path rather than name, so that renamed submodules can be looked up.
      Signed-off-by: NDavid Turner <novalis@novalis.org>
      b30c16aa
  5. 08 6月, 2017 1 次提交
  6. 01 6月, 2017 1 次提交
  7. 31 5月, 2017 1 次提交
  8. 18 5月, 2017 1 次提交
  9. 16 5月, 2017 1 次提交
  10. 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
  11. 12 5月, 2017 1 次提交
  12. 11 5月, 2017 1 次提交
  13. 09 5月, 2017 1 次提交
  14. 04 5月, 2017 2 次提交
  15. 03 5月, 2017 1 次提交
  16. 28 4月, 2017 2 次提交
  17. 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
  18. 12 4月, 2017 1 次提交
  19. 10 4月, 2017 1 次提交
  20. 07 4月, 2017 2 次提交
  21. 06 4月, 2017 2 次提交
  22. 04 4月, 2017 1 次提交
  23. 30 3月, 2017 2 次提交
  24. 28 3月, 2017 2 次提交
  25. 16 3月, 2017 1 次提交
  26. 08 3月, 2017 2 次提交
  27. 02 3月, 2017 1 次提交
  28. 01 3月, 2017 1 次提交
  29. 24 2月, 2017 3 次提交
  30. 23 2月, 2017 1 次提交