Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -44/+0 |
| | |||||
* | bug: fix an issue where Id would be used, then changed due to metadata | Michael Muré | 2022-07-31 | 1 | -7/+7 |
| | |||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 1 | -14/+3 |
| | | | | | | | | - reduce boilerplace necessary to implement an operation - consolidate what an operation is in the core, which in turn pave the way for a generic cache layer mechanism - avoid the previously complex unmarshalling process - support operation metadata from the core - simplified testing | ||||
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 1 | -5/+3 |
| | |||||
* | various cleanups suggested by golang-ci | Michael Muré | 2020-02-08 | 1 | -3/+3 |
| | |||||
* | bug: use NeedCommit() in the interface, drop HasPendingOp() | Michael Muré | 2019-11-19 | 1 | -2/+2 |
| | |||||
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 | 1 | -4/+2 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | bug: add a data validation process to avoid merging incorrect operations | Michael Muré | 2018-09-15 | 1 | -2/+2 |
| | |||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -3/+3 |
| | |||||
* | bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵ | Michael Muré | 2018-08-23 | 1 | -0/+7 |
| | | | | sorting and retrieval | ||||
* | bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵ | Michael Muré | 2018-08-23 | 1 | -0/+52 |
snapshot |