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

Fix catalog collections script to display all available modules in a collection #1738

Merged
merged 12 commits into from
Apr 24, 2024

Conversation

shatakshiiii
Copy link
Contributor

@shatakshiiii shatakshiiii commented Apr 16, 2024

Closes: #1605

JIRA issue: https://issues.redhat.com/browse/AAP-15861

This PR adds ability to display all the modules inside microsoft.ad, community.vmware collection.

Note: Majority of modules in these collections has extends_documentation_fragment, that used to result in an error like this: AnsibleError (get_docstring): unknown doc_fragment(s) and hence navigator was not able to display those modules earlier.

Fix: Using ast to parse the content of such modules.

@ssbarnea ssbarnea merged commit d494578 into ansible:main Apr 24, 2024
14 checks passed
@shatakshiiii shatakshiiii deleted the fix_collections branch April 24, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Researched, reproducible, committed to fix
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Navigator does not display every module inside microsoft.ad collection
4 participants