Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rework all the commands to use cobra as a parser | Michael Muré | 2018-07-19 | 77 | -273/+11328 |
| | |||||
* | add compiled webui | Michael Muré | 2018-07-18 | 11 | -7/+38 |
| | |||||
* | update readme with the label command | Michael Muré | 2018-07-18 | 1 | -0/+3 |
| | |||||
* | implement label op+command | Michael Muré | 2018-07-18 | 8 | -3/+184 |
| | |||||
* | all operations now have an author and a timestamp | Michael Muré | 2018-07-18 | 12 | -40/+73 |
| | |||||
* | fix tests | Michael Muré | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | crude implementation of show | Michael Muré | 2018-07-17 | 5 | -0/+87 |
| | |||||
* | ls: add some colors | Michael Muré | 2018-07-17 | 260 | -3/+163483 |
| | |||||
* | update readme | Michael Muré | 2018-07-17 | 1 | -0/+8 |
| | |||||
* | add bug status + open/close commands | Michael Muré | 2018-07-17 | 16 | -28/+165 |
| | |||||
* | comment the failing test for now (code is ok) | Michael Muré | 2018-07-17 | 1 | -26/+24 |
| | |||||
* | cleanup webui | Michael Muré | 2018-07-17 | 5 | -21/+29 |
| | |||||
* | implement pull/merge | Michael Muré | 2018-07-17 | 10 | -22/+269 |
| | |||||
* | vendor dependencies with dep | Michael Muré | 2018-07-16 | 57 | -1/+6056 |
| | |||||
* | fix makefile | Michael Muré | 2018-07-16 | 1 | -2/+2 |
| | |||||
* | commands: sort commands by name | Michael Muré | 2018-07-16 | 2 | -2/+16 |
| | |||||
* | add the infrastructure for an embedded web UI + command | Michael Muré | 2018-07-16 | 19 | -0/+11634 |
| | |||||
* | fix build | Michael Muré | 2018-07-16 | 3 | -3/+1 |
| | |||||
* | show available commands in the readme | Michael Muré | 2018-07-16 | 1 | -0/+22 |
| | |||||
* | rework the commands thing and add a "commands" command to list all commands | Michael Muré | 2018-07-16 | 8 | -48/+108 |
| | |||||
* | add a comment about future binaries | Michael Muré | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | add a data model documentation | Michael Muré | 2018-07-16 | 2 | -0/+72 |
| | |||||
* | GPLv3 --> GPLv3+ because afranke said so | Michael Muré | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | add a "comment" command | Michael Muré | 2018-07-15 | 6 | -14/+87 |
| | |||||
* | add a way to load a bug from a prefix | Michael Muré | 2018-07-15 | 1 | -0/+31 |
| | |||||
* | readme: explain planned feature | Michael Muré | 2018-07-15 | 1 | -0/+8 |
| | |||||
* | ls: better output | Michael Muré | 2018-07-15 | 2 | -1/+19 |
| | |||||
* | list --> ls, silly ! | Michael Muré | 2018-07-15 | 2 | -4/+4 |
| | |||||
* | Update Readme.md | Michael Muré | 2018-07-15 | 1 | -0/+2 |
| | |||||
* | readme: more explanation of the concept | Michael Muré | 2018-07-15 | 1 | -1/+7 |
| | |||||
* | basic readme | Michael Muré | 2018-07-14 | 1 | -0/+46 |
| | |||||
* | cleaning | Michael Muré | 2018-07-14 | 4 | -20/+5 |
| | |||||
* | use a Unix timestamp (int64) for the time instead of golang's Time that ↵ | Michael Muré | 2018-07-14 | 3 | -7/+5 |
| | | | | cause trouble for serialisation | ||||
* | bug: use a 40 char truncated sha256 hash as ID, 8 char for human reading | Michael Muré | 2018-07-14 | 1 | -14/+14 |
| | |||||
* | travis: multiple go version | Michael Muré | 2018-07-14 | 1 | -0/+4 |
| | |||||
* | attempt to configure travis | Michael Muré | 2018-07-14 | 1 | -0/+1 |
| | |||||
* | add a primitive "list" command | Michael Muré | 2018-07-14 | 2 | -0/+37 |
| | |||||
* | add time to comments | Michael Muré | 2018-07-14 | 4 | -5/+21 |
| | |||||
* | complete the storage/read process + tests (!) | Michael Muré | 2018-07-14 | 13 | -105/+400 |
| | |||||
* | add TreeEntry to manage the talking with git mktree and git ls-tree | Michael Muré | 2018-07-14 | 2 | -0/+106 |
| | |||||
* | each commit reference the very first set of ops (will be useful for fast ↵ | Michael Muré | 2018-07-14 | 1 | -2/+9 |
| | | | | access to lamport clock and ordering) | ||||
* | implement AddComment | Michael Muré | 2018-07-13 | 5 | -13/+35 |
| | |||||
* | fix push/pull | Michael Muré | 2018-07-13 | 5 | -7/+20 |
| | |||||
* | serialize a Bug to git as a blob+tree+commit+ref | Michael Muré | 2018-07-13 | 19 | -805/+301 |
| | |||||
* | little bit more tests | Michael Muré | 2018-07-13 | 2 | -13/+18 |
| | |||||
* | add basic tests for Bug and OperationIterator | Michael Muré | 2018-07-13 | 6 | -9/+124 |
| | |||||
* | add a bug's operation iterator | Michael Muré | 2018-07-13 | 1 | -0/+72 |
| | |||||
* | create the Bug structure | Michael Muré | 2018-07-13 | 12 | -72/+136 |
| | |||||
* | add the first 2 operations | Michael Muré | 2018-07-12 | 6 | -0/+188 |
| | |||||
* | create the Snapshot type for a compiled bug operation log | Michael Muré | 2018-07-12 | 3 | -2/+16 |
| |