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
2021-10-07testhelper: Unify setup of test suitesPatrick 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-03-31inject a handshaker in client package's DialSami Hiltunen
2021-03-31remove DialWithMux from client packageSami Hiltunen
2021-03-31move internals of client into an internal packageSami Hiltunen
2021-03-30add DialWithMux to client packageSami Hiltunen
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
2021-01-11grpc: Convert from `NewClientTLSFromCert` to `NewTLS`Patrick Steinhardt
2020-12-21Update grpc dependency from v1.24.0 to v1.29.1Igor Wiedler
2020-12-17golangci: Do not use default excludesPatrick Steinhardt
2020-12-07Connections pool should respect token as part of the keyPavlo Strokov
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-11-17testhelper: Move temporary Gitaly socket into global test directoryPatrick Steinhardt
2020-10-16Allow to specify a dialer for the connection poolMikhail Mazurskiy
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
2020-09-08Merge branch 'ps-gitaly-ssh-correlation-id' into 'master'Zeger-Jan van de Weg
2020-09-08Pass correlation_id over to gitaly-sshPavlo Strokov
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt
2020-08-06Feature flags enabling for tests.Pavlo Strokov
2020-07-24Export connection poolMikhail Mazurskiy
2020-06-18Refactoring of TLS usagePavlo Strokov
2020-06-10Allow more frequent keep-alive checking on serverJames Fargher
2020-04-16Extended error descriptionsPavlo Strokov
2020-03-31Move standard stream into its own internal packageJohn Cai
2020-03-25grpc: Replace `grpc.WithTimeout()` with contextsPatrick Steinhardt
2020-01-09Auto-format whitespace between importsJacob Vosmaer
2019-12-10Fix forking with custom CA in RPC CreateForkPaul Okstad
2019-11-21Replace depracated grpc.WithDialerMateusz Nowotynski
2019-11-19Fix client keep alive for all network typesPaul Okstad
2019-10-16Add go brace whitespace formatterJacob Vosmaer
2019-10-16Lower gRPC server inactivity ping timeoutPaul Okstad
2019-07-31Use embedded Go stubs for gitaly-protoJacob Vosmaer
2019-06-25Close client connections in client.TestDialJacob Vosmaer