Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/goyco 2026-01-13 07:46:33 +01:00
9c74828b8d tests: fuzz urfave command parsing
9e78477eb5 tests: update cli help/json checks
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2026-01-13 07:46:08 +01:00
a74980caa1 deps: add urfave/cli v3 checksums
816f08a20a deps: add urfave/cli v3
0cec152486 feat: migrate cli to urfave/cli v3
Compare 3 commits »
Kharec pushed to main at Kharec/goyco 2026-01-12 22:49:44 +01:00
5413737491 test: match validation error casing with json tags
Kharec pushed to main at Kharec/goyco 2026-01-12 22:49:33 +01:00
5f605e45c7 test: align title validation errors with json tags
Kharec pushed to main at Kharec/goyco 2026-01-12 22:49:22 +01:00
e5779183ff test: cover json tag display and whitespace required case
4814b64c2c refactor: improve validation messages and string handling
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2026-01-12 22:40:16 +01:00
45cad505d6 fix: break import cycle by inlining fuzz helpers
Kharec pushed to main at Kharec/goyco 2026-01-12 22:37:57 +01:00
7f52347854 fix: enable foreign keys before AutoMigrate in fuzz DB
Kharec pushed to main at Kharec/goyco 2026-01-12 22:36:48 +01:00
542913cbef fix: enable foreign key enforcement in fuzz DB
Kharec pushed to main at Kharec/goyco 2026-01-12 22:35:59 +01:00
2f964b0c79 fix: prevent schema drift in fuzz tests with AutoMigrate
Kharec pushed to main at Kharec/goyco 2026-01-12 22:34:48 +01:00
250ff79eeb test: update TestGetFuzzDB to expect new DB instances per call
4dfe260953 fix: remove global sync.Once to prevent DB state leakage in fuzz tests
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2026-01-12 12:26:24 +01:00
49e6bb1e9d test: simplify pagination test loops
Kharec pushed to main at Kharec/goyco 2026-01-12 12:24:48 +01:00
5b0c6018c0 test: cover pagination
3303d13f15 refactor: move TestApplyPagination to its own file
Compare 2 commits »
Kharec pushed to main at Kharec/urupam 2026-01-12 10:56:16 +01:00
17eb69fed0 test: cover error formatting
Kharec pushed to main at Kharec/flado 2026-01-12 07:50:31 +01:00
5ed8de91d1 fix: secret key when debug off and secure cookies without FLASK_ENV
Kharec pushed to main at Kharec/flado 2026-01-12 07:45:48 +01:00
5bf0854077 fix: hide passwords when rendering the DB URL
Kharec pushed to main at Kharec/dotdash 2026-01-11 17:20:51 +01:00
d1f6eae102 fix: avoid UB in case folding
Kharec pushed to main at Kharec/dotdash 2026-01-11 17:19:00 +01:00
6a5627aec7 fix: switched mode toggles to require exact d/e commands
Kharec pushed to main at Kharec/advent-of-code 2026-01-11 01:29:58 +01:00
80f191da7e feat: refactor code and solve part two
Kharec pushed to main at Kharec/advent-of-code 2026-01-11 01:14:55 +01:00
2a36b7c21f test: add unit test for part two
b9e5e29edc feat: solve part one
Compare 2 commits »
Kharec pushed to main at Kharec/advent-of-code 2026-01-11 01:09:01 +01:00
69ca7ec52c test: add unit test for part one