aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
...
* webui: explain how to quitMichael Muré2018-09-191-0/+1
* commands: convert compatible commands to the implicit select mechanismMichael Muré2018-09-1812-151/+36
* commands: add a "select" command to select a bug for future implicit useMichael Muré2018-09-181-0/+50
* commands: add a package to handle implicit bug selectionMichael Muré2018-09-182-0/+234
* commands: add a "label rm" command to remove labels from a bugMichael Muré2018-09-172-3/+55
* commands: add a "label add" command to add new label to a bugMichael Muré2018-09-171-1/+1
* commands: make "label" display the current labelsMichael Muré2018-09-172-42/+60
* commands: migrate the open/close commands under the "status" commandMichael Muré2018-09-162-6/+6
* commands: add a "status" command to show a bug statusMichael Muré2018-09-161-0/+50
* docs & cleaningMichael Muré2018-09-161-0/+1
* commands: make the "commands" command show subcommands as wellMichael Muré2018-09-161-6/+24
* commands: add a title edit commandMichael Muré2018-09-162-1/+76
* commands: add a title command to display a bug's titleMichael Muré2018-09-161-0/+52
* commands: add `git bug comment add` to add a commentMichael Muré2018-09-151-0/+85
* commands: git bug comment now show the comments of a bugMichael Muré2018-09-152-39/+21
* cmd: rename 'new' into 'add' to have a verbMichael Muré2018-09-151-17/+17
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-1/+1
* graphql: update gqlgen to 0.5.1Michael Muré2018-09-141-1/+1
* version 0.3.00.3.0Michael Muré2018-09-131-1/+1
* catch a lot of error not being checkedMichael Muré2018-09-132-3/+12
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-2/+21
* bug: proper int baked enum for merge result status instead of a stringMichael Muré2018-09-131-1/+1
* reorganize package for a more idomatic goMichael Muré2018-09-113-11/+11
* termui: allow to change the bug queryMichael Muré2018-09-111-1/+5
* ls: support expressing a query with flags as wellMichael Muré2018-09-106-3/+106
* cache: properly parse and clean qualifier with multi wordMichael Muré2018-09-101-1/+0
* ls: accept a query to sort and filter the listMichael Muré2018-09-091-2/+12
* cache: refactor to handle bug changes during PullMichael Muré2018-09-081-1/+1
* bug: refactor the Pull code to have the message formating in the upper layersMichael Muré2018-09-071-2/+24
* cmds: various cleaningMichael Muré2018-09-063-3/+3
* cmds: only print once the errorMichael Muré2018-09-061-1/+0
* cache: fix missed code path that should update the cacheMichael Muré2018-09-041-0/+1
* cache: provide a generic bug sorting functionMichael Muré2018-09-021-1/+1
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-021-12/+12
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-3111-70/+91
* cache: lock the repo with a pid file; automatic cleaningMichael Muré2018-08-212-6/+61
* version 0.2.00.2.0Michael Muré2018-08-171-1/+1
* cleanup go importsMichael Muré2018-08-1311-8/+19
* prepare a first versionMichael Muré2018-08-121-0/+2
* termui: implement push/pullMichael Muré2018-08-121-1/+6
* bash completion: thanks to @tst2005, make the completion works for "git bug <...Michael Muré2018-08-081-0/+6
* bug: add a Lamport logical clock to be able to sort bugs by creation time and...Michael Muré2018-08-061-2/+6
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-14/+2
* webui: add the http handlers for read/write git blob for media in commentsMichael Muré2018-08-021-0/+111
* termui: use the editor to create a new bugMichael Muré2018-07-313-3/+2
* cli: rework new and comment command to better use the editorMichael Muré2018-07-313-125/+27
* termui: PgUp & PgDown to pagine the bug list as wellMichael Muré2018-07-301-1/+0
* wip terminal uiMichael Muré2018-07-301-0/+21
* webui: show graphql urlsMichael Muré2018-07-291-1/+3
* cleaningMichael Muré2018-07-291-2/+2