aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bug: replace the uuid based id with the hash of the first commitMichael Muré2018-07-1912-869/+44
* start of a graphql schema+typesMichael Muré2018-07-193-7/+66
* remove tests with go 1.8 due to conflict with cobra/vipeMichael Muré2018-07-193-7/+2
* webui: add a primitive graphql handlerMichael Muré2018-07-1965-10/+14912
* fix dependenciesMichael Muré2018-07-1911-612/+20
* rework all the commands to use cobra as a parserMichael Muré2018-07-1977-273/+11328
* add compiled webuiMichael Muré2018-07-1811-7/+38
* update readme with the label commandMichael Muré2018-07-181-0/+3
* implement label op+commandMichael Muré2018-07-188-3/+184
* all operations now have an author and a timestampMichael Muré2018-07-1812-40/+73
* fix testsMichael Muré2018-07-171-1/+1
* crude implementation of showMichael Muré2018-07-175-0/+87
* ls: add some colorsMichael Muré2018-07-17260-3/+163483
* update readmeMichael Muré2018-07-171-0/+8
* add bug status + open/close commandsMichael Muré2018-07-1716-28/+165
* comment the failing test for now (code is ok)Michael Muré2018-07-171-26/+24
* cleanup webuiMichael Muré2018-07-175-21/+29
* implement pull/mergeMichael Muré2018-07-1710-22/+269
* vendor dependencies with depMichael Muré2018-07-1657-1/+6056
* fix makefileMichael Muré2018-07-161-2/+2
* commands: sort commands by nameMichael Muré2018-07-162-2/+16
* add the infrastructure for an embedded web UI + commandMichael Muré2018-07-1619-0/+11634
* fix buildMichael Muré2018-07-163-3/+1
* show available commands in the readmeMichael Muré2018-07-161-0/+22
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-168-48/+108
* add a comment about future binariesMichael Muré2018-07-161-1/+1
* add a data model documentationMichael Muré2018-07-162-0/+72
* GPLv3 --> GPLv3+ because afranke said soMichael Muré2018-07-161-1/+1
* add a "comment" commandMichael Muré2018-07-156-14/+87
* add a way to load a bug from a prefixMichael Muré2018-07-151-0/+31
* readme: explain planned featureMichael Muré2018-07-151-0/+8
* ls: better outputMichael Muré2018-07-152-1/+19
* list --> ls, silly !Michael Muré2018-07-152-4/+4
* Update Readme.mdMichael Muré2018-07-151-0/+2
* readme: more explanation of the conceptMichael Muré2018-07-151-1/+7
* basic readmeMichael Muré2018-07-141-0/+46
* cleaningMichael Muré2018-07-144-20/+5
* use a Unix timestamp (int64) for the time instead of golang's Time that cause...Michael Muré2018-07-143-7/+5
* bug: use a 40 char truncated sha256 hash as ID, 8 char for human readingMichael Muré2018-07-141-14/+14
* travis: multiple go versionMichael Muré2018-07-141-0/+4
* attempt to configure travisMichael Muré2018-07-141-0/+1
* add a primitive "list" commandMichael Muré2018-07-142-0/+37
* add time to commentsMichael Muré2018-07-144-5/+21
* complete the storage/read process + tests (!)Michael Muré2018-07-1413-105/+400
* add TreeEntry to manage the talking with git mktree and git ls-treeMichael Muré2018-07-142-0/+106
* each commit reference the very first set of ops (will be useful for fast acce...Michael Muré2018-07-141-2/+9
* implement AddCommentMichael Muré2018-07-135-13/+35
* fix push/pullMichael Muré2018-07-135-7/+20
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-1319-805/+301
* little bit more testsMichael Muré2018-07-132-13/+18