Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 |
| | |||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 |
| | | | | | | | | - 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 OperationPack | Michael Muré | 2022-03-15 |
| | |||
* | Fix ID string in order to find correct bug instance | Alexander Scharinger | 2021-04-17 |
| | |||
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 |
| | |||
* | bug: fix tests | Michael Muré | 2021-02-14 |
| | |||
* | bug: Id from first operation data, not git + remove root link | Michael Muré | 2021-02-14 |
| | |||
* | repo: expose all lamport clocks, move clocks in their own folder | Michael Muré | 2021-02-14 |
| | |||
* | identity: remove support for legacy identity | Michael Muré | 2020-10-04 |
| | |||
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 |
| | |||
* | bug: compute op's ID based on the serialized data on disk | Michael Muré | 2019-08-08 |
| | |||
* | bug: fix EditCommentOperation targeting the wrong comment | Michael Muré | 2019-04-14 |
| | | | | fix #126 | ||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 |
| | |||
* | identity: somewhat getting closer ! | Michael Muré | 2019-03-01 |
| | |||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 |
| | |||
* | WIP identity in git | Michael Muré | 2019-03-01 |
| | |||
* | bug: use deditated type for all TimelineItem | Michael Muré | 2018-09-30 |
| | |||
* | bug: implement comment edition | Michael Muré | 2018-09-29 |
- add a new operation - add a new "timeline" in the snapshot that hold a processed version of the operations |