Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure every text input is safe and validated | Michael Muré | 2021-04-17 | 1 | -6/+2 |
| | | | | fix #630 | ||||
* | 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 |
| | | | | | Add comment edit command This commit adds the comment edit command, which provides a CLI tool that allows a user to edit a comment. | ||||
* | 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 |
| | | | | This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be. | ||||
* | graphql: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 | 1 | -0/+3 |
| | | | | seconds | ||||
* | 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 |
| | | | | webui: Use a fragment for Authored nodes | ||||
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 1 | -0/+3 |
| | | | | | | | | 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 | -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 ↵ | Michael Muré | 2018-10-01 | 1 | -4/+4 |
| | | | | metadata later | ||||
* | 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 |
| | | | | | - 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 | -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 |