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-11git/housekeeping: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-09-18tests: Stop using `NullLogger` in favor of our own internal loggerPatrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-09-14housekeeping: Inject logger from externalPatrick Steinhardt
2023-08-15repository: Drop test setup that creates a repositoryPatrick Steinhardt
2023-07-06housekeeping: Always enable geometric repacking strategyPatrick Steinhardt
2023-07-04coordinator: Remove prefix for missing repository errorsPatrick Steinhardt
2023-07-04coordinator: Remove prefix for repository validation errorsPatrick Steinhardt
2023-06-28praefect/coordinator: Unify ErrRepositoryNotSet errors with GitalyPatrick Steinhardt
2023-06-16praefect/coordinator: Untangle NotFound errors from storage layerPatrick Steinhardt
2023-06-16config/locator: Use constructor for ErrRepositoryNotFoundPatrick Steinhardt
2023-06-12config/locator: Use ErrRepositoryNotSet errorsPatrick Steinhardt
2023-06-12config/locator: Use structured ErrStorageNotFound errorsPatrick Steinhardt
2023-06-12storage: Replace `ErrInvalidRepository` with finer-grained errorsPatrick Steinhardt
2023-06-07config/locator: Improve error reporting for invalid repositoriesPatrick Steinhardt
2023-05-31repository: Enable testing with the SHA256 object formatPatrick Steinhardt
2023-05-16featureflag: Move into standalone packagePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-11git/housekeeping: Reintroduce geometric repacking strategyPatrick Steinhardt
2023-03-31Revert "git/housekeeping: Introduce geometric repacking strategy"Patrick Steinhardt
2023-03-31git/housekeeping: Introduce geometric repacking strategyPatrick Steinhardt
2023-03-29git/housekeeping: Always enable writing cruft packsPatrick Steinhardt
2023-03-07housekeeping: Wire up logic to conditionally generate cruft packsPatrick Steinhardt
2023-03-06housekeeping: Let strategies control expiration grace periodPatrick Steinhardt
2023-02-28housekeeping: Unconditionally enable writing multi-pack indicesPatrick Steinhardt
2023-02-09Merge branch 'pks-housekeeping-remove-bitmap-lookup-table-ff' into 'master'Toon Claes
2023-02-06housekeeping: Unconditionally write bitmap lookup tablesPatrick Steinhardt
2023-02-02Replace Mkdir(All) permissions with new perm package constantsJames Fargher
2023-01-27housekeeping: Enable writing of multi-pack-indicesPatrick Steinhardt
2023-01-26housekeeping: Inject repository information via the housekeeping managerPatrick Steinhardt
2023-01-20housekeeping: Enable writing bitmap lookup tablesPatrick Steinhardt
2023-01-16housekeeping: Always enable commit-graph generation dataPatrick Steinhardt
2022-12-30git: Enable reading and writing commit-graph generation dataPatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInvalidArgumentf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrNotFoundf()` with `structerr` packagePatrick Steinhardt
2022-12-06housekeeping: Always log repository info in `OptimzeRepository`Patrick Steinhardt
2022-12-05Merge branch 'pks-housekeeping-fix-rewriting-commit-graphs' into 'master'Toon Claes
2022-12-01housekeeping: Fix not rewriting commit-graphs when repackingPatrick Steinhardt
2022-12-01testhelper: Convert `GitalyOrPraefectMessage` to use genericsPatrick Steinhardt
2022-11-30repository: Rewrite tests for OptimizeRepositoryPatrick Steinhardt
2022-11-29git/stats: Rewrite checking for commit-graph bloom filtersPatrick Steinhardt
2022-11-08testhelper: More descriptive name for GitalyOrPraefectPavlo Strokov
2022-11-08service/repository: Improve validation of inputPavlo Strokov
2022-11-08repository: Introduce "eager" optimization strategyPatrick Steinhardt
2022-11-08repository: Introduce strategy for `OptimizeRepository`Patrick Steinhardt
2022-11-08repository: Refactor test to validate OptimizeRepository argumentsPatrick Steinhardt
2022-10-24gittest: Fix corruption due to not writing empty treesPatrick Steinhardt
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-07-21gittest: Don't set up default parent in WriteCommitPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes