Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/goyco 2025-11-21 16:31:10 +01:00
fa9474d863 revert: db transaction use, avoiding the pgx RETURNING issue while maintaining data consistency
Kharec pushed to main at Kharec/goyco 2025-11-21 16:26:25 +01:00
34a97994b3 feat: improve testing to use production code paths and better coverage
eb5f93ffd0 clean: remove duplicate sequential helpers
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-11-21 16:21:07 +01:00
697f201d60 feat: use database transactions to ensure atomicity
f4ab8bda45 feat: transaction rollback test
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-11-21 16:16:52 +01:00
65576cc623 feat: keep seeding fast and predictable even when parallelized
Kharec pushed to main at Kharec/goyco 2025-11-21 16:11:45 +01:00
a5b4e9bf25 feat: update tests to pass precomputed hashes
c020517ccf feat: reduce hashing cost by removing redundant password hashing
4cdda3f944 feat: remove bcrypt and use a precompute hash
Compare 3 commits »
Kharec pushed to main at Kharec/goyco 2025-11-21 15:39:11 +01:00
ff471cd5dd fix: loop
Kharec pushed to main at Kharec/goyco 2025-11-21 15:34:10 +01:00
df5e67c7f3 feat: add idempotency tests
b2580d2380 feat: make seeding idempotente
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-11-21 15:26:35 +01:00
4749213bf0 feat: update test to accept randomized seed user identities
6470425b96 feat: avoid unique constraint failures on repeat runs by randomizing seed identities
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-11-21 15:21:07 +01:00
14ae6f815b feat: update tests to verify clamping
73083e4188 feat: check zero/negative value in seeding
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-11-21 14:56:11 +01:00
c907c4812b feat: add tests covering negative values for the three flags
c7f30070c0 feat: reject negative/nonsensical flag values with a clear error instead of letting slice/channel allocations panic
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-11-21 14:30:40 +01:00
0dcd5fec51 fix: Makefile fuzz target to enumerate fuzz functions per package and run each individually
Kharec pushed to main at Kharec/goyco 2025-11-21 13:13:31 +01:00
96c054aa99 feat: add new parameter
bdd7766275 docs: update readme
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-11-21 13:11:50 +01:00
0b1241d371 docs: update readme
b300fc2f5e feat: new test for json output flag from config
f49bea4138 feat(config): read a flag in .env to set or not json output
79e072fe6b feat(cli): read .env value to set or not the json output
Compare 4 commits »
Kharec pushed to main at Kharec/goyco 2025-11-21 13:00:28 +01:00
7fca1f78dc feat(cli): add a json output and tests
Kharec pushed to main at Kharec/goyco 2025-11-20 18:55:10 +01:00
30a2e88685 docs: update readme
10f7220fb6 feat: install pg 18
08a934e388 feat: migrate to postgres 18
Compare 3 commits »
Kharec pushed to main at Kharec/goyco 2025-11-19 13:13:53 +01:00
87dadfa4a8 feat: modernize loops
Kharec pushed to main at Kharec/auditui 2025-11-18 21:16:39 +01:00
56780dae28 clean: remove traceback remnants
Kharec pushed to main at Kharec/auditui 2025-11-18 21:10:48 +01:00
bf77209618 refactor: convert static methods to regular methods
Kharec pushed to main at Kharec/auditui 2025-11-18 21:06:21 +01:00
f45388ca91 feat: extract data getters
Kharec pushed to main at Kharec/auditui 2025-11-18 21:04:10 +01:00
333b40c339 feat: extract duplicated pagination logic into a helper private method