Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-07global: Convert generic packages to test with SHA256 object formatPatrick Steinhardt
2023-01-17Use Yamux configuration in Praefect by defaultSami Hiltunen
2023-01-17Merge backchannel client handshaker constructorsSami Hiltunen
2022-10-05global: Reformat sources with gofumpt v0.4.0Patrick Steinhardt
2022-09-23grpc: Fix missing error checks for `Serve()` functionPatrick Steinhardt
2022-09-23backchannel: Propagate errors when closing server channel failsPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-06-21Replace deprecated WithInsecure with WithTransportCredentialsSami Hiltunen
2022-05-20Update go package name from v14 to v15John Cai
2022-03-28sidechannel: use default yamux max window sizeJacob Vosmaer
2022-02-22Handle backchannel connection closing idempotentlySami Hiltunen
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-12-14tests: Convert to use testhelper contextsPatrick Steinhardt
2021-12-06testhelper: Rename `GrpcEqualErr()` to `RequireGrpcError()`Patrick Steinhardt
2021-12-06testhelper: Absorb helpers from the testassert packagePatrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.Discard`Patrick Steinhardt
2021-09-09Bring back WithID to backchannel package as it is used in testsSami Hiltunen
2021-09-06Implement sidechannel as a sub protocol of backchannelQuang-Minh Nguyen
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-06-30Separate listenmux from backchannelJacob Vosmaer
2021-06-15Use upstream implementation of insecure credentialsJacob Vosmaer
2021-06-11Fix issues in testsMikhail Mazurskiy
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-04-13Remove testhelper import from backchannelSami Hiltunen
2021-04-07Take in backchannel dial options to ServerHandshakerSami Hiltunen
2021-04-01export a helper for injecting backchannel id into contextSami Hiltunen
2021-03-31move backchannel's ServerFactory into a structSami Hiltunen
2021-03-30configure defaults for yamuxSami Hiltunen
2021-03-29add backchannel package for bidirectional gRPC invocationsSami Hiltunen