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
2019-08-12Enable disk cache invalidator gRPC interceptorsPaul Okstad
2019-08-03Revert "New counter for method errors"Paul Okstad
2019-08-03Consistent logging of errorsPaul Okstad
2019-08-02New counter for method errorsPaul Okstad
2019-07-31Use embedded Go stubs for gitaly-protoJacob Vosmaer
2019-07-19Unary gRPC interceptor for cache invalidationPaul Okstad
2019-07-16Cache invalidation via gRPC interceptorPaul Okstad
2019-06-07Fix Prometheus metric naming errorsBen Kochie
2019-05-31Typo FixesYoginth
2019-04-12Remove unused variableJacob Vosmaer
2019-01-14Replace net/context with context packageZeger-Jan van de Weg
2018-12-10Log correlation_id field in structured logging outputAndrew Newdigate
2018-12-04Update to latest goimports formattingJacob Vosmaer
2018-11-16Upgrade grpc-go from v1.9.1 to v1.16.0 in preparation for correlation idsAndrew Newdigate
2018-10-16Use correct Prometheus histogram type.Ben Kochie
2018-10-16Un-alias Prometheus client_golang.Ben Kochie
2018-10-15Fix formattingAlejandro Rodríguez
2018-09-06Allow server to receive an hmac token with the client timestamp for authAlejandro Rodríguez
2018-04-30Limit concurrent gitaly-ruby requests from the client sideJacob Vosmaer
2018-04-06Revert "Merge branch 'dont-use-atomic' into 'master'"Jacob Vosmaer (GitLab)
2018-04-06Ignore more grpc codes in sentryJacob Vosmaer
2018-04-06Run Go test suite with '-race' in CIJacob Vosmaer (GitLab)
2018-04-06Don't use sync/atomicJacob Vosmaer (GitLab)
2018-03-29Fix concurrency limit handler stream interceptorAlejandro Rodríguez
2018-03-15Make ConcurrencyLimiter test less flakyJacob Vosmaer (GitLab)
2018-01-18Use grpc-go 1.9.1Jacob Vosmaer (GitLab)
2017-10-17Sentry fix to stop proliferation of ungrouped sentry errorsAndrew Newdigate
2017-10-09Use codecov for better code coverage reportingAndrew Newdigate
2017-10-06Add client feature logging and metricsAndrew Newdigate
2017-10-02Update concurrency_limiter_test.goAndrew Newdigate
2017-09-30Rate limiterAndrew Newdigate
2017-09-20Change how we set git object dir attributesAhmad Sherif
2017-09-15Merge branch 'better-sentry-correlation' into 'master'Andrew Newdigate
2017-09-15Update grpc-go to 1.6.0Jacob Vosmaer
2017-09-15Better error tracking in sentryAndrew Newdigate
2017-09-01Added megacheck linter and fixed new linting errorsAndrew Newdigate
2017-08-11Add a middleware for handling Git object dir attributesAhmad Sherif
2017-06-30Log errors from canceled request with codes.CanceledJacob Vosmaer
2017-06-30Move middlewares out of internal/serviceJacob Vosmaer