-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved Relationship Metadata Sorting
- Modified the sorting function for StepRelationshipMetadata. - Now sorts accurately based on `sourceType`, `targetType`, and `_class`, ensuring proper organization and retrieval of relationship metadata. Before: `aws_account HAS aws_waf` was coming before `aws_account HAS aws_apigateway`. After: Entries are sorted properly, ensuring `aws_account HAS aws_apigateway` is positioned before `aws_account HAS aws_waf`, respecting the alphabetical order of `targetType`.
- Loading branch information
Showing
2 changed files
with
79 additions
and
9 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