aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/entity_actions_test.go
Commit message (Collapse)AuthorAgeFilesLines
* bug: wrap dag.Entity into a full Bug in MergeAllMichael Muré2021-02-141-1/+1
|
* entity: support different author in staging operationsMichael Muré2021-02-141-7/+7
|
* entity: pass the identity resolver instead of defining it onceMichael Muré2021-02-141-18/+18
| | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational.
* entity: implement removeMichael Muré2021-02-141-0/+25
|
* entity: test all merge scenarioMichael Muré2021-02-141-22/+192
|
* entity: more testing and bug fixingMichael Muré2021-02-141-37/+144
|
* entity: readAll and more testingMichael Muré2021-02-141-0/+110