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-03-31praefect: Move code out of main packagePavlo Strokov
2023-01-30cmd/praefect: Fix flake when testing removal of replication eventsPatrick Steinhardt
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-07-25praefect: Add -db-only flag to remove repositorywc-remove-db-onlyWill Chandler
2022-07-22praefect: Always use replica paths in testsWill Chandler
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-06-15praefect: Immediately report failure in remove repository testbetter_error_test_remove_repository_subcmdJames Fargher
2022-05-20Update go package name from v14 to v15John Cai
2022-05-19cmd/praefect: Improve style of test for removal of replicaton jobsPatrick Steinhardt
2022-05-16Replace custom db assertions with a call to RepositoryExistsSami Hiltunen
2022-05-16Use Praefect's RemoveRepository from remove-repository subcommandSami Hiltunen
2022-02-23Move GetReplicaPath to gittestSami Hiltunen
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-13cmd/praefect: Convert tests to use `StartPraefect()`Patrick Steinhardt
2022-01-11Merge branch 'ps-pgx-migration' into 'master'Pavlo Strokov
2022-01-10praefect: Replace lib/pq with jackc/pgxPavlo Strokov
2022-01-06metrics: Total amount of connections to the servicePavlo Strokov
2021-12-17Merge branch 'jc-fix-remove-repository-bug' into 'master'Toon Claes
2021-12-16testdb: Rename functions to avoid stutteringPatrick Steinhardt
2021-12-16glsql: Move test database implementation into testdb packagePatrick Steinhardt
2021-12-15praefect: Fix output of remove-repositoryJohn Cai
2021-12-06Make remove-repository dry-run by defaultJohn Cai
2021-12-01testhelper: Improve creation of loggersPatrick Steinhardt
2021-11-17praefect: Add ability to have separate database metrics endpointJohn Cai
2021-11-12praefect: Praefect should not hang if db is not reachablePavlo Strokov
2021-11-10praefect: Fix flaky TestRemoveRepository_removeReplicationEventsPavlo Strokov
2021-10-28praefect: Configurable dial timeoutPavlo Strokov
2021-10-12Remove replica records when deleting a repositorySami Hiltunen
2021-10-11Merge branch 'ps-repocleaner-test-enhance' into 'master'James Fargher
2021-10-08test: Database name extraction is not neededPavlo Strokov
2021-10-08prometheus: Avoid duplicated metrics registrationPavlo Strokov
2021-10-08bootstrap: Abstract bootstrapper for testingPavlo Strokov
2021-10-08remove-repository: Reduce code duplicationPavlo Strokov
2021-09-14remove-repository: A new sub-command for the praefect to remove repositoryPavlo Strokov