Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix several bugs in AwsTagIndex #2384

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Fix several bugs in AwsTagIndex #2384

merged 1 commit into from
Aug 28, 2024

Conversation

kstich
Copy link
Contributor

@kstich kstich commented Aug 27, 2024

This commit fixes several groups of bugs in the AwsTagIndex:

  1. The index did not handle nested resource shapes.
  2. The index did not handle the put lifecycle operation.
  3. The index did not account for the apiConfig property of the @taggable trait.

A full suite of tests was added to account for the index's behavior and validate its previous functionality along with fixes for the above.

The getTagsMember method was stabilized and made non-static.

Minor cleanup was done to other tagging related files.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kstich kstich requested a review from a team as a code owner August 27, 2024 18:30
@kstich kstich requested review from haydenbaker, a team, gosar and JordonPhillips and removed request for a team, haydenbaker and gosar August 27, 2024 18:30
This commit fixes several groups of bugs in the AwsTagIndex:
1. The index did not handle nested resource shapes.
2. The index did not handle the put lifecycle operation.
3. The index did not account for the `apiConfig` property of the
   `@taggable` trait.

A full suite of tests was added to account for the index's behavior
and validate its previous functionality along with fixes for the above.

The `getTagsMember` method was stabilized and made non-static.

Minor cleanup was done to other tagging related files.
@kstich kstich merged commit 8b21de7 into main Aug 28, 2024
14 checks passed
@kstich kstich deleted the tagOnCreate_put_fix branch August 28, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants