Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/advent-of-code 2026-01-11 01:06:34 +01:00
0acaa0b143 feat: register fifteenth day
Kharec pushed to main at Kharec/advent-of-code 2026-01-11 01:04:41 +01:00
8c311b861d chore: add 2015D15 dataset
Kharec pushed to main at Kharec/goyco 2026-01-10 23:03:09 +01:00
c1746eb346 docs: update readme
Kharec pushed to main at Kharec/goyco 2026-01-10 23:01:18 +01:00
e2804ca07e refactor: use GetValidatedDTO for vote validation
6cdad79caa refactor: req -> request
6227b64746 refactor: use GetValidatedDTO for user create validation
506e233347 test: adjust post creation tests for DTO validation
8c06c916e1 refactor: use GetValidatedDTO for request validation
Compare 8 commits »
Kharec pushed to main at Kharec/goyco 2026-01-10 22:59:01 +01:00
5a530b7609 docs: update swagger
Kharec pushed to main at Kharec/goyco 2026-01-10 22:47:12 +01:00
66b4b0e173 refactor: use AuthResponseDTO instead of services.AuthResult
e08e2b3189 feat: add AuthResponseDTO for login and refresh token responses
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2026-01-10 22:44:42 +01:00
f39dcff67d refactor: use DTOs instead of maps and nil for responses
Kharec pushed to main at Kharec/goyco 2026-01-10 22:44:09 +01:00
08d8d0ed22 feat: add MessageResponseDTO and EmptyResponseDTO
932c042aa2 feat: add TitleResponseDTO for title fetch responses
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2026-01-10 22:41:56 +01:00
a1466e860d refactor: remove redundant validation, trust middleware and service layer
a1e63b868f refactor: remove redundant validation and unused import
b6f5293c0f refactor: remove redundant validation
Compare 3 commits »
Kharec pushed to main at Kharec/goyco 2026-01-10 22:39:07 +01:00
6643466d76 refactor: use ToSanitizedUserListDTO and ToPostListDTO helpers
9dcf748474 refactor: use ToPostListDTO and ToSearchPostListDTO helpers
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2026-01-10 22:38:42 +01:00
1ff1c8faf4 feat: add ToPostListDTO and ToSearchPostListDTO helpers
0bcc1eb427 feat: add ToUserListDTO and ToSanitizedUserListDTO helpers
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2026-01-10 22:36:30 +01:00
cbfe0fd54c fix: use SanitizedUserListDTO instead of UserListDTO in GetUsers
1727ae4a7c feat: add SanitizedUserListDTO for sanitized user lists
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2026-01-10 22:34:45 +01:00
ef4a05f8a5 refactor: use DTOs instead of manual maps in user responses
00ef0c236e refactor: use DTOs instead of manual maps in vote responses
2d58c15031 refactor: use DTOs instead of manual maps in post responses
523dac242e refactor: use DTOs instead of manual maps in auth responses
Compare 4 commits »
Kharec pushed to main at Kharec/goyco 2026-01-10 22:33:56 +01:00
53da1eee2a feat: add VoteResponseDTO and VoteListDTO
20ea6c4a27 feat: add RegistrationResponseDTO and AccountDeletionResponseDTO
0e557c3f89 feat: add SearchPostListDTO for search responses
Compare 3 commits »
Kharec pushed to main at Kharec/auditui 2026-01-09 19:01:31 +01:00
d17cb6f4d2 chore: bump version to 0.1.3
6e3eb87f76 chore: update pyproject
b5f82d6e33 feat: speed up library fetching with concurrent page requests
Compare 3 commits »
Kharec pushed to main at Kharec/goyco 2026-01-09 18:44:21 +01:00
56770955d4 test: make type assertions stricter and replaced silent returns with explicit errors
Kharec pushed to main at Kharec/goyco 2026-01-09 18:43:26 +01:00
34fbc2f8b1 test: ensure refresh token rotation is documented
Kharec pushed to main at Kharec/goyco 2026-01-09 18:42:31 +01:00
05e69c7f36 test: extend requiredPaths and authEndpoints to include new auth endpoints
Kharec pushed to main at Kharec/goyco 2026-01-09 18:41:16 +01:00
9ff7c98cf0 refactor: create helper to fetch/parse swagger doc
Kharec pushed to main at Kharec/goyco 2026-01-09 18:39:51 +01:00
893ee154de refactor: replace interface{} by any