summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Trigger.py
Commit message (Collapse)AuthorAgeFilesLines
* Plugins: refactored out unnecessary datastore constructor argumentChris St. Pierre2013-10-291-2/+2
|
* use Executor class for better subprocess calling on serverChris St. Pierre2013-03-141-13/+8
|
* added a module-level FAM object to avoid passing it as an argument a billion ↵Chris St. Pierre2013-01-171-2/+1
| | | | times
* testsuite: added unit tests for TriggerChris St. Pierre2012-12-111-1/+0
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-3/+9
|
* converted Trigger to use ClientRunHooks instead of abusing Statistics; fix ↵Chris St. Pierre2012-06-121-28/+37
| | | | major security flaw in Trigger plugin
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+43
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>