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

Extending aws_s3_bucket_info module #260

Merged
merged 63 commits into from
Mar 14, 2021
Merged
Show file tree
Hide file tree
Changes from 62 commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
5ead61c
WIP - adding new functionality to aws_s3_bucket_info module
zeten30 Oct 9, 2020
d031487
Fixing exceptions adding integration tests
zeten30 Oct 12, 2020
d52b7bc
Code linting - shippable
zeten30 Oct 12, 2020
4995fee
Fixing option type
zeten30 Oct 12, 2020
9d5f9ba
Fixing RETURN / Shippable
zeten30 Oct 12, 2020
ff514e1
Sync with upstream + .gitignore VSCode
zeten30 Nov 18, 2020
d5ea3f5
Extending integration test
zeten30 Nov 18, 2020
865604d
Adding version_added to new module options
zeten30 Nov 18, 2020
f605e75
Prepare 1.3.0 changelog
zeten30 Nov 18, 2020
908a336
Use boto3_tag_list_to_ansible_dict for bucket tags
zeten30 Nov 19, 2020
202edd1
Fixing integration test (delete buckets)
zeten30 Nov 19, 2020
158fb65
Adjust integration test (python 2.7)
zeten30 Nov 20, 2020
479904f
fix integratiuon test -2
zeten30 Nov 20, 2020
aa0cab3
Adjusting changelogs/changelog.yaml
zeten30 Dec 17, 2020
5dc71db
WIP - adding new functionality to aws_s3_bucket_info module
zeten30 Oct 9, 2020
924df2d
Fixing exceptions adding integration tests
zeten30 Oct 12, 2020
646a93e
Code linting - shippable
zeten30 Oct 12, 2020
2dade70
Fixing option type
zeten30 Oct 12, 2020
444fd57
Fixing RETURN / Shippable
zeten30 Oct 12, 2020
1b6cda1
Extending integration test
zeten30 Nov 18, 2020
6a0d5c3
Adding version_added to new module options
zeten30 Nov 18, 2020
909da20
Prepare 1.3.0 changelog
zeten30 Nov 18, 2020
83e1e22
Use boto3_tag_list_to_ansible_dict for bucket tags
zeten30 Nov 19, 2020
9fd02b8
Fixing integration test (delete buckets)
zeten30 Nov 19, 2020
4570667
Adjust integration test (python 2.7)
zeten30 Nov 20, 2020
5fa69ea
fix integratiuon test -2
zeten30 Nov 20, 2020
dd33d69
Adjusting changelogs/changelog.yaml
zeten30 Dec 17, 2020
4191e8e
WIP - adding new functionality to aws_s3_bucket_info module
zeten30 Oct 9, 2020
7b995c4
Fixing exceptions adding integration tests
zeten30 Oct 12, 2020
56ce001
Code linting - shippable
zeten30 Oct 12, 2020
9cb2d3e
Fixing option type
zeten30 Oct 12, 2020
ad99a49
Fixing RETURN / Shippable
zeten30 Oct 12, 2020
2a9af04
Extending integration test
zeten30 Nov 18, 2020
ed83507
Adding version_added to new module options
zeten30 Nov 18, 2020
31ba953
Use boto3_tag_list_to_ansible_dict for bucket tags
zeten30 Nov 19, 2020
6fd3592
Fixing integration test (delete buckets)
zeten30 Nov 19, 2020
a4b240a
Adjust integration test (python 2.7)
zeten30 Nov 20, 2020
dc1921d
fix integratiuon test -2
zeten30 Nov 20, 2020
9c607ae
WIP - adding new functionality to aws_s3_bucket_info module
zeten30 Oct 9, 2020
aca189d
Fixing exceptions adding integration tests
zeten30 Oct 12, 2020
6107bc2
Code linting - shippable
zeten30 Oct 12, 2020
269d775
Fixing option type
zeten30 Oct 12, 2020
9b8deb5
Fixing RETURN / Shippable
zeten30 Oct 12, 2020
cb2c885
Extending integration test
zeten30 Nov 18, 2020
67ee9ac
Adding version_added to new module options
zeten30 Nov 18, 2020
76d4fda
Use boto3_tag_list_to_ansible_dict for bucket tags
zeten30 Nov 19, 2020
1c4602f
Fixing integration test (delete buckets)
zeten30 Nov 19, 2020
965236a
Adjust integration test (python 2.7)
zeten30 Nov 20, 2020
1abb51c
fix integratiuon test -2
zeten30 Nov 20, 2020
ca7974a
Merging requested PR changes #1
zeten30 Jan 27, 2021
bee203c
Bump version_added 1.3.0->1.4.0
zeten30 Jan 27, 2021
de04a97
Fix module docstring
zeten30 Jan 27, 2021
72acae9
Fixing changelog
zeten30 Jan 27, 2021
bc9653f
Code cleanup
zeten30 Jan 27, 2021
9c3e670
Update integration tests
zeten30 Jan 27, 2021
22ea4fc
Add S3 bucket location check to integration test
zeten30 Jan 27, 2021
dec9b05
Documentation update
zeten30 Feb 2, 2021
2f6f32e
Update plugins/modules/aws_s3_bucket_info.py
tremble Feb 3, 2021
2020254
Update plugins/modules/aws_s3_bucket_info.py
tremble Feb 3, 2021
9bbc1ab
Fixing RETURN indentation
zeten30 Feb 9, 2021
3c62309
Fixing missing type: in RETURN
zeten30 Feb 9, 2021
f83b88b
Revert changes to changelogs/changelog.yaml
tremble Feb 9, 2021
9ab066c
Revert changes to changelogs/changelog.yaml
tremble Feb 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -387,4 +387,7 @@ $RECYCLE.BIN/
# Antsibull-changelog
changelogs/.plugin-cache.yaml

# Visual Studio Code
.vscode/*

# End of https://www.gitignore.io/api/git,linux,pydev,python,windows,pycharm+all,jupyternotebook,vim,webstorm,emacs,dotenv
2 changes: 1 addition & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ releases:
behavior (https://github.com/ansible-collections/community.aws/pull/318).
minor_changes:
- ec2_vpc_igw - Add AWSRetry decorators to improve reliability (https://github.com/ansible-collections/community.aws/pull/318).
- ec2_vpc_igw - Add ``purge_tags`` parameter so that tags can be added without
- ec2_vpc_igw - Add ``purge_tags:`` parameter so that tags can be added without
tremble marked this conversation as resolved.
Show resolved Hide resolved
purging existing tags to match the collection standard tagging behaviour (https://github.com/ansible-collections/community.aws/pull/318).
- ec2_vpc_igw_info - Add AWSRetry decorators to improve reliability (https://github.com/ansible-collections/community.aws/pull/318).
- ec2_vpc_igw_info - Add ``convert_tags`` parameter so that tags can be returned
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/260-extending-s3_bucket_info-module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- aws_s3_bucket_info - new module options ``name``, ``name_filter``, ``bucket_facts`` and ``transform_location``
(https://github.com/ansible-collections/community.aws/pull/260).
Loading