summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestServer/TestPlugin
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: fixed more unit test stuffChris St. Pierre2013-03-261-1/+0
|
* fixed regex errors introduced by 6c996f42c53a36fc0406f836d64b8c1bec6f4bccChris St. Pierre2013-03-261-1/+2
|
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-253-19/+52
| | | | | | | | | * Where possible, create the file or directory that is about to be monitored. This ensures that content can be added later without need to restart Bcfg2. (Otherwise, adding the monitor would fail, and so when you did create the file in question, bcfg2-server would never be notified of it.) * When not possible, give better error messages.
* added support for wildcard XInclude in XMLFileBackedChris St. Pierre2013-02-141-16/+37
|
* fixed StructFile Match() unit testChris St. Pierre2013-02-041-2/+2
|
* Cfg: Added feature to provide generation of SSH keys, authorized_keys fileChris St. Pierre2013-01-031-26/+25
|
* added unit tests for GroupPatternsChris St. Pierre2012-12-181-17/+30
|
* added unit tests for Rules and DefaultsChris St. Pierre2012-12-181-2/+12
|
* Threaded plugin fixes:Chris St. Pierre2012-11-271-4/+19
| | | | | | | * 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-192-4/+7
|
* fixed tests for set_debugChris St. Pierre2012-11-162-14/+19
|
* cleaned up Templatehelper to help avoid some event handling errorsChris St. Pierre2012-11-161-36/+37
|
* fixed some POSIX unit testsChris St. Pierre2012-10-301-4/+6
|
* fixed unit testsChris St. Pierre2012-10-291-1/+1
|
* revert plugin interface tests that shouldn't have been included in commit (yet)Chris St. Pierre2012-10-221-6/+4
|
* fixed some POSIX unit testsChris St. Pierre2012-10-221-4/+6
|
* testsuite: Fix more 'mode' testsSol Jerome2012-10-151-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* removed print statements from testsuiteChris St. Pierre2012-10-151-3/+1
|
* wrote sphinx docs for base server CoreChris St. Pierre2012-10-151-4/+14
|
* wrote more detailed unit testing documentationChris St. Pierre2012-10-054-9/+7
|
* testsuite: added unit tests for Cfg handlersChris St. Pierre2012-10-021-5/+5
|
* testsuite: unit tests for Cfg plugin and base handlersChris St. Pierre2012-10-021-8/+6
|
* wrote unit tests for PropertiesChris St. Pierre2012-09-272-3/+4
|
* fixed tests for pylint changesChris St. Pierre2012-09-252-6/+6
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-2/+2
|
* testsuite: fixed patch scoping issues in py3kChris St. Pierre2012-09-073-127/+162
|
* split up mammoth Plugin.pyChris St. Pierre2012-09-065-0/+2427