aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug.go
Commit message (Collapse)AuthorAgeFilesLines
...
* bug: store the referenced media in their own git tree under /media, as per ↵Michael Muré2018-08-051-15/+48
| | | | the doc I wrote myself
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-4/+21
|
* graphql: lazy loading for the bug relay connectionMichael Muré2018-07-291-0/+5
|
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-1/+1
|
* bug: fix merge procedureMichael Muré2018-07-251-26/+34
|
* fix remote refs pattern to match default git behaviorMichael Muré2018-07-251-1/+1
|
* bug: refactor to limit abstraction leak and to have a more reusable code for ↵Michael Muré2018-07-231-20/+78
| | | | the UIs
* NewBug can no longer errorMichael Muré2018-07-191-4/+4
|
* bug: replace the uuid based id with the hash of the first commitMichael Muré2018-07-191-31/+30
|
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-1/+3
|
* all operations now have an author and a timestampMichael Muré2018-07-181-1/+3
|
* add bug status + open/close commandsMichael Muré2018-07-171-6/+9
|
* implement pull/mergeMichael Muré2018-07-171-7/+100
|
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-161-1/+1
|
* add a way to load a bug from a prefixMichael Muré2018-07-151-0/+31
|
* bug: use a 40 char truncated sha256 hash as ID, 8 char for human readingMichael Muré2018-07-141-14/+14
|
* complete the storage/read process + tests (!)Michael Muré2018-07-141-4/+101
|
* each commit reference the very first set of ops (will be useful for fast ↵Michael Muré2018-07-141-2/+9
| | | | access to lamport clock and ordering)
* fix push/pullMichael Muré2018-07-131-0/+1
|
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-20/+66
|
* add basic tests for Bug and OperationIteratorMichael Muré2018-07-131-3/+24
|
* create the Bug structureMichael Muré2018-07-131-14/+80
|
* create the Snapshot type for a compiled bug operation logMichael Muré2018-07-121-1/+12
|
* store user info in the datastoreMichael Muré2018-07-121-0/+1
|
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-121-0/+6