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
2023-02-08Port changes from stats_interceptor to commandstatshandler testIgor Wiedler
2023-02-08limithandler: Add integration test for gRPC interceptorsIgor Wiedler
2023-02-08limithandler: Log queue duration in limit.queue_ms log fieldIgor Wiedler
2023-02-08Merge branch 'pks-unseed-repos-for-sha256-testing' into 'master'Quang-Minh Nguyen
2023-02-07commandstatshandler: Convert tests to work with SHA256 object formatPatrick Steinhardt
2023-02-07global: Convert generic packages to test with SHA256 object formatPatrick Steinhardt
2023-01-31featureflag: Remove convert_err_to_statusPavlo Strokov
2023-01-12testcfg: Convert callers of `BuildWithRepo()`Patrick Steinhardt
2023-01-11limithandler: Fix maximum queueing time applying to subsequent RPCsPatrick Steinhardt
2023-01-09limithandler: Fix queueing mechanism in the concurrency limiterPatrick Steinhardt
2023-01-06limithandler: Improve concurrency limiter documentationPatrick Steinhardt
2023-01-06limithandler: Rename `semaphoreReference` structurePatrick Steinhardt
2023-01-06limithandler: Reorder code of the concurrency limiterPatrick Steinhardt
2023-01-06limithandler: Fix flaky test caused by stream being closed asyncPatrick Steinhardt
2022-12-20helper: Make `GrpcCode()` helper part of the `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInvalidArgumentf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInternalf()` with `structerr` packagePatrick Steinhardt
2022-12-16limithandler: Reinitialize test variableKarthik Nayak
2022-12-09Merge branch 'pks-helper-remove-errinvalidargument' into 'master'Justin Tobler
2022-12-09global: Replace use of `helper.ErrInvalidArgument()`Patrick Steinhardt
2022-12-09statushandler: Retain explicitly set `Unknown` error codesPatrick Steinhardt
2022-12-07Merge branch 'deprecated_list_all_names' into 'master'karthik nayak
2022-12-07middleware: Rewrite commandstathandler test to use ListRefsJames Fargher
2022-12-06Merge branch 'pks-convert-detailed-errors-to-structerr' into 'master'Will Chandler
2022-12-06global: Return structured errors via `structerr` packagePatrick Steinhardt
2022-12-06Refactor tests for featureflag.FieldsProducerQuang-Minh Nguyen
2022-12-06Remove gitaly_always_log_feature_flags flagQuang-Minh Nguyen
2022-12-05Merge branch 'jf_cut_random' into 'master'Justin Tobler
2022-12-02limithandler: Convert code to use `structerr` packagePatrick Steinhardt
2022-12-01middleware: Use strings.Cut to improve readabilityJames Fargher
2022-11-25Merge branch 'fix/concurrency-rate-limiting-grpc-code' into 'master'karthik nayak
2022-11-25Change rate limit err to ResourceExhaustedSteve Azzopardi
2022-11-21Attach feature_flags field to gRPC logs via FieldsProducerQuang-Minh Nguyen
2022-11-21Add error to log.FieldsProducer interfaceQuang-Minh Nguyen
2022-11-21Revert "Use int64 for collecting command stats"James Fargher
2022-11-17Use int64 for collecting command statsSami Hiltunen
2022-11-14cache: Refactor tests to use Gitaly gRPC servicesPatrick Steinhardt
2022-11-14cache: Rewrite tests to be table-drivenPatrick Steinhardt
2022-11-14limithandler: Refactor tests to use `grpc_testing` gRPC servicePatrick Steinhardt
2022-11-08middleware: Construct status based on the errorPavlo Strokov
2022-11-08cancelhandler: Extend test coveragePavlo Strokov
2022-11-04limithandler: Generalize NewConcurrencyLimiterJohn Cai
2022-11-04limithandler: Add logging to concurrency limiterJohn Cai
2022-10-19tools/protoc: Upgrade protoc compiler to v21.7Patrick Steinhardt
2022-10-19Update protobuf comments for protoc-gen-go v1.28.1Stan Hu
2022-10-10lint: Remove space after `nolint:`Karthik Nayak
2022-09-23grpc: Fix missing error checks for `Serve()` functionPatrick Steinhardt
2022-08-20Extract Duration into its own packageJames Fargher
2022-08-18Remove custom duration typeSami Hiltunen
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt