-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): using module version in templates didn't work with watch
This is a pretty major refactor, where resolving raw configs is deferred to usage time, and the handling of resolved configuration is moved to the ConfigGraph class (née DependencyGraph). Basically the Garden class now holds the raw configuration, and it is fully resolved when building a new instance of ConfigGraph, which should then be done whenever module sources are modified (otherwise resolved template strings, e.g. version tags, may be stale). Also moved some handling of actions to the ActionHandler to further reduce the size of the Garden class.
- Loading branch information
Showing
58 changed files
with
1,090 additions
and
1,270 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
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
Oops, something went wrong.