Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: add "was" on SetTitleOperation to store what the title was | Michael Muré | 2018-08-15 | 1 | -2/+21 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -3/+3 |
| | |||||
* | bug: add a Lamport logical clock to be able to sort bugs by creation time ↵ | Michael Muré | 2018-08-06 | 4 | -17/+4 |
| | | | | and edit time without having to rely on a timestamp | ||||
* | fix test | Michael Muré | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | implement media hosting in git for comments + API for the webui | Michael Muré | 2018-08-02 | 5 | -4/+42 |
| | |||||
* | graphql: implement the missing mutations | Michael Muré | 2018-08-01 | 1 | -0/+5 |
| | |||||
* | termui: add a view to display a bug | Michael Muré | 2018-08-01 | 2 | -0/+4 |
| | |||||
* | some cleaning | Michael Muré | 2018-07-25 | 5 | -35/+41 |
| | |||||
* | more refactoring to have reusable bug action across different UI | Michael Muré | 2018-07-25 | 5 | -0/+92 |
| | |||||
* | implement label op+command | Michael Muré | 2018-07-18 | 2 | -0/+57 |
| | |||||
* | all operations now have an author and a timestamp | Michael Muré | 2018-07-18 | 5 | -25/+25 |
| | |||||
* | add bug status + open/close commands | Michael Muré | 2018-07-17 | 5 | -10/+28 |
| | |||||
* | cleaning | Michael Muré | 2018-07-14 | 2 | -2/+2 |
| | |||||
* | use a Unix timestamp (int64) for the time instead of golang's Time that ↵ | Michael Muré | 2018-07-14 | 2 | -4/+4 |
| | | | | cause trouble for serialisation | ||||
* | add time to comments | Michael Muré | 2018-07-14 | 3 | -5/+15 |
| | |||||
* | complete the storage/read process + tests (!) | Michael Muré | 2018-07-14 | 3 | -60/+13 |
| | |||||
* | implement AddComment | Michael Muré | 2018-07-13 | 2 | -4/+30 |
| | |||||
* | serialize a Bug to git as a blob+tree+commit+ref | Michael Muré | 2018-07-13 | 2 | -12/+12 |
| | |||||
* | create the Bug structure | Michael Muré | 2018-07-13 | 4 | -33/+14 |
| | |||||
* | add the first 2 operations | Michael Muré | 2018-07-12 | 5 | -0/+176 |