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
2023-07-11gitaly-git2go: Drop "apply" subcommandPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2023-03-31Refactor git2go commit and apply testsIgor Drozdov
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-08-23feat(gitaly-git2go): sign commits with OpenPGP keySavely Krasovsky
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-11gittest: Convert callers of InitRepo to use CreateRepositoryPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-05-20Update go package name from v14 to v15John Cai
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-11gittest: Provide helper function to create command factoriesPatrick Steinhardt
2021-12-21git2go: Resolve Git binary path via command factoryPatrick Steinhardt
2021-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyGit2GoBin()`Patrick Steinhardt
2021-08-05gittest: Merge initialization of repos into a single functionPatrick Steinhardt
2021-07-20git2go: Inject info about alternate object directoriesPatrick Steinhardt
2021-07-20git2go: Inject repository into subcommandsPatrick Steinhardt
2021-07-20git2go: Convert executor to receive `config.Cfg` as inputPatrick Steinhardt
2021-06-15Add version suffix to gitaly-git2go binaryPavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-11Replace MustRunCommand with gittest.Exec in git2goPavlo Strokov
2021-05-05localrepo: Provide test helper to construct reposPatrick Steinhardt
2021-04-29Replace MustRunCommand with Exec in RequireTreePavlo Strokov
2021-04-29Replace MustRunCommand with Exec in initRepoAtPavlo Strokov
2021-04-05Remove config.Config from git2go packagePavlo Strokov
2021-03-11Removal of Cfg.Git.BinPath from RequireTreePavlo Strokov
2021-03-10git2go: Convert commands to return OIDsPatrick Steinhardt
2021-03-09localrepo: Use ObjectIDs when reading/writing git objectsPatrick Steinhardt
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move tree helpers into `gittest`Patrick Steinhardt
2021-02-18Make RequireTree dependent on provided git binPavlo Strokov
2021-02-12DI git.CommandFactory into localrepo.RepoPavlo Strokov
2021-01-26git: Move LocalRepository implementation into its own packagePatrick Steinhardt
2021-01-19git: Pass Gitaly config when creating new repositoriesPatrick Steinhardt
2020-11-29Removal of command.GitPath()Pavlo Strokov
2020-11-25gitaly-git2go apply subcommandSami Hiltunen