aboutsummaryrefslogtreecommitdiffstats
path: root/commands/new.go
Commit message (Expand)AuthorAgeFilesLines
* cleanup go importsMichael Muré2018-08-131-0/+1
* termui: use the editor to create a new bugMichael Muré2018-07-311-1/+1
* cli: rework new and comment command to better use the editorMichael Muré2018-07-311-18/+18
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-7/+9
* generate markdown documentationMichael Muré2018-07-201-1/+1
* NewBug can no longer errorMichael Muré2018-07-191-4/+1
* small cleaningMichael Muré2018-07-191-1/+1
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-24/+28
* implement pull/mergeMichael Muré2018-07-171-0/+3
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-161-6/+4
* add a "comment" commandMichael Muré2018-07-151-3/+2
* complete the storage/read process + tests (!)Michael Muré2018-07-141-2/+3
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-1/+1
* create the Bug structureMichael Muré2018-07-131-13/+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-121-0/+75