Skip to content
Snippets Groups Projects
Commit 53550cee authored by Georges Racinet's avatar Georges Racinet
Browse files

Minimal matching of Gitaly v15.7.0

Bumping the protocol, and fixing the problems spotted by Gitaly Comparison
tests.

Many methods in `RefService` are being deprecated in favor of the `patterns`
and `sort_by` options in `ListRefs` that are not implemented in HGitaly (see
https://gitlab.com/gitlab-org/gitaly/-/issues/3966). Therefore implementing
them is mandatory to claim compatibility.

## Fixed Comparison tests

The discrepancies were due to

- upstream keeps on removing the inappropriate `UNKNOWN` error codes in
  favor of `INTERNAL`
- upstream keeps on removing the name of the Golang function that emitted
  the error in the details (it is usually either an irrelevant implementation
  detail or just redundant with the gRPC method name)
parent d2044ff0
No related branches found
No related tags found
Loading
Checking pipeline status
Showing
with 375 additions and 270 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment