Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | cache: replace the all-in-one query parser by a complete one with AST/lexer/p... | Michael Muré | 2020-03-28 | 1 | -2/+3 |
* | 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 |