summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/callback
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-032-2/+2
* Fix "pointless" strings detected by pylint (#79943)Matt Clay2023-02-071-1/+1
* refactor and fixes for doc parsing (#77719)Brian Coca2022-09-011-2/+2
* Do not crash callbacks if exception is not a string. (#77781)Felix Fontein2022-06-091-2/+3
* Properly send a skipped message for empty templated loop (#77945)Martin Krizek2022-06-021-6/+6
* Make `ignore_unreachable` to count `ignored` counterKristian Heljas2022-06-011-0/+3
* Remove deprecated subclassing DefaultCallback without doc_fragment (#77677)Martin Krizek2022-04-291-45/+15
* Remove obsolete Python 2.x controller code.Matt Clay2022-03-081-7/+0
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+2
* Fix task path unicode error in junit callback.Matt Clay2022-02-011-2/+5
* Misc typo fixes in plugins directory (#76566)Abhijeet Kasurde2022-02-012-3/+3
* ansible-test - Use relative paths in junit output. (#76871)Matt Clay2022-01-311-1/+12
* Compare FQCN also in lockstep logic. Fixes #76782 (#76787)Matt Martz2022-01-181-1/+2
* Use correct markup in documentation (#76545)Felix Fontein2021-12-141-2/+2
* Default callback result format (#76166)Matt Martz2021-11-153-16/+188
* Python 3.8 Controller Minimum (#74013)Matt Martz2021-09-211-9/+1
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-201-52/+20
* Add host information to the retry print statement (#75494)HeroCC2021-08-121-1/+2
* Implement async callbacks (#74953)David Shrewsbury2021-06-222-3/+19
* Apply display_failed_stderr on loop item results (#74865)Martin Krizek2021-06-011-2/+6
* Fix missing delegate display (#74370)Brian Coca2021-04-281-7/+9
* Factor out host_label() in default stdout callback plugin (#73814)Alex Willmer2021-04-162-41/+25
* default callback - add "show_task_path_on_failure" option (#73260)Sam Doran2021-02-092-3/+11
* Don't treat host_pinned as lockstep (#73484)Matt Martz2021-02-051-2/+2
* Replace some more FQCNs.Felix Fontein2020-11-051-1/+2
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-1/+1
* rethink wording (#70028)Brian Coca2020-10-302-2/+2
* Fix various sanity errors in plugins (#71736)Felix Fontein2020-10-065-6/+6
* [default callback] Show include_tasks task banner (#71821)Rick Elrod2020-09-221-0/+2
* added configurable dir for tree callback (#71348)Brian Coca2020-08-241-10/+27
* Make it so callback plugins can act on implicit/explicit meta tasks (#71009)Rick Elrod2020-08-181-0/+1
* Allow callbacks from forks (#70501)Matt Martz2020-08-171-0/+10
* default_callback: Move 'check_mode_markers' in doc_fragments (#70228)Abhijeet Kasurde2020-06-231-18/+0
* Nuke _get_item() from callback, deprecated 2.11 (#70233)Rick Elrod2020-06-231-7/+0
* Avoid use of deprecated junit-xml method.Matt Clay2020-06-121-1/+10
* Address linting errors in default callback (#69989)Matt Martz2020-06-101-1/+1
* fixed missing default (#69972)Brian Coca2020-06-101-2/+4
* Deprecation revisited (#69926)Felix Fontein2020-06-091-1/+2
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-1/+1
* Fix label lookup in the default callback for includes (#68822)Matt Martz2020-04-091-2/+3
* Migrated to theforeman.foremanAnsible Core Team2020-03-231-253/+0
* Migrated to ansible.posixAnsible Core Team2020-03-237-1069/+0
* Migrated to ansible.amazonAnsible Core Team2020-03-231-72/+0
* Migrated to community.grafanaAnsible Core Team2020-03-231-273/+0
* Migrated to community.generalAnsible Core Team2020-03-2325-4366/+0
* Misc documentation fixes (#67863)Abhijeet Kasurde2020-03-011-1/+1
* Use https for Ansible Slack icon. (#65625)Mads Jensen2020-02-151-1/+1
* Post reports to newer Foreman API endpoint (#64955)Tomer Brisker2020-02-151-5/+2
* Fix duplicate log entries (and add item support for failures) (#66098)akatch2020-02-151-0/+6
* Misc typo fixes (#66120)Abhijeet Kasurde2020-01-042-4/+4