aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* commands: migrate the open/close commands under the "status" commandMichael Muré2018-09-1612-41/+146
|
* commands: add a "status" command to show a bug statusMichael Muré2018-09-167-2/+125
|
* docs & cleaningMichael Muré2018-09-1612-38/+33
|
* commands: make the "commands" command show subcommands as wellMichael Muré2018-09-161-6/+24
|
* commands: add a title edit commandMichael Muré2018-09-169-7/+166
|
* commands: add a title command to display a bug's titleMichael Muré2018-09-167-2/+127
|
* commands: add `git bug comment add` to add a commentMichael Muré2018-09-1511-40/+275
|
* commands: git bug comment now show the comments of a bugMichael Muré2018-09-156-60/+67
|
* cmd: rename 'new' into 'add' to have a verbMichael Muré2018-09-151-17/+17
|
* input: better help text for the query languageMichael Muré2018-09-151-0/+21
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-1521-63/+452
|
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-14171-6285/+15589
| | | | fix #6
* Merge pull request #44 from opencollective/opencollectiveMichael Muré2018-09-131-1/+31
|\ | | | | Activating Open Collective
| * Added backers and sponsors on the READMEJess2018-09-131-1/+31
|/
* version 0.3.00.3.0Michael Muré2018-09-131-1/+1
|
* cache: attempt to future-proof the cache fileMichael Muré2018-09-132-23/+36
|
* termui: use 'q' for quit and 's' for searchMichael Muré2018-09-131-3/+3
|
* lamport: better perf by ensuring that the folder is created only onceMichael Muré2018-09-132-16/+37
|
* catch a lot of error not being checkedMichael Muré2018-09-136-30/+48
|
* operations: return a more convenient array of result for label changesMichael Muré2018-09-136-27/+65
|
* termui: add missing query help textMichael Muré2018-09-131-1/+1
|
* bug: proper int baked enum for merge result status instead of a stringMichael Muré2018-09-135-39/+60
|
* random bugs: fix a crash when minOps == maxOpsMichael Muré2018-09-121-1/+6
|