aboutsummaryrefslogtreecommitdiffstats
path: root/repository/gogit_test.go
Commit message (Collapse)AuthorAgeFilesLines
* test(809): do not export function that returns GoGit filesystemSteve Moyer2022-06-221-3/+3
|
* test(809): remove remaining calls to InitGoRepo in testsSteve Moyer2022-06-161-25/+6
| | | | Note that examples still need to shown how a developer would use the library.
* refactor(809): eliminate need to defer CleanupTestRepos()Steve Moyer2022-06-161-1/+1
|
* refactor: simplify creation of temp dir - after 1.15Steve Moyer2022-05-311-5/+1
|
* fix: remove only t.Parallel()Steve Moyer2022-05-311-2/+0
|
* test: clean up temp dir and repo correctlySteve Moyer2022-05-311-5/+17
|
* test: add verification that localStorage.Root() resolves to the correct ↵Steve Moyer2022-05-261-3/+36
| | | | absolute filepath
* feat: make local storage configurableSteve Moyer2022-05-251-3/+3
|
* repo: finish RepoStorage moveMichael Muré2020-12-081-2/+2
|
* repo: more work towards RepoStorageMichael Muré2020-12-051-1/+1
|
* fix ListCommits implementationvince2020-09-291-1/+1
|
* repository: partial impl of a go-git backed RepoMichael Muré2020-09-291-0/+68