Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | move Hash in /util/ | Michael Muré | 2018-07-12 | 5 | -5/+13 | |
| | ||||||
* | store user info in the datastore | Michael Muré | 2018-07-12 | 5 | -2/+36 | |
| | ||||||
* | Create LICENSE | Michael Muré | 2018-07-12 | 1 | -0/+674 | |
| | ||||||
* | rework how the usage help is handled | Michael Muré | 2018-07-12 | 1 | -26/+34 | |
| | ||||||
* | add the new bug command with a very primitive bug datastructure | Michael Muré | 2018-07-12 | 11 | -31/+254 | |
| | ||||||
* | more experiment | Michael Muré | 2018-07-12 | 8 | -2/+1114 | |
| | ||||||
* | hello world | Michael Muré | 2018-07-10 | 2 | -0/+8 | |