-
Notifications
You must be signed in to change notification settings - Fork 341
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
Normalize refactor #2006
Merged
softwarefactory-project-zuul
merged 6 commits into
ansible-collections:main
from
tremble:normalize_refactor
Mar 25, 2024
Merged
Normalize refactor #2006
softwarefactory-project-zuul
merged 6 commits into
ansible-collections:main
from
tremble:normalize_refactor
Mar 25, 2024
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
tremble
force-pushed
the
normalize_refactor
branch
from
March 22, 2024 16:38
ee7ea6a
to
ef78258
Compare
tremble
force-pushed
the
normalize_refactor
branch
from
March 22, 2024 16:41
ef78258
to
7d9bcf8
Compare
alinabuzachis
approved these changes
Mar 25, 2024
recheck |
abikouo
approved these changes
Mar 25, 2024
regate |
softwarefactory-project-zuul
bot
merged commit Mar 25, 2024
3974a82
into
ansible-collections:main
40 checks passed
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #2027 🤖 @patchback |
patchback bot
pushed a commit
that referenced
this pull request
Mar 26, 2024
Normalize refactor SUMMARY fixes: #2001 ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/iam.py plugins/module_utils/transformation.py ADDITIONAL INFORMATION Note: also tinkers a little with Type Hinting, not sure of the value TODO: Initial transform code Unit tests for transform code initial iam updates Basic unit tests for iam updates changelog Reviewed-by: Alina Buzachis Reviewed-by: Bikouo Aubin (cherry picked from commit 3974a82)
5 tasks
softwarefactory-project-zuul bot
pushed a commit
that referenced
this pull request
Apr 1, 2024
[PR #2006/3974a823 backport][stable-7] Normalize refactor This is a backport of PR #2006 as merged into main (3974a82). SUMMARY fixes: #2001 ISSUE TYPE Feature Pull Request COMPONENT NAME plugins/module_utils/iam.py plugins/module_utils/transformation.py ADDITIONAL INFORMATION Note: also tinkers a little with Type Hinting, not sure of the value TODO: Initial transform code Unit tests for transform code initial iam updates Basic unit tests for iam updates changelog Reviewed-by: Helen Bailey <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
fixes: #2001
ISSUE TYPE
COMPONENT NAME
plugins/module_utils/iam.py
plugins/module_utils/transformation.py
ADDITIONAL INFORMATION
Note: also tinkers a little with Type Hinting, not sure of the value
TODO: