Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | termui: interactive and responsible list of bugs | Michael Muré | 2018-07-30 | 3 | -21/+107 | |
| | ||||||
* | wip terminal ui | Michael Muré | 2018-07-30 | 9 | -2/+414 | |
| | ||||||
* | graphql: move the mutations to a root Mutation type | Michael Muré | 2018-07-30 | 5 | -157/+154 | |
| | ||||||
* | graphql: implement a first mutation | Michael Muré | 2018-07-30 | 8 | -2/+203 | |
| | ||||||
* | graphql: use an interface instead of an union for the operations for easier ↵ | Michael Muré | 2018-07-30 | 4 | -50/+6 | |
| | | | | query | |||||
* | graphql: fix knot in the graphql/gqlgen usage | Michael Muré | 2018-07-29 | 9 | -65/+62 | |
| | ||||||
* | webui: show graphql urls | Michael Muré | 2018-07-29 | 1 | -1/+3 | |
| | ||||||
* | graphql: document hack | Michael Muré | 2018-07-29 | 1 | -0/+4 | |
| | ||||||
* | graphql: lazy loading for the bug relay connection | Michael Muré | 2018-07-29 | 7 | -19/+77 | |
| | ||||||
* | graphql: fix marshaling of label | Michael Muré | 2018-07-29 | 1 | -1/+1 | |
| | ||||||
* | graphql: directly return a connection, cleaning | Michael Muré | 2018-07-29 | 18 | -1053/+480 | |
| | ||||||
* | cleaning | Michael Muré | 2018-07-29 | 74 | -15056/+16 | |
| | ||||||
* | relay connection working with gqlgen | Michael Muré | 2018-07-29 | 78 | -829/+8738 | |
| | ||||||
* | wip gqlgen | Michael Muré | 2018-07-27 | 6 | -0/+3366 | |
| | ||||||
* | follow go naming convention | Michael Muré | 2018-07-27 | 2 | -41/+41 | |
| | ||||||
* | cleaning | Michael Muré | 2018-07-27 | 3 | -56/+1 | |
| | ||||||
* | allow to run commands from lower than the root of a git repo | Michael Muré | 2018-07-26 | 1 | -6/+8 | |
| | ||||||
* | cleaning | Michael Muré | 2018-07-26 | 2 | -5/+1 | |
| | ||||||
* | travis: add codegov hook | Michael Muré | 2018-07-25 | 1 | -0/+4 | |
| | ||||||
* | cache: add shortcut functions | Michael Muré | 2018-07-25 | 1 | -0/+25 | |
| | ||||||
* | add a cache to support the graphql API and the future interactive CLI UI | Michael Muré | 2018-07-25 | 2 | -11/+177 | |
| | ||||||
* | some cleaning | Michael Muré | 2018-07-25 | 5 | -35/+41 | |
| | ||||||
* | Remove webui/build/ from git tree | Quentin Gliech | 2018-07-25 | 9 | -26/+1 | |
| | ||||||
* | add test for push/pull/rebase with a real git repo | Michael Muré | 2018-07-25 | 1 | -0/+337 | |
| | ||||||
* | more refactoring to have reusable bug action across different UI | Michael Muré | 2018-07-25 | 16 | -119/+220 | |
| | ||||||
* | 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 | |
| |