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-10Makefile: Don't lint test-related Protobuf definitionspks-makefile-fix-no-proto-changes-racePatrick Steinhardt
2022-11-10Makefile: Fix race in `no-proto-changes` targetPatrick Steinhardt
2022-11-10Makefile: Allow overriding the Protobuf code destination directoryPatrick Steinhardt
2022-11-10Makefile: Simplify finding Go sourcesPatrick Steinhardt
2022-11-10Makefile: Silence generation of code from Protobuf definitionsPatrick Steinhardt
2022-11-10tools/protoc-gen-gitaly-lint: Move test Protobuf definitionsPatrick Steinhardt
2022-11-10cache: Refactor tests to use Gitaly gRPC servicesPatrick Steinhardt
2022-11-10cache: Rewrite tests to be table-drivenPatrick Steinhardt
2022-11-10praefect: Drop mock service previously used for our testsPatrick Steinhardt
2022-11-10praefect: Refactor middleware tests to use `grpc_testing` gRPC servicePatrick Steinhardt
2022-11-10praefect: Refactor server tests to use `grpc_testing` gRPC servicePatrick Steinhardt
2022-11-10praefect: Refactor coordinator tests to use `grpc_testing` gRPC servicePatrick Steinhardt
2022-11-10praefect: Refactor auth tests to use `grpc_testing` gRPC servicePatrick Steinhardt
2022-11-10praefect: Refactor tests to allow more flexible mock backend setupPatrick Steinhardt
2022-11-10praefect: Move shared test helpers into separate filePatrick Steinhardt
2022-11-10chunk: Refactor tests to use `grpc_testing` gRPC servicePatrick Steinhardt
2022-11-10limithandler: Refactor tests to use `grpc_testing` gRPC servicePatrick Steinhardt
2022-11-09Merge branch 'pks-git-pick-same-cgroups-more-often' into 'master'Toon Claes
2022-11-09Merge branch 'pks-golang-support-v1.19' into 'master'Quang-Minh Nguyen
2022-11-09Merge branch 'pks-ruby-remove-version-file' into 'master'karthik nayak
2022-11-09golangci-lint: Disable linters incompatible with Go 1.18Patrick Steinhardt
2022-11-09proto: Regenerate sources with Go 1.19Patrick Steinhardt
2022-11-09go: Add support for Go 1.19Patrick Steinhardt
2022-11-09Merge branch 'renovate/gocloud.dev-0.x' into 'master'Patrick Steinhardt
2022-11-09ruby: Remove version filePatrick Steinhardt
2022-11-09go: Update module gocloud.dev to v0.27.0GitLab Renovate Bot
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-08git: Drop unused `NewWithDir()` functionPatrick Steinhardt
2022-11-08operations: Stop using `NewWithDir()` for worktreesPatrick Steinhardt
2022-11-08global: Fix use of different cgroups when serving reposPatrick Steinhardt
2022-11-08git: Refactor cgroups tests to use `gittest` packagePatrick Steinhardt
2022-11-08tests: Refactor to use `gittest` package instead of `NewWithoutRepo()`Patrick Steinhardt
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