aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag
Commit message (Collapse)AuthorAgeFilesLines
* test: clean up temp dir and repo correctlySteve Moyer2022-05-311-0/+2
|
* refactor: use namespace instead of application of applicationNameSteve Moyer2022-05-261-3/+3
|
* feat: make local storage configurableSteve Moyer2022-05-251-2/+3
|
* a few fixesMichael Muré2022-04-261-1/+1
|
* entity/dag: add an extensive exampleMichael Muré2022-03-221-0/+383
|
* update docMichael Muré2022-03-221-1/+1
|
* Merge pull request #763 from MichaelMure/resolve-entityMichael Muré2022-03-103-3/+3
|\ | | | | entity: allow to resolve identities when numashalling operations
| * entity: allow to resolve identities when numashalling operationsMichael Muré2022-03-103-3/+3
| |
* | Fix a bunch of comments and documentationsMichael Muré2022-03-103-5/+5
|/
* update keyring and migrate to github.com/ProtonMail/go-cryptoMichael Muré2022-02-151-10/+15
|
* cache: many fixes following the dag entity migrationMichael Muré2021-04-081-3/+4
|
* entity: more commentsMichael Muré2021-04-041-0/+4
|
* entity: add support for storing filesMichael Muré2021-03-212-11/+66
|
* WIP operation with filesMichael Muré2021-03-144-10/+79
|
* bug: nonce on all operation to prevent id collisionMichael Muré2021-03-141-3/+13
|
* bug: wrap dag.Entity into a full Bug in MergeAllMichael Muré2021-02-141-1/+1
|
* fix mergeMichael Muré2021-02-141-1/+1
|
* 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-148-101/+113
|
* entity: pass the identity resolver instead of defining it onceMichael Muré2021-02-147-57/+53
| | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational.
* 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-144-46/+113
|
* WIPMichael Muré2021-02-147-0/+1239