aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* termui: interactive and responsible list of bugsMichael Muré2018-07-303-21/+107
* wip terminal uiMichael Muré2018-07-309-2/+414
* graphql: move the mutations to a root Mutation typeMichael Muré2018-07-305-157/+154
* graphql: implement a first mutationMichael Muré2018-07-308-2/+203
* graphql: use an interface instead of an union for the operations for easier q...Michael Muré2018-07-304-50/+6
* graphql: fix knot in the graphql/gqlgen usageMichael Muré2018-07-299-65/+62
* webui: show graphql urlsMichael Muré2018-07-291-1/+3
* graphql: document hackMichael Muré2018-07-291-0/+4
* graphql: lazy loading for the bug relay connectionMichael Muré2018-07-297-19/+77
* graphql: fix marshaling of labelMichael Muré2018-07-291-1/+1
* graphql: directly return a connection, cleaningMichael Muré2018-07-2918-1053/+480
* cleaningMichael Muré2018-07-2974-15056/+16
* relay connection working with gqlgenMichael Muré2018-07-2978-829/+8738
* wip gqlgenMichael Muré2018-07-276-0/+3366
* follow go naming conventionMichael Muré2018-07-272-41/+41
* cleaningMichael Muré2018-07-273-56/+1
* allow to run commands from lower than the root of a git repoMichael Muré2018-07-261-6/+8
* cleaningMichael Muré2018-07-262-5/+1
* travis: add codegov hookMichael Muré2018-07-251-0/+4
* cache: add shortcut functionsMichael Muré2018-07-251-0/+25
* add a cache to support the graphql API and the future interactive CLI UIMichael Muré2018-07-252-11/+177
* some cleaningMichael Muré2018-07-255-35/+41
* Remove webui/build/ from git treeQuentin Gliech2018-07-259-26/+1
* add test for push/pull/rebase with a real git repoMichael Muré2018-07-251-0/+337
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-2516-119/+220
* git: fix fetch not workingMichael Muré2018-07-251-1/+1
* bug: fix merge procedureMichael Muré2018-07-251-26/+34
* fix remote refs pattern to match default git behaviorMichael Muré2018-07-251-1/+1
* commit the builded webuiMichael Muré2018-07-239-12/+7
* bug: refactor to limit abstraction leak and to have a more reusable code for ...Michael Muré2018-07-2315-113/+235
* Merge pull request #3 from MichaelMure/uiMichael Muré2018-07-2220-2549/+2897
|\
| * webui: Basic bug listQuentin Gliech2018-07-223-8/+66
| * graphql: add `allBugs` to root queryQuentin Gliech2018-07-221-0/+26
| * webui: Split into multiple, smaller componentsQuentin Gliech2018-07-225-86/+143
| * Basic WebUIQuentin Gliech2018-07-2210-2546/+2736
| * Add title field to bugs in graphql schemaQuentin Gliech2018-07-221-0/+3
| * webui: Add flag to specify which port to listen toQuentin Gliech2018-07-224-4/+18
|/
* donc't build generators in a normal buildMichael Muré2018-07-202-0/+4
* generate zsh completionMichael Muré2018-07-204-0/+43
* use DisableAutoGenTag to not have to commit the documentation after each buildMichael Muré2018-07-2025-72/+2
* add bash completion (only for "git-bug" for now ...)Michael Muré2018-07-204-0/+570
* generate manpagesMichael Muré2018-07-2014-0/+465
* generate markdown documentationMichael Muré2018-07-2070-20/+17502
* graphql: Actually get the bugs from the repoQuentin Gliech2018-07-207-31/+98
* NewBug can no longer errorMichael Muré2018-07-194-23/+10
* humanize timeMichael Muré2018-07-1918-8/+1202
* small cleaningMichael Muré2018-07-193-3/+3
* bug: replace the uuid based id with the hash of the first commitMichael Muré2018-07-1912-869/+44
* start of a graphql schema+typesMichael Muré2018-07-193-7/+66
* remove tests with go 1.8 due to conflict with cobra/vipeMichael Muré2018-07-193-7/+2