summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/callback/junit.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Fix task path unicode error in junit callback.Matt Clay2022-02-011-2/+5
* Misc typo fixes in plugins directory (#76566)Abhijeet Kasurde2022-02-011-2/+2
* ansible-test - Use relative paths in junit output. (#76871)Matt Clay2022-01-311-1/+12
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-201-52/+20
* Replace some more FQCNs.Felix Fontein2020-11-051-1/+2
* rethink wording (#70028)Brian Coca2020-10-301-1/+1
* Fix various sanity errors in plugins (#71736)Felix Fontein2020-10-061-1/+1
* Avoid use of deprecated junit-xml method.Matt Clay2020-06-121-1/+10
* Implement test case prefix to filter test cases (#40174)sdirbach2018-12-031-1/+13
* Implement hide task arguments feature (#40176)sdirbach2018-12-031-1/+11
* New option JUNIT_TASK_RELATIVE_PATH to output relative paths. (#37274)Eric L2018-10-021-3/+16
* Allow non-inclusion of setup task in junit reportYanis Guenane2018-05-021-2/+16
* Count ignored failed tasks and successful tasks with expected failureā€¦ (#33...Eric L2018-01-031-1/+20
* Fix invalid string escape sequences.Matt Clay2017-11-211-1/+1
* Port ansible doc for plugins to use DOCUMENTATION variablesToshio Kuratomi2017-09-111-5/+4
* fixes to config/setting retrievalBrian Coca2017-09-091-15/+40
* ISSUE 25470 - update patch from review detailsJames Hogarth2017-08-091-5/+2
* ISSUE 25470 - junit report failure on changesJames2017-08-091-1/+10
* Remove the end of the task_data.path which causes #21461James2017-02-151-3/+12
* Fix junit callback handling of surrogate escapes.Matt Clay2017-02-151-1/+6
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-2/+3
* Handle repeat includes in junit callback. (#16484)Matt Clay2016-06-281-1/+5
* Fix junit callback plugin for Python 2.6. (#16440)Matt Clay2016-06-241-2/+17
* Add junit callback plugin. (#16089)Matt Clay2016-06-011-0/+240