Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -0/+11 |
| | |||||
* | bug: add a Lamport logical clock to be able to sort bugs by creation time ↵ | Michael Muré | 2018-08-06 | 1 | -0/+4 |
| | | | | and edit time without having to rely on a timestamp | ||||
* | implement media hosting in git for comments + API for the webui | Michael Muré | 2018-08-02 | 1 | -1/+5 |
| | |||||
* | cli: rework new and comment command to better use the editor | Michael Muré | 2018-07-31 | 1 | -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+command | Michael Muré | 2018-07-18 | 1 | -0/+1 |
| | |||||
* | all operations now have an author and a timestamp | Michael Muré | 2018-07-18 | 1 | -0/+17 |
| | |||||
* | add bug status + open/close commands | Michael Muré | 2018-07-17 | 1 | -4/+5 |
| | |||||
* | complete the storage/read process + tests (!) | Michael Muré | 2018-07-14 | 1 | -2/+2 |
| | |||||
* | serialize a Bug to git as a blob+tree+commit+ref | Michael Muré | 2018-07-13 | 1 | -0/+8 |
| | |||||
* | create the Bug structure | Michael Muré | 2018-07-13 | 1 | -0/+15 |