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
2022-11-30repository: Split up RepositoryExists and HasLocalBranches filesPatrick Steinhardt
2022-11-22Enable Praefect in TestRepositoryExistsSami Hiltunen
2022-11-08testhelper: More descriptive name for GitalyOrPraefectPavlo Strokov
2022-11-08service/repository: Improve validation of inputPavlo Strokov
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-08-11services: Don't needlessly skip repo creation via APIPatrick Steinhardt
2022-08-11gittest: Convert callers of CloneRepo to use CreateRepositoryPatrick Steinhardt
2022-07-18test: Disable all test with tag sha256Toon Claes
2022-06-30repository: Merge functions to set up repository service serverPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-02-02Propagate test context to setup helpers in repository packageSami Hiltunen
2022-02-02Create repositories via API in most repository service testsSami Hiltunen
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2021-08-09lint: Handle error returned by os.RemoveAllPavlo Strokov
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-06-29Parallel execution of the tests in the repository packagePavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17Break dependency of the CloneRepoAtStorage on the global config.ConfigPavlo Strokov
2021-05-11Replace MustRunCommand with gittest.Exec|ExecStream in service directoryPavlo Strokov
2021-04-23Simplify newRepositoryClient test setup function for repository packagePavlo Strokov
2021-04-23Refactor repository_test.goPavlo Strokov
2021-04-23Pop up config.Config from functions body to parametersPavlo Strokov
2021-04-23testhelper: Convert `TempDir()` to use `t.Cleanup()`Patrick Steinhardt
2021-03-11locator: Return proper error code if repo paths do not existPatrick Steinhardt
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2020-11-19repository: Convert to use `testhelper.NewTestRepo()`Patrick Steinhardt
2020-11-19Replace most uses of `ioutil.TempDir()` with `testhelper.TempDir()`Patrick Steinhardt
2020-10-16Introduce Locator abstraction to repository servicePavlo Strokov
2020-09-13Use filepath package to manipulate file pathsMikhail Mazurskiy
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt