Dag Wieers
|
5553b20828
|
Collated PEP8 fixes (#25293)
- Make PEP8 compliant
|
2017-06-02 12:14:11 +01:00 |
Michael
|
b65ebf3519
|
Fixed import of urlencode and pathname2url from urllib for python3 (#24424)
|
2017-05-19 12:22:16 -05:00 |
Adrian Likins
|
f21df311bc
|
Fix hipchat callback "has no attribute display'" (#16998)
Use self._display for access to display object for
the hipchat callback plugin.
Fixes #16946
|
2016-08-08 11:04:06 -04:00 |
Toshio Kuratomi
|
9e3932ffca
|
Some attributes of callbacks aren't in v2. Port plugins to the v2 way to do that
Update porting guide with info on callback porting
|
2016-01-29 19:45:12 -08: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 |
Toshio Kuratomi
|
3db8070aa3
|
Fix urlopen usage to use open_url instead
Add a travis test for urlopen usage
|
2015-09-16 20:40:17 -07:00 |
Brian Coca
|
7a1bce1b5d
|
added verbose option to show callback loaded info
also made mail module print nicer without all those 'u'
|
2015-07-10 23:48:12 -04:00 |
Brian Coca
|
50d54b1be7
|
ported hipchat callback to v2 (needs testing)
|
2015-07-10 10:30:33 -04:00 |