aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_set_title_test.go
Commit message (Collapse)AuthorAgeFilesLines
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-14/+0
|
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-27/+4
| | | | | | | | - 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
* bug: don't serialize multiple time the author, only once in OperationPackMichael Muré2022-03-151-2/+1
|
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-2/+2
|
* bug: Id from first operation data, not git + remove root linkMichael Muré2021-02-141-8/+6
|
* repo: expose all lamport clocks, move clocks in their own folderMichael Muré2021-02-141-1/+1
|
* identity: remove support for legacy identityMichael Muré2020-10-041-3/+14
|
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-111-2/+3
|
* bug: compute op's ID based on the serialized data on diskMichael Muré2019-08-081-0/+3
|
* identity: somewhat getting closer !Michael Muré2019-03-011-0/+25