aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/operation_pack_test.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-37/+25
| | | | | | | | - 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: add support for storing filesMichael Muré2021-03-211-8/+63
|
* WIP operation with filesMichael Muré2021-03-141-2/+18
|
* entity: pass the identity resolver instead of defining it onceMichael Muré2021-02-141-4/+4
| | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational.
* entity: working commit signaturesMichael Muré2021-02-141-0/+44
|
* WIPMichael Muré2021-02-141-0/+44