aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/common_test.go
Commit message (Collapse)AuthorAgeFilesLines
* fix openpgp handling to sign/checkMichael Muré2023-08-121-0/+6
|
* WIPMichael Muré2022-11-291-0/+12
|
* dag: test op serialisation with the unmarshaller, to allow resolving entitiesMichael Muré2022-08-241-10/+1
|
* 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-23/+19
| | | | operation
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-41/+36
| | | | | | | | - 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
* refactor(809): eliminate need to defer CleanupTestRepos()Steve Moyer2022-06-161-3/+3
|
* entity: allow to resolve identities when numashalling operationsMichael Muré2022-03-101-1/+1
|
* entity: add support for storing filesMichael Muré2021-03-211-3/+3
|
* WIP operation with filesMichael Muré2021-03-141-5/+10
|
* entity: support different author in staging operationsMichael Muré2021-02-141-4/+4
|
* entity: pass the identity resolver instead of defining it onceMichael Muré2021-02-141-9/+8
| | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational.
* entity: more testing and bug fixingMichael Muré2021-02-141-10/+18
|
* entity: readAll and more testingMichael Muré2021-02-141-7/+31
|
* WIPMichael Muré2021-02-141-0/+137