Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup go imports | Michael Muré | 2018-08-13 | 11 | -8/+19 |
| | |||||
* | prepare a first version | Michael Muré | 2018-08-12 | 1 | -0/+2 |
| | |||||
* | termui: implement push/pull | Michael Muré | 2018-08-12 | 1 | -1/+6 |
| | |||||
* | bash completion: thanks to @tst2005, make the completion works for "git bug ↵ | Michael Muré | 2018-08-08 | 1 | -0/+6 |
| | | | | <command>" | ||||
* | bug: add a Lamport logical clock to be able to sort bugs by creation time ↵ | Michael Muré | 2018-08-06 | 1 | -2/+6 |
| | | | | 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 | -14/+2 |
| | |||||
* | webui: add the http handlers for read/write git blob for media in comments | Michael Muré | 2018-08-02 | 1 | -0/+111 |
| | |||||
* | termui: use the editor to create a new bug | Michael Muré | 2018-07-31 | 3 | -3/+2 |
| | |||||
* | cli: rework new and comment command to better use the editor | Michael Muré | 2018-07-31 | 3 | -125/+27 |
| | | | | | | | 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 | ||||
* | termui: PgUp & PgDown to pagine the bug list as well | Michael Muré | 2018-07-30 | 1 | -1/+0 |
| | |||||
* | wip terminal ui | Michael Muré | 2018-07-30 | 1 | -0/+21 |
| | |||||
* | webui: show graphql urls | Michael Muré | 2018-07-29 | 1 | -1/+3 |
| | |||||
* | cleaning | Michael Muré | 2018-07-29 | 1 | -2/+2 |
| | |||||
* | relay connection working with gqlgen | Michael Muré | 2018-07-29 | 1 | -8/+4 |
| | |||||
* | more refactoring to have reusable bug action across different UI | Michael Muré | 2018-07-25 | 6 | -102/+30 |
| | |||||
* | bug: refactor to limit abstraction leak and to have a more reusable code for ↵ | Michael Muré | 2018-07-23 | 9 | -70/+22 |
| | | | | the UIs | ||||
* | webui: Add flag to specify which port to listen to | Quentin Gliech | 2018-07-22 | 1 | -3/+9 |
| | |||||
* | use DisableAutoGenTag to not have to commit the documentation after each build | Michael Muré | 2018-07-20 | 1 | -0/+2 |
| | |||||
* | generate markdown documentation | Michael Muré | 2018-07-20 | 12 | -18/+17 |
| | |||||
* | graphql: Actually get the bugs from the repo | Quentin Gliech | 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 |
| | |||||
* | webui: add a primitive graphql handler | Michael Muré | 2018-07-19 | 1 | -1/+14 |
| | |||||
* | rework all the commands to use cobra as a parser | Michael Muré | 2018-07-19 | 13 | -193/+228 |
| | |||||
* | implement label op+command | Michael Muré | 2018-07-18 | 3 | -2/+118 |
| | |||||
* | all operations now have an author and a timestamp | Michael Muré | 2018-07-18 | 2 | -2/+12 |
| | |||||
* | crude implementation of show | Michael Muré | 2018-07-17 | 2 | -0/+75 |
| | |||||
* | ls: add some colors | Michael Muré | 2018-07-17 | 1 | -1/+19 |
| | |||||
* | add bug status + open/close commands | Michael Muré | 2018-07-17 | 5 | -5/+86 |
| | |||||
* | implement pull/merge | Michael Muré | 2018-07-17 | 3 | -4/+66 |
| | |||||
* | commands: sort commands by name | Michael Muré | 2018-07-16 | 1 | -2/+13 |
| | |||||
* | add the infrastructure for an embedded web UI + command | Michael Muré | 2018-07-16 | 2 | -0/+38 |
| | |||||
* | fix build | Michael Muré | 2018-07-16 | 2 | -2/+0 |
| | |||||
* | rework the commands thing and add a "commands" command to list all commands | Michael Muré | 2018-07-16 | 7 | -47/+107 |
| | |||||
* | add a "comment" command | Michael Muré | 2018-07-15 | 6 | -14/+87 |
| | |||||
* | ls: better output | Michael Muré | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | list --> ls, silly ! | Michael Muré | 2018-07-15 | 2 | -4/+4 |
| | |||||
* | add a primitive "list" command | Michael Muré | 2018-07-14 | 2 | -0/+37 |
| | |||||
* | complete the storage/read process + tests (!) | Michael Muré | 2018-07-14 | 1 | -2/+3 |
| | |||||
* | fix push/pull | Michael Muré | 2018-07-13 | 1 | -1/+1 |
| | |||||
* | serialize a Bug to git as a blob+tree+commit+ref | Michael Muré | 2018-07-13 | 4 | -4/+5 |
| | |||||
* | create the Bug structure | Michael Muré | 2018-07-13 | 2 | -25/+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 | 5 | -14/+191 |
| | |||||
* | more experiment | Michael Muré | 2018-07-12 | 3 | -0/+106 |