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-05Enable transactions for CreateObjectPoolSami Hiltunen
2023-10-11git/objectpool: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-11repoutil: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-07-28counter: Wire up RepositoryCounter to repoutilWill Chandler
2023-06-02git/stats: Move knowledge of pool paths into storage packagePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-01-26housekeeping: Move `IsPoolRepository()` into `git/stats`Patrick Steinhardt
2023-01-12objectpool: Unconditionally create object pools atomicallyPatrick Steinhardt
2022-12-20objectpool: Fix error code when trying to recreate existing poolPatrick Steinhardt
2022-12-20objectpool: Enable atomic creation of object poolsPatrick Steinhardt
2022-12-20objectpool: Tighten argument checks when creating object poolsPatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInvalidArgumentf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInternalf()` with `structerr` packagePatrick Steinhardt
2022-12-13global: Replace use of `helper.ErrInternal()`Patrick Steinhardt
2022-12-05objectpool: Refactor `Create()` to act as a constructorPatrick Steinhardt
2022-11-10objectpool: Standardize errors creationPavlo Strokov
2022-10-24objectpool: Split up implementation for creating and deleting poolsPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-04-04Add test case for missing pool in DeleteObjectPoolSami Hiltunen
2022-02-16housekeeping: Create new manager to host stateful logicPatrick Steinhardt
2022-02-07objectpool: Get repository paths via localrepo interfacePatrick Steinhardt
2022-01-24objectpool: Remove unused Gitaly configuration dependencyPatrick Steinhardt
2021-09-17objectpool: Make transaction manager availablePatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-10objectpool: Inject catfile cachePatrick Steinhardt
2021-02-08Usage of the git.CommandFactory in objectpool packagePavlo Strokov
2021-01-26Git command factory injected in to objectpoolPavlo Strokov
2020-12-17Replacement of config.NewLocator with existing dependencyPavlo Strokov
2020-12-17Removal of config.Config usage from objectpoolPavlo Strokov
2020-11-12Add and remove ref hooks as neededPaul Okstad
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt