-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve handling of tombstoned aggregators (#732)
previously, we treated tombstoned aggregators as fully deleted, but tombstoning needs to be less thorough in order to display tasks that were provisioned against an aggregator that has since been tombstoned. This PR also includes a fix to a bug discovered in process, wherein tasks could still be provisioned against tombstoned aggregators, even though they were not visible. Before this PR: tombstoned aggregators were invisible, but provisionable After this PR tombstoned aggregators are visible, but not provisionable Listing in index routes is unchanged (tombstoned aggregators are invisible)
- Loading branch information
Showing
4 changed files
with
89 additions
and
18 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