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-12-21catfile: Replace the previous implementation of ParseCommitKarthik Nayak
2023-08-07ref: Split out helpers into "util.go"Patrick Steinhardt
2023-06-13ref: Refactor repository validation to verify existencePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick 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-09global: Replace use of `helper.ErrInvalidArgument()`Patrick Steinhardt
2022-11-14Revert "Merge branch 'revert-9737f0aa' into 'master'"Pavlo Strokov
2022-11-10Revert "Merge branch 'ps-ref-fix' into 'master'"Pavlo Strokov
2022-11-09ref: Standardize error creationPavlo Strokov
2022-11-08gitaly/service: Use 'service.ValidateRepository()' to validate inputPavlo Strokov
2022-11-08service/ref: Improve validation of inputPavlo Strokov
2022-05-20Update go package name from v14 to v15John Cai
2022-04-29catfile: Make process cancellation synchronous to fix test racePatrick Steinhardt
2021-11-08gitpipe: Convert object pipeline to use object reader queuePatrick Steinhardt
2021-10-28catfile: Split out trimming of tag messagesPatrick Steinhardt
2021-10-28catfile: Implement parsing of tags on top of structPatrick Steinhardt
2021-10-28catfile: Implement parsing of commits on top of structPatrick Steinhardt
2021-10-28catfile: Convert `ParseCommit()` to accept `git.Object`sPatrick Steinhardt
2021-10-28catfile: Convert `ParseTag()` to accept `git.Object`sPatrick Steinhardt
2021-10-28gitpipe: Embed `git.Object` interface into object resultsPatrick Steinhardt
2021-10-20gitpipe: Use options for ForEachRefJohn Cai
2021-10-20Add pagination support for FindAllTags RPCVasilii Iakliushin
2021-10-20ref: Refactor FindAllTags to skip `CatfileInfo()` pipeline stepPatrick Steinhardt
2021-10-20gitpipe: Convert `CatfileInfoFilter()` into an optionPatrick Steinhardt
2021-10-14gitpipe: Convert interfaces to accept object or object info readersPatrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.Discard`Patrick Steinhardt
2021-09-13ref: Split out `FindAllTags()` implementation into a standalone filePatrick Steinhardt