aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/entity.go
Commit message (Expand)AuthorAgeFilesLines
* commands: add a nice terminal progress bar when building the cacheMichael Muré2023-01-111-1/+9
* cache: tie up the refactor up to compilingMichael Muré2022-12-211-23/+11
* WIPMichael Muré2022-11-291-28/+41
* generalized interface for an EntityMichael Muré2022-08-251-1/+1
* dag: test op serialisation with the unmarshaller, to allow resolving entitiesMichael Muré2022-08-241-1/+3
* 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-9/+81
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-1/+1
* update docMichael Muré2022-03-221-1/+1
* Merge pull request #763 from MichaelMure/resolve-entityMichael Muré2022-03-101-1/+1
|\
| * 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-3/+3
|/
* entity: make sure merge commit don't have operationsMichael Muré2021-02-141-0/+4
* entity: support different author in staging operationsMichael Muré2021-02-141-45/+54
* entity: pass the identity resolver instead of defining it onceMichael Muré2021-02-141-10/+8
* entity: expose create and edit lamport clocksMichael Muré2021-02-141-13/+38
* entity: remove the pack lamport time that doesn't bring anything actuallyMichael Muré2021-02-141-28/+4
* entity: use BFS instead of DFS to get the proper topological orderMichael Muré2021-02-141-19/+17
* entity: readAll and more testingMichael Muré2021-02-141-1/+47
* entity: more progress on merging and signingMichael Muré2021-02-141-10/+4
* WIPMichael Muré2021-02-141-0/+389