aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_add_comment.go
Commit message (Expand)AuthorAgeFilesLines
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-93/+0
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-311-10/+9
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-41/+8
* Fix a bunch of comments and documentationsMichael Muré2022-03-101-1/+1
* Fix ID string in order to find correct bug instanceAlexander Scharinger2021-04-171-3/+2
* WIP operation with filesMichael Muré2021-03-141-0/+2
* entity: no sign-post neededMichael Muré2021-02-201-3/+0
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-9/+5
* entity: generalize the combined Ids, use 64 lengthMichael Muré2021-02-141-1/+1
* Change the comment ID to use both bug and comment ID references.vince2021-02-141-2/+3
* typos and minor readme fixMichael Muré2020-07-151-1/+1
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-011-7/+7
* graphql: use the cache in priority for fast browsing at < 20ms instead of sec...Michael Muré2020-02-091-0/+3
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-111-27/+9
* bug: compute op's ID based on the serialized data on diskMichael Muré2019-08-081-11/+4
* minor cleanupMichael Muré2019-06-231-3/+3
* graphql: Implement `Authored` whenever possibleQuentin Gliech2019-05-221-0/+3
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-0/+3
* commands: display comment's id in "git bug comment"Michael Muré2019-03-281-7/+8
* commands: show the last modification time in "user"Michael Muré2019-03-011-1/+2
* identity: somewhat getting closer !Michael Muré2019-03-011-3/+51
* WIP identity in gitMichael Muré2019-03-011-3/+5
* Allow empty messages in comments.Cyril Roelandt2018-12-261-4/+0
* upgrade gqlgen to v0.7.1Michael Muré2018-12-231-0/+3
* bug: in op convenience function, return the new op to be able to set metadata...Michael Muré2018-10-011-4/+4
* bug: use a value embedding for OpBaseMichael Muré2018-10-011-2/+2
* bug: use deditated type for all TimelineItemMichael Muré2018-09-301-1/+10
* timeline: various minor improvementsMichael Muré2018-09-301-1/+1
* bug: implement comment editionMichael Muré2018-09-291-10/+18
* bug: apply an operation with a pointer to the snapshotMichael Muré2018-09-291-3/+1
* bug: define a hash-based identifier for an operationMichael Muré2018-09-291-0/+4
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-0/+78