Skip to content

Respect parent context for Gitaly calls

Nick Thomas requested to merge 501-gitaly-respect-parent-context into main

Without these changes, Gitaly calls would not be linked to a parent context. This means that they would have an unassociated correlationID, and Gitaly RPC calls would not be cancel()ed by parent context cancellation.

Related to #501 (closed)

Edited by Nick Thomas

Merge request reports