-
Notifications
You must be signed in to change notification settings - Fork 342
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
ec2_ami: refactoring and unit-test coverage #1165
Merged
softwarefactory-project-zuul
merged 2 commits into
ansible-collections:main
from
goneri:ec2_ami-unit-test-coverage_22700
Oct 20, 2022
Merged
ec2_ami: refactoring and unit-test coverage #1165
softwarefactory-project-zuul
merged 2 commits into
ansible-collections:main
from
goneri:ec2_ami-unit-test-coverage_22700
Oct 20, 2022
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
@goneri: Greetings! Thanks for taking the time to open this pullrequest. In order for the community to handle your pullrequest effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this pullrequest with this template: |
ansibullbot
added
WIP
Work in progress
module
module
needs_info
This issue requires further information. Please answer any outstanding questions
needs_maintainer
needs_template
This issue/PR has an incomplete description. Please fill in the proposed template correctly
needs_triage
plugins
plugin (any type)
tests
tests
labels
Oct 13, 2022
goneri
force-pushed
the
ec2_ami-unit-test-coverage_22700
branch
from
October 13, 2022 21:03
335f7b0
to
553d8cb
Compare
goneri
force-pushed
the
ec2_ami-unit-test-coverage_22700
branch
from
October 14, 2022 22:00
553d8cb
to
6d3a9d0
Compare
goneri
changed the title
ec2_ami: unit-test coverage
ec2_ami: refactoring and unit-test coverage
Oct 14, 2022
goneri
force-pushed
the
ec2_ami-unit-test-coverage_22700
branch
from
October 17, 2022 14:14
6d3a9d0
to
50053dc
Compare
alinabuzachis
approved these changes
Oct 18, 2022
gravesm
approved these changes
Oct 19, 2022
Refactoring and unit-test coverage of the `ec2_ami`. - Break up the long `create_image()`, `deregister_image()`, `update_image()` - Use classes and static methods to group the functions - Use more Pythonic expression when possible - Handle internal failures with exception to simplify the error managment
tremble
force-pushed
the
ec2_ami-unit-test-coverage_22700
branch
from
October 20, 2022 07:46
50053dc
to
bc6bab6
Compare
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Sep 18, 2023
…ections#1165) s3_lifecycle - drop deprecated requester_pays parameter SUMMARY The requester_pays did nothing, drop it. ISSUE TYPE Feature Pull Request COMPONENT NAME s3_lifecycle ADDITIONAL INFORMATION See also: ansible/ansible#63989 Reviewed-by: Markus Bergholz <[email protected]>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Sep 18, 2023
…ections#1165) s3_lifecycle - drop deprecated requester_pays parameter SUMMARY The requester_pays did nothing, drop it. ISSUE TYPE Feature Pull Request COMPONENT NAME s3_lifecycle ADDITIONAL INFORMATION See also: ansible/ansible#63989 Reviewed-by: Markus Bergholz <[email protected]>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Oct 24, 2023
…ections#1165) s3_lifecycle - drop deprecated requester_pays parameter SUMMARY The requester_pays did nothing, drop it. ISSUE TYPE Feature Pull Request COMPONENT NAME s3_lifecycle ADDITIONAL INFORMATION See also: ansible/ansible#63989 Reviewed-by: Markus Bergholz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
mergeit
Merge the PR (SoftwareFactory)
module
module
needs_info
This issue requires further information. Please answer any outstanding questions
needs_maintainer
needs_template
This issue/PR has an incomplete description. Please fill in the proposed template correctly
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.
Refactoring and unit-test coverage of the
ec2_ami
.create_image()
,deregister_image()
,update_image()