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

Bulk migration to Python 3.6 f-strings (2) #1513

Merged
merged 1 commit into from
May 4, 2023

Conversation

tremble
Copy link
Contributor

@tremble tremble commented May 4, 2023

SUMMARY

We've dropped support for Python <3.6, bulk migrate to fstrings and perform some general string cleanup

A combination of

  • black --preview
  • flynt
  • some manual cleanup
ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

plugins/
tests/unit/

ADDITIONAL INFORMATION

This PR is specifically targetting the RDS related modules.
There's still more to come...

We've dropped support for Python <3.6, bulk migrate to fstrings and perform some general string cleanup

A combination of
* `black --preview`
* `flynt`
* some manual cleanup
@tremble tremble marked this pull request as ready for review May 4, 2023 12:32
@tremble tremble requested a review from alinabuzachis May 4, 2023 13:04
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/45f8317183d641ffb15f72b2497ab06b

✔️ ansible-galaxy-importer SUCCESS in 4m 13s
✔️ build-ansible-collection SUCCESS in 13m 15s
✔️ ansible-test-splitter SUCCESS in 5m 15s
✔️ integration-amazon.aws-1 SUCCESS in 14m 24s
✔️ integration-amazon.aws-2 SUCCESS in 39m 55s
✔️ integration-amazon.aws-3 SUCCESS in 36m 23s
✔️ integration-amazon.aws-4 SUCCESS in 30m 04s
✔️ integration-amazon.aws-5 SUCCESS in 26m 49s
✔️ integration-amazon.aws-6 SUCCESS in 11m 43s
✔️ integration-amazon.aws-7 SUCCESS in 9m 17s
✔️ integration-amazon.aws-8 SUCCESS in 12m 54s
✔️ integration-amazon.aws-9 SUCCESS in 18m 25s
✔️ integration-amazon.aws-10 SUCCESS in 9m 44s
✔️ integration-amazon.aws-11 SUCCESS in 22m 06s
✔️ integration-amazon.aws-12 SUCCESS in 15m 39s
✔️ integration-amazon.aws-13 SUCCESS in 16m 36s
✔️ integration-amazon.aws-14 SUCCESS in 24m 15s
✔️ integration-amazon.aws-15 SUCCESS in 19m 57s
✔️ integration-amazon.aws-16 SUCCESS in 20m 15s
✔️ integration-amazon.aws-17 SUCCESS in 16m 07s
✔️ integration-amazon.aws-18 SUCCESS in 17m 11s
✔️ integration-amazon.aws-19 SUCCESS in 10m 20s
Skipped 25 jobs

@tremble tremble added the mergeit Merge the PR (SoftwareFactory) label May 4, 2023
@tremble
Copy link
Contributor Author

tremble commented May 4, 2023

Something went wonky with Zuul. Tests passed, manually merging.

@tremble tremble merged commit 1ea813c into ansible-collections:main May 4, 2023
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Sep 18, 2023
eks_cluster: adding tags to eks cluster

SUMMARY
As described by issue ansible-collections#1513
All the other community aws modules that I use support applying tags to the created resources (where such a feature is supported by aws). Using aws_eks_cluster it is not possible to add tags, although this appears to be a supported feature when viewing a cluster in the aws console.

ISSUE TYPE


Feature Pull Request

COMPONENT NAME

aws_eks_cluster
ADDITIONAL INFORMATION

Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
Reviewed-by: Amir <None>
Reviewed-by: Mark Chappell <None>
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Sep 18, 2023
eks_cluster: adding tags to eks cluster

SUMMARY
As described by issue ansible-collections#1513
All the other community aws modules that I use support applying tags to the created resources (where such a feature is supported by aws). Using aws_eks_cluster it is not possible to add tags, although this appears to be a supported feature when viewing a cluster in the aws console.

ISSUE TYPE


Feature Pull Request

COMPONENT NAME

aws_eks_cluster
ADDITIONAL INFORMATION

Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
Reviewed-by: Amir <None>
Reviewed-by: Mark Chappell <None>
@tremble tremble deleted the fstring/rds branch September 27, 2023 07:00
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 24, 2023
eks_cluster: adding tags to eks cluster

SUMMARY
As described by issue ansible-collections#1513
All the other community aws modules that I use support applying tags to the created resources (where such a feature is supported by aws). Using aws_eks_cluster it is not possible to add tags, although this appears to be a supported feature when viewing a cluster in the aws console.

ISSUE TYPE


Feature Pull Request

COMPONENT NAME

aws_eks_cluster
ADDITIONAL INFORMATION

Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
Reviewed-by: Amir <None>
Reviewed-by: Mark Chappell <None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mergeit Merge the PR (SoftwareFactory)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants