Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generalized interface for an Entity | Michael Muré | 2022-08-25 | 1 | -1/+1 |
| | |||||
* | dag: test op serialisation with the unmarshaller, to allow resolving entities | Michael Muré | 2022-08-24 | 1 | -1/+3 |
| | |||||
* | 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 | -9/+81 |
| | | | | operation | ||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 1 | -1/+1 |
| | | | | | | | | - 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 | ||||
* | update doc | Michael Muré | 2022-03-22 | 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 | -3/+3 |
|/ | |||||
* | entity: make sure merge commit don't have operations | Michael Muré | 2021-02-14 | 1 | -0/+4 |
| | |||||
* | entity: support different author in staging operations | Michael Muré | 2021-02-14 | 1 | -45/+54 |
| | |||||
* | entity: pass the identity resolver instead of defining it once | Michael Muré | 2021-02-14 | 1 | -10/+8 |
| | | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational. | ||||
* | entity: expose create and edit lamport clocks | Michael Muré | 2021-02-14 | 1 | -13/+38 |
| | |||||
* | entity: remove the pack lamport time that doesn't bring anything actually | Michael Muré | 2021-02-14 | 1 | -28/+4 |
| | |||||
* | entity: use BFS instead of DFS to get the proper topological order | Michael Muré | 2021-02-14 | 1 | -19/+17 |
| | |||||
* | entity: readAll and more testing | Michael Muré | 2021-02-14 | 1 | -1/+47 |
| | |||||
* | entity: more progress on merging and signing | Michael Muré | 2021-02-14 | 1 | -10/+4 |
| | |||||
* | WIP | Michael Muré | 2021-02-14 | 1 | -0/+389 |