Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | POSIX: added tests, fixes for File._get_diffs | Chris St. Pierre | 2012-08-16 | 1 | -9/+10 |
| | |||||
* | increase default console log level for bcfg2-server | Chris St. Pierre | 2012-08-16 | 1 | -1/+6 |
| | |||||
* | Reports: quiet debugging info from importscript.py | Chris St. Pierre | 2012-08-16 | 1 | -1/+1 |
| | |||||
* | FileProbes: fixed bug introduced by Cfg rewrite | Chris St. Pierre | 2012-08-16 | 2 | -7/+16 |
| | |||||
* | Core: fixed error message bug | Chris St. Pierre | 2012-08-16 | 1 | -1/+1 |
| | |||||
* | fixed bug with setting debug level in client | Chris St. Pierre | 2012-08-16 | 1 | -2/+2 |
| | |||||
* | fix _verify_metadata() when selinux libs not installed | Chris St. Pierre | 2012-08-16 | 1 | -1/+2 |
| | |||||
* | made logging levels more consistent in a few places | Chris St. Pierre | 2012-08-15 | 4 | -11/+19 |
| | |||||
* | SchemaUpdater: improved error handling | Chris St. Pierre | 2012-08-15 | 2 | -16/+27 |
| | |||||
* | Core: Catch attribute errors. Allow loading submodules | Tim Laszlo | 2012-08-15 | 1 | -2/+6 |
| | |||||
* | Version bump to 1.2.3 | Sol Jerome | 2012-08-15 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: misc/bcfg2.spec setup.py | ||||
* | fixed regex for encoding in info/:info files | Chris St. Pierre | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | InfoXML bcfg2-lint plugin warns about deprecated :info/info files | Chris St. Pierre | 2012-08-15 | 1 | -16/+27 |
| | |||||
* | removed print statements | Chris St. Pierre | 2012-08-15 | 7 | -34/+4 |
| | |||||
* | deprecated TGenshi and TCheetah | Chris St. Pierre | 2012-08-15 | 2 | -0/+2 |
| | |||||
* | Removed deprecated plugins BB, Svcmgr, SGenshi | Chris St. Pierre | 2012-08-15 | 12 | -214/+72 |
| | |||||
* | added bcfg2-lint plugin to check for malformed group names | Chris St. Pierre | 2012-08-15 | 3 | -3/+79 |
| | |||||
* | Wrong module | Tim Laszlo | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | Options: swap deprecation warning values | Tim Laszlo | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | Core: add database_available flag to allow plugins to see availability | Tim Laszlo | 2012-08-15 | 4 | -4/+15 |
| | |||||
* | FileProbes creates new entries in Cfg (https://github.com/Bcfg2/bcfg2/issues/38) | Chris St. Pierre | 2012-08-15 | 1 | -4/+4 |
| | |||||
* | Packages is no longer experimental | Chris St. Pierre | 2012-08-15 | 1 | -1/+0 |
| | |||||
* | made logging to syslog configurable and default for all logging | Chris St. Pierre | 2012-08-15 | 13 | -46/+53 |
| | |||||
* | removed more calls to file() | Chris St. Pierre | 2012-08-15 | 3 | -6/+6 |
| | |||||
* | better error messages from failed import in models.py | Chris St. Pierre | 2012-08-15 | 1 | -2/+4 |
| | |||||
* | POSIX: | Chris St. Pierre | 2012-08-15 | 13 | -1258/+1316 |
| | | | | | | refactored POSIX tool into multiple files to make it more manageable Added unit tests for POSIX tool and sub-tools fixed ACL handling for filesystems mounted noacl | ||||
* | fixed event on data directory itself to DirectoryBacked plugins | Chris St. Pierre | 2012-08-15 | 1 | -1/+4 |
| | |||||
* | Merge branch 'tests' | Chris St. Pierre | 2012-08-15 | 19 | -321/+297 |
|\ | |||||
| * | print function fixes | Chris St. Pierre | 2012-08-15 | 5 | -14/+14 |
| | | |||||
| * | added tests for GroupSpool | Chris St. Pierre | 2012-08-15 | 1 | -7/+9 |
| | | |||||
| * | added unit tests for EntrySet | Chris St. Pierre | 2012-08-14 | 4 | -39/+35 |
| | | |||||
| * | added tests for Specificity/SpecificData | Chris St. Pierre | 2012-08-14 | 1 | -10/+26 |
| | | |||||
| * | added tests for PrioDir | Chris St. Pierre | 2012-08-14 | 1 | -5/+5 |
| | | |||||
| * | fixed test inheritance | Chris St. Pierre | 2012-08-14 | 1 | -6/+3 |
| | | |||||
| * | added tests for XMLSrc, InfoXML, XMLDirectoryBacked | Chris St. Pierre | 2012-08-13 | 1 | -10/+16 |
| | | |||||
| * | added unit tests for INode, InfoNode | Chris St. Pierre | 2012-08-13 | 2 | -32/+19 |
| | | |||||
| * | StructFile tests and fixes | Chris St. Pierre | 2012-08-10 | 1 | -5/+3 |
| | | |||||
| * | tests and fixes for XMLFileBacked | Chris St. Pierre | 2012-08-09 | 3 | -27/+22 |
| | | |||||
| * | DirectoryBacked tests and fixes | Chris St. Pierre | 2012-08-09 | 1 | -6/+5 |
| | | |||||
| * | use os.path instead of posixpath in Plugin.py | Chris St. Pierre | 2012-08-09 | 1 | -9/+8 |
| | | |||||
| * | move MetadataConsistency/RuntimeError exceptions into Plugin.py so we don't ↵ | Chris St. Pierre | 2012-08-09 | 3 | -50/+50 |
| | | | | | | | | depend on a particular Metadata plugin | ||||
| * | fixed several Statistics bugs | Chris St. Pierre | 2012-08-09 | 1 | -9/+16 |
| | | |||||
| * | fixed Metadata interface definition | Chris St. Pierre | 2012-08-09 | 1 | -2/+5 |
| | | |||||
| * | raise NotImplementedError from unimplemented plugin interface methods | Chris St. Pierre | 2012-08-09 | 1 | -8/+8 |
| | | |||||
| * | simplify default metadata loading | Chris St. Pierre | 2012-08-09 | 1 | -5/+3 |
| | | |||||
| * | use cPickle instead of pickle in Statistics | Chris St. Pierre | 2012-08-09 | 1 | -6/+3 |
| | | |||||
| * | ThreadedStatistics needs to be a Plugin object | Chris St. Pierre | 2012-08-09 | 5 | -24/+16 |
| | | |||||
| * | DatabaseBacked interface needs to be a Plugin object | Chris St. Pierre | 2012-08-09 | 3 | -32/+24 |
| | | |||||
| * | removed calls to built-in file()/io.FileIO() in favor of read() | Chris St. Pierre | 2012-08-09 | 4 | -17/+9 |
| | | |||||
* | | fixed IPython debug shell for older IPython | Chris St. Pierre | 2012-08-15 | 1 | -1/+1 |
| | |