stack/apps
mantrakp04 06ceaf7005
Some checks failed
DB migration compat / Check if migrations changed (push) Has been cancelled
DB migration compat / Back-compat — Current branch migrations with ${{ needs.check-migrations-changed.outputs.base_branch }} branch code (push) Has been cancelled
DB migration compat / Forward-compat — Current branch code with ${{ needs.check-migrations-changed.outputs.base_branch }} branch migrations (push) Has been cancelled
DB migration compat / No migration changes (skipped) (push) Has been cancelled
Refactor OidcFederationExchangeAudit schema and migration files
- Adjusted the `tenancyId` field in the `OidcFederationExchangeAudit` model to remove unnecessary whitespace.
- Updated migration SQL to remove redundant foreign key constraint for `tenancyId`.
- Modified test cases to reflect changes in the `tenancyId` handling, ensuring audit writes do not trigger delete/update overhead on the Tenancy table.
- Changed event types in transaction tests to align with the new invoice processing logic.

This commit addresses feedback from previous reviews and improves the clarity and efficiency of the OIDC federation audit implementation.
2026-04-30 11:27:42 -07:00
..
backend Refactor OidcFederationExchangeAudit schema and migration files 2026-04-30 11:27:42 -07:00
dashboard fix oidc federation review feedback 2026-04-28 15:50:21 -07:00
dev-launchpad chore: update package versions 2026-04-20 19:06:56 -07:00
e2e Refactor OidcFederationExchangeAudit schema and migration files 2026-04-30 11:27:42 -07:00
hosted-components chore: update package versions 2026-04-20 19:06:56 -07:00
internal-tool Merge branch 'dev' into feat/oidc-federation 2026-04-28 15:39:39 -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
mock-oidc-idp feat: enhance OIDC federation features with new audit model and safe URL validation 2026-04-22 10:59:11 -07:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00