Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | StructFile: removed unnecessary exception handling in Index() | Chris St. Pierre | 2013-01-03 | 1 | -10/+4 |
| | |||||
* | python < 2.6 doesn't support * magic on dotted names | Chris St. Pierre | 2012-12-18 | 1 | -1/+2 |
| | |||||
* | added unit tests for Rules and Defaults | Chris St. Pierre | 2012-12-18 | 1 | -6/+2 |
| | |||||
* | StructFile: get text from matching elements in XMLMatch | Chris St. Pierre | 2012-12-10 | 1 | -0/+5 |
| | |||||
* | Threaded plugin fixes: | Chris St. Pierre | 2012-11-27 | 1 | -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. Svn | Chris St. Pierre | 2012-11-19 | 1 | -4/+4 |
| | |||||
* | fixed plugin-specific implementations of toggle_debug for new set_debug stuff | Chris St. Pierre | 2012-11-16 | 1 | -5/+5 |
| | |||||
* | added set_debug RMI for plugins and core, set_fam_debug RMI | Chris St. Pierre | 2012-11-16 | 1 | -5/+13 |
| | |||||
* | added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵ | Chris St. Pierre | 2012-10-30 | 1 | -15/+12 |
| | | | | directory than the repo root | ||||
* | fixed unit tests | Chris St. Pierre | 2012-10-29 | 1 | -3/+6 |
| | |||||
* | added database locking to Metadata | Chris St. Pierre | 2012-10-29 | 1 | -9/+11 |
| | |||||
* | Probes/DatabaseBackend: add a thread lock for databases that cannot handle ↵ | Tim Laszlo | 2012-10-26 | 1 | -0/+29 |
| | | | | multiple writes | ||||
* | improved error messages during failed decryption | Chris St. Pierre | 2012-10-24 | 1 | -0/+3 |
| | |||||
* | fixed a few straggling perms -> mode changes | Chris St. Pierre | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Plugins: Fix info/:info regex | Sol Jerome | 2012-10-15 | 1 | -4/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | documented Statistics interface | Chris St. Pierre | 2012-10-15 | 1 | -3/+5 |
| | |||||
* | wrote sphinx docs for base server Core | Chris St. Pierre | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | XMLFileBacked: clarified docs on __identifier__ | Chris St. Pierre | 2012-10-10 | 1 | -7/+28 |
| | |||||
* | moved track_statistics to plugin helpers to make it usable by plugins | Chris St. Pierre | 2012-10-10 | 1 | -3/+37 |
| | |||||
* | ThreadedStatistics: removed unused error catching | Chris St. Pierre | 2012-10-09 | 1 | -11/+6 |
| | |||||
* | testsuite: unit tests for Cfg plugin and base handlers | Chris St. Pierre | 2012-10-02 | 1 | -1/+2 |
| | |||||
* | run pylint for errors on almost everything, full runs on some selected stuff | Chris St. Pierre | 2012-09-25 | 5 | -107/+169 |
| | |||||
* | documented PackagesSources | Chris St. Pierre | 2012-09-20 | 2 | -3/+3 |
| | |||||
* | documented Packages base class | Chris St. Pierre | 2012-09-20 | 2 | -4/+17 |
| | |||||
* | better docs for base Metadata class | Chris St. Pierre | 2012-09-19 | 1 | -1/+4 |
| | |||||
* | Cfg: documented all Cfg modules, added development docs | Chris St. Pierre | 2012-09-11 | 2 | -58/+79 |
| | |||||
* | fixed Plugin auto-name magic | Chris St. Pierre | 2012-09-06 | 1 | -1/+13 |
| | |||||
* | Documented all plugin helper objects | Chris St. Pierre | 2012-09-06 | 5 | -120/+622 |
| | |||||
* | split up mammoth Plugin.py | Chris St. Pierre | 2012-09-06 | 5 | -0/+1666 |