Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed signature for init on callbacks | Brian Coca | 2015-12-01 | 1 | -2/+2 |
| | | | | also removed passing display to base class which already handles this | ||||
* | Merge pull request #12867 from bcoca/callback_whitelist_tweak | Brian Coca | 2015-11-05 | 1 | -0/+1 |
|\ | | | | | make callbacks declare needing whitelisting | ||||
| * | make callbacks declare needing whitelisting | Brian Coca | 2015-10-22 | 1 | -0/+1 |
| | | | | | | | | this will allow for custom or v1 callbacks locally loaded to automatically be triggered as they were in 1.x | ||||
* | | Cleanup timer callback plugin's overwriting of modules it imported | Toshio Kuratomi | 2015-11-03 | 1 | -10/+8 |
| | | |||||
* | | Revert "make callbacks declare needing whitelisting" | Brian Coca | 2015-10-22 | 1 | -1/+0 |
| | | | | | | | | | | another premature merge This reverts commit df8ff857870060ea1471d102a74a8bef9ebbf2c0. | ||||
* | | make callbacks declare needing whitelisting | Brian Coca | 2015-10-22 | 1 | -0/+1 |
|/ | | | | this will allow for custom or v1 callbacks locally loaded to automatically be triggered as they were in 1.x | ||||
* | Add python3-compat boilerplate to all .py files in lib/ansible | Toshio Kuratomi | 2015-10-19 | 1 | -0/+4 |
| | |||||
* | fixed var scope | Brian Coca | 2015-07-17 | 1 | -3/+1 |
| | |||||
* | added verbose option to show callback loaded info | Brian Coca | 2015-07-10 | 1 | -0/+1 |
| | | | | also made mail module print nicer without all those 'u' | ||||
* | removed warning i was using for debug | Brian Coca | 2015-07-10 | 1 | -4/+3 |
| | |||||
* | ported timer.py callback to v2 | Brian Coca | 2015-06-29 | 1 | -0/+35 |