-
-
Notifications
You must be signed in to change notification settings - Fork 0
Updated Vortex to 'ffe06eb'. #325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,7 +58,3 @@ web/themes/**/build | |
| /docker-compose.override.yml | ||
| /.env.local | ||
| /.ahoy.local.yml | ||
|
|
||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Vortex ffe06eb: drevops/vortex#3096 This deletion is the consumer-side consequence of the upstream change this PR installs, so it is worth stating plainly why removing an ignore rule is safe. The rule was added during the One caveat for whoever runs the next update. The fix is on Vortex |
||
| # Checksum record written by the Vortex installer. It describes one machine's | ||
| # install rather than the project, so it stays out of version control. | ||
| /.vortex-manifest.json | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ Drupal 11 implementation of DrevOps Website for DrevOps | |
|
|
||
| [//]: # (DO NOT REMOVE THE BADGE BELOW. IT IS USED BY VORTEX TO TRACK INTEGRATION) | ||
|
|
||
| [](https://github.com/drevops/vortex/tree/1.41.1) | ||
| [](https://github.com/drevops/vortex/tree/ffe06eb) | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Standard Vortex integration badge bump, tracking the installed ref. The value is a short SHA rather than a version because the installed ref is unreleased - this PR tracks the head of Vortex The installer writes the full 40-character SHA here; it was shortened by hand, since a 40-character Shields.io badge is unreadable and the short form resolves the same in the GitHub tree URL. |
||
|
|
||
| </div> | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vortex ffe06eb: drevops/vortex#3095
Routine Renovate action bump, SHA-pinned as this repo requires. This is the only consumer-facing file that genuinely changed upstream between
1.41.1and the installed ref -git diff --name-only 1.41.1 ffe06eb4returns 12 files and the other 11 are all under.vortex/**(installer sources, its tests and fixtures, the docs site), which never reach a consumer project.Worth noting what is not in this hunk. The installer also proposed dropping the trailing comment from
issues: writein thepermissions:block a few lines above. That comment is this project's own, not template content, so it was re-applied on top of the bump rather than accepted as an update. The same re-render also proposed rolling the DB cache key inbuild-test-deploy.ymlback fromv26.8.1tov26.8.0; that file was reverted entirely.