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-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-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-05-17gitaly/client: Move into `internal/grpc` packagePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-05-05Use google.golang.org/grpc/interop/grpc_testingMikhail Mazurskiy
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-18Handle unhandled connection closing in testsQuang-Minh Nguyen
2022-10-05global: Reformat sources with gofumpt v0.4.0Patrick Steinhardt
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-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-17testhelper: ModifyEnvironment cleans after itselfToon Claes
2021-12-06testhelper: Rename `GrpcEqualErr()` to `RequireGrpcError()`Patrick Steinhardt
2021-12-06testhelper: Absorb helpers from the testassert packagePatrick Steinhardt
2021-12-01testhelper: Improve creation of loggersPatrick Steinhardt
2021-10-05client: add sidechannel supportJacob Vosmaer
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-07-12Standardise package aliasesPavlo Strokov
2021-06-11Fix issues in testsMikhail Mazurskiy
2021-06-11Embed Unimplemented* structsMikhail Mazurskiy
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-02-18fix TestDial_Tracing/stream flakingSami Hiltunen
2021-02-17fix flaky test TestDial_Tracing/streamSami Hiltunen
2021-02-01client: Improve tracing testsPatrick Steinhardt
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2021-01-12client: Use a testing context when starting Unix listenersPatrick Steinhardt
2021-01-11grpc: raise minimum TLS version to 1.2Patrick Steinhardt
2021-01-11grpc: Convert from `NewServerTLSFromCert` to `NewTLS`Patrick Steinhardt
2020-12-21Update grpc dependency from v1.24.0 to v1.29.1Igor Wiedler
2020-12-07Verify connections are properly configured with HealthCheckDialerPavlo Strokov
2020-12-07Introduction of FailOnNonTempDialError to omit indefinite dial attempts on ba...Pavlo Strokov
2020-12-03Support Golang v1.14 and v1.15 in CIPaul Okstad
2020-11-24client: Move "gitaly.socket" into global test directoryPatrick Steinhardt
2020-09-17listen on localhost in testsSami Hiltunen
2020-09-11Flaky test: [1.14, v2.27.0, race-go]: TestDial_Correlation/streamPavlo Strokov
2020-09-10Flaky test: [1.14, v2.27.0, race-go]: TestDial_Tracing/streamPavlo Strokov