1. 05 Feb, 2018 3 commits
    • Zeger-Jan van de Weg's avatar
    • Zeger-Jan van de Weg's avatar
      9ce2cc76
    • Zeger-Jan van de Weg's avatar
      Client changes for Tag,BranchNamesContainingCommit · bb746f7b
      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.
      bb746f7b
  2. 03 Feb, 2018 3 commits
  3. 02 Feb, 2018 32 commits
  4. 01 Feb, 2018 2 commits