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
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
2022-08-11golangci-lint: Update to v1.48.0Patrick Steinhardt
2022-08-08limithandler: Remove RateLimiting feature flagjc-remove-rate-limit-ffJohn Cai
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-06featureflag: Use type-safe way to extract feature flagsPatrick Steinhardt
2022-06-21Replace deprecated WithInsecure with WithTransportCredentialsSami Hiltunen
2022-06-16Merge branch 'jc-remove-max-queue-size-ff' into 'master'Will Chandler
2022-06-14metadatahandler: Add grpc_method to prometheus metricJohn Cai
2022-06-13featureflag: Remove concurrency_queue_enforce_max feature flagjc-remove-max-queue-size-ffJohn Cai
2022-06-10Makefile: Update protoc to v21.1Patrick Steinhardt
2022-06-10Makefile: Update protoc-gen-go-grpc to v1.2.0Patrick Steinhardt
2022-06-10Makefile: Update protoc-gen-go to v1.28.0Patrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-05-18Merge branch 'jc-remove-queue-wait-ff' into 'master'John Cai
2022-05-18commandstatshandler: Fix flaky test caused by Git version checkPatrick Steinhardt
2022-05-17featureflag: Remove ConcurrencyQueueMaxWait feature flagjc-remove-queue-wait-ffJohn Cai
2022-05-10limithandler: Fix flaky TestStreamLimitHandlerjc-fix-limithandler-flakeJohn Cai
2022-05-09limithandler: Do not wrap errors from limithandlerJohn Cai
2022-05-05Merge branch 'jc-limithandler-return-structured-limits' into 'master'Patrick Steinhardt
2022-05-03limithandler: Return structured errorsjc-limithandler-return-structured-limitsJohn Cai
2022-05-02Merge branch 'pks-git-core.fsync-compatibility' into 'master'Patrick Steinhardt
2022-04-29limithandler: Return error from limit handlerJohn Cai
2022-04-26git: Fix fsyncing config incompatibility with Git v2.36.0Patrick Steinhardt
2022-04-07Merge branch 'jc-rate-limiter' into 'master'John Cai
2022-04-06limithandler: Prune unused limiters in RateLimiterJohn Cai
2022-04-06limithandler: Introduce rate limiter middlewareJohn Cai
2022-04-05limithandler: Change metric name for concurrency limitingJohn Cai
2022-04-05limithandler: Pave the way for a second limiter typeJohn Cai
2022-03-30middleware/cache: Handle maintenance-style RPCsPatrick Steinhardt
2022-02-15limithandler: fix flaky test TestLimitHandlerMetricsJohn Cai
2022-02-11limithandler: Add metrics for queue limitingJohn Cai
2022-02-01limithandler: enable max queue wait timeJohn Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-27Merge branch 'jc-limithandler-limit' into 'master'James Fargher
2022-01-27limithandler: add concurrency queue limitJohn Cai
2022-01-26limithandler: use RWMutexJohn Cai
2022-01-24services: Drop dependency on the Gitaly configurationPatrick Steinhardt
2022-01-11gittest: Provide helper function to create command factoriesPatrick Steinhardt
2021-12-15limithandler: Run tests in parallelPatrick Steinhardt
2021-12-15limithandler: Refactor package to not use global statePatrick Steinhardt
2021-12-15gitaly: Inject the limit handlerPatrick Steinhardt
2021-12-15limithandler: Move per-repository concurrency keyerPatrick Steinhardt
2021-12-15limithandler: Split out monitor logicPatrick Steinhardt
2021-12-15limithandler: Reorder functions for better readabilityPatrick Steinhardt
2021-12-15limithandler: Rename file hosting middleware implementationPatrick Steinhardt
2021-12-14lint: Disallow use of "normal" contextsPatrick Steinhardt
2021-12-14tests: Convert to use testhelper contextsPatrick Steinhardt
2021-12-10lint: Forbid use of context timeouts in testsPatrick Steinhardt