aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operations
Commit message (Expand)AuthorAgeFilesLines
* reorganize package for a more idomatic goMichael Muré2018-09-117-373/+0
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-103-3/+3
* bug: refactor the Pull code to have the message formating in the upper layersMichael Muré2018-09-071-0/+1
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-233-3/+3
* bug: introduce WithSnapshot to maintain incrementally and effitiently a snap...Michael Muré2018-08-234-6/+6
* bug: add "was" on SetTitleOperation to store what the title wasMichael Muré2018-08-151-2/+21
* fix some linting troubleMichael Muré2018-08-131-3/+3
* bug: add a Lamport logical clock to be able to sort bugs by creation time and...Michael Muré2018-08-064-17/+4
* fix testMichael Muré2018-08-021-1/+1
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-025-4/+42
* graphql: implement the missing mutationsMichael Muré2018-08-011-0/+5
* termui: add a view to display a bugMichael Muré2018-08-012-0/+4
* some cleaningMichael Muré2018-07-255-35/+41
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-255-0/+92
* implement label op+commandMichael Muré2018-07-182-0/+57
* all operations now have an author and a timestampMichael Muré2018-07-185-25/+25
* add bug status + open/close commandsMichael Muré2018-07-175-10/+28
* cleaningMichael Muré2018-07-142-2/+2
* use a Unix timestamp (int64) for the time instead of golang's Time that cause...Michael Muré2018-07-142-4/+4
* add time to commentsMichael Muré2018-07-143-5/+15
* complete the storage/read process + tests (!)Michael Muré2018-07-143-60/+13
* implement AddCommentMichael Muré2018-07-132-4/+30
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-132-12/+12
* create the Bug structureMichael Muré2018-07-134-33/+14
* add the first 2 operationsMichael Muré2018-07-125-0/+176