| Commit message (Expand) | Author | Age | Files | Lines |
* | core: bubble up the comment ID when created, or edited the first comment | Michael Muré | 2022-11-13 | 1 | -1/+1 |
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 2 | -3/+3 |
* | bug: fix an issue where Id would be used, then changed due to metadata | Michael Muré | 2022-07-31 | 1 | -5/+6 |
* | refactor: use namespace instead of application of applicationName | Steve Moyer | 2022-05-26 | 1 | -2/+2 |
* | feat: make local storage configurable | Steve Moyer | 2022-05-25 | 1 | -1/+3 |
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 1 | -46/+0 |
* | deal with the previous changes | Michael Muré | 2021-02-14 | 1 | -4/+7 |
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 1 | -1/+1 |
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -3/+3 |
* | use go-git by default! | Michael Muré | 2020-09-29 | 1 | -1/+1 |
* | misc: move the random bug command on its own package | Michael Muré | 2020-09-27 | 1 | -3/+6 |
* | repo: more tests | Michael Muré | 2020-06-27 | 1 | -1/+2 |
* | repository: remove tie to Bug, improved and reusable testing | Michael Muré | 2020-06-26 | 1 | -3/+1 |
* | bug: make sure there is no Operation's hash collision | Michael Muré | 2019-11-19 | 1 | -12/+19 |
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 | 1 | -0/+11 |
* | generator cleanup | Michael Muré | 2019-03-01 | 1 | -1/+1 |
* | identity: more refactoring progress | Michael Muré | 2019-03-01 | 1 | -16/+22 |
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -1/+1 |
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -14/+12 |
* | bug: in op convenience function, return the new op to be able to set metadata... | Michael Muré | 2018-10-01 | 1 | -6/+6 |
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -9/+8 |
* | cache: add raw edit functions to allow setting up the author, the timestamp a... | Michael Muré | 2018-09-25 | 1 | -8/+24 |
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -2/+2 |
* | bug: add a data validation process to avoid merging incorrect operations | Michael Muré | 2018-09-15 | 1 | -5/+13 |
* | operations: return a more convenient array of result for label changes | Michael Muré | 2018-09-13 | 1 | -1/+5 |
* | random bugs: fix a crash when minOps == maxOps | Michael Muré | 2018-09-12 | 1 | -1/+6 |
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -1/+1 |
* | random bugs: cleanup + generate random OperationPack as well | Michael Muré | 2018-09-06 | 2 | -7/+55 |
* | bug: introduce WithSnapshot to maintain incrementally and effitiently a snap... | Michael Muré | 2018-08-23 | 1 | -4/+4 |
* | random_bugs: make it seedable and reusable | Michael Muré | 2018-08-19 | 2 | -0/+154 |