| Commit message (Expand) | Author | Age | Files | Lines |
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -112/+0 |
* | bug: fix an issue where Id would be used, then changed due to metadata | Michael Muré | 2022-07-31 | 1 | -15/+11 |
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 1 | -68/+9 |
* | Merge pull request #631 from MichaelMure/comment-edit | Michael Muré | 2021-04-18 | 1 | -3/+2 |
|\ |
|
| * | Fix ID string in order to find correct bug instance | Alexander Scharinger | 2021-04-17 | 1 | -3/+2 |
* | | make sure every text input is safe and validated | Michael Muré | 2021-04-17 | 1 | -6/+2 |
|/ |
|
* | WIP operation with files | Michael Muré | 2021-03-14 | 1 | -0/+2 |
* | bug: nonce on all operation to prevent id collision | Michael Muré | 2021-03-14 | 1 | -15/+0 |
* | entity: no sign-post needed | Michael Muré | 2021-02-20 | 1 | -3/+0 |
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 1 | -10/+6 |
* | entity: generalize the combined Ids, use 64 length | Michael Muré | 2021-02-14 | 1 | -1/+1 |
* | bug: fix tests | Michael Muré | 2021-02-14 | 1 | -0/+7 |
* | Change the comment ID to use both bug and comment ID references. | vince | 2021-02-14 | 1 | -2/+3 |
* | bug: don't store the id in Bug, match how it's done for Identity | Michael Muré | 2021-02-14 | 1 | -1/+16 |
* | bug: Id from first operation data, not git + remove root link | Michael Muré | 2021-02-14 | 1 | -2/+24 |
* | repository: merge git.Hash in for one less /util package | Michael Muré | 2020-07-01 | 1 | -10/+10 |
* | bug: harmonize how time are used, fix some issues in command special formats | Michael Muré | 2020-06-25 | 1 | -1/+1 |
* | graphql: use the cache in priority for fast browsing at < 20ms instead of sec... | Michael Muré | 2020-02-09 | 1 | -0/+3 |
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 | 1 | -29/+10 |
* | bug: compute op's ID based on the serialized data on disk | Michael Muré | 2019-08-08 | 1 | -11/+4 |
* | minor cleanup | Michael Muré | 2019-06-23 | 1 | -3/+3 |
* | graphql: Implement `Authored` whenever possible | Quentin Gliech | 2019-05-22 | 1 | -0/+3 |
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 1 | -0/+3 |
* | commands: display comment's id in "git bug comment" | Michael Muré | 2019-03-28 | 1 | -7/+8 |
* | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 | 1 | -1/+2 |
* | identity: somewhat getting closer ! | Michael Muré | 2019-03-01 | 1 | -4/+55 |
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -3/+5 |
* | upgrade gqlgen to v0.7.1 | Michael Muré | 2018-12-23 | 1 | -0/+3 |
* | bug: in op convenience function, return the new op to be able to set metadata... | Michael Muré | 2018-10-01 | 1 | -4/+4 |
* | bug: use a value embedding for OpBase | Michael Muré | 2018-10-01 | 1 | -2/+2 |
* | bug: use deditated type for all TimelineItem | Michael Muré | 2018-09-30 | 1 | -1/+8 |
* | timeline: various minor improvements | Michael Muré | 2018-09-30 | 1 | -1/+1 |
* | bug: implement comment edition | Michael Muré | 2018-09-29 | 1 | -16/+27 |
* | bug: apply an operation with a pointer to the snapshot | Michael Muré | 2018-09-29 | 1 | -2/+1 |
* | bug: define a hash-based identifier for an operation | Michael Muré | 2018-09-29 | 1 | -0/+4 |
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -0/+93 |