aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_edit_comment.go
Commit message (Expand)AuthorAgeFilesLines
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-129/+0
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-311-17/+10
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-251-39/+4
* Fix a bunch of comments and documentationsMichael Muré2022-03-101-4/+4
* Fix ID string in order to find correct bug instanceAlexander Scharinger2021-04-171-5/+11
* WIP operation with filesMichael Muré2021-03-141-0/+2
* entity: no sign-post neededMichael Muré2021-02-201-3/+0
* minor cleanupsMichael Muré2021-02-141-1/+1
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-7/+3
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-011-11/+11
* Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-091-6/+6
|\
| * graphql: use the cache in priority for fast browsing at < 20ms instead of sec...Michael Muré2020-02-091-0/+3
| * various cleanups suggested by golang-ciMichael Muré2020-02-081-6/+3
* | codereview #2: some cleanup, correct use of nothing-eventsJosh Bialkowski2019-12-181-6/+11
* | Implement jira bridgeJosh Bialkowski2019-12-181-0/+7
|/
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-111-34/+17
* bug: compute op's ID based on the serialized data on diskMichael Muré2019-08-081-13/+11
* bug: fix a potential crash with malformed data in EditCommentOperationMichael Muré2019-04-171-9/+9
* bug: fix EditCommentOperation targeting the wrong commentMichael Muré2019-04-141-1/+1
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-0/+2
* commands: display comment's id in "git bug comment"Michael Muré2019-03-281-0/+1
* 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/+55
* WIP identity in gitMichael Muré2019-03-011-3/+5
* upgrade gqlgen to v0.7.1Michael Muré2018-12-231-0/+3
* bug: message can be empty on edit commentMichael Muré2018-10-011-4/+0
* 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-8/+3
* timeline: various minor improvementsMichael Muré2018-09-301-6/+8
* bug: implement comment editionMichael Muré2018-09-291-0/+123