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
2021-04-19proxy: Fix Goroutine leak in `forwardClientToServers()`Patrick Steinhardt
2021-04-19proxy: Detect Goroutine leaks via goleakPatrick Steinhardt
2021-04-19proxy: Plug Goroutine leaks in test setupPatrick Steinhardt
2021-04-19proxy: Use `t.Run()` to execute testcasesPatrick Steinhardt
2021-02-23proxy: Synchronize cancellation of proxied streamsPatrick Steinhardt
2021-02-22proxy: Allow setup of error handlersPatrick Steinhardt
2021-02-22proxy: Pass down destination to proxying codePatrick Steinhardt
2021-02-10grpc-proxy: Remove explicit loggingPatrick Steinhardt
2021-02-10grpc-proxy: Do not print error messages to stderrPatrick Steinhardt
2021-02-10Refactoring of the GrpcErrorHasMessagePavlo Strokov
2021-02-09Merge branch 'pks-makefile-fix-linting' into 'master'Sami Hiltunen
2021-02-02add additional test cases to assert proxy error propagationSami Hiltunen
2021-01-26Makefile: Fix missing dependency for gocover-cobertura toolPatrick Steinhardt
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2020-12-17golangci: Do not use default excludesPatrick Steinhardt
2020-12-11Stop using require.Error to compare error valuesJames Fargher
2020-11-17testhelper: Move temporary Gitaly socket into global test directoryPatrick Steinhardt
2020-08-06Feature flags enabling for tests.Pavlo Strokov
2020-07-03Error forwarded mutator RPCs on replication job enqueue failurePaul Okstad
2020-06-25Proxy mutator RPCs to all secondariesJohn Cai
2020-06-17Revert "Merge branch 'jc-mult-node-write' into 'master'"John Cai
2020-06-16Multi node writeJohn Cai
2020-04-09lint (static code analysis) enhancementsPavlo Strokov
2020-04-02Bad test setup as a cause of the race failurePavlo Strokov
2020-03-25Static code analysis with govetPavlo Strokov
2020-03-25grpc: Convert to use `grpclog.SetLoggerV2()`Patrick Steinhardt
2020-03-25grpc: Replace `grpc.WithTimeout()` with contextsPatrick Steinhardt
2020-03-25grpc: Convert to use the grpc.status packagePatrick Steinhardt
2020-03-25grpc: Convert to use encoding.CodecPatrick Steinhardt
2020-03-25grpc-proxy: Let codec satisfy both grpc.Codec and encoding.CodecPatrick Steinhardt
2020-03-24Replace calls to new with address of literalJacob Vosmaer
2020-03-09Add RegisterStreamerHandlers method to register custom stream handlersJohn Cai
2020-03-09Remove dependency on the outdated golang.org/x/net packagePavlo Strokov
2020-03-05Praefect should not emit Gitaly errors to SentryPavlo Strokov
2020-02-06Use golangci-lint for static code analysisPavlo Strokov
2020-01-09Auto-format whitespace between importsJacob Vosmaer
2019-12-10StreamDirector returns StreamParamsJohn Cai
2019-10-16Add go brace whitespace formatterJacob Vosmaer
2019-10-10Add virtual storage name to praefect configJohn Cai
2019-08-22Realtime replicationJohn Cai
2019-07-29Add capability to replace frames in a streamJohn Cai
2019-05-21gRPC proxy stream peeking capabilityPaul Okstad
2019-05-18absorb grpc-proxy into praefectPaul Okstad