-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various Fixes - Data Validation + Missing DB_TABLE_LOG
Env Var
#4463
Conversation
/cypress |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
/cypress |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
DB_TABLE_LOG
Env Var
7a680d5
to
2f33190
Compare
/cypress |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
/cypress |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
0f74cce
to
c609a11
Compare
c609a11
to
8ce5c6e
Compare
/cypress |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
/cypress |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
/cypress |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
1 similar comment
Cypress E2E tests have been initiated (for more information, click here). ✨ |
/cypress |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
/cypress |
Cypress E2E tests have been initiated (for more information, click here). ✨ |
Changes
This PR tackles a couple of newly introduced backend data validation (Zod) issues, where some of the fields were missing the
nullable
option enabled. These were introduced with the migration from Commodo (and its removal) to Zod.I also fixed missing
DB_TABLE_LOG
env vars in Pulumi code.How Has This Been Tested?
Cypress tests that have been failing should now be passing.
Documentation
None.