aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* relay connection working with gqlgenMichael Muré2018-07-291-8/+4
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-256-102/+30
* bug: refactor to limit abstraction leak and to have a more reusable code for ...Michael Muré2018-07-239-70/+22
* webui: Add flag to specify which port to listen toQuentin Gliech2018-07-221-3/+9
* use DisableAutoGenTag to not have to commit the documentation after each buildMichael Muré2018-07-201-0/+2
* generate markdown documentationMichael Muré2018-07-2012-18/+17
* graphql: Actually get the bugs from the repoQuentin Gliech2018-07-201-1/+1
* NewBug can no longer errorMichael Muré2018-07-191-4/+1
* small cleaningMichael Muré2018-07-191-1/+1
* webui: add a primitive graphql handlerMichael Muré2018-07-191-1/+14
* rework all the commands to use cobra as a parserMichael Muré2018-07-1913-193/+228
* implement label op+commandMichael Muré2018-07-183-2/+118
* all operations now have an author and a timestampMichael Muré2018-07-182-2/+12
* crude implementation of showMichael Muré2018-07-172-0/+75
* ls: add some colorsMichael Muré2018-07-171-1/+19
* add bug status + open/close commandsMichael Muré2018-07-175-5/+86
* implement pull/mergeMichael Muré2018-07-173-4/+66
* commands: sort commands by nameMichael Muré2018-07-161-2/+13
* add the infrastructure for an embedded web UI + commandMichael Muré2018-07-162-0/+38
* fix buildMichael Muré2018-07-162-2/+0
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-167-47/+107
* add a "comment" commandMichael Muré2018-07-156-14/+87
* ls: better outputMichael Muré2018-07-151-1/+1
* list --> ls, silly !Michael Muré2018-07-152-4/+4
* add a primitive "list" commandMichael Muré2018-07-142-0/+37
* complete the storage/read process + tests (!)Michael Muré2018-07-141-2/+3
* fix push/pullMichael Muré2018-07-131-1/+1
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-134-4/+5
* create the Bug structureMichael Muré2018-07-132-25/+10
* create the Snapshot type for a compiled bug operation logMichael Muré2018-07-121-1/+1
* store user info in the datastoreMichael Muré2018-07-121-0/+2
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-125-14/+191
* more experimentMichael Muré2018-07-123-0/+106