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-11-30errors: Use `errors.Is()` for `io.EOF` errorsKarthik Nayak
2023-10-11git/localrepo: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-10-11git/objectpool: Replace use of ctxlogrus with injected loggerPatrick Steinhardt
2023-07-06Sync object pool removalsSami Hiltunen
2023-06-09storage: Convert `VerifyRepository()` to accept a `Repository`Patrick Steinhardt
2023-06-09storage: Make `VerifyRepository()` a receiver functionPatrick Steinhardt
2023-06-09objectpool: Simplify computation of object pool pathsPatrick Steinhardt
2023-06-07storage: Provide information about why repositories are invalidPatrick Steinhardt
2023-06-07storage: Consolidate `GetPath()` in favor of `GetRepoPath()`Patrick Steinhardt
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-03-16lint: Fix discouraged error wrapping verbQuang-Minh Nguyen
2023-01-26housekeeping: Move `IsPoolRepository()` into `git/stats`Patrick Steinhardt
2022-12-20objectpool: Enable atomic creation of object poolsPatrick Steinhardt
2022-12-20git/objectpool: Resolve object pool paths when creating the structurePatrick Steinhardt
2022-12-13git/objectpool: Remove now-unused `FullPath()` functionPatrick Steinhardt
2022-12-13git/objectpool: Convert usage of `FullPath()` to `Path()`Patrick Steinhardt
2022-12-13Merge branch 'pks-objectpool-tighten-existence-checks' into 'master'Justin Tobler
2022-12-12git/objectpool: Verify object pool existence when instantiating objectPatrick Steinhardt
2022-12-12git/objectpool: Unify declared errorsPatrick Steinhardt
2022-12-12git/objectpool: Remove custom error typePatrick Steinhardt
2022-12-05objectpool: Drop unused `Init()` functionPatrick Steinhardt
2022-12-05objectpool: Directly embed the localrepo to simplify path handlingPatrick Steinhardt
2022-12-05objectpool: Merge FromProto and NewObjectPoolPatrick Steinhardt
2022-12-01objectpool: Move logic to create pools into a single placePatrick Steinhardt
2022-07-26Fixing a range of typos on commentsjohn.mcdonnell
2022-07-15housekeeping: Convert function to check for pool repos to be typesafePatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-02-24Move pool path validation logic to housekeeping packageSami Hiltunen
2022-02-16housekeeping: Create new manager to host stateful logicPatrick Steinhardt
2022-02-07objectpool: Get repository paths via localrepo interfacePatrick Steinhardt
2022-02-04objectpool: Expose repository to outside callersPatrick Steinhardt
2022-01-24objectpool: Remove unused Gitaly configuration dependencyPatrick Steinhardt
2022-01-24localrepo: Remove unused Gitaly configuration dependencyPatrick Steinhardt
2021-09-17objectpool: Make transaction manager availablePatrick Steinhardt
2021-07-22storage: Move module into `internal/gitaly`Patrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-10localrepo: Inject catfile cachePatrick Steinhardt
2021-05-10objectpool: Inject catfile cachePatrick Steinhardt
2021-03-11git: Drop `GlobalOption`s from `NewWithoutRepo()`Patrick Steinhardt
2021-02-17objectpool: Introduce localrepoPatrick Steinhardt
2021-01-26Git command factory injected in to objectpoolPavlo Strokov
2021-01-25git: Add support for options which always get injectedPatrick Steinhardt
2021-01-14git: Rename SafeBareCmd() to NewCommandWithoutRepository()Patrick Steinhardt
2021-01-14git: Convert from SafeCmdWithoutRepo() to SafeBareCmd()Patrick Steinhardt
2020-12-15git: Drop `CmdStream` parameter from `SafeCmdWithoutRepo`Patrick Steinhardt
2020-12-09Deprecate helper.GetStorageByNamePavlo Strokov
2020-11-12Add and remove ref hooks as neededPaul Okstad
2020-10-28Locator abstraction to provide InfoAlternatesPathPavlo Strokov
2020-06-18Remove dependency on global var to detect repo locationPavlo Strokov