-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[master] Access pillar data while rendering pillars #64043
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
23b586f
Access pillar data while rendering pillars
dwoz aca0923
Fix unit test
dwoz c2e8a63
Add test from alt PR
dwoz e59134c
Fix matchers using pillar in opts
dwoz 47bdd5d
Add changelog for #65724
dwoz e879d56
Fix linter
dwoz b147108
Fix typo
dwoz 30e5e7d
Fix test assertion for ext_pillar_first
dwoz 6db0c16
Address frebib's PR comments: ensure opts['pillar'] is set in __init_…
dwoz dd95be0
Fix linter: remove trailing newlines
dwoz 1393192
Fully address frebib's suggestions: update loader pack instead of rel…
dwoz 9a5f53c
Fix circular reference in Pillar when pillar_opts is True
dwoz 80324e4
Fix integration regression: preserve master ID in ext_pillar_opts
dwoz 63e7546
Final cleanup: surgical pillar data access, fixed regressions, and br…
dwoz cc6f9d4
Final cleanup: remove dangerous updates to pillar_data and ensure int…
dwoz c688319
Final cleanup: pop __context__ from master opts to prevent circular r…
dwoz 067a76d
Final verified cleanup: resolved circular references and integration …
dwoz 2827b27
Final verified fix: restore opts['pillar'] assignment for matchers in…
dwoz 8f0b77a
Final verified cleanup: removed circular references and fixed integra…
dwoz 45042a5
Final verified fix for Pillar regressions: resolved circular referenc…
dwoz 251e6c8
Final verified cleanup: resolved circular references, integration reg…
dwoz 7ee472e
Add changelog for #64043
dwoz 3d26df2
Add explicit tests for pillar_opts, ssh_merge_pillar, decrypt_pillar …
dwoz 79af111
Fix formatting and final logic verification for dunder pillar
dwoz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Added the ability to access already compiled pillar data during the pillar rendering process via the `__pillar__` global in templates and matchers. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Pillar dunder is now available in extension modules during pillar render. |
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.