Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added unit tests for INode, InfoNode | Chris St. Pierre | 2012-08-13 | 1 | -37/+306 |
| | |||||
* | made plugin tests inherit from plugin interface tests | Chris St. Pierre | 2012-08-10 | 6 | -10/+19 |
| | |||||
* | StructFile tests and fixes | Chris St. Pierre | 2012-08-10 | 1 | -5/+226 |
| | |||||
* | tests and fixes for XMLFileBacked | Chris St. Pierre | 2012-08-09 | 1 | -0/+189 |
| | |||||
* | DirectoryBacked tests and fixes | Chris St. Pierre | 2012-08-09 | 1 | -0/+188 |
| | |||||
* | move MetadataConsistency/RuntimeError exceptions into Plugin.py so we don't ↵ | Chris St. Pierre | 2012-08-09 | 3 | -46/+30 |
| | | | | depend on a particular Metadata plugin | ||||
* | adding some tests for Plugin.py | Chris St. Pierre | 2012-08-09 | 1 | -0/+448 |
| | |||||
* | py3k fix: UserDict -> MutableMapping | Chris St. Pierre | 2012-07-31 | 1 | -0/+19 |
| | |||||
* | unified Metadata/DBMetadata plugins | Chris St. Pierre | 2012-07-31 | 3 | -467/+463 |
| | | | | made django optional | ||||
* | fixed option test | Chris St. Pierre | 2012-07-30 | 1 | -3/+3 |
| | |||||
* | allow merging of undefined groups | Chris St. Pierre | 2012-07-30 | 1 | -0/+8 |
| | |||||
* | Added ability to store probe data in database instead of probed.xml | Chris St. Pierre | 2012-07-30 | 1 | -0/+517 |
| | |||||
* | Metadata and other improvements: | Chris St. Pierre | 2012-07-30 | 2 | -157/+655 |
| | | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml | ||||
* | testsuite: Add parser | Sol Jerome | 2012-07-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | testsuite: Fix Metadata test failures | Sol Jerome | 2012-07-14 | 1 | -2/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | testsuite: Fix Options testing | Sol Jerome | 2012-07-07 | 1 | -1/+1 |
| | | | | | | Introduced in eae8bbd. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | testsuite: Fix Option testsuite errors | Sol Jerome | 2012-05-19 | 1 | -10/+13 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed unit tests for xinclude changes | Chris St. Pierre | 2012-04-13 | 1 | -23/+30 |
| | |||||
* | organized testsuite to mirror src | Chris St. Pierre | 2012-03-20 | 2 | -0/+1022 |
updated TestOptions removed terrifically out-of-date TestFrame and TestPlugin wrote unit tests for Metadata plugin various tweaks and bugfixes for Metadata plugin |