aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* termui: implement addComment and setTitleMichael Muré2018-08-026-85/+187
* cache: some refactoringMichael Muré2018-08-024-104/+103
* graphql: implement the missing mutationsMichael Muré2018-08-016-4/+634
* graphql: simplify the requests with helpersMichael Muré2018-08-0121-2707/+483
* replace strings.Builder with a bytes.Buffer to support go 1.9Michael Muré2018-08-011-8/+8
* termui: add a view to display a bugMichael Muré2018-08-0122-49/+265
* termui: fix a pagination off by oneMichael Muré2018-07-311-4/+4
* termui: add a reusable error popup, use it for badly formated bug creationMichael Muré2018-07-313-33/+142
* vendor depsMichael Muré2018-07-318-1/+596
* termui: use the editor to create a new bugMichael Muré2018-07-317-173/+271
* cli: rework new and comment command to better use the editorMichael Muré2018-07-317-28/+146
* webui: Use the new schemaQuentin Gliech2018-07-313-13/+27
* termui: PgUp & PgDown to pagine the bug list as wellMichael Muré2018-07-302-2/+1
* vendor gocui on the master branch because of no release in a whileMichael Muré2018-07-3011-368/+484
* vendor gocuiMichael Muré2018-07-3042-1/+6745
* 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