aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_create.go
Commit message (Expand)AuthorAgeFilesLines
* 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-29/+10
* 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-4/+55
* WIP identity in gitMichael Muré2019-03-011-3/+5
* 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/+8
* timeline: various minor improvementsMichael Muré2018-09-301-1/+1
* bug: implement comment editionMichael Muré2018-09-291-16/+27
* bug: apply an operation with a pointer to the snapshotMichael Muré2018-09-291-2/+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/+93