Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix openpgp handling to sign/check | Michael Muré | 2023-08-12 | 1 | -0/+6 |
| | |||||
* | WIP | Michael Muré | 2022-11-29 | 1 | -0/+12 |
| | |||||
* | dag: test op serialisation with the unmarshaller, to allow resolving entities | Michael Muré | 2022-08-24 | 1 | -10/+1 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -1/+1 |
| | |||||
* | core: generalized resolvers to resolve any entity time when unmarshalling an ↵ | Michael Muré | 2022-08-18 | 1 | -23/+19 |
| | | | | operation | ||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 1 | -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 Moyer | 2022-06-16 | 1 | -3/+3 |
| | |||||
* | entity: allow to resolve identities when numashalling operations | Michael Muré | 2022-03-10 | 1 | -1/+1 |
| | |||||
* | entity: add support for storing files | Michael Muré | 2021-03-21 | 1 | -3/+3 |
| | |||||
* | WIP operation with files | Michael Muré | 2021-03-14 | 1 | -5/+10 |
| | |||||
* | entity: support different author in staging operations | Michael Muré | 2021-02-14 | 1 | -4/+4 |
| | |||||
* | entity: pass the identity resolver instead of defining it once | Michael Muré | 2021-02-14 | 1 | -9/+8 |
| | | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational. | ||||
* | entity: more testing and bug fixing | Michael Muré | 2021-02-14 | 1 | -10/+18 |
| | |||||
* | entity: readAll and more testing | Michael Muré | 2021-02-14 | 1 | -7/+31 |
| | |||||
* | WIP | Michael Muré | 2021-02-14 | 1 | -0/+137 |