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-02-09Merge branch 'pks-housekeeping-remove-bitmap-lookup-table-ff' into 'master'Toon Claes
2023-02-08Extract file and executable permissionsJames Fargher
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: Move `IsPoolRepository()` into `git/stats`Patrick Steinhardt
2023-01-20housekeeping: Enable writing bitmap lookup tablesPatrick Steinhardt
2023-01-17Merge branch 'pks-git-stats-cleanup' into 'master'Will Chandler
2023-01-17git: Rely on `repack.updateServerInfo` for repacks instead of `-n`Patrick Steinhardt
2023-01-16git/stats: Drop unused context parameter for repository infoPatrick Steinhardt
2023-01-12objectpool: Unconditionally create object pools atomicallyPatrick Steinhardt
2023-01-09testserver: Wire up structerr interceptorsPatrick Steinhardt
2022-12-30git: Enable reading and writing commit-graph generation dataPatrick Steinhardt
2022-12-23Merge branch 'pks-objectpool-strip-remote-config' into 'master'Sami Hiltunen
2022-12-20objectpool: Fix error code when trying to recreate existing poolPatrick Steinhardt
2022-12-20objectpool: Add test that tries to recreate already existing poolPatrick Steinhardt
2022-12-20git/objectpool: Remove remote configuration after creationPatrick 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-20objectpool: Tighten argument checks when creating object poolsPatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInvalidArgumentf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrNotFoundf()` with `structerr` packagePatrick Steinhardt
2022-12-19helper: Replace `helper.ErrInternalf()` with `structerr` packagePatrick Steinhardt
2022-12-19Merge branch 'pks-helper-convert-errorf-pt2' into 'master'Quang-Minh Nguyen
2022-12-15helper: Convert `ErrFailedPreconditionf()` callersPatrick Steinhardt
2022-12-14git: Rename `SubCmd` structure to `Command`Patrick Steinhardt
2022-12-13global: Replace use of `helper.ErrInternal()`Patrick Steinhardt
2022-12-13objectpool: Return the object pool path from `createObjectPool()`Patrick Steinhardt
2022-12-12git/objectpool: Verify object pool existence when instantiating objectPatrick Steinhardt
2022-12-12objectpool: Refactor Link tests to thoroughly assert errorsPatrick Steinhardt
2022-12-09Merge branch 'pks-helper-remove-errinvalidargument' into 'master'Justin Tobler
2022-12-09objectpool: Standardize errors creationPavlo Strokov
2022-12-09Merge branch 'pks-objectpool-improved-constructors' into 'master'karthik nayak
2022-12-09global: Replace use of `helper.ErrInvalidArgument()`Patrick Steinhardt
2022-12-05objectpool: Refactor `Create()` to act as a constructorPatrick Steinhardt
2022-12-05objectpool: Simplify test setup for object poolsPatrick Steinhardt
2022-12-05objectpool: Merge FromProto and NewObjectPoolPatrick Steinhardt
2022-12-05objectpool: Deprecate ReduplicateRepository RPCPatrick Steinhardt
2022-12-02git/stats: Start logging references informationPatrick Steinhardt
2022-12-02git/stats: Rename ObjectsInfo to RepositoryInfoPatrick Steinhardt
2022-12-01testhelper: Convert `GitalyOrPraefectMessage` to use genericsPatrick Steinhardt
2022-11-30objectpool: Always reject fetching into nonexistent poolsPatrick Steinhardt
2022-11-29git/stats: Expose information about commit-graphsPatrick Steinhardt
2022-11-10objectpool: Standardize errors creationPavlo Strokov
2022-11-08Merge branch 'pks-reintroduce-object-pools-dont-rely-on-init-via-fetch' into ...karthik nayak
2022-11-08gitaly/service: Use 'service.ValidateRepository()' to validate inputPavlo Strokov
2022-11-08testhelper: More descriptive name for GitalyOrPraefectPavlo Strokov
2022-11-08service/objectpool: Improve validation of inputPavlo Strokov
2022-11-04Add pack objects limiter to hook serverJohn Cai
2022-11-04objectpool: Reintroduce error if pool does not exist on fetchPatrick Steinhardt