Forward-ported four commits from 'main' onto '2.x'.#2791
Merged
Conversation
|
Code coverage (threshold: 90%) Per-class coverage |
This comment has been minimized.
This comment has been minimized.
1 similar comment
Member
Author
|
Code coverage (threshold: 90%) Per-class coverage |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #2791 +/- ##
==========================================
+ Coverage 87.96% 87.97% +0.01%
==========================================
Files 97 98 +1
Lines 5302 5332 +30
Branches 3 3
==========================================
+ Hits 4664 4691 +27
- Misses 638 641 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
📖 Documentation preview for this pull request has been deployed to Netlify: https://6a573709c7add6ff6073d300--vortex-docs.netlify.app This preview is rebuilt on every commit and is not the production documentation site. |
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.
Scope
Forward-ports 4 commits from
mainonto2.x, selected from 66 candidates after analysing each against the current state of2.x. The other 62 candidates were already effectively present (most as prior forward-ports), superseded dependency bumps, ormain-only release-prep, and were deliberately excluded.Applied
ef25a67eBumped the CI database cache version tov26.7.1- adaptation:2.xwas atv26.7.0; the version string was re-set across the three CI files by hand because the cache-key structure has diverged. Renovate does not manage this manual cache-bust value.7957832457Added installer selection for Gitleaks secret scanning - adaptation: the Gitleaks CI step and.gitleaks.tomlalready ship on2.x, so this adds theCI_GITLEAKSfences around the existing step, theGitleaksprompt handler,PromptManagerwiring, and the four shared test-helpers, reapplied onto2.x's reshaped installer.7655131027Turned.dockerignore,.gitignoreand.gitignore.artifactinto deny lists - part clean, part adaptation: the three ignore files and the two docs pages (artifact.mdx,git-artifact.mdx) were byte-identical tomain's pre-flip state and taken directly;SutTrait.php, the migration functional test, and the newarchitecture.mdx/docker.mdxsections were reapplied by hand onto2.x's diverged versions.3aa2c52aAdded installer selection for Twig CS Fixer in the Tools multiselect - part clean, part adaptation:Tools.phpand the Tools discovery test were taken directly; theTOOL_TWIG_CS_FIXERCI fences and the two newtools_no_twig/tools_no_twig_circleciprocess-test scenarios were reapplied by hand (the Tools process test had diverged by the CI job rename).Skipped (notable)
96069a6cDocs marketing-diagram hero and 80-column demo videos - deferred:architecture.mdxhas diverged on2.xand porting it would force a heavy demo-video re-render.43b8f98fExcluded installer fixtures from the Zizmor audit - the functional scoping is already present on2.x(via the v0.5.7 action bump); only a redundant explanatory comment differed.2.x(many as explicit forward-ports), superseded Renovate bumps that2.x's own Renovate raises independently, or twomain-only 1.x release-prep commits.Snapshots
ahoy update-snapshotswas run from.vortex/in the foreground and committed the regenerated fixtures (143 datasets, 50 updated, 0 failed). A second pass reported 0 changes, confirming stability. No template files were deleted, so noSutTrait.phpdeletion follow-up is outstanding.Follow-up
The installer demo video (
installer.json,installer.svg,installer.png,installer.gif) is intentionally NOT regenerated in this PR, even though the prompt flow changed (new Gitleaks prompt,TOTAL_RESPONSES35 to 36, Twig in the Tools multiselect). It is not a CI gate and the release process regenerates all six videos; runahoy update-videos installerif the docs need to match sooner.Gates
Local
.vortexlint passed for every touched area:lint-installer,lint-tests,lint-ci, andlint-docs. The fullvortex-test-workflowtemplate-test matrix runs in CI and is the final source of truth.Before / After