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-02-24blob: Make config availablePatrick Steinhardt
2021-02-17Gitaly-ruby server should be a provided dependencyPavlo Strokov
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-11Break dependency on config.Config in diffPavlo Strokov
2021-02-08Injection of git.CommandFactory into diff packagePavlo Strokov
2021-02-05Injection of the git.CommandFactory into conflicts packagePavlo Strokov
2021-02-05Injection of the git.CommandFactory into smarthttp packagePavlo Strokov
2021-02-03Injection of the git.CommandFactory into catfile packagePavlo Strokov
2021-02-03Removal of unused storage.LocatorPavlo Strokov
2021-02-02Removal of lazy metrics initializationPavlo Strokov
2021-01-29repository: Inject transaction transaction managerPatrick Steinhardt
2021-01-29Replacement of the git.NewCommandWithoutRepo in ssh packagePavlo Strokov
2021-01-28Replacement of the git.NewCommandWithoutRepo in remote packagePavlo Strokov
2021-01-27Merge branch 'ps-fix-withreceivepackhooks' into 'master'Christian Couder
2021-01-26Git command factory injected in to objectpoolPavlo Strokov
2021-01-21Substitution of the NewCommandWithDir func with factory method callPavlo Strokov
2021-01-19WithReceivePackHooks should use passed in parameterPavlo Strokov
2021-01-18Broke dependency of updateref on config.ConfigPavlo Strokov
2021-01-18Reduce dependency of the upload-pack on config.ConfigPavlo Strokov
2020-12-17Removal of config.Config usage from objectpoolPavlo Strokov
2020-12-16Break dependency of the catfile on global config.ConfigPavlo Strokov
2020-12-02Remove passing internal socket location as a separate paramPavlo Strokov
2020-11-29Removal of command.GitPath()Pavlo Strokov
2020-11-20hook: Make Gitaly config available to serverPatrick Steinhardt
2020-11-20Unbound initialization and validation funcs from global ConfigPavlo Strokov
2020-11-04Resolve dependency on global state in rubyserver.SetHeadersPavlo Strokov
2020-10-30dependency inject connection pool in to the operations serverSami Hiltunen
2020-10-16Merge branch 'ps-namespace-uses-locator' into 'master'Paul Okstad
2020-10-15conflicts: Make config and locator available to serverPatrick Steinhardt
2020-10-15Merge branch 'sh-gitaly-lfs-smudge-activate' into 'master'Stan Hu
2020-10-15Add support for using LFS smudge filterStan Hu
2020-10-15Merge branch 'ps-smarthttp-uses-locator' into 'master'Toon Claes
2020-10-14Introduce Locator abstraction to namespace servicePavlo Strokov
2020-10-14Introduce Locator abstraction to wiki servicePavlo Strokov
2020-10-08Introduce Locator abstraction to smarthttp servicePavlo Strokov
2020-10-01Introduce Locator abstraction to ssh servicePavlo Strokov
2020-09-28Introduce Locator abstraction to remote servicePavlo Strokov
2020-09-16Merge branch 'ps-diff-uses-locator' into 'master'Ævar Arnfjörð Bjarmason
2020-09-15Introduce Locator abstraction to diff servicePavlo Strokov
2020-09-15operations: Inject prereqs for UserMergeBranch into the serverPatrick Steinhardt
2020-09-10hook: Convert hook.Manager to an interfacePatrick Steinhardt
2020-09-09gitaly: Refactor server setup to take a hook managerPatrick Steinhardt
2020-09-09hook: Pass complete configuration to the hook managerPatrick Steinhardt
2020-09-08hook: Clean up hook serverPatrick Steinhardt
2020-09-08hook: Move prereceive hook into `internal/hook`Patrick Steinhardt
2020-09-08hook: Move postreceive hook into `internal/hook`Patrick Steinhardt
2020-09-08hook: Move GitLab access code into `internal/hook`Patrick Steinhardt
2020-09-08hook: Implement new hook manager typePatrick Steinhardt