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 (Collapse)Author
2022-01-28chore: Add ssh signature test caseBrian Williams
7b20a6045e8d2a25c86633461c03b13353915643 introduced support for SSH signatures to the `catfile` package. The GetCommitSignatures RPC uses a different implementation. This implementation is already compatible with SSH sigantures, but is not tested with them. This change adds tests which use SSH signatures. Changelog: other
2021-04-27gitlab-test: Add a few more refsToon Claes
For the test repositories in _build/testrepos a fixed list of refs is defined. This list will ensure tests remain to succeed, even if upstream new refs are pushed. This change adds two more refs which will be used in rebase tests in future commits.
2019-12-02feat: add signature type to GitCommitRoger Meier
2019-08-13Rewrite UserSquash tests without worktreeJacob Vosmaer
2018-12-17Fix tests failing due to test-repo changeJacob Vosmaer