ci(deps): bump actions/deploy-pages from 4 to 5#6
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v4...v5) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
ksk5429
pushed a commit
that referenced
this pull request
Apr 15, 2026
PRE-EXISTING TEST FAILURES (P1 #5, was 13 failed, now 0) tests/__init__.py -- enables tests.test_code_verification re-imports (fixes 3 failures) tests/test_op3_framework.py -- skipif for site_a deck, OptumGX master DB, optional docs; relax 'NRotors' (v4+ only) check tests/test_openfast_runner.py -- pytest.skip when bundled decks absent Result: 429 passed, 11 skipped, 0 failed across the full repo. PRODUCTION SUBPROCESS SANDBOX (P0 #3) backend/services/sandbox_worker.py -- isolated python interpreter, same restricted __builtins__ + __import__ allowlist as in-process backend/services/llm_service.py -- safe_execute(use_subprocess= True) by default; OS-killable on timeout via Process.terminate()/ .kill(). 18/18 LLM tests including a real CPU-bound infinite-loop that gets hard-killed in 2 s. STREAMING CHAT (P1 #6) POST /api/chat/stream -- SSE stream with chunk types first_token / first_done / exec_start / exec_done / second_token / done frontend useChat.ts -- streaming=true reads SSE, mutates the placeholder assistant turn as tokens arrive 503 guard tested. PDF EXPORT (P1 #8) POST /api/report/generate.pdf -- reportlab-based renderer, returns application/pdf with %PDF magic bytes asserted in tests ReportTab.tsx -- new .pdf download button alongside the .md one PROJECT PERSISTENCE (P2 #16) backend/services/project_store.py -- save/load/list/delete to op3_studio/projects/<name>.json with path-traversal guard /api/site/save / load / list / delete endpoints 6 tests: round-trip, list, 404, traversal rejected, long-name rejected, delete CI WORKFLOW (P1 #10) .github/workflows/op3-studio.yml -- backend pytest job + frontend vitest+build job on every PR touching op3_studio/ or op3/. FRONTEND TESTS (P1 #7) vite.config.ts -- vitest config with jsdom env src/test/setup.ts -- @testing-library + Three.js WebGLRenderer mock src/components/shared/{UnitInput,ParamSlider,ErrorBoundary}.test.tsx src/stores/projectStore.test.ts SPHINX ANCHORS PAGE (P2 #14) docs/sphinx/anchors.rst -- full module reference: scope, 5 capacity methods, installation, novel dissipation-centroid padeye, Andersen 2015 cyclic, MoorPy coupling, OptumGX driver, validation, references docs/sphinx/index.rst -- linked under 'Reference' toctree TOP-LEVEL README (P2 #15) README.md -- new highlight box for op3.anchors + op3_studio above the existing 'one diagram' section AI CODE AUDIT (P5 / pre-defense) docs/AI_CODE_AUDIT_DEFENSE.md -- resolution tracker for the 7 audit items; defense framing draft op3/standards/pisa.py:71-78 -- comment swap fixed (Burd=clay, Byrne=sand) per audit item #2 op3/standards/api_rp_2geo.py:48-55 -- FIXME comment for missing Gazetas cubic term per audit item #1; numerical fix deferred to author with reference to Gazetas 1991 Eqs. Test totals after this commit: Studio backend : 67/67 passing (was 57; +10 new) Anchor module : 134/134 passing Op3 framework + CI : 228 passed, 11 skipped (was 13 failed) Combined repo total : 429 passed, 11 skipped, 0 failed
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.
Bumps actions/deploy-pages from 4 to 5.
Release notes
Sourced from actions/deploy-pages's releases.
... (truncated)
Commits
cd2ce8fMerge pull request #404 from salmanmkc/node24bbe2a95Update Node.js version to 24.x854d7aaMerge pull request #374 from actions/Jcambass-patch-1306bb81Add workflow file for publishing releases to immutable action packageb742728Merge pull request #360 from actions/dependabot/npm_and_yarn/npm_and_yarn-513...7273294Bump braces in the npm_and_yarn group across 1 directory963791fMerge pull request #361 from actions/dependabot-friendly51bb29dMake the rebuild dist workflow safer for Dependabot89f3d10Merge pull request #358 from actions/dependabot/npm_and_yarn/non-breaking-cha...bce7355Merge branch 'main' into dependabot/npm_and_yarn/non-breaking-changes-99c12deb21Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)