Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | 2 | -9/+10 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | 28 | -77/+35 |
| | |||||
* | 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 | 1 | -1/+16 |
| | |||||
* | testsuite: fixed some assorted tests | Chris St. Pierre | 2012-10-03 | 3 | -4/+6 |
| | |||||
* | testsuite: expanded pylint coverage | Chris St. Pierre | 2012-10-03 | 1 | -5/+2 |
| | |||||
* | 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 | 2 | -8/+726 |
| | |||||
* | fixed contingencies on sbin pylint checks | Chris St. Pierre | 2012-09-28 | 1 | -18/+25 |
| | |||||
* | fixed contingent pylint code checks | Chris St. Pierre | 2012-09-28 | 1 | -10/+27 |
| | |||||
* | wrote unit tests for encryption | Chris St. Pierre | 2012-09-28 | 1 | -0/+199 |
| | |||||
* | full pylint checks for bcfg2 (the client script) | Chris St. Pierre | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | wrote unit tests for Properties | Chris St. Pierre | 2012-09-27 | 4 | -3/+299 |
| | |||||
* | made YUM driver pass pylint | Chris St. Pierre | 2012-09-26 | 1 | -1/+0 |
| | |||||
* | made full pylint checks the default, expanded pylint coverage to lots of tools | Chris St. Pierre | 2012-09-26 | 1 | -52/+99 |
| | |||||
* | add to path in pylint for testing | Chris St. Pierre | 2012-09-25 | 1 | -1/+3 |
| | |||||
* | various pylint fixes | Chris St. Pierre | 2012-09-25 | 1 | -12/+13 |
| | |||||
* | testsuite: fix path in pylint tests | Chris St. Pierre | 2012-09-25 | 1 | -0/+8 |
| | |||||
* | SELinux: when selinux supports transactions but not adding modules via the ↵ | Chris St. Pierre | 2012-09-25 | 1 | -1/+2 |
| | | | | API, defer module installation until after the transaction is complete | ||||
* | expanded pylint coverage | Chris St. Pierre | 2012-09-25 | 3 | -55/+82 |
| | |||||
* | fixed tests for pylint changes | Chris St. Pierre | 2012-09-25 | 6 | -86/+66 |
| | |||||
* | more pylint checks | Chris St. Pierre | 2012-09-25 | 1 | -75/+112 |
| | |||||
* | expanded pylint tests | Chris St. Pierre | 2012-09-25 | 1 | -2/+7 |
| | |||||
* | run pylint for errors on almost everything, full runs on some selected stuff | Chris St. Pierre | 2012-09-25 | 2 | -2/+138 |
| | |||||
* | testsuite: Fixed Probes JSON tests | Chris St. Pierre | 2012-09-20 | 1 | -8/+5 |
| |