aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/entity_test.go
Commit message (Collapse)AuthorAgeFilesLines
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-0/+2
| | | | | | | | - 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
* entity: support different author in staging operationsMichael Muré2021-02-141-18/+29
|
* entity: remove the pack lamport time that doesn't bring anything actuallyMichael Muré2021-02-141-60/+0
|
* WIPMichael Muré2021-02-141-0/+117