aboutsummaryrefslogtreecommitdiffstats
path: root/misc/random_bugs
Commit message (Collapse)AuthorAgeFilesLines
* bug: in op convenience function, return the new op to be able to set ↵Michael Muré2018-10-011-6/+6
| | | | metadata later
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-9/+8
|
* cache: add raw edit functions to allow setting up the author, the timestamp ↵Michael Muré2018-09-251-8/+24
| | | | and the metadatas
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-2/+2
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-5/+13
|
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-1/+5
|
* random bugs: fix a crash when minOps == maxOpsMichael Muré2018-09-121-1/+6
|
* reorganize package for a more idomatic goMichael Muré2018-09-111-1/+1
|
* random bugs: cleanup + generate random OperationPack as wellMichael Muré2018-09-062-7/+55
|
* bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵Michael Muré2018-08-231-4/+4
| | | | snapshot
* random_bugs: make it seedable and reusableMichael Muré2018-08-192-0/+154