aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/operation_pack.go
Commit message (Collapse)AuthorAgeFilesLines
* 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-5/+37
| | | | operation
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-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 fixesMichael Muré2022-04-261-1/+1
|
* Merge pull request #763 from MichaelMure/resolve-entityMichael Muré2022-03-101-1/+1
|\ | | | | entity: allow to resolve identities when numashalling operations
| * entity: allow to resolve identities when numashalling operationsMichael Muré2022-03-101-1/+1
| |
* | Fix a bunch of comments and documentationsMichael Muré2022-03-101-1/+1
|/
* update keyring and migrate to github.com/ProtonMail/go-cryptoMichael Muré2022-02-151-10/+15
|
* WIP operation with filesMichael Muré2021-03-141-3/+42
|
* fix mergeMichael Muré2021-02-141-1/+1
|
* entity: support different author in staging operationsMichael Muré2021-02-141-7/+7
|
* entity: pass the identity resolver instead of defining it onceMichael Muré2021-02-141-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 actuallyMichael Muré2021-02-141-17/+0
|
* entity: more progress on merging and signingMichael Muré2021-02-141-4/+46
|
* WIPMichael Muré2021-02-141-0/+294