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-10-11Don't assert repository path in TestRepository_ObjectHashSami Hiltunen
2023-09-07global: Stop using public `client` packagePatrick Steinhardt
2023-06-30remoterepo: Add HeadReferenceJames Fargher
2023-05-18Decouple production code from test protoMikhail Mazurskiy
2023-05-16grpcstats: Move package into `internal/grpc/`Patrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-02-08Extract file and executable permissionsJames Fargher
2023-02-06remoterepo: Enable testing with SHA256 object hashPatrick Steinhardt
2023-02-06remoterepo: Add function to derive object formatPatrick Steinhardt
2023-02-06remoterepo: Split out test helper to set up Gitaly serverPatrick Steinhardt
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-10-03linguist: Remove linguist instantiation dependencyToon Claes
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-02gittest: Create test data at runtime in the repository suitePatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-02-16housekeeping: Create new manager to host stateful logicPatrick Steinhardt
2022-02-09Remove metadata creation hack from PraefectSami Hiltunen
2022-02-07Disable metadata creation hack in remoterepo package testsSami Hiltunen
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-24services: Drop dependency on the Gitaly configurationPatrick Steinhardt
2022-01-24services: Inject Git2go executorPatrick Steinhardt
2021-10-07service: Plug leakages of connection poolsPatrick Steinhardt
2021-10-06remoterepo: Implement `GetDefaultBranch()`Patrick Steinhardt
2021-09-20helper: Move server metadata into storage packagePatrick Steinhardt
2021-09-20helper: Move metatada-helpers into the metadata packagePatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-10repository: Inject catfile cachePatrick Steinhardt
2021-05-10commit: Inject catfile cachePatrick Steinhardt
2021-04-12Change registration of the gitaly services on the gRPC serverPavlo Strokov
2021-03-15replace testhelper.Deferrer with t.CleanupSami Hiltunen
2021-03-05Replacement of the testcfg.NewGitalyCfgBuilder with shortcutPavlo Strokov
2021-03-02Removal of the config.Config from git package and sub-packagesPavlo Strokov
2021-03-01git: Move repository test suite into `gittest`Patrick Steinhardt
2021-02-10Removal of RunInternalGitalyServer test helperPavlo Strokov
2021-01-07remoterepo: Break upcoming import cyclePatrick Steinhardt
2020-11-23add HasBranches to RepositorySami Hiltunen
2020-11-20Unbound initialization and validation funcs from global ConfigPavlo Strokov
2020-11-19git: Convert to use `testhelper.NewTestRepo()`Patrick Steinhardt
2020-11-18move remote repository to a subpackageSami Hiltunen