aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/entity_actions.go
Commit message (Collapse)AuthorAgeFilesLines
* WIPMichael Muré2022-11-291-7/+7
|
* 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-7/+7
| | | | operation
* Fix a bunch of comments and documentationsMichael Muré2022-03-101-1/+1
|
* entity: support different author in staging operationsMichael Muré2021-02-141-10/+10
|
* entity: pass the identity resolver instead of defining it onceMichael Muré2021-02-141-7/+10
| | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational.
* entity: implement removeMichael Muré2021-02-141-2/+26
|
* entity: remove the pack lamport time that doesn't bring anything actuallyMichael Muré2021-02-141-13/+0
|
* entity: test all merge scenarioMichael Muré2021-02-141-6/+8
|
* entity: more testing and bug fixingMichael Muré2021-02-141-10/+2
|
* entity: readAll and more testingMichael Muré2021-02-141-6/+2
|
* entity: more progress on merging and signingMichael Muré2021-02-141-29/+58
|
* WIPMichael Muré2021-02-141-0/+227