Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup go imports | Michael Muré | 2018-08-13 | 1 | -0/+1 |
| | |||||
* | termui: use the editor to create a new bug | Michael Muré | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | cli: rework new and comment command to better use the editor | Michael Muré | 2018-07-31 | 1 | -18/+18 |
| | | | | | | | 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 | ||||
* | more refactoring to have reusable bug action across different UI | Michael Muré | 2018-07-25 | 1 | -7/+9 |
| | |||||
* | generate markdown documentation | Michael Muré | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | NewBug can no longer error | Michael Muré | 2018-07-19 | 1 | -4/+1 |
| | |||||
* | small cleaning | Michael Muré | 2018-07-19 | 1 | -1/+1 |
| | |||||
* | rework all the commands to use cobra as a parser | Michael Muré | 2018-07-19 | 1 | -24/+28 |
| | |||||
* | implement pull/merge | Michael Muré | 2018-07-17 | 1 | -0/+3 |
| | |||||
* | rework the commands thing and add a "commands" command to list all commands | Michael Muré | 2018-07-16 | 1 | -6/+4 |
| | |||||
* | add a "comment" command | Michael Muré | 2018-07-15 | 1 | -3/+2 |
| | |||||
* | complete the storage/read process + tests (!) | Michael Muré | 2018-07-14 | 1 | -2/+3 |
| | |||||
* | serialize a Bug to git as a blob+tree+commit+ref | Michael Muré | 2018-07-13 | 1 | -1/+1 |
| | |||||
* | create the Bug structure | Michael Muré | 2018-07-13 | 1 | -13/+10 |
| | |||||
* | create the Snapshot type for a compiled bug operation log | Michael Muré | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | store user info in the datastore | Michael Muré | 2018-07-12 | 1 | -0/+2 |
| | |||||
* | add the new bug command with a very primitive bug datastructure | Michael Muré | 2018-07-12 | 1 | -0/+75 |