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
2018-06-18Use custom log levels for grpc-goJacob Vosmaer (GitLab)
2018-06-05Simplify and rename AssertGrpcErrorJacob Vosmaer (GitLab)
2018-04-11Make more of the auth code public so we can reuse itJacob Vosmaer (GitLab)
2018-04-06Run Go test suite with '-race' in CIJacob Vosmaer (GitLab)
2018-03-29Fix concurrency limit handler stream interceptorAlejandro Rodríguez
2018-03-15Add param logging in NamespaceService RPCsAlejandro Rodríguez
2018-03-13Sanitize URLs before logging themAhmad Sherif
2018-01-18Use grpc-go 1.9.1Jacob Vosmaer (GitLab)
2017-11-21Include pprof debug access in the Prometheus listenerAndrew Newdigate
2017-11-13Implement RepositoryService::FetchSourceBranchJacob Vosmaer (GitLab)
2017-11-06Fix flaky auth-testKim "BKC" Carlbäcker
2017-10-30Enable log tagging on client streamed requestsAndrew Newdigate
2017-10-27Upgrade GRPC to v1.7.1Andrew Newdigate
2017-10-06Add client feature logging and metricsAndrew Newdigate
2017-09-30Rate limiterAndrew Newdigate
2017-09-20Change how we set git object dir attributesAhmad Sherif
2017-09-15Update grpc-go to 1.6.0Jacob Vosmaer
2017-09-11Use context cancellation instead of command.CloseJacob Vosmaer (GitLab)
2017-09-06Re-use gitaly-ruby client connectionJacob Vosmaer
2017-08-15More t.Run fixesAndrew Newdigate
2017-08-11Add a middleware for handling Git object dir attributesAhmad Sherif
2017-07-25Long socket pathsAndrew Newdigate
2017-07-11Rename auth 'unenforced' to 'transitioning'Jacob Vosmaer
2017-06-30Log errors from canceled request with codes.CanceledJacob Vosmaer
2017-06-30Move middlewares out of internal/serviceJacob Vosmaer
2017-06-20Token authenticationJacob Vosmaer (GitLab)