summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ansible-doc: handle on_fail (#83676)Abhijeet Kasurde2024-08-011-0/+6
* actually show plugin config warnings/deprecations (#82593)Brian Coca2024-07-021-1/+1
* Use inclusive word: logical (#83232)Abhijeet Kasurde2024-05-101-1/+1
* ansible-doc: fix typo in output (#83205)flowerysong2024-05-068-8/+8
* Show examples in role entrypoint argument specs. (#82671)Felix Fontein2024-05-012-0/+7
* Correctly treat separate paragraphs in top-level descriptions as separate par...Felix Fontein2024-04-301-8/+10
* ansible-doc: restore role attributes (#82678)Felix Fontein2024-03-214-1/+24
* prettyfy ansible-doc (#75116)Brian Coca2024-01-2916-228/+258
* Interpret double newlines as paragraph breaks in documentation strings. (#82465)Felix Fontein2024-01-093-0/+22
* Clean up shellcheck issues in testsMatt Clay2024-01-041-15/+15
* fixed typos in the documentation (#82077)Dellucifer2023-11-081-1/+1
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-0544-93/+44
* ansible-doc: allow to filter by more than one collection (#81450)Felix Fontein2023-09-115-0/+79
* Extend ansible-doc test with more classic markup. (#80407)Felix Fontein2023-04-063-2/+14
* Support role extension for semantic markup. (#80305)Felix Fontein2023-03-313-3/+7
* Fix URL processing. (#80295)Felix Fontein2023-03-274-18/+26
* Add support for plugin field in seealso. (#80212)Felix Fontein2023-03-244-0/+145
* ansible-doc: fix broken seealso links in text output (#80280)Felix Fontein2023-03-234-2/+61
* Implement semantic markup support for Ansible documentation in ansible-doc. (...Felix Fontein2023-03-213-20/+27
* quiet default ansible-doc integration test output (#79921)Matt Davis2023-02-071-40/+70
* Update collections.abc imports (#79911)Matt Clay2023-02-041-1/+2
* Clean up unused imports in integration tests (#79895)Matt Clay2023-02-032-2/+0
* Add support for importlib.resources (#78915)Matt Martz2023-01-103-3/+3
* add ansible_name/ansible_aliases attrs to plugin objects (#78700)Sloane Hertel2022-09-158-4/+162
* ansible-doc: remove manual formatting (#78668)Felix Fontein2022-09-087-31/+21
* ansilbe-doc fixes for filters/test listing (#78696)Brian Coca2022-09-063-0/+7
* fix issue with legacy pugins and no docs (#78686)Brian Coca2022-09-012-0/+4
* refactor and fixes for doc parsing (#77719)Brian Coca2022-09-0113-12/+179
* Re-organize CI test groups for POSIX tests. (#77420)Matt Clay2022-08-041-1/+1
* ansible-doc stay 3.8 python compatible (#77682)Brian Coca2022-04-283-3/+55
* Reduce output from ansible-doc integration test.Matt Clay2022-04-281-2/+2
* expand ansible-doc coverage (#74963)Brian Coca2022-04-271-3/+2
* Handle errors during ansible-doc --metadata-dump more gracefully (#77035)Felix Fontein2022-03-269-0/+376
* Remove collections compat from controller code.Matt Clay2022-03-091-1/+2
* updated metadata dump to do full docs dump (#76170)Brian Coca2022-01-311-4/+5
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-211-0/+1
* Fix metadump (#75668)Brian Coca2021-09-141-0/+3
* ansible-doc: improve version_added handling (#73602)Felix Fontein2021-06-213-2/+112
* Role argspec: allow new argument spec file (#74582)David Shrewsbury2021-05-112-33/+43
* Add integration tests for add_collection_to_versions_and_dates(), and extend ...Felix Fontein2021-03-2316-0/+618
* ansible-doc - account for empty meta/main.yml (#73590)Sam Doran2021-02-121-0/+0
* Change role argspec file used by ansible-doc (#72927)David Shrewsbury2020-12-146-59/+71
* ansible-doc role arg spec support (#72120)David Shrewsbury2020-11-179-2/+142
* avoid fatal exception on invalid collection name (#72296)Brian Coca2020-11-101-0/+7
* show keyword documentation in ansible-doc (#72476)Brian Coca2020-11-091-0/+6
* run playbook from collections (#67435)Brian Coca2020-10-282-3/+2
* ansible-doc: include collection name in text output (#70401)Felix Fontein2020-07-105-5/+5
* Add ansible-doc tests for documentation containing YAML anchors (#70436)Sloane Hertel2020-07-073-0/+131
* ansible-doc man formatter: fail with better error message when description is...Felix Fontein2020-07-062-0/+52
* Plugin/module docs: parse return values, add collection names in them (versio...Felix Fontein2020-06-118-14/+178