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
2022-08-11Use semantic sort for tagsVasilii Iakliushin
2022-07-29ref: Split out code related to the FindTag RPCPatrick Steinhardt
2022-07-18Remove 'exact_pagination_token_match' feature flag3817_remove_feature_flagVasilii Iakliushin
2022-05-20Update go package name from v14 to v15John Cai
2022-04-29catfile: Make process cancellation synchronous to fix test racePatrick Steinhardt
2022-01-11git: Use command option dependencies provided by Git command factoryPatrick Steinhardt
2022-01-11localrepo: Deduplicate logic to set HEADPatrick Steinhardt
2021-12-21commit: Convert FindAllCommits to use localrepo abstractionPatrick Steinhardt
2021-10-28catfile: Split out trimming of tag messagesPatrick Steinhardt
2021-10-20Add pagination support for FindAllTags RPCVasilii Iakliushin
2021-10-14catfile: Convert commit interface to accept an ObjectReaderPatrick Steinhardt
2021-10-11ref: Use exact comparison on page tokenVasilii Iakliushin
2021-09-20Change signature of GetDefaultBranch to only return a reference nameJames Fargher
2021-09-20Make FindBranchNames an actual function rather than a varJames Fargher
2021-09-20Remove headReference from refs serviceJames Fargher
2021-09-20Refactor refs service to use GetDefaultBranchJames Fargher
2021-09-14Revert "Merge branch 'extract_default_branch' into 'master'"James Fargher
2021-09-13ref: Split out `FindAllTags()` implementation into a standalone filePatrick Steinhardt
2021-09-13Make having no default branch an error in GetDefaultBranchJames Fargher
2021-09-13Change signature of GetDefaultBranch to only return a reference nameJames Fargher
2021-09-13Make FindBranchNames an actual function rather than a varJames Fargher
2021-09-13Remove headReference from refs serviceJames Fargher
2021-09-13Refactor refs service to use GetDefaultBranchJames Fargher
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-23ref: Always enable gitpipe-based FindAllTags implementationPatrick Steinhardt
2021-08-10ref: Skip loading of peeled non-tag objects in FindAllTagsPatrick Steinhardt
2021-08-02ref: Fix FindAllTags' pipeline code not returning nested tagsPatrick Steinhardt
2021-07-29Merge branch 'ps-sort-tags' into 'master'Pavlo Strokov
2021-07-29gitaly: Sort the tags returned by FindAllTags RPCPavlo Strokov
2021-07-29gitaly: Sort the tags returned by FindAllTags RPCPavlo Strokov
2021-07-28lint: Fix deprecated import github.com/golang/protobuf/protoPavlo Strokov
2021-07-21ref: Fix FindAllTags returning tag names instead of ref namesPatrick Steinhardt
2021-07-20Merge branch 'zj-switch-default-ref-main' into 'master'Zeger-Jan van de Weg
2021-07-19ref: Reuse buffer used by tag senderPatrick Steinhardt
2021-07-19catfile: Refactor ParseCommit to accept object IDPatrick Steinhardt
2021-07-15HEAD: default to main for new repositoriesZeger-Jan van de Weg
2021-07-12Fix instantiation of the structs with fields assignmentPavlo Strokov
2021-07-09global: Convert users to use feature flag receiverPatrick Steinhardt
2021-07-06ref: Reimplement ListAllTags via object pipelinePatrick Steinhardt
2021-06-14ref: Refactor `SetDefaultBranchRef()` to receive repo executorPatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-11services: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-05-11log: Move tag and commit parsing into catfile packagePatrick Steinhardt
2021-05-10ref: Inject catfile cachePatrick Steinhardt
2021-03-17repository: Introduce DefaultRef variableZeger-Jan van de Weg
2021-03-11git: Drop `GlobalOption`s from `New()`Patrick Steinhardt
2021-02-11Break dependency on config.Config in refPavlo Strokov
2021-02-05Injection of the git.CommandFactory into ref packagePavlo Strokov
2021-02-03Injection of the git.CommandFactory into catfile packagePavlo Strokov
2021-02-03Removal of unused storage.LocatorPavlo Strokov