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
path: root/client
AgeCommit message (Expand)Author
2023-09-21log: Hide away the `logrus.Entry` interfacePatrick Steinhardt
2023-09-18log: Roundtrip `log.Logger` typePatrick Steinhardt
2023-09-18testhelper: Return our own logger instead of `logrus.FieldLogger`Patrick Steinhardt
2023-09-07client: Split out Gitaly-specific client logicPatrick Steinhardt
2023-09-07golangci-lint: Don't exclude error checks for `pool.Close()`Patrick Steinhardt
2023-09-07client: Move `FailOnNonTempDialError` logic into internal packagePatrick Steinhardt
2023-09-07client: Move `HealthCheckDialer` logic into internal packagePatrick Steinhardt
2023-09-07client: Move `Pool` logic into internal packagePatrick Steinhardt
2023-09-07client: Move `DialSidechannel()` logic into internal packagePatrick Steinhardt
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Replace use of NewDiscardingLogEntry with the recording loggerSami Hiltunen
2023-08-31Replace discarding logger with new recording loggerSami Hiltunen
2023-08-30Move TestMain into testhelper_test.goWill Chandler
2023-08-21client: Use discarding logger for DNS resolver by defaultPatrick Steinhardt
2023-08-15grpc: Convert to use `logrus.FieldLogger` interfacePatrick Steinhardt
2023-06-29Add LookupTimeout configuration to DNS resolverQuang-Minh Nguyen
2023-06-13fix: suggestions from code reviewsword
2023-06-09feat: add stats field in SSHUploadPackWithSidechannelResponsesword
2023-05-17client: Refactor `Dial()` to use optionsPatrick Steinhardt
2023-05-17gitaly/client: Move into `internal/grpc` packagePatrick Steinhardt
2023-05-16dnsresolver: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-16listenmux: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-16sidechannel: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-16backchannel: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-05-05Use google.golang.org/grpc/interop/grpc_testingMikhail Mazurskiy
2023-03-24middleware: Stop using go-grpc-middleware chainsJames Fargher
2023-03-16lint: Fix discouraged error wrapping verbQuang-Minh Nguyen
2023-02-22tracing: Replace opentracing calls by new tracing.StartSpan* helpersQuang-Minh Nguyen
2023-02-08dnsresolver: Support DNS scheme in client dial functionsQuang-Minh Nguyen
2023-02-07global: Convert generic packages to test with SHA256 object formatPatrick Steinhardt
2023-02-03Expose our custom DNS resolver as a gRPC client dial optionQuang-Minh Nguyen
2023-01-18Add round-robin client-side loadbalancing to default dial optionQuang-Minh Nguyen
2023-01-18Handle unhandled connection closing in testsQuang-Minh Nguyen
2022-10-05global: Reformat sources with gofumpt v0.4.0Patrick Steinhardt
2022-09-30golangci-lint: Restore default revive lintswc/fix-revive-lintsWill Chandler
2022-09-23grpc: Fix missing error checks for `Serve()` functionPatrick Steinhardt
2022-09-23sidechannel: Check `Close()` errors returned by the waiterPatrick Steinhardt
2022-08-26Let client users specify interceptorsash2k/client-fixesMikhail Mazurskiy
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-11golangci-lint: Allow `testing.T` as first parameterPatrick Steinhardt
2022-07-27client: Convert to use `grpc_testing` test servicePatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-07global: Rewrite callers of `testhelper.ModifyEnvironment()`Patrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-20client: Expose sidechannel server methodsJacob Vosmaer
2022-01-18Merge branch 'jv-ssh-sidechannel-2' into 'master'Patrick Steinhardt
2022-01-17client: add UploadPackWithSidechannelJacob Vosmaer
2022-01-17testhelper: ModifyEnvironment cleans after itselfToon Claes