Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the comment ID to use both bug and comment ID references. | vince | 2021-02-14 | 1 | -0/+5 |
| | | | | | Add comment edit command This commit adds the comment edit command, which provides a CLI tool that allows a user to edit a comment. | ||||
* | bug: harmonize how time are used, fix some issues in command special formats | Michael Muré | 2020-06-25 | 1 | -11/+2 |
| | | | | This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be. | ||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -2/+2 |
| | |||||
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 | 1 | -14/+10 |
| | |||||
* | fix everything following the hash-->id change | Michael Muré | 2019-08-08 | 1 | -3/+2 |
| | |||||
* | bug: compute op's ID based on the serialized data on disk | Michael Muré | 2019-08-08 | 1 | -2/+2 |
| | |||||
* | bug: add snapshot.SearchComment method | Amine Hilaly | 2019-07-23 | 1 | -0/+11 |
| | |||||
* | [bug] add snapshot.GetCreateMetadata method | Amine Hilaly | 2019-06-30 | 1 | -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 possible | Quentin Gliech | 2019-05-22 | 1 | -0/+3 |
| | | | | webui: Use a fragment for Authored nodes | ||||
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 1 | -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 changes | Sladyn | 2019-03-02 | 1 | -8/+0 |
| | | | | Made changes to the doc files and remaining areas which required updation. | ||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -1/+2 |
| | |||||
* | Issue #87: use same id format function in snapshot.go than in bug.go | Sebastien Devaux | 2019-01-04 | 1 | -1/+1 |
| | |||||
* | github: working incremental + comment history for the first comment | Michael Muré | 2018-10-01 | 1 | -0/+1 |
| | |||||
* | bug: use deditated type for all TimelineItem | Michael Muré | 2018-09-30 | 1 | -6/+1 |
| | |||||
* | bug: implement comment edition | Michael Muré | 2018-09-29 | 1 | -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 serialized | Michael Muré | 2018-09-10 | 1 | -1/+1 |
| | | | | fix #37 | ||||
* | bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵ | Michael Muré | 2018-08-23 | 1 | -1/+10 |
| | | | | sorting and retrieval | ||||
* | termui: show the last edit in a dedicated column | Michael Muré | 2018-08-02 | 1 | -3/+1 |
| | |||||
* | termui: add a view to display a bug | Michael Muré | 2018-08-01 | 1 | -4/+6 |
| | |||||
* | graphql: Actually get the bugs from the repo | Quentin Gliech | 2018-07-20 | 1 | -4/+4 |
| | |||||
* | humanize time | Michael Muré | 2018-07-19 | 1 | -2/+3 |
| | |||||
* | all operations now have an author and a timestamp | Michael Muré | 2018-07-18 | 1 | -4/+8 |
| | |||||
* | crude implementation of show | Michael Muré | 2018-07-17 | 1 | -0/+3 |
| | |||||
* | ls: add some colors | Michael Muré | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | add bug status + open/close commands | Michael Muré | 2018-07-17 | 1 | -0/+12 |
| | |||||
* | ls: better output | Michael Muré | 2018-07-15 | 1 | -0/+18 |
| | |||||
* | create the Bug structure | Michael Muré | 2018-07-13 | 1 | -0/+8 |