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-06-30remoterepo: Add HeadReferenceJames Fargher
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-08-02gittest: Create test data at runtime in the repository suitePatrick Steinhardt
2022-07-21gittest: Use the default object hash instead of hardcoding SHA1Patrick Steinhardt
2022-07-21gittest: Don't set up default parent in WriteCommitPatrick Steinhardt
2022-07-20git: Move `EmptyTreeOID` into `ObjectHash` structurePatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-02-07Disable metadata creation hack in remoterepo package testsSami Hiltunen
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-11-25git: Convert DefaultRef to a constant ReferenceNameJames Fargher
2021-10-06remoterepo: Implement `GetDefaultBranch()`Patrick Steinhardt
2021-08-05gittest: Rename `CloneRepoAtStorage()` to `CloneRepo()`Patrick Steinhardt
2021-08-05gittest: Drop cleanup function from `CloneRepoAtStorage()`Patrick Steinhardt
2021-08-05gittest: Make relative path of `CloneRepoAtStorage` optionalPatrick Steinhardt
2021-08-05gittest: Merge initialization of repos into a single functionPatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17Break dependency of the CloneRepoAtStorage on the global config.ConfigPavlo Strokov
2021-04-29Replace MustRunCommand with Exec in repository_suite.goPavlo Strokov
2021-04-29Replace MustRunCommand with Exec in initRepoAtPavlo Strokov
2021-03-02Removal of the config.Config from git package and sub-packagesPavlo Strokov
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01git: Move repository test suite into `gittest`Patrick Steinhardt