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
2024-01-17fix: Fix a collection of typos found by typos-cliXing Xin
2023-12-15Adjust housekeeping's grace period of stale file cleaningQuang-Minh Nguyen
2023-10-11git/housekeeping: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-09-15log: Wrap the logrus loggerPatrick Steinhardt
2023-09-14housekeeping: Inject logger from externalPatrick Steinhardt
2023-06-16git/housekeeping: Prune stale multi-pack-index locksPatrick Steinhardt
2023-05-15housekeeping: Make `CleanStaleData` configurableKarthik Nayak
2023-05-15housekeeping: Introduce `OnlyStaleReferenceLockCleanup`Karthik Nayak
2023-05-15housekeeping: Introduce and use `CleanStaleDataConfig`Karthik Nayak
2023-05-15housekeeping: Convert `findStaleReferenceLocks` to a closureKarthik Nayak
2023-05-15housekeeping: Group similar cleanup functions togetherKarthik Nayak
2023-05-15housekeeping: Extract out `removeUnnecessaryConfig`Karthik Nayak
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-04-07Move FixDirectoryPermissions to perm packageSami Hiltunen
2023-03-14housekeeping: Remove TODO for unnecessary config cleanupKarthik Nayak
2023-03-10housekeeping: Clean packfile locks left behind by fetches and pushesPatrick Steinhardt
2023-02-22tracing: Replace opentracing calls by new tracing.StartSpan* helpersQuang-Minh Nguyen
2023-02-13tracing: Add more spans to internal/git/housekeepingQuang-Minh Nguyen
2023-02-08Convert previously missed directory permissions to use constantsJames Fargher
2022-12-20helper: Make `GrpcCode()` helper part of the `structerr` packagePatrick Steinhardt
2022-12-14git: Rename `SubCmd` structure to `Command`Patrick Steinhardt
2022-10-18housekeeping: Clean up stale alternates and gitattributes locksPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-03-30housekeeping: Avoid stat calls when searching for locked refsPatrick Steinhardt
2022-03-30housekeeping: Avoid stat calls when searching for broken refsPatrick Steinhardt
2022-03-30housekeeping: Avoid stat calls when searching for temporary objectsPatrick Steinhardt
2022-03-29housekeeping: Report pruned empty config sectionsPatrick Steinhardt
2022-03-29housekeeping: Report when we have pruned config keysPatrick Steinhardt
2022-03-29housekeeping: Use common prefix for logged stale dataPatrick Steinhardt
2022-03-29housekeeping: Simplify reporting of cleaned stale dataPatrick Steinhardt
2022-03-21housekeeping: Clean up server info dataPatrick Steinhardt
2022-03-15housekeeping: Expose pruned stale files via Prometheus metricPatrick Steinhardt
2022-03-15housekeeping: Generalize counter for pruned empty directoriesPatrick Steinhardt
2022-03-15housekeeping: Move global Prometheus metric into managerPatrick Steinhardt
2022-03-15housekeeping: Log number of pruned ref dirs with other cleanupsPatrick Steinhardt
2022-02-16housekeeping: Implement repository housekeeping via the managerPatrick Steinhardt