BigW Consortium Gitlab

  1. 07 Feb, 2018 1 commit
  2. 06 Feb, 2018 1 commit
  3. 02 Feb, 2018 1 commit
  4. 01 Feb, 2018 1 commit
    • Client changes for Tag,BranchNamesContainingCommit · 0a47d192
      Zeger-Jan van de Weg authored
      As part of gitlab-org/gitaly#884, this commit contains the client
      implementation for both TagNamesContaintingCommit and
      BranchNamesContainingCommit. The interface in the Repository model stays
      the same, but the implementation on the serverside, e.g. Gitaly, uses
      `for-each-ref`, as opposed to `branch` or `tag` which both aren't
      plumbing command. The result stays the same.
      
      On the serverside, we have the opportunity to limit the number of names
      to return. However, this is not supported on the front end yet. My
      proposal to use this ability: gitlab-org/gitlab-ce#42581. For now, this
      ability is not used as that would change more behaviours on a feature
      flag which might lead to unexpected changes on page refresh for example.
  5. 30 Jan, 2018 4 commits
  6. 25 Jan, 2018 1 commit
  7. 24 Jan, 2018 2 commits
  8. 22 Jan, 2018 1 commit
  9. 18 Jan, 2018 1 commit
  10. 16 Jan, 2018 2 commits
  11. 15 Jan, 2018 4 commits
  12. 12 Jan, 2018 1 commit
  13. 11 Jan, 2018 2 commits
  14. 10 Jan, 2018 1 commit
  15. 09 Jan, 2018 1 commit
  16. 05 Jan, 2018 3 commits
  17. 22 Dec, 2017 1 commit
  18. 20 Dec, 2017 1 commit
  19. 19 Dec, 2017 1 commit
    • Load commit in batches for pipelines#index · c6edae38
      Zeger-Jan van de Weg authored
      Uses `list_commits_by_oid` on the CommitService, to request the needed
      commits for pipelines. These commits are needed to display the user that
      created the commit and the commit title.
      
      This includes fixes for tests failing that depended on the commit
      being `nil`. However, now these are batch loaded, this doesn't happen
      anymore and the commits are an instance of BatchLoader.
  20. 14 Dec, 2017 1 commit
  21. 13 Dec, 2017 2 commits
  22. 12 Dec, 2017 2 commits
  23. 07 Dec, 2017 1 commit
  24. 06 Dec, 2017 1 commit
  25. 01 Dec, 2017 1 commit
  26. 23 Nov, 2017 2 commits