aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/operation.go
Commit message (Collapse)AuthorAgeFilesLines
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
|
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-4/+228
| | | | | | | | - 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: more commentsMichael Muré2021-04-041-0/+4
|
* WIP operation with filesMichael Muré2021-03-141-0/+9
|
* bug: nonce on all operation to prevent id collisionMichael Muré2021-03-141-3/+13
|
* entity: support different author in staging operationsMichael Muré2021-02-141-8/+0
|
* entity: more progress on merging and signingMichael Muré2021-02-141-3/+5
|
* WIPMichael Muré2021-02-141-0/+31