Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repo: improve support for gitdir indirection | Michael Muré | 2023-03-04 | 1 | -13/+9 |
| | | | | | | - add a limited reader to avoid abuse - support recusive indirection (up to depth 10) - check that the pointed to repo does exist | ||||
* | test: resolve changes for PR #1004, add unit test, fix issue uncovered by ↵ | Alec Lanter | 2023-01-23 | 1 | -0/+19 |
| | | | | unit test | ||||
* | repo: proper reduced interface for full-text indexing | Michael Muré | 2022-12-19 | 1 | -8/+3 |
| | | | | | Additionally, remove and concentrate quite a lot of complexity from the cache layer into a "per app" single site where to configure how indexing is done. | ||||
* | test(809): do not export function that returns GoGit filesystem | Steve Moyer | 2022-06-22 | 1 | -3/+3 |
| | |||||
* | test(809): remove remaining calls to InitGoRepo in tests | Steve Moyer | 2022-06-16 | 1 | -25/+6 |
| | | | | Note that examples still need to shown how a developer would use the library. | ||||
* | refactor(809): eliminate need to defer CleanupTestRepos() | Steve Moyer | 2022-06-16 | 1 | -1/+1 |
| | |||||
* | refactor: simplify creation of temp dir - after 1.15 | Steve Moyer | 2022-05-31 | 1 | -5/+1 |
| | |||||
* | fix: remove only t.Parallel() | Steve Moyer | 2022-05-31 | 1 | -2/+0 |
| | |||||
* | test: clean up temp dir and repo correctly | Steve Moyer | 2022-05-31 | 1 | -5/+17 |
| | |||||
* | test: add verification that localStorage.Root() resolves to the correct ↵ | Steve Moyer | 2022-05-26 | 1 | -3/+36 |
| | | | | absolute filepath | ||||
* | feat: make local storage configurable | Steve Moyer | 2022-05-25 | 1 | -3/+3 |
| | |||||
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 1 | -2/+2 |
| | |||||
* | repo: more work towards RepoStorage | Michael Muré | 2020-12-05 | 1 | -1/+1 |
| | |||||
* | fix ListCommits implementation | vince | 2020-09-29 | 1 | -1/+1 |
| | |||||
* | repository: partial impl of a go-git backed Repo | Michael Muré | 2020-09-29 | 1 | -0/+68 |