sadpandajoe opened a new pull request, #42807: URL: https://github.com/apache/superset/pull/42807
### SUMMARY Restore three deterministic checks found while walking master CI back to the last three-commit green boundary: - Apply the repository formatting emitted by oxfmt 0.61 after #42746 upgraded the formatter without a full-tree formatting pass. - Preserve `APP_ROOT` in the version-history activity-log Playwright test by using the existing `apiGet` helper with relative URLs. The old leading-slash requests returned 404 in the required `/app/prefix` project after #41551. - Freeze the MCP sub-day time-range parser premise away from midnight. The production-normalizer assertions remain unchanged; only the clock-dependent raw-parser setup introduced by #42701 becomes deterministic. The fixes remain three independent commits. They are consolidated because a required all-files pre-commit run from the affected master baseline necessarily includes the formatter rewrite. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Not applicable; these are CI/test and formatting corrections with no UI behavior change. ### TESTING INSTRUCTIONS - `SKIP=type-checking-frontend pre-commit run --all-files` using the workflow's Python 3.11/ruff 0.9.7 and Node 24.16/npm 11.13 toolchain - `oxfmt --check` across all 3,769 frontend files after applying the formatter changes - `oxlint --config oxlint.json --quiet playwright/tests/version-history/activity-log.spec.ts` - `playwright test playwright/tests/version-history/activity-log.spec.ts --list` - Verify relative API URLs resolve below `http://127.0.0.1:8081/app/prefix/` - `ruff format --check tests/unit_tests/mcp_service/common/test_time_range_validation.py` - `ruff check tests/unit_tests/mcp_service/common/test_time_range_validation.py` - `python -m py_compile tests/unit_tests/mcp_service/common/test_time_range_validation.py` The targeted MCP pytest could not run in the host environment because its globally installed sqlglot predates the `singlestore` dialect imported by this checkout. Required GitHub checks use the repository's pinned dependencies and are monitored to terminal state. ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
