aboutsummaryrefslogtreecommitdiffstats
path: root/bug/snapshot.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | [bug] add snapshot.HasParticipant(id string) [bug] add snapshot.HasAnyParticipant(ids ...string) [bug] add snapshot.HasActor(id string) [bug] add snapshot.HasAnyActor(ids ...string) [bridge/github] improve comments [bridge/github] exporter tests: register deleteRepository in cleaner [bridge/github] tests rebase
* graphql: Implement `Authored` whenever possibleQuentin Gliech2019-05-221-0/+3
| | | | webui: Use a fragment for Authored nodes
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-6/+30
| | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation
* Made requested changesSladyn2019-03-021-8/+0
| | | | Made changes to the doc files and remaining areas which required updation.
* 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
| | | | | - add a new operation - add a new "timeline" in the snapshot that hold a processed version of the operations
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-101-1/+1
| | | | fix #37
* bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵Michael Muré2018-08-231-1/+10
| | | | sorting and retrieval
* 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