-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport 1.4.latest] Add back
depends_on
for seeds - only macros
…
…, never `nodes` (#6920) * Add back `depends_on` for seeds - only `macros`, never `nodes` (#6851) * Extend functional tests for seeds w hooks * Add MacroDependsOn to seeds, raise exception for other deps * Add changelog entry * Fix unit tests * Update upgrade_seed_content * Cleanup * Regen manifest v8 schema. Fix tests * Be less magical * PR feedback (cherry picked from commit 298bf8a) * Update manifest v8 for v1.4.x * Cleanup --------- Co-authored-by: Jeremy Cohen <[email protected]>
- Loading branch information
1 parent
2bb2e73
commit ddb2f0f
Showing
9 changed files
with
227 additions
and
75 deletions.
There are no files selected for viewing
This file contains 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,6 @@ | ||
kind: Fixes | ||
body: Readd depends_on.macros to SeedNode, to support seeds with hooks calling macros | ||
time: 2023-02-03T13:55:57.853715+01:00 | ||
custom: | ||
Author: jtcohen6 | ||
Issue: "6806" |
This file contains 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 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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 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 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 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