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-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
2020-04-16Remove feature flags for InfoRef cachePaul Okstad
2020-04-14Static code analysis: introduction of new lintersPavlo Strokov
2020-04-09lint (static code analysis) enhancementsPavlo Strokov
2020-03-30Merge branch 'jv-use-reference-count' into 'master'Patrick Steinhardt
2020-03-27Use reference counting in limithandler middlewareJacob Vosmaer
2020-03-27Praefect: replication event queue as a primary storage of eventsPavlo Strokov
2020-03-24Fix flaky test TestLimiterPaul Okstad
2020-03-05Praefect should not emit Gitaly errors to SentryPavlo Strokov
2020-02-06Use field annotation for target and additional repositoryMateusz Nowotyński
2020-02-06Merge branch 'ps-golangci-static-code-analys' into 'master'Pavlo Strokov
2020-02-06Use golangci-lint for static code analysisPavlo Strokov
2020-02-06Refactor context feature flag helpersPaul Okstad
2020-01-29Add `deadline_type` prometheus label to countersBob Van Landuyt
2020-01-14Fix middleware to stop panicking from bad requestsPaul Okstad
2019-12-19Add back feature flag for cache invalidationPaul Okstad
2019-11-13Migrate to new sentry dependencyPaul Okstad
2019-10-15targetRepo can be nil if the client didn't set itPaul Okstad
2019-09-18Fix cache invalidator for Create* RPCs and health checksPaul Okstad
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