-
Notifications
You must be signed in to change notification settings - Fork 12
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
Prep 0.2.0 release #24
Prep 0.2.0 release #24
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 3m 43s |
f37d0d3
to
41a4d79
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 3m 50s |
dbb6f32
to
dacc9bb
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 04s |
dacc9bb
to
04c6ce5
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 45s |
84da4c8
to
d8ba1d7
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 19s |
d8ba1d7
to
9cd4212
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 19s |
9cd4212
to
2d34f09
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 17s |
2d34f09
to
a40a08a
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 16s |
recheck |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 3m 53s |
a40a08a
to
1b4de0a
Compare
Run add_docs, generate changelog Signed-off-by: Alina Buzachis <[email protected]>
1b4de0a
to
a9c10d5
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 3m 25s |
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.
I confess I didn't read all 20,000 lines of changes 😅. Everything in module_utils
has already gone through review. I picked a couple modules and looked at changes for the module and docs to make sure the generation process turned out ok. Overall, looks good. Spotted a couple small things.
module: cloudtrail_event_data_store | ||
short_description: Creates and manages a new event data store | ||
description: | ||
- Creates and manages Creates a new event data store.a new event data store. |
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.
This could use a little cleaning up. Looks like probably some bad copy paste.
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.
Fixed in the docs and in the generator repo https://github.com/ansible-collections/amazon_cloud_code_generator/pull/49/files
|
||
- boto3 >= 1.17.0 | ||
- botocore >= 1.20.0 | ||
- python >= 3.6 |
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.
This needs to include jsonpatch
.
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.
Done!
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.
I also did not exhaustively read the generated docs but did catch a couple things.
4d5e15b
to
426937f
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 3m 52s |
recheck |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 59s |
@@ -15,7 +15,7 @@ | |||
module: cloudtrail_event_data_store | |||
short_description: Creates and manages a new event data store | |||
description: | |||
- Creates and manages Creates a new event data store.a new event data store. | |||
- Creates and manages Creates a new event data store. |
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.
- Creates and manages Creates a new event data store. | |
- Creates and manages Creates a new event data store. |
Still some duplicate text here
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.
@jillr Done, thanks!
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.
Maybe I'm still seeing on old cached version, but it doesn't look like the change in the generator collection is reflected here. What I'm seeing: Creates and manages Creates a new event data store.
. This should read Creates and manages a new event data store.
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.
Should be fixed now! Thanks.
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 04s |
9dd75ba
to
e5e666b
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 05s |
recheck |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 19s |
recheck |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 25s |
e5e666b
to
acd360c
Compare
Signed-off-by: Alina Buzachis <[email protected]>
acd360c
to
736450a
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 03s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 42s |
Depends-on: ansible/ansible-zuul-jobs#1616
SUMMARY
Run add_docs, generate changelog
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION