mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
|
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
- Introduced verification for primary email in the feature flag evaluation context to ensure only verified emails are used. - Updated the evaluation logic to handle distinct IDs more flexibly, allowing for better fallback mechanisms. - Improved the PATCH route for configuration overrides by implementing a new method to merge old and new configurations, ensuring validation before writing. - Added comprehensive tests to validate the new feature flag evaluation scenarios, including handling of unverified emails and dependency cycles. |
||
|---|---|---|
| .. | ||
| tests | ||
| .env | ||
| .env.development | ||
| .eslintrc.cjs | ||
| LICENSE | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||