aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* webui: add a primitive graphql handlerMichael Muré2018-07-1965-10/+14912
* fix dependenciesMichael Muré2018-07-1911-612/+20
* rework all the commands to use cobra as a parserMichael Muré2018-07-1977-273/+11328
* add compiled webuiMichael Muré2018-07-1811-7/+38
* update readme with the label commandMichael Muré2018-07-181-0/+3
* implement label op+commandMichael Muré2018-07-188-3/+184
* all operations now have an author and a timestampMichael Muré2018-07-1812-40/+73
* fix testsMichael Muré2018-07-171-1/+1
* crude implementation of showMichael Muré2018-07-175-0/+87
* ls: add some colorsMichael Muré2018-07-17260-3/+163483
* update readmeMichael Muré2018-07-171-0/+8
* add bug status + open/close commandsMichael Muré2018-07-1716-28/+165
* comment the failing test for now (code is ok)Michael Muré2018-07-171-26/+24
* cleanup webuiMichael Muré2018-07-175-21/+29
* implement pull/mergeMichael Muré2018-07-1710-22/+269