Commit Graph

16 Commits

Author SHA1 Message Date
65576cc623 feat: keep seeding fast and predictable even when parallelized 2025-11-21 16:16:35 +01:00
a5b4e9bf25 feat: update tests to pass precomputed hashes 2025-11-21 16:11:42 +01:00
c020517ccf feat: reduce hashing cost by removing redundant password hashing 2025-11-21 16:11:33 +01:00
4cdda3f944 feat: remove bcrypt and use a precompute hash 2025-11-21 16:11:08 +01:00
ff471cd5dd fix: loop 2025-11-21 15:39:08 +01:00
df5e67c7f3 feat: add idempotency tests 2025-11-21 15:34:08 +01:00
b2580d2380 feat: make seeding idempotente 2025-11-21 15:33:59 +01:00
4749213bf0 feat: update test to accept randomized seed user identities 2025-11-21 15:26:29 +01:00
6470425b96 feat: avoid unique constraint failures on repeat runs by randomizing seed identities 2025-11-21 15:26:05 +01:00
14ae6f815b feat: update tests to verify clamping 2025-11-21 15:21:05 +01:00
73083e4188 feat: check zero/negative value in seeding 2025-11-21 15:20:57 +01:00
c907c4812b feat: add tests covering negative values for the three flags 2025-11-21 14:56:09 +01:00
c7f30070c0 feat: reject negative/nonsensical flag values with a clear error instead of letting slice/channel allocations panic 2025-11-21 14:55:51 +01:00
79e072fe6b feat(cli): read .env value to set or not the json output 2025-11-21 13:10:53 +01:00
7fca1f78dc feat(cli): add a json output and tests 2025-11-21 13:00:03 +01:00
71a031342b To gitea and beyond, let's go(-yco) 2025-11-10 19:12:09 +01:00