Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix openpgp handling to sign/check | Michael Muré | 2023-08-12 | 1 | -28/+38 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -1/+1 |
| | |||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 1 | -37/+25 |
| | | | | | | | | - 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 | ||||
* | entity: add support for storing files | Michael Muré | 2021-03-21 | 1 | -8/+63 |
| | |||||
* | WIP operation with files | Michael Muré | 2021-03-14 | 1 | -2/+18 |
| | |||||
* | entity: pass the identity resolver instead of defining it once | Michael Muré | 2021-02-14 | 1 | -4/+4 |
| | | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational. | ||||
* | entity: working commit signatures | Michael Muré | 2021-02-14 | 1 | -0/+44 |
| | |||||
* | WIP | Michael Muré | 2021-02-14 | 1 | -0/+44 |