Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -10/+21 |
| | |||||
* | wrote more detailed unit testing documentation | Chris St. Pierre | 2012-10-05 | 27 | -75/+34 |
| | |||||
* | 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 |
| | |||||
* | testsuite: fixed some assorted tests | Chris St. Pierre | 2012-10-03 | 2 | -3/+5 |
| | |||||
* | 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 | 2 | -8/+726 |
| | |||||
* | wrote unit tests for encryption | Chris St. Pierre | 2012-09-28 | 1 | -0/+199 |
| | |||||
* | wrote unit tests for Properties | Chris St. Pierre | 2012-09-27 | 4 | -3/+299 |
| | |||||
* | expanded pylint coverage | Chris St. Pierre | 2012-09-25 | 2 | -14/+38 |
| | |||||
* | fixed tests for pylint changes | Chris St. Pierre | 2012-09-25 | 5 | -86/+66 |
| | |||||
* | run pylint for errors on almost everything, full runs on some selected stuff | Chris St. Pierre | 2012-09-25 | 1 | -2/+2 |
| | |||||
* | testsuite: Fixed Probes JSON tests | Chris St. Pierre | 2012-09-20 | 1 | -8/+5 |
| | |||||
* | SEModules: fixed handling of module names again | Chris St. Pierre | 2012-09-18 | 1 | -22/+28 |
| | |||||
* | SEModules: fixed unit tests | Chris St. Pierre | 2012-09-14 | 1 | -9/+10 |
| | |||||
* | testsuite: fixed patch scoping issues in py3k | Chris St. Pierre | 2012-09-07 | 4 | -130/+164 |
| | |||||
* | fixed unit tests for fixed Probes cache expiration | Chris St. Pierre | 2012-09-06 | 1 | -1/+1 |
| | |||||
* | split up mammoth Plugin.py | Chris St. Pierre | 2012-09-06 | 5 | -453/+546 |
| | |||||
* | documented base plugin interfaces | Chris St. Pierre | 2012-09-06 | 2 | -19/+43 |
| | |||||
* | improving plugin development docs | Chris St. Pierre | 2012-09-06 | 1 | -3/+17 |
| | |||||
* | added server-side client metadata object caching | Chris St. Pierre | 2012-09-05 | 2 | -1/+12 |
| | |||||
* | for some reason we suddenly need to explicitly set ignore when testing INode ↵ | Chris St. Pierre | 2012-09-04 | 1 | -0/+1 |
| | | | | objects | ||||
* | reorganized testsuite to allow tests on stuff outside of src | Chris St. Pierre | 2012-09-04 | 21 | -0/+7056 |