-
Notifications
You must be signed in to change notification settings - Fork 343
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
[PR #1701/19b89f68 backport][stable-6] Backup selection bugfix #1710
[PR #1701/19b89f68 backport][stable-6] Backup selection bugfix #1710
Conversation
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 19s |
919d0ff
to
81e99a3
Compare
Rebased onto current stable-6. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 00s |
Backup selection bugfix SUMMARY Fix bug in backup_selection where an existing backup selection was not updated to add Conditions if that value was previously empty. ISSUE TYPE Bugfix Pull Request COMPONENT NAME backup_selection ADDITIONAL INFORMATION Split into two commits, the first commit adds comprehensive integration tests to cover the scenarios that were failing and the second commit fixes the code. Reviewed-by: Mike Graves <[email protected]> Reviewed-by: Alina Buzachis (cherry picked from commit 19b89f6)
81e99a3
to
b5a008a
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 05s |
iam_access_key - fix example docs SUMMARY Closes ansible-collections#1710 ISSUE TYPE Docs Pull Request COMPONENT NAME iam_access_key Reviewed-by: Mark Chappell <None>
iam_access_key - fix example docs SUMMARY Closes ansible-collections#1710 ISSUE TYPE Docs Pull Request COMPONENT NAME iam_access_key Reviewed-by: Mark Chappell <None>
iam_access_key - fix example docs SUMMARY Closes ansible-collections#1710 ISSUE TYPE Docs Pull Request COMPONENT NAME iam_access_key Reviewed-by: Mark Chappell <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@88872b3
iam_access_key - fix example docs SUMMARY Closes ansible-collections#1710 ISSUE TYPE Docs Pull Request COMPONENT NAME iam_access_key Reviewed-by: Mark Chappell <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@88872b3
iam_access_key - fix example docs SUMMARY Closes ansible-collections#1710 ISSUE TYPE Docs Pull Request COMPONENT NAME iam_access_key Reviewed-by: Mark Chappell <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@88872b3
iam_access_key - fix example docs SUMMARY Closes ansible-collections#1710 ISSUE TYPE Docs Pull Request COMPONENT NAME iam_access_key Reviewed-by: Mark Chappell <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@88872b3
iam_access_key - fix example docs SUMMARY Closes ansible-collections#1710 ISSUE TYPE Docs Pull Request COMPONENT NAME iam_access_key Reviewed-by: Mark Chappell <None>
This is a backport of PR #1701 as merged into main (19b89f6).
SUMMARY
Fix bug in backup_selection where an existing backup selection was not updated to add Conditions if that value was previously empty.
ISSUE TYPE
COMPONENT NAME
backup_selection
ADDITIONAL INFORMATION
Split into two commits, the first commit adds comprehensive integration tests to cover the scenarios that were failing and the second commit fixes the code.