aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* readme: fix a linkMichael Muré2018-09-291-1/+1
|
* graphql: manually fix the generated code, gix the graphql handlerMichael Muré2018-09-291-10/+10
|
* util: handle both sha1 and sha256 git hashesMichael Muré2018-09-261-1/+1
|
* termui: better responsive columns in the bug tableMichael Muré2018-09-261-4/+3
|
* select: clear the selected bug when invalidMichael Muré2018-09-261-1/+16
|
* commands: don't forget to treat the error when selecting a bugMichael Muré2018-09-261-1/+4
|
* commands: add a "deselect" command to deselect a previously selected bugMichael Muré2018-09-267-5/+141
|
* commands: detect when an edit title doesn't change it and abort the operationMichael Muré2018-09-261-0/+4
|
* termui: detect when the title is not changed and abort the operationMichael Muré2018-09-261-1/+5
|
* graphql: add a general test for the handler/resolversMichael Muré2018-09-2613-0/+1794
|
* bridge: first working github importerMichael Muré2018-09-251-78/+231
|
* makefile: add a target producing a debugger friendly buildMichael Muré2018-09-251-0/+5
|
* cache: add raw edit functions to allow setting up the author, the timestamp ↵Michael Muré2018-09-2514-115/+170
| | | | and the metadatas
* bug: add the optional field AvatarUrl to PersonMichael Muré2018-09-255-41/+133
|
* bug: add the ability to store arbitrary metadata on an operationMichael Muré2018-09-249-16/+59
|
* github: query most of the dataMichael Muré2018-09-2494-15/+27635
|
* bridge: validate config before useMichael Muré2018-09-243-0/+24
|
* commands: add "bridge pull"Michael Muré2018-09-249-7/+174
|
* commands: add "bridge rm"Michael Muré2018-09-2415-25/+170
|
* commands: add the "bridge" and "bridge configure" commandsMichael Muré2018-09-2413-5/+335
|
* bridge: big refactor and cleanupMichael Muré2018-09-245-78/+167
|
* repo: add functions to read/write git configMichael Muré2018-09-244-6/+70
|
* commands: cleanup file nameMichael Muré2018-09-242-0/+0
|
* repo: more documentationMichael Muré2018-09-244-0/+24
|
* bridge: better interfaces, working github configuratorMichael Muré2018-09-216-60/+273
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-2117-44/+66
|
* bridge: make github 2FA workMichael Muré2018-09-212-49/+48
|
* commands: add a "ls-labels" command that output valid labelsMichael Muré2018-09-218-2/+147
|
* commands: description cleanupMichael Muré2018-09-2142-85/+85
|
* bridge: add the beginning of a github importerMichael Muré2018-09-2135-2/+8390
|
* webui: serve the index.html file by default to deal with the SPA router ↵Michael Muré2018-09-211-1/+24
| | | | | | requirements fix #50
* repo: workaround for git returning no path when inside a .git dirMichael Muré2018-09-211-1/+3
|
* Merge pull request #51 from ludovicm67/masterMichael Muré2018-09-201-0/+0
|\ | | | | webui: update favicon with git-bug logo
| * webui: update favicon with git-bug logoludovicm672018-09-201-0/+0
|/
* commands: ls now accept queries without quoteMichael Muré2018-09-193-4/+5
|
* commands: fix a panic on merge invalidMichael Muré2018-09-192-2/+6
|
* bug: reclassify some merge error as "invalid" instead of hard errorMichael Muré2018-09-191-4/+5
|
* pull: don't stop the process when one merge failMichael Muré2018-09-191-1/+1
|
* cache: relay early the merge eventsMichael Muré2018-09-191-4/+2
|
* webui: explain how to quitMichael Muré2018-09-191-0/+1
|
* Use `go env GOVAR` instead of $GOVAR in READMEQuentin Gliech2018-09-191-1/+2
|
* termui: use q as keybinding to quit the show bug viewMichael Muré2018-09-191-2/+2
|
* cache: don't ignore error when building the cacheMichael Muré2018-09-181-2/+10
|
* bug: readBug returns better errorsMichael Muré2018-09-181-15/+11
|
* commands: convert compatible commands to the implicit select mechanismMichael Muré2018-09-1836-175/+60
|
* commands: add a "select" command to select a bug for future implicit useMichael Muré2018-09-1810-101/+148
|
* commands: add a package to handle implicit bug selectionMichael Muré2018-09-185-4/+247
|
* commands: add a "label rm" command to remove labels from a bugMichael Muré2018-09-178-5/+130
|
* commands: add a "label add" command to add new label to a bugMichael Muré2018-09-178-2/+95
|
* commands: make "label" display the current labelsMichael Muré2018-09-176-58/+68
|