summaryrefslogtreecommitdiffstatshomepage
path: root/operations/label_change.go
Commit message (Collapse)AuthorAge
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-29
|
* cache: add raw edit functions to allow setting up the author, the timestamp ↵Michael Muré2018-09-25
| | | | and the metadatas
* bug: add the ability to store arbitrary metadata on an operationMichael Muré2018-09-24
|
* commands: add a "label add" command to add new label to a bugMichael Muré2018-09-17
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-15
|
* operations: return a more convenient array of result for label changesMichael Muré2018-09-13
|
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-12
| | | | See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice
* reorganize package for a more idomatic goMichael Muré2018-09-11