fix: migrate old backend fixes into SPA migration branch - #112
Closed
ZeroPointSix wants to merge 1 commit into
Closed
fix: migrate old backend fixes into SPA migration branch#112ZeroPointSix wants to merge 1 commit into
ZeroPointSix wants to merge 1 commit into
Conversation
This was referenced Jul 12, 2026
Merged
Closed
Owner
Author
发布线路调整#112 当前定位调整为:SPA 迁移阶段的后端能力桥接 PR。 新的流程:
注意事项:
|
Owner
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
python -m unittest -v tests.test_verification_extractor tests.test_ai_fallback_trigger_condition tests.test_external_pool tests.test_pool_flow_suite tests.test_oauth_tool tests.test_imap_connection_reuse tests.test_verification_extract_log(173tests).npm run lint,npm run test(33tests), andnpm run buildinant-design-pro.python -m compileall outlook_web tests.git diff --check.python -m unittest discover -s tests -v; the remaining failures are isolated totests.test_pool_cf_real_e2e, where the real CF Worker claim call returns HTTP 400 /UPSTREAM_BAD_PAYLOAD. Browser tests were skipped because Playwright/Werkzeug support is unavailable in the environment.Refs #109, #103, #105, #108, #67, #36.