1. 13 7月, 2017 1 次提交
  2. 07 7月, 2017 1 次提交
  3. 05 7月, 2017 1 次提交
  4. 04 7月, 2017 1 次提交
  5. 30 6月, 2017 2 次提交
  6. 28 6月, 2017 1 次提交
  7. 27 6月, 2017 2 次提交
  8. 21 6月, 2017 1 次提交
  9. 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
  10. 15 6月, 2017 1 次提交
  11. 08 6月, 2017 1 次提交
  12. 02 6月, 2017 1 次提交
  13. 31 5月, 2017 1 次提交
  14. 18 5月, 2017 1 次提交
  15. 16 5月, 2017 1 次提交
  16. 04 5月, 2017 1 次提交
    • T
      Sort the network graph both by commit date and topographically. · b44eaf8e
      Timothy Andrew 提交于
      - Previously, we sorted commits by date, which seemed to work okay.
      
      - The one edge case where this failed was when multiple commits have the same
        commit date (for example: when a range of commits are cherry picked with a
        single command, they all have the same commit date [and different author
        dates]).
      
      - Commits with the same commit date would be sorted arbitrarily, and usually
        break the network graph.
      
      - This commit solves the problem by both sorting by date, and by sorting
        topographically (parents aren't displayed until all their children are
        displayed)
      
      - Include review comments from @adamniedzielski
      
      A more detailed explanation is present here:
      https://gitlab.com/gitlab-org/gitlab-ce/issues/30973#note_28706230
      b44eaf8e
  17. 03 5月, 2017 1 次提交
  18. 28 4月, 2017 1 次提交
  19. 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
  20. 12 4月, 2017 1 次提交
  21. 10 4月, 2017 1 次提交
  22. 04 4月, 2017 1 次提交
  23. 30 3月, 2017 1 次提交
  24. 16 3月, 2017 1 次提交
  25. 15 3月, 2017 1 次提交
  26. 08 3月, 2017 2 次提交
  27. 02 3月, 2017 1 次提交
  28. 24 2月, 2017 3 次提交
  29. 23 2月, 2017 2 次提交
  30. 05 1月, 2017 2 次提交
  31. 28 4月, 2013 1 次提交
  32. 04 4月, 2013 2 次提交