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
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt
2020-08-06rubyserver: Resolve Praefect server address before re-injecting itPatrick Steinhardt
2020-08-06Feature flags enabling for tests.Pavlo Strokov
2020-07-10rubyserver: Pass through transaction and Praefect metadataPatrick Steinhardt
2020-06-22balancer: embed resolver.ClientConn interface into test implementationPatrick Steinhardt
2020-05-30Simplification of parameters with Duration typePavlo Strokov
2020-05-09Revert "Merge branch 'jc-revert-ee267' into 'master'"John Cai
2020-04-23Revert "Merge branch 'jc-deprecate-gitlab-shell-config' into 'master'"John Cai
2020-04-22Migrate gitlab shell config to gitaly tomlJohn Cai
2020-04-14Exercise auth in operations service testsJohn Cai
2020-04-14Revert "Merge branch 'revert-a86de7b8' into 'master'"John Cai
2020-04-14Revert "Merge branch 'jc-operations-service-call-hook-rpcs' into 'master'"Zeger-Jan van de Weg
2020-04-14Call hook rpcs from operations serviceJohn Cai
2020-04-07Race condition on `ProxyHeaderWhitelist`Pavlo Strokov
2020-04-02Bad test setup as a cause of the race failurePavlo Strokov
2020-04-01Make `lint` independent from golangci-lint-alpine imagePavlo Strokov
2020-03-30balancer: silence deprecation warningsPatrick Steinhardt
2020-03-23explicitly load test configuration when neededSami Hiltunen
2020-02-11Pass specific feature flags to the Ruby serverRobert Speicher
2020-01-23Clarify source of gitaly-ruby errors in logsWill Chandler
2019-11-27Generalize internal gitaly socket dirJohn Cai
2019-11-21Replace depracated grpc.WithDialerMateusz Nowotynski
2019-11-19Allow socket dir for Gitaly-Ruby to be configuredZeger-Jan van de Weg
2019-10-31Adding sentry config to praefectJohn Cai
2019-10-09Upgrade GRPC to 1.24.0John Cai
2019-10-02Rename git_config_search_path -> rugged_git_config_search_pathStan Hu
2019-10-02Support configurable Git config search path for RuggedStan Hu
2019-10-01Migrate hooks to use go binaryJohn Cai
2019-09-03main: start ruby server after opening network listenersJacob Vosmaer
2019-07-31Use embedded Go stubs for gitaly-protoJacob Vosmaer
2019-06-27Pass down log config through env varsJohn Cai
2019-06-04Make catfile cache size configurableJacob Vosmaer
2019-05-02feat: add sentry environmentRoger Meier
2019-02-28Try to resolve flaky TestRemoval balancer testJacob Vosmaer
2019-02-14Bring back a custom dialler for Gitaly RubyAndrew Newdigate
2019-01-14Replace net/context with context packageZeger-Jan van de Weg
2019-01-11Add distributed tracing support with LabKitAndrew Newdigate
2018-12-04Update to latest goimports formattingJacob Vosmaer
2018-11-22Propagate correlation-ids in from upstream services and out to Gitaly-RubyAndrew Newdigate
2018-11-16Upgrade grpc-go from v1.9.1 to v1.16.0 in preparation for correlation idsAndrew Newdigate
2018-10-24Make git hooks self healingZeger-Jan van de Weg
2018-10-16Standardize git command invocationAlejandro Rodríguez
2018-10-15Fix formattingAlejandro Rodríguez
2018-10-11Force english output on git commandsAlejandro Rodríguez
2018-10-04Rename gitaly proto import to gitalypbZeger-Jan van de Weg
2018-06-08Try to fix flaky rubyserver.TestRemovals testJacob Vosmaer (GitLab)
2018-06-05Simplify and rename AssertGrpcErrorJacob Vosmaer (GitLab)
2018-05-16Use round robin load balancing instead of 'pick first' for gitaly-rubyJacob Vosmaer (GitLab)
2018-05-09Remove ruby concurrency limiterJacob Vosmaer (GitLab)
2018-04-30Limit concurrent gitaly-ruby requests from the client sideJacob Vosmaer