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
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-11updateref: Convert to use git.RepositoryExecutor interfacePatrick Steinhardt
2021-05-07voting: Move Vote and VoteHash types into shared packagePatrick Steinhardt
2021-05-05services: Provide helper function to construct localreposPatrick Steinhardt
2021-04-09ref: Fix missing votes for `DeleteRefs()` RPCPatrick Steinhardt
2021-03-11accept multiple patterns in GetReferencesSami Hiltunen
2021-02-12DI git.CommandFactory into localrepo.RepoPavlo Strokov
2021-02-11Break dependency on config.Config in refPavlo Strokov
2021-02-05Injection of the git.CommandFactory into updateref packagePavlo Strokov
2021-01-26git: Move LocalRepository implementation into its own packagePatrick Steinhardt
2021-01-19git: Pass Gitaly config when creating new repositoriesPatrick Steinhardt
2021-01-18Broke dependency of updateref on config.ConfigPavlo Strokov
2021-01-14updateref: Convert interface to accept ReferenceNamesPatrick Steinhardt
2021-01-14ref: Convert refsToRemove() to return ReferenceNamesPatrick Steinhardt
2021-01-14git: Convert Reference.Name field to the ReferenceName typePatrick Steinhardt
2020-12-16ref: Use repository abstraction to list existing referencesPatrick Steinhardt
2020-12-16ref: Preallocate arrays to avoid needless reallocationsPatrick Steinhardt
2020-11-12Add and remove ref hooks as neededPaul Okstad
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt