aboutsummaryrefslogtreecommitdiffstats
path: root/misc/random_bugs
Commit message (Expand)AuthorAgeFilesLines
* use go-git by default!Michael Muré2020-09-291-1/+1
* misc: move the random bug command on its own packageMichael Muré2020-09-271-3/+6
* repo: more testsMichael Muré2020-06-271-1/+2
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-261-3/+1
* bug: make sure there is no Operation's hash collisionMichael Muré2019-11-191-12/+19
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-271-0/+11
* generator cleanupMichael Muré2019-03-011-1/+1
* identity: more refactoring progressMichael Muré2019-03-011-16/+22
* identity: more progress and fixesMichael Muré2019-03-011-1/+1
* WIP identity in gitMichael Muré2019-03-011-14/+12
* bug: in op convenience function, return the new op to be able to set metadata...Michael Muré2018-10-011-6/+6
* 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 a...Michael Muré2018-09-251-8/+24
* 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 snap...Michael Muré2018-08-231-4/+4
* random_bugs: make it seedable and reusableMichael Muré2018-08-192-0/+154