Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |