aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/example_test.go
Commit message (Collapse)AuthorAgeFilesLines
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
|
* core: generalized resolvers to resolve any entity time when unmarshalling an ↵Michael Muré2022-08-181-5/+13
| | | | operation
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-96/+46
| | | | | | | | - 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
* doc: more tiny fixesMichael Muré2022-06-251-4/+5
|
* doc: tiny tweaksMichael Muré2022-06-251-1/+4
|
* test: clean up temp dir and repo correctlySteve Moyer2022-05-311-0/+2
|
* refactor: use namespace instead of application of applicationNameSteve Moyer2022-05-261-3/+3
|
* feat: make local storage configurableSteve Moyer2022-05-251-2/+3
|
* entity/dag: add an extensive exampleMichael Muré2022-03-221-0/+383