Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -5/+37 |
| | | | | operation | ||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 1 | -1/+6 |
| | | | | | | | | - 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 | ||||
* | a few fixes | Michael Muré | 2022-04-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #763 from MichaelMure/resolve-entity | Michael Muré | 2022-03-10 | 1 | -1/+1 |
|\ | | | | | entity: allow to resolve identities when numashalling operations | ||||
| * | entity: allow to resolve identities when numashalling operations | Michael Muré | 2022-03-10 | 1 | -1/+1 |
| | | |||||
* | | Fix a bunch of comments and documentations | Michael Muré | 2022-03-10 | 1 | -1/+1 |
|/ | |||||
* | update keyring and migrate to github.com/ProtonMail/go-crypto | Michael Muré | 2022-02-15 | 1 | -10/+15 |
| | |||||
* | WIP operation with files | Michael Muré | 2021-03-14 | 1 | -3/+42 |
| | |||||
* | fix merge | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | |||||
* | entity: support different author in staging operations | Michael Muré | 2021-02-14 | 1 | -7/+7 |
| | |||||
* | 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: remove the pack lamport time that doesn't bring anything actually | Michael Muré | 2021-02-14 | 1 | -17/+0 |
| | |||||
* | entity: more progress on merging and signing | Michael Muré | 2021-02-14 | 1 | -4/+46 |
| | |||||
* | WIP | Michael Muré | 2021-02-14 | 1 | -0/+294 |