Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git: fix fetch not working | Michael Muré | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | bug: fix merge procedure | Michael Muré | 2018-07-25 | 1 | -26/+34 |
| | |||||
* | fix remote refs pattern to match default git behavior | Michael Muré | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | commit the builded webui | Michael Muré | 2018-07-23 | 9 | -12/+7 |
| | |||||
* | bug: refactor to limit abstraction leak and to have a more reusable code for ↵ | Michael Muré | 2018-07-23 | 15 | -113/+235 |
| | | | | the UIs | ||||
* | Merge pull request #3 from MichaelMure/ui | Michael Muré | 2018-07-22 | 20 | -2549/+2897 |
|\ | | | | | WIP: Web UI | ||||
| * | webui: Basic bug list | Quentin Gliech | 2018-07-22 | 3 | -8/+66 |
| | | |||||
| * | graphql: add `allBugs` to root query | Quentin Gliech | 2018-07-22 | 1 | -0/+26 |
| | | |||||
| * | webui: Split into multiple, smaller components | Quentin Gliech | 2018-07-22 | 5 | -86/+143 |
| | | |||||
| * | Basic WebUI | Quentin Gliech | 2018-07-22 | 10 | -2546/+2736 |
| | | | | | | | | Based on Material-UI, react-router and react-apollo | ||||
| * | Add title field to bugs in graphql schema | Quentin Gliech | 2018-07-22 | 1 | -0/+3 |
| | | |||||
| * | webui: Add flag to specify which port to listen to | Quentin Gliech | 2018-07-22 | 4 | -4/+18 |
|/ | |||||
* | donc't build generators in a normal build | Michael Muré | 2018-07-20 | 2 | -0/+4 |
| | |||||
* | generate zsh completion | Michael Muré | 2018-07-20 | 4 | -0/+43 |
| | |||||
* | use DisableAutoGenTag to not have to commit the documentation after each build | Michael Muré | 2018-07-20 | 25 | -72/+2 |
| | |||||
* | add bash completion (only for "git-bug" for now ...) | Michael Muré | 2018-07-20 | 4 | -0/+570 |
| | |||||
* | generate manpages | Michael Muré | 2018-07-20 | 14 | -0/+465 |
| | |||||
* | generate markdown documentation | Michael Muré | 2018-07-20 | 70 | -20/+17502 |
| | |||||
* | graphql: Actually get the bugs from the repo | Quentin Gliech | 2018-07-20 | 7 | -31/+98 |
| | |||||
* | NewBug can no longer error | Michael Muré | 2018-07-19 | 4 | -23/+10 |
| | |||||
* | humanize time | Michael Muré | 2018-07-19 | 18 | -8/+1202 |
| | |||||
* | small cleaning | Michael Muré | 2018-07-19 | 3 | -3/+3 |
| | |||||
* | bug: replace the uuid based id with the hash of the first commit | Michael Muré | 2018-07-19 | 12 | -869/+44 |
| | |||||
* | start of a graphql schema+types | Michael Muré | 2018-07-19 | 3 | -7/+66 |
| | |||||
* | remove tests with go 1.8 due to conflict with cobra/vipe | Michael Muré | 2018-07-19 | 3 | -7/+2 |
| | |||||
* | webui: add a primitive graphql handler | Michael Muré | 2018-07-19 | 65 | -10/+14912 |
| | |||||
* | fix dependencies | Michael Muré | 2018-07-19 | 11 | -612/+20 |
| | |||||
* | rework all the commands to use cobra as a parser | Michael Muré | 2018-07-19 | 77 | -273/+11328 |
| | |||||
* | add compiled webui | Michael Muré | 2018-07-18 | 11 | -7/+38 |
| | |||||
* | update readme with the label command | Michael Muré | 2018-07-18 | 1 | -0/+3 |
| | |||||
* | implement label op+command | Michael Muré | 2018-07-18 | 8 | -3/+184 |
| | |||||
* | all operations now have an author and a timestamp | Michael Muré | 2018-07-18 | 12 | -40/+73 |
| | |||||
* | fix tests | Michael Muré | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | crude implementation of show | Michael Muré | 2018-07-17 | 5 | -0/+87 |
| | |||||
* | ls: add some colors | Michael Muré | 2018-07-17 | 260 | -3/+163483 |
| | |||||
* | update readme | Michael Muré | 2018-07-17 | 1 | -0/+8 |
| | |||||
* | add bug status + open/close commands | Michael Muré | 2018-07-17 | 16 | -28/+165 |
| | |||||
* | comment the failing test for now (code is ok) | Michael Muré | 2018-07-17 | 1 | -26/+24 |
| | |||||
* | cleanup webui | Michael Muré | 2018-07-17 | 5 | -21/+29 |
| | |||||
* | implement pull/merge | Michael Muré | 2018-07-17 | 10 | -22/+269 |
| | |||||
* | vendor dependencies with dep | Michael Muré | 2018-07-16 | 57 | -1/+6056 |
| | |||||
* | fix makefile | Michael Muré | 2018-07-16 | 1 | -2/+2 |
| | |||||
* | commands: sort commands by name | Michael Muré | 2018-07-16 | 2 | -2/+16 |
| | |||||
* | add the infrastructure for an embedded web UI + command | Michael Muré | 2018-07-16 | 19 | -0/+11634 |
| | |||||
* | fix build | Michael Muré | 2018-07-16 | 3 | -3/+1 |
| | |||||
* | show available commands in the readme | Michael Muré | 2018-07-16 | 1 | -0/+22 |
| | |||||
* | rework the commands thing and add a "commands" command to list all commands | Michael Muré | 2018-07-16 | 8 | -48/+108 |
| | |||||
* | add a comment about future binaries | Michael Muré | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | add a data model documentation | Michael Muré | 2018-07-16 | 2 | -0/+72 |
| | |||||
* | GPLv3 --> GPLv3+ because afranke said so | Michael Muré | 2018-07-16 | 1 | -1/+1 |
| |