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
path: root/cmd
AgeCommit message (Expand)Author
2021-03-11git: Drop `GlobalOption`s from `NewWithoutRepo()`Patrick Steinhardt
2021-03-10git2go: Convert commands to return OIDsPatrick Steinhardt
2021-03-09Merge branch 'sh-valid-lfs-smudge-oid' into 'master'Pavlo Strokov
2021-03-07Merge branch 'smh-fix-text-logger' into 'master'James Fargher
2021-03-06gitaly-lfs-smudge: Use stronger OID validation in LFS pointer parserStan Hu
2021-03-05Update rugged, libgit2 and git2go to 1.1Pirate Praveen
2021-03-04inject loggers into log.ConfigureSami Hiltunen
2021-03-04support consistent storages caching in PerRepositoryElectorSami Hiltunen
2021-03-04remove DirectStorageProviderSami Hiltunen
2021-03-04rename StoragesProvider to ConsistentStoragesGetterSami Hiltunen
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move hook helpers into `gittest`Patrick Steinhardt
2021-02-23Removal of the config.Config from production codePavlo Strokov
2021-02-21Removal of config.Config from the buildCommandPavlo Strokov
2021-02-20Print failure errors in case reconciliation failed for repoPavlo Strokov
2021-02-19fix UserCommitFiles index error handlingSami Hiltunen
2021-02-19Merge branch 'ps-extract-rubyserver' into 'master'Paul Okstad
2021-02-17Implement UserCherryPick in GoToon Claes
2021-02-17Rename RevertConflictError to HasConflictsErrorToon Claes
2021-02-17Gitaly-ruby server should be a provided dependencyPavlo Strokov
2021-02-16Merge branch 'pks-hooks-requested-hook-bitmap' into 'master'Paul Okstad
2021-02-16Merge branch 'ps-localrepo-di-cmd-factory' into 'master'Sami Hiltunen
2021-02-15fix flaky test TestReplMgr_ProcessBacklogSami Hiltunen
2021-02-13Ignore SIGURG in gitaly-wrapperStan Hu
2021-02-12DI git.CommandFactory into localrepo.RepoPavlo Strokov
2021-02-12gitaly: Set up requested hooks bitmapPatrick Steinhardt
2021-02-12gitaly-hooks: Honor requested hooksPatrick Steinhardt
2021-02-12gitaly-hooks: Check for valid hooks before dialing GitalyPatrick Steinhardt
2021-02-12gitaly-hooks: Pull hook logic into their own functionsPatrick Steinhardt
2021-02-12Fixes resolve conflict for new file conflictPaul Okstad
2021-02-11Standardize Praefect and Gitaly log formatsStan Hu
2021-02-11Merge branch 'ps-replace-git-cmd-without-repo' into 'master'Christian Couder
2021-02-11Add pass-through PackObjectsHook RPCJacob Vosmaer
2021-02-11Replace usage of git.NewCommandWithoutRepo with factory methodPavlo Strokov
2021-02-11tests: Convert code to use `localrepo.ReadCommit()`Patrick Steinhardt
2021-02-10cmd/praefect: Remove debug log statementPatrick Steinhardt
2021-02-10gitaly-hooks: Silence test clonePatrick Steinhardt
2021-02-08support default replication factor in coordinatorSami Hiltunen
2021-02-08support default replication factor in PerRepositoryRouterSami Hiltunen
2021-02-05Fix premature cgroups cleanupAhmad Sherif
2021-02-05Injection of the git.CommandFactory into updateref packagePavlo Strokov
2021-02-04Merge branch 'ps-catfile-cmd-factory' into 'master'Pavlo Strokov
2021-02-03Fix usage of the Fatal callPavlo Strokov
2021-02-03Fix execution of deferred statement in the gitaly main funcPavlo Strokov
2021-02-03Injection of the git.CommandFactory into catfile packagePavlo Strokov
2021-02-03Removal of unused storage.LocatorPavlo Strokov
2021-02-03Refactoring of the gitaly gRPC server creationPavlo Strokov
2021-02-03git: Move GITALY_GIT_BIN_PATH into the hooks payloadPatrick Steinhardt
2021-01-29repository: Inject transaction transaction managerPatrick Steinhardt
2021-01-29hook: Dependency-inject transaction managerPatrick Steinhardt