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-09-29global: Trivial conversions to use context-aware loggingPatrick Steinhardt
2023-09-15log: Encapsulate our use of the `ctxlogrus` packagePatrick Steinhardt
2023-08-29catfile: Refactor NotFoundError to match current best practicesPatrick Steinhardt
2023-06-15repository: Refactor repository validation to verify existencePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-02-08Extract file and executable permissionsJames Fargher
2023-02-02Replace Mkdir(All) permissions with new perm package constantsJames Fargher
2022-12-19helper: Replace `helper.ErrInvalidArgumentf()` with `structerr` packagePatrick Steinhardt
2022-12-09global: Replace use of `helper.ErrInvalidArgument()`Patrick Steinhardt
2022-12-07repository: Standardize errors creationPavlo Strokov
2022-11-21catfile: Rename ObjectReader to ObjectContentReaderKarthik Nayak
2022-11-16Revert "Merge branch '4420-utilize-git-cat-file-batch-command-mode' into 'mas...Patrick Steinhardt
2022-11-14catfile: Rename ObjectReader to ObjectContentReaderKarthik Nayak
2022-11-08gitaly/service: Use 'service.ValidateRepository()' to validate inputPavlo Strokov
2022-11-08service/repository: Improve validation of inputPavlo Strokov
2022-09-23safe: Check error code when closing writersPatrick Steinhardt
2022-07-20git: Move `ZeroOID` into `ObjectHash` structurePatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-04-29catfile: Make process cancellation synchronous to fix test racePatrick Steinhardt
2021-12-21repository: Always use two-phase voting when deleting gitattributesPatrick Steinhardt
2021-12-13transaction: Wire up transactional voting phasesPatrick Steinhardt
2021-12-09repository: Use locking two-phase voting when deleting gitattributesPatrick Steinhardt
2021-10-28catfile: Have `Object` implement reader interface directlyPatrick Steinhardt
2021-10-14repository: Use object reader to read gitattributes filePatrick Steinhardt
2021-09-22repository: Always lock gitconfig and gitattributes on writePatrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempFile()`Patrick Steinhardt
2021-09-08repository: Use proper locking semantics to update gitattributesPatrick Steinhardt
2021-09-08repository: Convert ApplyGitattributes to use helpers for gRPC errorsPatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-09lint: Handle error returned by os.RemovePavlo Strokov
2021-06-14transaction: Drop server info from voting functionsPatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-11services: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-05-10Merge branch 'pks-catfile-drop-global' into 'master'Sami Hiltunen
2021-05-10repository: Inject catfile cachePatrick Steinhardt
2021-05-07metadata: Move transaction metadata into shared packagePatrick Steinhardt
2021-05-07voting: Move Vote and VoteHash types into shared packagePatrick Steinhardt
2021-04-09transaction: Introduce Vote typePatrick Steinhardt
2021-03-24featureflag: Remove per-RPC transactional feature flagsPatrick Steinhardt
2021-03-09catfile: Convert ObjectInfo to use typed OIDPatrick Steinhardt
2021-02-03Injection of the git.CommandFactory into catfile packagePavlo Strokov
2021-02-03Removal of unused storage.LocatorPavlo Strokov
2021-01-29repository: Use transactions when writing gitattributesPatrick Steinhardt
2021-01-14catfile: Convert interface to accept RevisionsPatrick Steinhardt
2020-12-16Break dependency of the catfile on global config.ConfigPavlo Strokov
2020-11-26Extract catfile.Batch interfaceIgor Wiedler
2020-11-26Require the ctx for each Batch command invokationIgor Wiedler
2020-09-13Use filepath package to manipulate file pathsMikhail Mazurskiy
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt