-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not delete frames if dependent components have resources
This commit ensures that we do not delete frames if dependent components have resources. The original fix is from @britmyerss and @nickgerace mainly rebased the fix, added tests, and provided miscellaneous changes. Secondary changes: - Block the commit when waiting for actions in tests - Add delete action to fallout test exclusive schema - Add test helper for fetching resource last synced value Misc changes: - Remove async requirement from "build_action_func" helper - Add "Component::view_by_id" and have "Component::view" call it Signed-off-by: Nick Gerace <[email protected]> Co-authored-by: Brit Myers <[email protected]>
- Loading branch information
1 parent
ad934d4
commit 1609391
Showing
16 changed files
with
590 additions
and
118 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
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.