summaryrefslogtreecommitdiffstatshomepage
path: root/misc/random_bugs/create_random_bugs.go
Commit message (Expand)AuthorAge
* feat: update references to the git-bug organization (#1249)sudoforge2024-08-24
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-13
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-18
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-31
* bug: migrate to the DAG entity structure!Michael Muré2021-02-14
* deal with the previous changesMichael Muré2021-02-14
* cache,bug,identity: structural changeMichael Muré2020-10-04
* repo: more testsMichael Muré2020-06-27
* bug: make sure there is no Operation's hash collisionMichael Muré2019-11-19
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-27
* identity: more refactoring progressMichael Muré2019-03-01
* identity: more progress and fixesMichael Muré2019-03-01
* WIP identity in gitMichael Muré2019-03-01
* bug: in op convenience function, return the new op to be able to set metadata...Michael Muré2018-10-01
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-29
* cache: add raw edit functions to allow setting up the author, the timestamp a...Michael Muré2018-09-25
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-21
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-15
* operations: return a more convenient array of result for label changesMichael Muré2018-09-13
* random bugs: fix a crash when minOps == maxOpsMichael Muré2018-09-12
* reorganize package for a more idomatic goMichael Muré2018-09-11
* random bugs: cleanup + generate random OperationPack as wellMichael Muré2018-09-06
* bug: introduce WithSnapshot to maintain incrementally and effitiently a snap...Michael Muré2018-08-23
* random_bugs: make it seedable and reusableMichael Muré2018-08-19