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-11-11Praefect: Remove clock drift readiness checkjt-readiness-rpcJustin Tobler
2022-11-08Merge branch 'ps-err-to-status' into 'master'Justin Tobler
2022-11-08Merge branch 'pks-reintroduce-object-pools-dont-rely-on-init-via-fetch' into ...karthik nayak
2022-11-08middleware: Construct status based on the errorPavlo Strokov
2022-11-08cancelhandler: Extend test coveragePavlo Strokov
2022-11-08Merge branch 'ps-standardize-errors' into 'master'Sami Hiltunen
2022-11-08gitaly/service: Use 'service.ValidateRepository()' to validate inputPavlo Strokov
2022-11-08praefect: Use 'service.ValidateRepository()' to validate inputPavlo Strokov
2022-11-08gitaly/service: Shared request validation functionalityPavlo Strokov
2022-11-08internal/errors: New shared validation errorsPavlo Strokov
2022-11-08testhelper: More descriptive name for GitalyOrPraefectPavlo Strokov
2022-11-08service/conflicts: Improve validation of inputPavlo Strokov
2022-11-08service/ssh: Improve validation of inputPavlo Strokov
2022-11-08service/smarthttp: Improve validation of inputPavlo Strokov
2022-11-08service/repository: Improve validation of inputPavlo Strokov
2022-11-08service/remote: Improve validation of inputPavlo Strokov
2022-11-08service/ref: Improve validation of inputPavlo Strokov
2022-11-08service/operations: Improve validation of inputPavlo Strokov
2022-11-08service/objectpool: Improve validation of inputPavlo Strokov
2022-11-08service/hook: Improve validation of inputPavlo Strokov
2022-11-08service/diff: Improve validation of inputPavlo Strokov
2022-11-08service/commit: Improve validation of inputPavlo Strokov
2022-11-08service/cleanup: Improve validation of inputPavlo Strokov
2022-11-08praefect: Use pre-defined errorPavlo Strokov
2022-11-08testhelper: Define GitalyOrPraefectPavlo Strokov
2022-11-08Merge branch 'pks-housekeeping-eager-strategy' into 'master'Pavlo Strokov
2022-11-08repository: Introduce "eager" optimization strategyPatrick Steinhardt
2022-11-08repository: Introduce strategy for `OptimizeRepository`Patrick Steinhardt
2022-11-08repository: Refactor test to validate OptimizeRepository argumentsPatrick Steinhardt
2022-11-08housekeeping: Make `OptimizeRepositoryConfig` public to allow testing itPatrick Steinhardt
2022-11-08proto: Fill in missing documentation for `OptimizeRepository`Patrick Steinhardt
2022-11-08Merge branch 'jc-pack-objects-limit' into 'master'Sami Hiltunen
2022-11-07Update changelog for 15.5.3GitLab Release Tools Bot
2022-11-07Merge branch 'jt-praefect-transaction-errors' into 'master'Will Chandler
2022-11-07Praefect: Cancel node voter error messageJustin Tobler
2022-11-07Merge branch 'pks-git-stats-sha256' into 'master'Toon Claes
2022-11-07Merge branch 'renovate/github.com-prometheus-client_golang-1.x' into 'master'Patrick Steinhardt
2022-11-07go: Update module github.com/prometheus/client_golang to v1.13.1GitLab Renovate Bot
2022-11-07Merge branch 'pks-ci-unprivileged-rewrite' into 'master'Pavlo Strokov
2022-11-07Merge branch 'pks-remote-fix-test-relying-on-external-services' into 'master'karthik nayak
2022-11-07stats: Run tests with SHA256 object formatPatrick Steinhardt
2022-11-07stats: Refactor object info logging tests to not use seed reposPatrick Steinhardt
2022-11-07stats: Adapt tests to use unseeded repositoriesPatrick Steinhardt
2022-11-07stats: Implement support for SHA256 object format in push probesPatrick Steinhardt
2022-11-07git: Extract function to get object hash by format namePatrick Steinhardt
2022-11-04Add pack objects limiter to hook serverJohn Cai
2022-11-04limithandler: Generalize NewConcurrencyLimiterJohn Cai
2022-11-04config: Add PackObjectsLimitingJohn Cai
2022-11-04hook: Refactor runPackObjects into an injectable functionJohn Cai
2022-11-04limithandler: Add logging to concurrency limiterJohn Cai