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-08-09Introduce log field for grpc method typeIgor Wiedler
2021-07-28lint: Fix deprecated import github.com/golang/protobuf/protoPavlo Strokov
2021-07-12Standardise package aliasesPavlo Strokov
2021-07-07Refine metrics descriptionsEvan Read
2021-07-06Don't use deprecated proto.FileDescriptor()Mikhail Mazurskiy
2021-06-28cache: Introduce `Cache` interfacePatrick Steinhardt
2021-06-11Fix issues in testsMikhail Mazurskiy
2021-06-11Fix linting issuesMikhail Mazurskiy
2021-06-11Embed Unimplemented* structsMikhail Mazurskiy
2021-06-11Upgrade protoc, grpc, go and grpc pluginsMikhail Mazurskiy
2021-06-11GeneratedMikhail Mazurskiy
2021-06-10Do not track gRPC NotFound code as an error in Sentry for TreeEntryMikhail Mazurskiy
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-20featureflag: Remove LogCommandStats feature flagPatrick Steinhardt
2021-05-11catfile: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-05-10ref: Inject catfile cachePatrick Steinhardt
2021-04-21Use promauto to register Prometheus metricsSashi Kumar
2021-04-14tests: Check errors returned by `CloseSend()`Patrick Steinhardt
2021-04-14tests: Fix random set of missing error checksPatrick Steinhardt
2021-04-14prometheus: Use MustRegister to register metricsPatrick Steinhardt
2021-04-09ref: Inject transaction managerPatrick Steinhardt
2021-03-15replace testhelper.Deferrer with t.CleanupSami Hiltunen
2021-03-05Removal of the config.Config from commandstatshandler package.Pavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-02-15Standardize Praefect and Gitaly timestampsStan Hu
2021-02-10middleware: Silence test loggerPatrick Steinhardt
2021-02-03Injection of the git.CommandFactory into catfile packagePavlo Strokov
2021-01-20Track feature flags used for RPC callPavlo Strokov
2021-01-18Broke dependency of updateref on config.ConfigPavlo Strokov
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2021-01-07Merge branch 'xx/fix-limithandler-metric-labels' into 'master'Paul Okstad
2021-01-06use entry.Logf instead of a massive switch statementIgor Wiedler
2021-01-06single-line stats extraction nil checkIgor Wiedler
2020-12-31fix prometheus metirc labels for ratelimit handlerblanet
2020-12-21Make command stats logging concurrency-safeIgor Wiedler
2020-11-19commandstats: Convert to use `testhelper.NewTestRepo()`Patrick Steinhardt
2020-11-18Support for logging propagated client identityIgor Wiedler
2020-11-17testhelper: Move temporary Gitaly socket into global test directoryPatrick Steinhardt
2020-11-17testhelper: Have Configure() return cleanup functionPatrick Steinhardt
2020-09-28Introduce Locator abstraction to remote servicePavlo Strokov
2020-09-17add intercepted option to mark a service handled by praefectSami Hiltunen
2020-09-09Include grpc_service in gitaly_service_client_requests_total metricAndrew Newdigate
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt
2020-08-18Merge branch 'command-stats' into 'master'Paul Okstad
2020-08-06Feature flags enabling for tests.Pavlo Strokov
2020-07-27Log cumulative per-request rusage ("command stats")Igor Wiedler
2020-05-25gRPC proto registry can be lock freePavlo Strokov
2020-05-14Extract client name from Go GRPC clientChangzheng Liu
2020-04-21Limithandler: get rid of weighted semaphoreJacob Vosmaer
2020-04-16Merge branch 'po-remove-inforef-ff' into 'master'Sami Hiltunen