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-03-11git: Drop `GlobalOption`s from `New()`Patrick Steinhardt
2021-03-11git: Drop `GlobalOption`s from `NewWithoutRepo()`Patrick Steinhardt
2021-03-04proto: Remove RemoteService.ListRemotes RPCPatrick Steinhardt
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move commit helpers into `gittest`Patrick Steinhardt
2021-02-21Removal of config.Config from the buildCommandPavlo Strokov
2021-02-17remote: Convert users and remove packagePatrick Steinhardt
2021-02-16Merge branch 'ps-rubyserver-config' into 'master'Paul Okstad
2021-02-16Removal of the git.NewCommandPavlo Strokov
2021-02-13Gitaly-ruby server should not depend on the global statePavlo Strokov
2021-02-11Add pass-through PackObjectsHook RPCJacob Vosmaer
2021-02-11Break dependency on config.Config in remotePavlo 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-03Refactoring of the gitaly gRPC server creationPavlo Strokov
2021-01-29repository: Inject transaction transaction managerPatrick Steinhardt
2021-01-29Merge branch 'ps-git-cmd-factory-ssh' into 'master'Toon Claes
2021-01-29Merge branch 'jv-pack-objects-hook' into 'master'James Fargher
2021-01-29Replacement of the git.NewCommandWithoutRepo in ssh packagePavlo Strokov
2021-01-28Replacement of the git.NewCommandWithoutRepo in remote packagePavlo Strokov
2021-01-28Make git-upload-pack use gitaly-hooks for pack-objectsJacob Vosmaer
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
2021-01-14git: Rename SafeCmd() to NewCommand()Patrick Steinhardt
2021-01-14git: Rename SafeBareCmd() to NewCommandWithoutRepository()Patrick Steinhardt
2021-01-14git: Convert from SafeCmdWithoutRepo() to SafeBareCmd()Patrick Steinhardt
2021-01-14git: Convert SafeCmdWithEnv() invocations to use WithEnv()Patrick Steinhardt
2021-01-12testhelper: Use test context in `GetTemporaryGitalySocketFileName()`Patrick Steinhardt
2021-01-06testhelper: Accept `testing.TB` when starting the serverPatrick Steinhardt
2020-12-16Removal of helper.GetPathPavlo Strokov
2020-12-15git: Convert SubSubCmd from an Option to a CmdPatrick Steinhardt
2020-12-15git: Drop `CmdStream` parameter from `SafeCmdWithoutRepo`Patrick Steinhardt
2020-12-14remote: Disable transactions for FetchInternalRemotePatrick Steinhardt
2020-12-07Verify connections are properly configured with HealthCheckDialerPavlo Strokov
2020-12-07Introduction of FailOnNonTempDialError to omit indefinite dial attempts on ba...Pavlo Strokov
2020-11-17tests: Don't call log.Fatal in test setupsPatrick Steinhardt
2020-11-17testhelper: Have Configure() return cleanup functionPatrick Steinhardt
2020-11-17tests: Unify test setupPatrick Steinhardt
2020-11-12Add and remove ref hooks as neededPaul Okstad
2020-11-10improve logging in ReplicateRepositorySami Hiltunen
2020-11-06Merge branch 'ps-locator-for-ruby-set-header' into 'master'Toon Claes
2020-11-04Resolve dependency on global state in rubyserver.SetHeadersPavlo Strokov
2020-11-04Resolve conflicts git2go subcommandPaul Okstad
2020-10-30dependency inject connection pool in to the operations serverSami Hiltunen
2020-10-28Use SafeCmdWithEnv in FetchInternalRemoteJames Fargher
2020-10-16Merge branch 'ps-gitaly-ssh-upload-pack' into 'master'Paul Okstad
2020-10-14Merge branch 'ps-ssh-uses-locator' into 'master'Paul Okstad
2020-10-13Doubled invocation of gitaly-ssh on upload pack cmd.Pavlo Strokov
2020-10-13Verification of gitaly-ssh runs.Pavlo Strokov