Matt Clay
|
d0d1158c5e
|
PEP 8 cleanup. (#20789)
* PEP 8 E703 cleanup.
* PEP 8 E701 cleanup.
* PEP 8 E711 cleanup.
* PEP 8 W191 and E101 cleanup.
|
2017-01-28 00:12:11 -08:00 |
Matt Clay
|
d913f69ba1
|
PEP 8 W291 whitespace cleanup.
|
2017-01-27 17:08:02 -08:00 |
Andrea Tartaglia
|
59227d8c31
|
Removed dict.iteritems() in several other files.
This is for py3 compatibility #18506
|
2016-12-14 08:01:45 -08:00 |
koralsky
|
4e194d71bd
|
import reduce from six label:python3 (#18561)
* import 'reduce' from six
* import reduce in facts fix
|
2016-11-22 11:22:24 -08:00 |
Brian Coca
|
729686a434
|
added back spaces for profile_tasks formatting
|
2016-07-06 15:39:09 -04:00 |
Brian Coca
|
faec03aabc
|
fix encoding issues in profile_tasks (#16522)
* fix encoding issues in profile_tasks
fixes #16521
* really fix it
* unicode the nested
* simpler format
* readded space after name
|
2016-07-01 10:21:49 -04:00 |
Brian Coca
|
b2a6784a9f
|
changed the output to keep backwards compat
still shows path when verbose
|
2016-03-03 18:03:02 -05:00 |
Joel
|
b3aa373932
|
Update the profile task callback plugin to include a fix for duplicate named tasks. Added additional features to adjust the number of tasks output and the sort order.
|
2016-02-25 10:02:36 -06:00 |
Brian Coca
|
3e01516783
|
fixed signature for init on callbacks
also removed passing display to base class which already handles this
|
2015-12-01 14:06:54 -08:00 |
Brian Coca
|
c267c23020
|
make callbacks declare needing whitelisting
this will allow for custom or v1 callbacks locally loaded to automatically be triggered as they were in 1.x
|
2015-10-22 08:27:32 -04:00 |
Toshio Kuratomi
|
f34b55ac2b
|
Add python3-compat boilerplate to all .py files in lib/ansible
|
2015-10-19 18:36:19 -07:00 |
Brian Coca
|
6c8cf8acb7
|
now profile_tasks callback handles handlers correctly
fixes #12762
|
2015-10-16 18:01:27 -04:00 |
Brian Coca
|
9d4d7bd74d
|
fixed porting bugs in profile_tasks to v2
|
2015-09-11 16:48:09 -04:00 |
Gerard Lynch
|
a6c8d30f3e
|
callbacks require a version constant or the v2 code doesn't pass the display param and it gives an error
|
2015-07-17 15:33:48 +01:00 |
Brian Coca
|
a09f6236a5
|
adapated to v2
|
2015-07-17 08:55:22 -04:00 |
Tom Paine
|
097ed1f17b
|
Add plugin that profiles playbook tasks
Resubmission of https://github.com/ansible/ansible/pull/11270 to
correct v2 file location.
[Description and console output
demonstration](https://github.com/aioue/ansible-plugin-profile/blob/mast
er/README.md#features).
Provides per-task timing, ongoing playbook elapsed time and ordered
list of top 20 longest running tasks at end.
|
2015-07-17 13:04:31 +01:00 |