aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operation.go
Commit message (Collapse)AuthorAgeFilesLines
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-5/+37
|
* bug: proper int baked enum for merge result status instead of a stringMichael Muré2018-09-131-1/+1
|
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-121-7/+7
| | | | 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-111-3/+3
|
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-101-8/+8
| | | | fix #37
* bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵Michael Muré2018-08-231-3/+10
| | | | sorting and retrieval
* fix some linting troubleMichael Muré2018-08-131-0/+11
|
* bug: add a Lamport logical clock to be able to sort bugs by creation time ↵Michael Muré2018-08-061-0/+4
| | | | and edit time without having to rely on a timestamp
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-1/+5
|
* cli: rework new and comment command to better use the editorMichael Muré2018-07-311-0/+3
| | | | | | | a nice templace is now provided with explanations new: title and message can now be provided from the editor. Title will be the first non-empty line
* implement label op+commandMichael Muré2018-07-181-0/+1
|
* all operations now have an author and a timestampMichael Muré2018-07-181-0/+17
|
* add bug status + open/close commandsMichael Muré2018-07-171-4/+5
|
* complete the storage/read process + tests (!)Michael Muré2018-07-141-2/+2
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-0/+8
|
* create the Bug structureMichael Muré2018-07-131-0/+15