summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugin/interfaces.py
Commit message (Collapse)AuthorAgeFilesLines
* added PEP-8 style checks to test suiteChris St. Pierre2013-03-111-0/+1
|
* Threaded plugin fixes:Chris St. Pierre2012-11-271-1/+18
| | | | | | | * Added "Threaded" plugin interface for any plugin that uses threads * Start plugin threads after daemonization * Update existing plugins that use threads (Reporting, Snapshots, ThreadedStatistics interface) * Update unit tests
* fixed vcs_root/vcs_path for Version plugins, esp. SvnChris St. Pierre2012-11-191-4/+4
|
* added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵Chris St. Pierre2012-10-301-15/+12
| | | | directory than the repo root
* ThreadedStatistics: removed unused error catchingChris St. Pierre2012-10-091-11/+6
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-22/+57
|
* documented PackagesSourcesChris St. Pierre2012-09-201-1/+1
|
* documented Packages base classChris St. Pierre2012-09-201-4/+6
|
* better docs for base Metadata classChris St. Pierre2012-09-191-1/+4
|
* Documented all plugin helper objectsChris St. Pierre2012-09-061-22/+21
|
* split up mammoth Plugin.pyChris St. Pierre2012-09-061-0/+548