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
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
2019-05-31Typo FixesYoginth
2019-02-14Bring back a custom dialler for Gitaly RubyAndrew Newdigate
2019-01-23Fix tests that used long unix socket pathsJacob Vosmaer
2019-01-14Merge branch '1447-using-https_proxy-in-gitaly-environment-breaks-communicati...Jacob Vosmaer
2019-01-14Replace net/context with context packageZeger-Jan van de Weg
2019-01-14Reintroduce a specific dialler for unix socketsAndrew Newdigate
2019-01-14Adds GRPC integration tests for client.DialAndrew Newdigate
2019-01-10Small refactors to gitaly/clientJacob Vosmaer
2018-12-05Fix TLS client code on macOSJacob Vosmaer
2018-12-04Add tls configuration to gitaly golang serverAhmad Hassan
2018-11-21Fix to reallow tcp URLsAndrew Newdigate
2018-11-16Upgrade grpc-go from v1.9.1 to v1.16.0 in preparation for correlation idsAndrew Newdigate
2018-10-15Fix formattingAlejandro Rodríguez
2018-10-04Rename gitaly proto import to gitalypbZeger-Jan van de Weg
2018-03-13Implement SSHService.SSHUploadArchive RPCAlejandro Rodríguez
2017-10-27Upgrade GRPC to v1.7.1Andrew Newdigate
2017-07-18Update SSHClient => SSHServiceClient in client/ (and tests)Kim "BKC" Carlbäcker
2017-07-14Remove gitaly-proto/go/helperJacob Vosmaer
2017-06-27SSH Upload/ReceivePack Integration TestsKim "BKC" Carlbäcker
2017-01-05Remove TCP/Protobuf client-server codeJacob Vosmaer
2016-12-20Rename package to gitalyAhmad Sherif
2016-12-16Restructure client/server communication around Protobuf-serialized messagesAhmad Sherif
2016-12-07Implement a client to forward git commands to a serverAhmad Sherif