|
|
2bdbb29ae6
|
refactor: remove legacy dispatch
|
2026-01-13 07:57:26 +01:00 |
|
|
|
9d243a0ed1
|
docs: mark cli migration as complete
|
2026-01-13 07:46:38 +01:00 |
|
|
|
9c74828b8d
|
tests: fuzz urfave command parsing
|
2026-01-13 07:46:30 +01:00 |
|
|
|
9e78477eb5
|
tests: update cli help/json checks
|
2026-01-13 07:46:23 +01:00 |
|
|
|
a74980caa1
|
deps: add urfave/cli v3 checksums
|
2026-01-13 07:46:05 +01:00 |
|
|
|
816f08a20a
|
deps: add urfave/cli v3
|
2026-01-13 07:45:53 +01:00 |
|
|
|
0cec152486
|
feat: migrate cli to urfave/cli v3
|
2026-01-13 07:45:18 +01:00 |
|
|
|
5413737491
|
test: match validation error casing with json tags
|
2026-01-12 22:49:40 +01:00 |
|
|
|
5f605e45c7
|
test: align title validation errors with json tags
|
2026-01-12 22:49:30 +01:00 |
|
|
|
e5779183ff
|
test: cover json tag display and whitespace required case
|
2026-01-12 22:49:17 +01:00 |
|
|
|
4814b64c2c
|
refactor: improve validation messages and string handling
|
2026-01-12 22:49:08 +01:00 |
|
|
|
45cad505d6
|
fix: break import cycle by inlining fuzz helpers
|
2026-01-12 22:40:12 +01:00 |
|
|
|
7f52347854
|
fix: enable foreign keys before AutoMigrate in fuzz DB
|
2026-01-12 22:37:54 +01:00 |
|
|
|
542913cbef
|
fix: enable foreign key enforcement in fuzz DB
|
2026-01-12 22:36:46 +01:00 |
|
|
|
2f964b0c79
|
fix: prevent schema drift in fuzz tests with AutoMigrate
|
2026-01-12 22:35:56 +01:00 |
|
|
|
250ff79eeb
|
test: update TestGetFuzzDB to expect new DB instances per call
|
2026-01-12 22:34:44 +01:00 |
|
|
|
4dfe260953
|
fix: remove global sync.Once to prevent DB state leakage in fuzz tests
|
2026-01-12 22:34:36 +01:00 |
|
|
|
49e6bb1e9d
|
test: simplify pagination test loops
|
2026-01-12 12:26:26 +01:00 |
|
|
|
5b0c6018c0
|
test: cover pagination
|
2026-01-12 12:24:50 +01:00 |
|
|
|
3303d13f15
|
refactor: move TestApplyPagination to its own file
|
2026-01-12 12:24:42 +01:00 |
|
|
|
c1746eb346
|
docs: update readme
|
2026-01-10 23:03:07 +01:00 |
|
|
|
e2804ca07e
|
refactor: use GetValidatedDTO for vote validation
|
2026-01-10 23:01:15 +01:00 |
|
|
|
6cdad79caa
|
refactor: req -> request
|
2026-01-10 23:00:59 +01:00 |
|
|
|
6227b64746
|
refactor: use GetValidatedDTO for user create validation
|
2026-01-10 23:00:08 +01:00 |
|
|
|
506e233347
|
test: adjust post creation tests for DTO validation
|
2026-01-10 22:59:56 +01:00 |
|
|
|
8c06c916e1
|
refactor: use GetValidatedDTO for request validation
|
2026-01-10 22:59:43 +01:00 |
|
|
|
29fcaab25d
|
refactor: centralize DTO decode/validation and skip duplicate validation
|
2026-01-10 22:59:29 +01:00 |
|
|
|
422ff2473e
|
test: align auth handler expectations with validation errors
|
2026-01-10 22:59:21 +01:00 |
|
|
|
dbe4879457
|
refactor: route validation errors through GetValidatedDTO
|
2026-01-10 22:59:13 +01:00 |
|
|
|
5a530b7609
|
docs: update swagger
|
2026-01-10 22:58:58 +01:00 |
|
|
|
66b4b0e173
|
refactor: use AuthResponseDTO instead of services.AuthResult
|
2026-01-10 22:47:10 +01:00 |
|
|
|
e08e2b3189
|
feat: add AuthResponseDTO for login and refresh token responses
|
2026-01-10 22:46:56 +01:00 |
|
|
|
f39dcff67d
|
refactor: use DTOs instead of maps and nil for responses
|
2026-01-10 22:44:39 +01:00 |
|
|
|
08d8d0ed22
|
feat: add MessageResponseDTO and EmptyResponseDTO
|
2026-01-10 22:44:07 +01:00 |
|
|
|
932c042aa2
|
feat: add TitleResponseDTO for title fetch responses
|
2026-01-10 22:43:57 +01:00 |
|
|
|
a1466e860d
|
refactor: remove redundant validation, trust middleware and service layer
|
2026-01-10 22:41:54 +01:00 |
|
|
|
a1e63b868f
|
refactor: remove redundant validation and unused import
|
2026-01-10 22:41:43 +01:00 |
|
|
|
b6f5293c0f
|
refactor: remove redundant validation
|
2026-01-10 22:41:31 +01:00 |
|
|
|
6643466d76
|
refactor: use ToSanitizedUserListDTO and ToPostListDTO helpers
|
2026-01-10 22:39:04 +01:00 |
|
|
|
9dcf748474
|
refactor: use ToPostListDTO and ToSearchPostListDTO helpers
|
2026-01-10 22:38:54 +01:00 |
|
|
|
1ff1c8faf4
|
feat: add ToPostListDTO and ToSearchPostListDTO helpers
|
2026-01-10 22:38:39 +01:00 |
|
|
|
0bcc1eb427
|
feat: add ToUserListDTO and ToSanitizedUserListDTO helpers
|
2026-01-10 22:38:30 +01:00 |
|
|
|
cbfe0fd54c
|
fix: use SanitizedUserListDTO instead of UserListDTO in GetUsers
|
2026-01-10 22:36:27 +01:00 |
|
|
|
1727ae4a7c
|
feat: add SanitizedUserListDTO for sanitized user lists
|
2026-01-10 22:36:02 +01:00 |
|
|
|
ef4a05f8a5
|
refactor: use DTOs instead of manual maps in user responses
|
2026-01-10 22:34:43 +01:00 |
|
|
|
00ef0c236e
|
refactor: use DTOs instead of manual maps in vote responses
|
2026-01-10 22:34:29 +01:00 |
|
|
|
2d58c15031
|
refactor: use DTOs instead of manual maps in post responses
|
2026-01-10 22:34:20 +01:00 |
|
|
|
523dac242e
|
refactor: use DTOs instead of manual maps in auth responses
|
2026-01-10 22:34:07 +01:00 |
|
|
|
53da1eee2a
|
feat: add VoteResponseDTO and VoteListDTO
|
2026-01-10 22:33:53 +01:00 |
|
|
|
20ea6c4a27
|
feat: add RegistrationResponseDTO and AccountDeletionResponseDTO
|
2026-01-10 22:33:41 +01:00 |
|