aboutsummaryrefslogtreecommitdiffstats
path: root/bug/snapshot.go
Commit message (Expand)AuthorAgeFilesLines
* Fix ID string in order to find correct bug instanceAlexander Scharinger2021-04-171-3/+2
* Change the comment ID to use both bug and comment ID references.vince2021-02-141-0/+5
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-251-11/+2
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-2/+2
* bug,entity: use a dedicated type to store IDsMichael Muré2019-08-111-14/+10
* fix everything following the hash-->id changeMichael Muré2019-08-081-3/+2
* bug: compute op's ID based on the serialized data on diskMichael Muré2019-08-081-2/+2
* bug: add snapshot.SearchComment methodAmine Hilaly2019-07-231-0/+11
* [bug] add snapshot.GetCreateMetadata methodAmine Hilaly2019-06-301-0/+45
* graphql: Implement `Authored` whenever possibleQuentin Gliech2019-05-221-0/+3
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-6/+30
* Made requested changesSladyn2019-03-021-8/+0
* WIP identity in gitMichael Muré2019-03-011-1/+2
* Issue #87: use same id format function in snapshot.go than in bug.goSebastien Devaux2019-01-041-1/+1
* github: working incremental + comment history for the first commentMichael Muré2018-10-011-0/+1
* bug: use deditated type for all TimelineItemMichael Muré2018-09-301-6/+1
* bug: implement comment editionMichael Muré2018-09-291-5/+25
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-101-1/+1
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-231-1/+10
* termui: show the last edit in a dedicated columnMichael Muré2018-08-021-3/+1
* termui: add a view to display a bugMichael Muré2018-08-011-4/+6
* graphql: Actually get the bugs from the repoQuentin Gliech2018-07-201-4/+4
* humanize timeMichael Muré2018-07-191-2/+3
* all operations now have an author and a timestampMichael Muré2018-07-181-4/+8
* crude implementation of showMichael Muré2018-07-171-0/+3
* ls: add some colorsMichael Muré2018-07-171-1/+1
* add bug status + open/close commandsMichael Muré2018-07-171-0/+12
* ls: better outputMichael Muré2018-07-151-0/+18
* create the Bug structureMichael Muré2018-07-131-0/+8