Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update to golang-lru v2 | Michael Muré | 2023-08-11 | 1 | -1/+1 |
| | |||||
* | add wipe sub-command that remove local bugs and identities | Kalin Staykov | 2023-01-11 | 1 | -0/+33 |
| | |||||
* | cache: fix tests? | Michael Muré | 2023-01-11 | 1 | -94/+68 |
| | |||||
* | Merge pull request #976 from MichaelMure/fix/975/patch-security-vulnerabilities | Michael Muré | 2023-01-08 | 1 | -0/+7 |
|\ | | | | | fix: resolve Go vulnerabilities | ||||
| * | style(TestCache): remove empty trailing line from function | Steve Moyer | 2023-01-03 | 1 | -1/+0 |
| | | |||||
| * | test(cache): close second instance of RepoCache | Steve Moyer | 2023-01-03 | 1 | -0/+8 |
| | | |||||
* | | chore(TestCache): cleanup per PR review | Steve Moyer | 2023-01-05 | 1 | -13/+33 |
| | | | | | | | | Resolves #979 | ||||
* | | refactor(TestCache): guarantee test caches are closed when tests finish | Steve Moyer | 2023-01-04 | 1 | -99/+111 |
| | | |||||
* | | fix(TestCache): eliminate hanging Windows tests | Steve Moyer | 2023-01-03 | 1 | -0/+7 |
|/ | |||||
* | cache: fix some bugs after refactor | Michael Muré | 2022-12-23 | 1 | -22/+30 |
| | |||||
* | cache: generic withSnapshot, some cleanup | Michael Muré | 2022-12-22 | 1 | -1/+1 |
| | |||||
* | cache: tie up the refactor up to compiling | Michael Muré | 2022-12-21 | 1 | -75/+88 |
| | |||||
* | WIP | Michael Muré | 2022-11-28 | 1 | -1/+2 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -1/+1 |
| | |||||
* | refactor(809): eliminate need to defer CleanupTestRepos() | Steve Moyer | 2022-06-16 | 1 | -11/+7 |
| | |||||
* | cache: many fixes following the dag entity migration | Michael Muré | 2021-04-08 | 1 | -2/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into dag-entity | Michael Muré | 2021-03-29 | 1 | -0/+20 |
|\ | |||||
| * | cache: test for FTS bub with long description | Michael Muré | 2021-03-29 | 1 | -0/+20 |
| | | |||||
* | | bug: wrap dag.Entity into a full Bug in MergeAll | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | | |||||
* | | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 1 | -0/+4 |
| | | |||||
* | | entity: readAll and more testing | Michael Muré | 2021-02-14 | 1 | -1/+1 |
|/ | |||||
* | repo: move bleve there | Michael Muré | 2020-12-08 | 1 | -1/+3 |
| | |||||
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 1 | -2/+2 |
| | |||||
* | repo: use go-git in more places, fix push | Michael Muré | 2020-10-04 | 1 | -5/+5 |
| | |||||
* | cache: simplify cache eviction | Michael Muré | 2020-08-25 | 1 | -17/+10 |
| | |||||
* | Implement cache eviction and testing | vince | 2020-08-25 | 1 | -12/+13 |
| | |||||
* | Implement the LRU Cache | vince | 2020-08-20 | 1 | -4/+72 |
| | |||||
* | bug: code cleanup for the rm feature | Michael Muré | 2020-07-28 | 1 | -0/+5 |
| | |||||
* | Fix bug tests | vince | 2020-07-28 | 1 | -5/+48 |
| | |||||
* | Move args parsing out of repo cache | vince | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Add test for removing bug from cache | vince | 2020-07-28 | 1 | -0/+5 |
| | |||||
* | repository: remove tie to Bug, improved and reusable testing | Michael Muré | 2020-06-26 | 1 | -3/+3 |
| | | | | | | | | | - allow the creation of arbitrary Lamport clocks, freeing the way to new entities and removing Bug specific (upper layer) code. - generalize the memory-only and persisted Lamport clocks behind a common interface - rework the tests to provide reusable testing code for a Repo, a Clock, a Config, opening a path to add a new Repo implementation more easily - test previously untested components with those new tests Note: one problem found during this endeavor is that `identity.Version` also need to store one time + Lamport time for each other Entity (Bug, config, PR ...). This could possibly done without breaking change but it would be much easier to wait for https://github.com/MichaelMure/git-bug-migration to happen. | ||||
* | cache: replace the all-in-one query parser by a complete one with ↵ | Michael Muré | 2020-03-28 | 1 | -2/+3 |
| | | | | AST/lexer/parser | ||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -4/+4 |
| | |||||
* | fix tests | Michael Muré | 2019-06-16 | 1 | -4/+4 |
| | |||||
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 | 1 | -4/+6 |
| | |||||
* | cache: add a push/pull test | Michael Muré | 2019-04-02 | 1 | -0/+55 |
| | |||||
* | cache: add basic unit testing | Michael Muré | 2019-03-25 | 1 | -0/+101 |