Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ID string in order to find correct bug instance | Alexander Scharinger | 2021-04-17 | 1 | -4/+2 |
| | |||||
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 1 | -2/+2 |
| | |||||
* | entity: generalize the combined Ids, use 64 length | Michael Muré | 2021-02-14 | 1 | -1/+2 |
| | |||||
* | bug: fix tests | Michael Muré | 2021-02-14 | 1 | -2/+5 |
| | |||||
* | bug: Id from first operation data, not git + remove root link | Michael Muré | 2021-02-14 | 1 | -11/+15 |
| | |||||
* | repo: expose all lamport clocks, move clocks in their own folder | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | |||||
* | identity: remove support for legacy identity | Michael Muré | 2020-10-04 | 1 | -4/+13 |
| | |||||
* | bug: harmonize how time are used, fix some issues in command special formats | Michael Muré | 2020-06-25 | 1 | -1/+1 |
| | | | | This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be. | ||||
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 | 1 | -5/+6 |
| | |||||
* | bug: compute op's ID based on the serialized data on disk | Michael Muré | 2019-08-08 | 1 | -4/+7 |
| | |||||
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 1 | -2/+4 |
| | | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation | ||||
* | commands: display comment's id in "git bug comment" | Michael Muré | 2019-03-28 | 1 | -1/+6 |
| | |||||
* | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 | 1 | -1/+2 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -2/+1 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 1 | -8/+2 |
| | |||||
* | identity: somewhat getting closer ! | Michael Muré | 2019-03-01 | 1 | -0/+17 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -4/+2 |
| | |||||
* | bug: use deditated type for all TimelineItem | Michael Muré | 2018-09-30 | 1 | -1/+3 |
| | |||||
* | timeline: various minor improvements | Michael Muré | 2018-09-30 | 1 | -1/+1 |
| | |||||
* | bug: implement comment edition | Michael Muré | 2018-09-29 | 1 | -4/+16 |
| | | | | | - add a new operation - add a new "timeline" in the snapshot that hold a processed version of the operations | ||||
* | bug: apply an operation with a pointer to the snapshot | Michael Muré | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -0/+35 |