Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix tests | Michael Muré | 2018-08-15 | 1 | -1/+1 |
* | cleanup go imports | Michael Muré | 2018-08-13 | 1 | -3/+4 |
* | test: make bug_actions_test race resistant | Michael Muré | 2018-08-12 | 1 | -22/+20 |
* | fix test | Michael Muré | 2018-08-02 | 1 | -2/+2 |
* | add test for push/pull/rebase with a real git repo | Michael Muré | 2018-07-25 | 1 | -0/+337 |
* | NewBug can no longer error | Michael Muré | 2018-07-19 | 2 | -15/+5 |
* | bug: replace the uuid based id with the hash of the first commit | Michael Muré | 2018-07-19 | 1 | -3/+13 |
* | implement label op+command | Michael Muré | 2018-07-18 | 1 | -1/+4 |
* | all operations now have an author and a timestamp | Michael Muré | 2018-07-18 | 1 | -6/+6 |
* | fix tests | Michael Muré | 2018-07-17 | 1 | -1/+1 |
* | add bug status + open/close commands | Michael Muré | 2018-07-17 | 2 | -3/+5 |
* | comment the failing test for now (code is ok) | Michael Muré | 2018-07-17 | 1 | -26/+24 |
* | implement pull/merge | Michael Muré | 2018-07-17 | 1 | -1/+1 |
* | cleaning | Michael Muré | 2018-07-14 | 1 | -1/+1 |
* | complete the storage/read process + tests (!) | Michael Muré | 2018-07-14 | 2 | -14/+33 |
* | implement AddComment | Michael Muré | 2018-07-13 | 2 | -3/+5 |
* | serialize a Bug to git as a blob+tree+commit+ref | Michael Muré | 2018-07-13 | 3 | -3/+42 |
* | little bit more tests | Michael Muré | 2018-07-13 | 2 | -0/+97 |