Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement pull/merge | Michael Muré | 2018-07-17 | 2 | -7/+118 |
| | |||||
* | rework the commands thing and add a "commands" command to list all commands | Michael Muré | 2018-07-16 | 1 | -1/+1 |
| | |||||
* | add a way to load a bug from a prefix | Michael Muré | 2018-07-15 | 1 | -0/+31 |
| | |||||
* | ls: better output | Michael Muré | 2018-07-15 | 1 | -0/+18 |
| | |||||
* | cleaning | Michael Muré | 2018-07-14 | 3 | -19/+4 |
| | |||||
* | 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 |
| | |||||
* | add time to comments | Michael Muré | 2018-07-14 | 4 | -5/+21 |
| | |||||
* | complete the storage/read process + tests (!) | Michael Muré | 2018-07-14 | 6 | -74/+138 |
| | |||||
* | 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 | 2 | -4/+30 |
| | |||||
* | fix push/pull | Michael Muré | 2018-07-13 | 1 | -0/+1 |
| | |||||
* | serialize a Bug to git as a blob+tree+commit+ref | Michael Muré | 2018-07-13 | 7 | -46/+134 |
| | |||||
* | add basic tests for Bug and OperationIterator | Michael Muré | 2018-07-13 | 3 | -7/+32 |
| | |||||
* | add a bug's operation iterator | Michael Muré | 2018-07-13 | 1 | -0/+72 |
| | |||||
* | create the Bug structure | Michael Muré | 2018-07-13 | 9 | -47/+125 |
| | |||||
* | 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 | 2 | -1/+15 |
| | |||||
* | move Hash in /util/ | Michael Muré | 2018-07-12 | 2 | -1/+5 |
| | |||||
* | store user info in the datastore | Michael Muré | 2018-07-12 | 2 | -2/+18 |
| | |||||
* | add the new bug command with a very primitive bug datastructure | Michael Muré | 2018-07-12 | 3 | -0/+43 |