-
Notifications
You must be signed in to change notification settings - Fork 397
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
Rename rds_snapshot to rds_instance_snapshot #783
Merged
ansible-zuul
merged 2 commits into
ansible-collections:main
from
alinabuzachis:rename_rds_snapshot
Oct 28, 2021
Merged
Rename rds_snapshot to rds_instance_snapshot #783
ansible-zuul
merged 2 commits into
ansible-collections:main
from
alinabuzachis:rename_rds_snapshot
Oct 28, 2021
Conversation
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
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
alinabuzachis
force-pushed
the
rename_rds_snapshot
branch
from
October 27, 2021 16:06
48b6bd7
to
0b3b6e7
Compare
ansibullbot
added
community_review
integration
tests/integration
module
module
needs_triage
new_module
New module
new_plugin
New plugin
plugins
plugin (any type)
tests
tests
labels
Oct 27, 2021
recheck - tests can be slow, they timed out this time |
tremble
approved these changes
Oct 27, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change LGTM. Feel free to gate if the tests pass
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this pull request
May 25, 2022
…lections#628) (ansible-collections#783) Add support for icmp_type and icmp_code parameters (close ansible-collections#628) SUMMARY This pull request add support for new icmp_type and icmp_code parameters with proto: icmp or proto: icmpv6. This initial suggestion was aimed at closing the inconsistency when the meaning of from_port and to_port would change based on the protocol type. Fixes ansible-collections#628 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_group Reviewed-by: Alina Buzachis <None> Reviewed-by: Raz M. <None> Reviewed-by: Mark Chappell <None>
abikouo
pushed a commit
to abikouo/community.aws
that referenced
this pull request
Oct 24, 2023
Rename rds_snapshot to rds_instance_snapshot SUMMARY Rename rds_snapshot to rds_instance_snapshot since rds_snapshot only handles snapshotting of DB instances. A new module for snapshotting RDS clusters will be added in a future PR. ISSUE TYPE New Module Pull Request COMPONENT NAME rds_snapshot Reviewed-by: Mark Chappell <None> Reviewed-by: None <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@4c44372
abikouo
pushed a commit
to abikouo/community.aws
that referenced
this pull request
Oct 24, 2023
Rename rds_snapshot to rds_instance_snapshot SUMMARY Rename rds_snapshot to rds_instance_snapshot since rds_snapshot only handles snapshotting of DB instances. A new module for snapshotting RDS clusters will be added in a future PR. ISSUE TYPE New Module Pull Request COMPONENT NAME rds_snapshot Reviewed-by: Mark Chappell <None> Reviewed-by: None <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@4c44372
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community_review
integration
tests/integration
module
module
new_module
New module
new_plugin
New plugin
plugins
plugin (any type)
tests
tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Rename
rds_snapshot
tords_instance_snapshot
sincerds_snapshot
only handles snapshotting of DB instances. A new module for snapshotting RDS clusters will be added in a future PR.ISSUE TYPE
COMPONENT NAME
rds_snapshot