Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/goyco 2026-01-13 07:58:11 +01:00
517d4482c9 test: fuzz urfave command path
Kharec pushed to main at Kharec/goyco 2026-01-13 07:57:50 +01:00
b6e2bf942a tests: drive cli via urfave root command
Kharec pushed to main at Kharec/goyco 2026-01-13 07:57:39 +01:00
9f1058ba81 tests: assert server fields and use urfave cli
Kharec pushed to main at Kharec/goyco 2026-01-13 07:57:30 +01:00
2bdbb29ae6 refactor: remove legacy dispatch
Kharec pushed to main at Kharec/goyco 2026-01-13 07:46:40 +01:00
9d243a0ed1 docs: mark cli migration as complete
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