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-11-30errors: Use `errors.Is()` for `io.EOF` errorsKarthik Nayak
2023-11-20Merge branch 'jt-docs-ref-proto' into 'master'Patrick Steinhardt
2023-11-15praefect: Update `CreateBranchRequest` and `CreateBranchResponse` usageJustin Tobler
2023-11-13repository: Remove RenameRepository RPCKarthik Nayak
2023-10-11Fix TestProxyWrites setupSami Hiltunen
2023-10-05praefect/transactions: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-09-29praefect/per_repository: Convert to use context-aware loggingPatrick Steinhardt
2023-09-29praefect/coordinator: Convert to use context-aware loggingPatrick Steinhardt
2023-09-18tests: Stop using `NullLogger` in favor of our own internal loggerPatrick Steinhardt
2023-09-18testhelper: Return our own logger instead of `logrus.FieldLogger`Patrick Steinhardt
2023-09-12Praefect: Log ignored sidechannel error during proxyQuang-Minh Nguyen
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Replace use of NewDiscardingLogEntry with the recording loggerSami Hiltunen
2023-08-31Construct log entries from the test loggerSami Hiltunen
2023-07-18protoregistry: Move package into `internal/grpc` for more general usePatrick Steinhardt
2023-07-04coordinator: Remove prefix for repository validation errorsPatrick Steinhardt
2023-06-12storage: Replace `ErrInvalidRepository` with finer-grained errorsPatrick Steinhardt
2023-06-09praefect: Adjust error handling for missing repos in RenameRepositoryPatrick Steinhardt
2023-05-31praefect: Enable testing with SHA256 for all packagesPatrick Steinhardt
2023-05-16grpc-proxy: Restructure and move package into `internal/grpc/`Patrick Steinhardt
2023-05-16listenmux: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-16backchannel: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-05-09datastore: Refactor repository store to use new set typePatrick Steinhardt
2023-04-21global: Remove GarbageCollect RPCPatrick Steinhardt
2023-04-03gitaly: Remove Ruby server dependencyPatrick Steinhardt
2023-03-13praefect: Quarantine `TestRemoveRepository` testWill Chandler
2023-02-02Remove PostUploadPack RPCQuang-Minh Nguyen
2023-01-17Merge backchannel client handshaker constructorsSami Hiltunen
2023-01-12testcfg: Convert callers of `BuildWithRepo()`Patrick Steinhardt
2023-01-12testcfg: Drop `BuildWithRepoAt()`Patrick Steinhardt
2022-12-19helper: Replace `helper.ErrInvalidArgumentf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrNotFoundf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInternalf()` with `structerr` packagePatrick Steinhardt
2022-12-15helper: Convert `ErrAlreadyExistsf()` callersPatrick Steinhardt
2022-12-13global: Replace use of `helper.ErrInternal()`Patrick Steinhardt
2022-11-14praefect: Refactor server tests to use `grpc_testing` gRPC servicePatrick Steinhardt
2022-11-14praefect: Refactor tests to allow more flexible mock backend setupPatrick Steinhardt
2022-10-27Remove Praefect-generated replica paths feature flagSami Hiltunen
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-09-23grpc: Fix missing error checks for `Serve()` functionPatrick Steinhardt
2022-08-08praefect: Make runPraefectServer exportablePavlo Strokov
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-06-21Replace deprecated WithInsecure with WithTransportCredentialsSami Hiltunen
2022-05-20Update go package name from v14 to v15John Cai
2022-05-16Intercept RenameRepository calls in PraefectSami Hiltunen
2022-02-17proto: Deprecate fine-grained repository maintenance RPCsPatrick Steinhardt
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-14Merge branch 'pks-tests-remove-sleeps' into 'master'Pavlo Strokov
2022-01-14git: Move Git version detection into command factoryPatrick Steinhardt