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-09-13praefect: Make `LinkRepositoryToObjectPool` transactionalJustin Tobler
2023-09-07global: Stop using public `client` packagePatrick Steinhardt
2023-08-31objectpool: Make `objectpool.Disconnect()` transactionalJustin Tobler
2023-08-31Replace NewLogger calls with SharedLogger calls in testsSami Hiltunen
2023-08-31Replace use of NewDiscardingLogEntry with the recording loggerSami Hiltunen
2023-08-22testhelper: Add simple race-free way to retrieve umaskPatrick Steinhardt
2023-08-21repository: Fix ReplicateRepository test depending on host umaskPatrick Steinhardt
2023-08-21repository: Use `voting.Vote` to compute votes in testsPatrick Steinhardt
2023-08-08praefect: Disable object pool replication for `ReplicateRepository`Justin Tobler
2023-07-24repository: Replicate object pools during `ReplicateRepository` RPCJustin Tobler
2023-07-20repository: Sync Git alternates during replicationJustin Tobler
2023-07-20repository: Configure separate servers for `TestReplicateRepository`Justin Tobler
2023-07-19repository: Make `ReplicateRepository()` tests support SHA256Justin Tobler
2023-06-28praefect/coordinator: Unify ErrRepositoryNotSet errors with GitalyPatrick Steinhardt
2023-06-12storage: Move repository parameter errors into storage packagePatrick Steinhardt
2023-06-06repository: Disable `fsck` during replicationJustin Tobler
2023-05-22repository: Rename `syncRepository()` functionJustin Tobler
2023-05-22repository: Refactor `ReplicateRepository` testsJustin Tobler
2023-05-17repository: Use `structerr` for replication errorsJustin Tobler
2023-05-16grpcstats: 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-04-26repoutil: Move ExtractHook helperJames Fargher
2023-04-03repository: Remove notion of rubyserver in testToon Claes
2023-03-24featureflag: Remove `replicate_repository_hooks`Justin Tobler
2023-03-09Add stripPrefix option to ExtractHooksSami Hiltunen
2023-03-09Move extractHooks to hook packageSami Hiltunen
2023-02-28tests: Fix hardcoded /bin/bash shebangsPatrick Steinhardt
2023-02-17repository: Replicate custom hooksJustin Tobler
2023-02-16Revert "repository: Quarantine replicate repository test"Sami Hiltunen
2023-02-09Merge branch 'jt-quarantine-tests' into 'master'John Cai
2023-02-08Extract file and executable permissionsJames Fargher
2023-02-08repository: Quarantine replicate repository testJustin Tobler
2023-02-02Replace Mkdir(All) permissions with new perm package constantsJames Fargher
2023-01-17Merge backchannel client handshaker constructorsSami Hiltunen
2023-01-12testcfg: Convert callers of `BuildWithRepo()`Patrick Steinhardt
2022-12-01testhelper: Convert `GitalyOrPraefectMessage` to use genericsPatrick Steinhardt
2022-11-21Allow differing relative paths in ReplicateRepositorySami Hiltunen
2022-11-21Enable Praefect in ReplicateRepository testsSami Hiltunen
2022-11-08testhelper: More descriptive name for GitalyOrPraefectPavlo Strokov
2022-11-08service/repository: Improve validation of inputPavlo Strokov
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-11services: Don't needlessly skip repo creation via APIPatrick Steinhardt
2022-08-11gittest: Convert callers of CloneRepo to use CreateRepositoryPatrick Steinhardt
2022-08-11gittest: Convert callers of InitRepo to use CreateRepositoryPatrick Steinhardt
2022-07-21git: Discern different types of internal referencesPatrick Steinhardt
2022-07-21repository: Verify ReplicateRepository works with internal refsPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-07-15Centralize binary finding logicSami Hiltunen