Skip to content
Snippets Groups Projects
  1. Oct 20, 2021
    • Georges Racinet's avatar
      RepositoryService: implement SetFullPath · 3ec209c1
      Georges Racinet authored
      Perhaps at some point Gitaly will decide that the proper error
      code should be `NotFound` or to stop providing the full path in
      the details, but we are meanhile doing the same.
      
      The only difference in error treatment is the replacement of
      'git repository` by 'Mercurial repository' but as usual I'm betting
      on it not to matter.
      3ec209c1
  2. Oct 11, 2021
  3. Sep 09, 2021
  4. Sep 08, 2021
  5. Sep 06, 2021
  6. Sep 02, 2021
  7. Sep 06, 2021
    • Georges Racinet's avatar
      Merged stable branch into default · 7a987463
      Georges Racinet authored
      Brings in the proto update for GitLab 14.0 and several
      improvements in HGitaly specific code.
      7a987463
    • Georges Racinet's avatar
      RefService.FindLocalBranches: fixing discrepancies with Gitaly · ee43254c
      Georges Racinet authored
      The expected response was actually in full ref form (as `refs/heads`).
      It is probable that the Rails app is resilient with respect to that.
      
      Gitaly response is sorted (bad for perf, but nothing obvious we can
      do, GitLab 14.2 will even introduce different sorting criteria).
      
      This RPC method was implemented before we had Gitaly Comparison tests,
      this underlines once more how crucial they are.
      ee43254c
  8. Aug 24, 2021
  9. Aug 23, 2021
  10. Aug 04, 2021
  11. Aug 03, 2021
  12. Jul 19, 2021
  13. May 28, 2021
Loading