Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | testsuite: added unit tests for Trigger | Chris St. Pierre | 2012-12-11 | 1 | -0/+89 | |
| | ||||||
* | testsuite: fixed PYTHONPATH for pylint | Chris St. Pierre | 2012-12-10 | 1 | -1/+4 | |
| | ||||||
* | testsuite: test for exceptions raised without messages | Chris St. Pierre | 2012-12-10 | 4 | -8/+50 | |
| | ||||||
* | generate XML schema docs from XML schemas themselves | Chris St. Pierre | 2012-12-10 | 2 | -5/+34 | |
| | ||||||
* | fixed SELinux tool/plugin tests | Chris St. Pierre | 2012-12-03 | 1 | -15/+10 | |
| | ||||||
* | fixed test that was "broken" when assertXMLEqual was fixed | Chris St. Pierre | 2012-12-03 | 1 | -4/+4 | |
| | ||||||
* | testsuite: fixed assertXMLEqual comparison of XML attribute values | Chris St. Pierre | 2012-12-03 | 2 | -6/+7 | |
| | ||||||
* | added builtin support for creating users and groups | Chris St. Pierre | 2012-12-03 | 2 | -9/+500 | |
| | ||||||
* | Threaded plugin fixes: | Chris St. Pierre | 2012-11-27 | 1 | -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. Svn | Chris St. Pierre | 2012-11-19 | 2 | -4/+7 | |
| | ||||||
* | Templating updates: | Chris St. Pierre | 2012-11-19 | 2 | -13/+28 | |
| | | | | | | * Added "repo" variable to all template formats * Made variables available in Genshi and Cheetah template more similar * Improved docs | |||||
* | removed another print statement | Chris St. Pierre | 2012-11-16 | 1 | -1/+0 | |
| | ||||||
* | fixed tests for set_debug | Chris St. Pierre | 2012-11-16 | 2 | -14/+19 | |
| | ||||||
* | cleaned up Templatehelper to help avoid some event handling errors | Chris St. Pierre | 2012-11-16 | 2 | -60/+68 | |
| | ||||||
* | POSIX: fixed removal of symlinked directories | Chris St. Pierre | 2012-11-16 | 3 | -90/+94 | |
| | ||||||
* | Cfg: prevent genshi loader from caching templates | Chris St. Pierre | 2012-11-13 | 1 | -23/+14 | |
| | ||||||
* | POSIX: ensure that automatically-created parent dirs have appropriate +x perms | Chris St. Pierre | 2012-11-07 | 1 | -15/+23 | |
| | ||||||
* | Properties: allow lax decryption, where failure to decrypt an element is not ↵ | Chris St. Pierre | 2012-11-06 | 1 | -2/+9 | |
| | | | | fatal and parsing of that file continues | |||||
* | Fixed inversion of category-group pairs from Connector plugins in | Chris St. Pierre | 2012-11-01 | 1 | -5/+12 | |
| | | | | ClientMetadata.categories | |||||
* | fixed some POSIX unit tests | Chris St. Pierre | 2012-10-30 | 1 | -4/+6 | |
| | ||||||
* | added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵ | Chris St. Pierre | 2012-10-30 | 1 | -1/+1 | |
| | | | | directory than the repo root | |||||
* | fix ClientVersions tests when Django not installed | Chris St. Pierre | 2012-10-29 | 1 | -1/+1 | |
| | ||||||
* | fixed unit tests | Chris St. Pierre | 2012-10-29 | 3 | -10/+14 | |
| | ||||||
* | remove print statement | Chris St. Pierre | 2012-10-26 | 1 | -1/+0 | |
| | ||||||
* | fixed Metadata unit tests | Chris St. Pierre | 2012-10-26 | 1 | -9/+55 | |
| | ||||||
* | Fix tests for probes | Tim Laszlo | 2012-10-24 | 1 | -2/+5 | |
| | ||||||
* | Fix tests for probes | Tim Laszlo | 2012-10-24 | 1 | -4/+8 | |
| | ||||||
* | revert plugin interface tests that shouldn't have been included in commit (yet) | Chris St. Pierre | 2012-10-22 | 1 | -6/+4 | |
| | ||||||
* | fixed some POSIX unit tests | Chris St. Pierre | 2012-10-22 | 2 | -8/+18 | |
| | ||||||
* | assigned Cfg handlers explicit priorities to avoid over-zealous regex matches | Chris St. Pierre | 2012-10-17 | 1 | -5/+0 | |
| | ||||||
* | fixed metadata tests for get_client_names_by_profiles | Chris St. Pierre | 2012-10-17 | 1 | -0/+3 | |
| | ||||||
* | expanded pylint coverage to Admin modes, removed some old/broken admin modes | Chris St. Pierre | 2012-10-17 | 1 | -15/+3 | |
| | ||||||
* | added unit tests to test for schema validity | Chris St. Pierre | 2012-10-16 | 2 | -1/+41 | |
| | ||||||
* | testsuite: Fix more 'mode' tests | Sol Jerome | 2012-10-15 | 4 | -9/+9 | |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | POSIX: Switch from perms to mode | Sol Jerome | 2012-10-15 | 1 | -10/+10 | |
| | | | | | | | | Bcfg2 has traditionally used the 'perms' attribute to specify the file mode for POSIX entries. Switching to a 'mode' attribute will allow us to be more consistent with other tools as well as POSIX itself. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | |||||
* | removed print statements from testsuite | Chris St. Pierre | 2012-10-15 | 1 | -3/+1 | |
| | ||||||
* | added support for JSON and YAML properties files | Chris St. Pierre | 2012-10-15 | 1 | -54/+203 | |
| | ||||||
* | wrote sphinx docs for base server Core | Chris St. Pierre | 2012-10-15 | 4 | -12/+22 | |
| | ||||||
* | added django South to optional deps for unit testing | Chris St. Pierre | 2012-10-09 | 1 | -1/+1 | |
| | ||||||
* | fix pylint unit test errors | Chris St. Pierre | 2012-10-09 | 1 | -2/+3 | |
| | ||||||
* | wrote more detailed unit testing documentation | Chris St. Pierre | 2012-10-05 | 30 | -101/+160 | |
| | ||||||
* | testsuite: tried to fix a broken test | Chris St. Pierre | 2012-10-03 | 1 | -5/+2 | |
| | ||||||
* | Cfg: fixed regexes for handling and ignoring files with different Cfg handlers | Chris St. Pierre | 2012-10-03 | 1 | -55/+15 | |
| | ||||||
* | prompt for locations of bcfg2 keypair in Init, using sane OS defaults | Chris St. Pierre | 2012-10-03 | 2 | -2/+17 | |
| | ||||||
* | testsuite: fixed some assorted tests | Chris St. Pierre | 2012-10-03 | 3 | -4/+6 | |
| | ||||||
* | testsuite: expanded pylint coverage | Chris St. Pierre | 2012-10-03 | 2 | -6/+3 | |
| | ||||||
* | testsuite: skip django pylint checks for now | Chris St. Pierre | 2012-10-03 | 1 | -0/+10 | |
| | ||||||
* | testsuite: added unit tests for Cfg handlers | Chris St. Pierre | 2012-10-02 | 11 | -39/+564 | |
| | ||||||
* | testsuite: unit tests for Cfg plugin and base handlers | Chris St. Pierre | 2012-10-02 | 3 | -8/+733 | |
| | ||||||
* | fixed contingencies on sbin pylint checks | Chris St. Pierre | 2012-09-28 | 1 | -18/+25 | |
| |