aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/op_set_metadata_test.go
Commit message (Collapse)AuthorAgeFilesLines
* [DATALAD RUNCMD] Fix one ambigous overridedYaroslav Halchenko2023-01-231-4/+4
| | | | | | | | | | | | | | === Do not change lines below === { "chain": [], "cmd": "sed -i -e s,overrided,overridden,g ./entity/dag/op_set_metadata_test.go", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
* cache: generic withSnapshot, some cleanupMichael Muré2022-12-221-0/+6
|
* dag: test op serialisation with the unmarshaller, to allow resolving entitiesMichael Muré2022-08-241-2/+8
|
* 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-0/+106
- 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