stack/apps
mantrakp04 7bcc28df78 Add AuthDataMigrationJob model and related migration scripts
- Introduced the AuthDataMigrationJob model in the Prisma schema to manage authentication migration jobs.
- Created SQL migration scripts to establish the AuthDataMigrationJob table with necessary constraints and indexes.
- Implemented API routes for creating, listing, retrieving, and retrying auth migration jobs.
- Added utility functions for handling encryption and decryption of migration credentials.
- Developed tests to validate the functionality and constraints of the new migration job model.
2026-05-04 09:41:00 -07:00
..
backend Add AuthDataMigrationJob model and related migration scripts 2026-05-04 09:41:00 -07:00
dashboard Add AuthDataMigrationJob model and related migration scripts 2026-05-04 09:41:00 -07:00
dev-launchpad chore: update package versions 2026-04-20 19:06:56 -07:00
e2e Add AuthDataMigrationJob model and related migration scripts 2026-05-04 09:41:00 -07:00
hosted-components chore: update package versions 2026-04-20 19:06:56 -07:00
internal-tool Dashboard: DataGrid refactor + layout (stacked on overview-revamp) (#1338) 2026-04-27 13:50:24 -07:00
mock-oauth-server fix(emulator): move mock OAuth off 8114 to avoid pnpm dev conflict (#1385) 2026-04-27 09:39:34 -07:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00