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-18Allow additional configuration in configuration build shortcutsPavlo Strokov
2021-03-16Merge branch 'ps-rm-config-ssh' into 'master'Zeger-Jan van de Weg
2021-03-15Removal of the config.Config from blob packagePavlo Strokov
2021-03-15replace testhelper.Deferrer with t.CleanupSami Hiltunen
2021-03-11Removal of the config.Config var from ssh packagePavlo Strokov
2021-03-07Merge branch 'smh-fix-text-logger' into 'master'James Fargher
2021-03-05ConfigureGitalyHooksBin for gitaly-hooks binaryPavlo Strokov
2021-03-05WriteShellSecretFile returns path to secretPavlo Strokov
2021-03-05Addition of the CloneRepoWithWorktreeAtStoragePavlo Strokov
2021-03-05Shortcuts for a quick setupPavlo Strokov
2021-03-04inject loggers into log.ConfigureSami Hiltunen
2021-03-03Merge branch 'smh-set-feature-flags-in-incoming-context' into 'master'James Fargher
2021-03-02Removal of the config.Config from git package and sub-packagesPavlo Strokov
2021-03-02Introduction of the DeferrerPavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move HTTP server helper into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move hook helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move tree helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move remote helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move protocol helper into `gittest`Patrick Steinhardt
2021-03-01testhelper: Refactor protocol helperPatrick Steinhardt
2021-03-01testhelper: Move object helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move commit helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move branch helpers into `gittest`Patrick Steinhardt
2021-02-23Merge branch 'ps-remove-config-cache' into 'master'Ævar Arnfjörð Bjarmason
2021-02-21Removal of config.Config from the TestStreamDBNaiveKeyerPavlo Strokov
2021-02-21Removal of config.Config from the buildCommandPavlo Strokov
2021-02-20Remove dependency of the EnableGitProtocolV2Support on config.ConfigPavlo Strokov
2021-02-19set disabled feature sets in incoming context as wellSami Hiltunen
2021-02-19Merge branch 'ps-extract-rubyserver' into 'master'Paul Okstad
2021-02-18Make CreateRemoteBranch dependent on provided git binPavlo Strokov
2021-02-18Make RequireTree dependent on provided git binPavlo Strokov
2021-02-18Make gitObjectExists independent from globalPavlo Strokov
2021-02-18Make WriteCheckNewObjectExistsHook independent from globalPavlo Strokov
2021-02-17Make CreateCommitInAlternateObjectDirectory independent from globalPavlo Strokov
2021-02-17Gitaly-ruby server should be a provided dependencyPavlo Strokov
2021-02-16Merge branch 'ps-rubyserver-config' into 'master'Paul Okstad
2021-02-15Standardize Praefect and Gitaly timestampsStan Hu
2021-02-13Gitaly-ruby server should not depend on the global statePavlo Strokov
2021-02-11Add pass-through PackObjectsHook RPCJacob Vosmaer
2021-02-10testhelper: Decrease logging verbosity for PraefectPatrick Steinhardt
2021-02-10testhelper: Raise default log levelPatrick Steinhardt
2021-02-10Removal of RunInternalGitalyServer test helperPavlo Strokov
2021-02-10Refactoring of the GrpcErrorHasMessagePavlo Strokov
2021-02-10Introduction of the gitaly config builderPavlo Strokov
2021-02-04Merge branch 'ps-catfile-cmd-factory' into 'master'Pavlo Strokov
2021-02-03Fix usage of the Fatal callPavlo 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