summaryrefslogtreecommitdiffstatshomepage
path: root/bug/operations
Commit message (Collapse)AuthorAge
* reorganize package for a more idomatic goMichael Muré2018-09-11
|
* bug: ensure that OpBase field are public and properly serializedMichael Muré2018-09-10
| | | | fix #37
* bug: refactor the Pull code to have the message formating in the upper layersMichael Muré2018-09-07
|
* bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵Michael Muré2018-08-23
| | | | sorting and retrieval
* bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵Michael Muré2018-08-23
| | | | snapshot
* bug: add "was" on SetTitleOperation to store what the title wasMichael Muré2018-08-15
|
* fix some linting troubleMichael Muré2018-08-13
|
* bug: add a Lamport logical clock to be able to sort bugs by creation time ↵Michael Muré2018-08-06
| | | | and edit time without having to rely on a timestamp
* fix testMichael Muré2018-08-02
|
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-02
|
* graphql: implement the missing mutationsMichael Muré2018-08-01
|
* termui: add a view to display a bugMichael Muré2018-08-01
|
* some cleaningMichael Muré2018-07-25
|
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-25
|
* implement label op+commandMichael Muré2018-07-18
|
* all operations now have an author and a timestampMichael Muré2018-07-18
|
* add bug status + open/close commandsMichael Muré2018-07-17
|
* cleaningMichael Muré2018-07-14
|
* use a Unix timestamp (int64) for the time instead of golang's Time that ↵Michael Muré2018-07-14
| | | | cause trouble for serialisation
* add time to commentsMichael Muré2018-07-14
|
* complete the storage/read process + tests (!)Michael Muré2018-07-14
|
* implement AddCommentMichael Muré2018-07-13
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-13
|
* create the Bug structureMichael Muré2018-07-13
|
* add the first 2 operationsMichael Muré2018-07-12