Commit graph

5 commits

Author SHA1 Message Date
Tiago Yamamoto
861128571a fix(migrations): add migration to fix superadmin role and users e2e test 2025-12-24 18:06:49 -03:00
Tiago Yamamoto
2fafd5ab37 fix(e2e): add auth headers to jobs update/delete tests 2025-12-24 17:50:58 -03:00
Tiago Yamamoto
bb970f4a74 fix(backend): resolve 500 errors on jobs, notifications and secure routes
- Fix CreateJob 500 error by extracting user ID correctly
- Secure Create/Update/Delete Job routes with AuthGuard
- Fix Notifications/Tickets/Profile 500 error (UUID vs Int mismatch)
- Add E2E test for CreateJob
2025-12-24 17:48:06 -03:00
Tiago Yamamoto
1d79276e13 fix(backend): consolidated duplicate routes, fixed E2E tests for UUIDs and paths 2025-12-24 13:42:45 -03:00
Tiago Yamamoto
28733fff95 feat(tests): �� added unit tests and E2E tests for handlers 2025-12-15 09:08:32 -03:00