aboutsummaryrefslogtreecommitdiffstats
path: root/entity
Commit message (Expand)AuthorAgeFilesLines
* fix mergeMichael Muré2021-02-142-2/+2
* minor cleanupsMichael Muré2021-02-141-1/+1
* entity: make sure merge commit don't have operationsMichael Muré2021-02-141-0/+4
* bug: migrate to the DAG entity structure!Michael Muré2021-02-142-11/+4
* entity: support different author in staging operationsMichael Muré2021-02-148-101/+113
* entity: pass the identity resolver instead of defining it onceMichael Muré2021-02-147-57/+53
* entity: clock loaderMichael Muré2021-02-141-0/+41
* entity: expose create and edit lamport clocksMichael Muré2021-02-141-13/+38
* entity: implement removeMichael Muré2021-02-142-2/+51
* entity: remove the pack lamport time that doesn't bring anything actuallyMichael Muré2021-02-144-118/+4
* entity: working commit signaturesMichael Muré2021-02-141-0/+44
* entity: test all merge scenarioMichael Muré2021-02-142-28/+200
* entity: use BFS instead of DFS to get the proper topological orderMichael Muré2021-02-141-19/+17
* entity: more testing and bug fixingMichael Muré2021-02-143-57/+164
* entity: readAll and more testingMichael Muré2021-02-144-14/+190
* entity: more progress on merging and signingMichael Muré2021-02-146-58/+139
* WIPMichael Muré2021-02-1414-400/+958
* entity: total ordering of operationsMichael Muré2021-02-141-6/+23
* entity: clocks and writeMichael Muré2021-02-144-52/+387
* entity: add embryo of a generic, DAG-enabled entityMichael Muré2021-02-143-0/+333
* entity: add error to signal invalid formatMichael Muré2021-02-141-18/+21
* entity: generalize the combined Ids, use 64 lengthMichael Muré2021-02-143-1/+105
* entity: unique function to generate IDsMichael Muré2021-02-141-0/+14
* deal with the previous changesMichael Muré2021-02-142-3/+9
* bug: Id from first operation data, not git + remove root linkMichael Muré2021-02-141-2/+2
* expose format versionvince2020-12-151-0/+26
* add remove identity featurevince2020-11-221-0/+18
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-0/+5
* bridge: various improvement on the global token PRMichael Muré2019-11-101-0/+18
* bridge/core: add context.Context to ImportAll and ExportAll signaturesAmine Hilaly2019-08-181-2/+6
* more hash-->id fixesMichael Muré2019-08-131-0/+2
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-122-5/+33
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-113-3/+67
* cache: properly push/pull identities and bugsMichael Muré2019-03-273-0/+84