aboutsummaryrefslogtreecommitdiffstats
path: root/bug/bug.go
Commit message (Expand)AuthorAgeFilesLines
* bug: fix Bug's Lamport edit time potentially wrong due to rebaseMichael Muré2019-06-191-2/+6
* graphql: Implement `Authored` whenever possibleQuentin Gliech2019-05-221-0/+3
* identity: I can compile again !!Michael Muré2019-03-011-1/+18
* identity: wipMichael Muré2019-03-011-2/+2
* identity: wip push/pullMichael Muré2019-03-011-2/+2
* identity: more refactoring progressMichael Muré2019-03-011-0/+9
* identity: implement the loading from gitMichael Muré2019-03-011-7/+7
* bug: custom error for the different error case when loading a bugMichael Muré2018-10-011-2/+10
* bug: apply an operation with a pointer to the snapshotMichael Muré2018-09-291-1/+1
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-2/+2
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-8/+8
* commands: fix a panic on merge invalidMichael Muré2018-09-191-1/+5
* bug: readBug returns better errorsMichael Muré2018-09-181-15/+11
* commands: add a package to handle implicit bug selectionMichael Muré2018-09-181-4/+5
* docs & cleaningMichael Muré2018-09-161-0/+1
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-12/+16
* bug: change the OperationPack serialization format for JsonMichael Muré2018-09-121-4/+6
* reorganize package for a more idomatic goMichael Muré2018-09-111-10/+11
* fix english grammarMichael Muré2018-09-091-4/+4
* cache: refactor to handle bug changes during PullMichael Muré2018-09-081-5/+1
* bug: make sure the lamport values are set properly after a commitMichael Muré2018-09-031-4/+4
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-231-0/+10
* bug: introduce WithSnapshot to maintain incrementally and effitiently a snap...Michael Muré2018-08-231-8/+12
* bug: remove use of the too recent %(refname:lstrip=-1) of gitMichael Muré2018-08-191-2/+18
* bug: add "was" on SetTitleOperation to store what the title wasMichael Muré2018-08-151-3/+3
* fix some linting troubleMichael Muré2018-08-131-12/+18
* termui: commit the bug when quiting the show bug windowMichael Muré2018-08-091-1/+6
* bug: add a Lamport logical clock to be able to sort bugs by creation time and...Michael Muré2018-08-061-4/+100
* bug: store the referenced media in their own git tree under /media, as per th...Michael Muré2018-08-051-15/+48
* 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
* 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 acce...Michael Muré2018-07-141-2/+9
* 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