Skip to content

Draft: Handle gRPC NotFound when listing config files

Hordur Freyr Yngvason requested to merge handle-grpc-not-found-error into master

When listing config files on a non-existing branch, gitaly will soon return a NotFound error instead of Unknown. This adds preemtive support for that change. We should then start seeing the ConfigurationProject errors to go down after the Gitaly change gets rolled out.

Part of #210 (closed)

Merge request reports