BigW Consortium Gitlab

  1. 27 Apr, 2017 4 commits
    • Fix ordering of commits in the network graph. · a7e67604
      Timothy Andrew authored
      - 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
    • Avoid including the MarkupHelper · 35fd7e6c
      Toon Claes authored
    • Refactor MarkupHelper · 4f2d6b3e
      Douwe Maan authored
    • Cache the rendered README, but post-process on show · 05e0f504
      Toon Claes authored
      Because the post-processing of the rendered README is dependent on the
      context (i.e. the current user), do the post-processing when the
      README is being displayed.
  2. 26 Apr, 2017 4 commits
  3. 25 Apr, 2017 2 commits
  4. 24 Apr, 2017 4 commits
  5. 21 Apr, 2017 5 commits
  6. 20 Apr, 2017 1 commit
  7. 19 Apr, 2017 2 commits
  8. 18 Apr, 2017 4 commits
  9. 17 Apr, 2017 3 commits
  10. 16 Apr, 2017 1 commit
  11. 14 Apr, 2017 6 commits
  12. 13 Apr, 2017 1 commit
  13. 12 Apr, 2017 1 commit
  14. 11 Apr, 2017 2 commits