aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* add basic tests for Bug and OperationIteratorMichael Muré2018-07-136-9/+124
* add a bug's operation iteratorMichael Muré2018-07-131-0/+72
* create the Bug structureMichael Muré2018-07-1312-72/+136
* add the first 2 operationsMichael Muré2018-07-126-0/+188
* create the Snapshot type for a compiled bug operation logMichael Muré2018-07-123-2/+16
* move Hash in /util/Michael Muré2018-07-125-5/+13
* store user info in the datastoreMichael Muré2018-07-125-2/+36
* Create LICENSEMichael Muré2018-07-121-0/+674
* rework how the usage help is handledMichael Muré2018-07-121-26/+34
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-1211-31/+254
* more experimentMichael Muré2018-07-128-2/+1114
* hello worldMichael Muré2018-07-102-0/+8