Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed determining if selinux modules exist | Chris St. Pierre | 2012-10-03 | 1 | -0/+7 |
| | |||||
* | testsuite: expanded pylint coverage | Chris St. Pierre | 2012-10-03 | 4 | -302/+319 |
| | |||||
* | fixed missing error when probe download fails | Chris St. Pierre | 2012-10-03 | 1 | -0/+1 |
| | |||||
* | testsuite: added unit tests for Cfg handlers | Chris St. Pierre | 2012-10-02 | 7 | -24/+27 |
| | |||||
* | Cfg: deprecated perms="inherit" | Chris St. Pierre | 2012-10-02 | 1 | -0/+2 |
| | |||||
* | testsuite: unit tests for Cfg plugin and base handlers | Chris St. Pierre | 2012-10-02 | 2 | -101/+126 |
| | |||||
* | consistently list ACLs on Path entries | Chris St. Pierre | 2012-10-02 | 1 | -3/+5 |
| | |||||
* | if an entry has no acls and its filesystem is mounted noacl, that's not an error | Chris St. Pierre | 2012-09-28 | 1 | -2/+7 |
| | |||||
* | Revert "POSIX: make sure to close file handles on temp files" | Chris St. Pierre | 2012-09-28 | 1 | -10/+7 |
| | | | | | | | This reverts commit a51d908d2fb08353c8aae349932c892d42f550c9. The file descriptor is closed when the file object created by os.fdopen goes out of scope. | ||||
* | YUM: fixed bug in pylint compliance | Chris St. Pierre | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | wrote unit tests for encryption | Chris St. Pierre | 2012-09-28 | 1 | -10/+13 |
| | |||||
* | POSIX: make sure to close file handles on temp files | Chris St. Pierre | 2012-09-28 | 1 | -7/+10 |
| | |||||
* | made client runs abort on probe failure, added option to disable that | Chris St. Pierre | 2012-09-28 | 3 | -123/+161 |
| | |||||
* | wrote unit tests for Properties | Chris St. Pierre | 2012-09-27 | 1 | -3/+4 |
| | |||||
* | made YUM driver pass pylint | Chris St. Pierre | 2012-09-26 | 1 | -256/+272 |
| | |||||
* | YUM: driver now records actions to yum.log (#1103) | Chris St. Pierre | 2012-09-26 | 1 | -107/+113 |
| | |||||
* | fixed bug with Remove and FindExtra in package tools | Chris St. Pierre | 2012-09-26 | 1 | -13/+8 |
| | |||||
* | wrote docs for Bcfg2.Compat | Chris St. Pierre | 2012-09-26 | 1 | -35/+20 |
| | |||||
* | made full pylint checks the default, expanded pylint coverage to lots of tools | Chris St. Pierre | 2012-09-26 | 15 | -153/+170 |
| | |||||
* | deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPM | Chris St. Pierre | 2012-09-26 | 8 | -2017/+2049 |
| | |||||
* | SELinux: Fix incorrect return value | Sol Jerome | 2012-09-25 | 1 | -2/+2 |
| | | | | | | | | Previously, we were not updating the states dict with the correct return value for entries which were dispatched to Install methods via the post_txn_queue. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SELinux: Check for attribute explicitly | Sol Jerome | 2012-09-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | SELinux: Do not attempt transaction while locked | Sol Jerome | 2012-09-25 | 1 | -0/+1 |
| | | | | | | | Without this, the code falls through to the rest of the method which attempts to do the install even when there is a transaction lock. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | moved pidfile creation into the server backends | Chris St. Pierre | 2012-09-25 | 3 | -4/+18 |
| | |||||
* | updated bcfg2.conf man page | Chris St. Pierre | 2012-09-25 | 2 | -11/+0 |
| | |||||
* | various pylint fixes | Chris St. Pierre | 2012-09-25 | 23 | -110/+51 |
| | |||||
* | testsuite: fix path in pylint tests | Chris St. Pierre | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | misc. minor bug fixes | Chris St. Pierre | 2012-09-25 | 4 | -15/+23 |
| | |||||
* | SELinux: when selinux supports transactions but not adding modules via the ↵ | Chris St. Pierre | 2012-09-25 | 1 | -47/+138 |
| | | | | API, defer module installation until after the transaction is complete | ||||
* | settings: Fix variable usage | Sol Jerome | 2012-09-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | expanded pylint coverage | Chris St. Pierre | 2012-09-25 | 23 | -504/+733 |
| | |||||
* | fixed tests for pylint changes | Chris St. Pierre | 2012-09-25 | 3 | -16/+19 |
| | |||||
* | more pylint checks | Chris St. Pierre | 2012-09-25 | 5 | -88/+120 |
| | |||||
* | made json optional again | Chris St. Pierre | 2012-09-25 | 5 | -11/+29 |
| | |||||
* | expanded pylint tests | Chris St. Pierre | 2012-09-25 | 22 | -525/+611 |
| | |||||
* | run pylint for errors on almost everything, full runs on some selected stuff | Chris St. Pierre | 2012-09-25 | 69 | -753/+854 |
| | |||||
* | bcfg2-admin: Switch to pseudo file monitor | Tim Laszlo | 2012-09-24 | 1 | -1/+3 |
| | |||||
* | bcfg2-admin: Blacklist unused plugins in query mode | Tim Laszlo | 2012-09-24 | 1 | -0/+2 |
| | | | | | | When the server has high iowait the Cfg and Packages plugins can slow the bcfg2-admin query command down. This blacklists them. Also DBStats is unused and can cause problems due to the threading. | ||||
* | Corrected template loader version | Tim Laszlo | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | Web Reports: Remove unnecessary comparison in config_items/item.html | Tim Laszlo | 2012-09-21 | 1 | -1/+1 |
| | | | | The != operator isn't really necessary for unpruned. Also breaks compatability with older versions of django. | ||||
* | reports: Update TEMPLATE_LOADERS for older versions of Django | Tim Laszlo | 2012-09-21 | 1 | -4/+10 |
| | |||||
* | Packages: deprecated magic groups, disabled by default | Chris St. Pierre | 2012-09-21 | 2 | -2/+10 |
| | |||||
* | Encryption: improved docs, made algorithm configurable | Chris St. Pierre | 2012-09-20 | 6 | -88/+221 |
| | |||||
* | Packages: Fixed urls property of YumSource | Chris St. Pierre | 2012-09-20 | 1 | -2/+4 |
| | |||||
* | Packages: fixed reload on server startup | Chris St. Pierre | 2012-09-20 | 2 | -8/+11 |
| | |||||
* | Packages: fixed process_files() used to process Apt and Pacman metadata | Chris St. Pierre | 2012-09-20 | 1 | -22/+22 |
| | |||||
* | Packages: fixed unknown_filter | Chris St. Pierre | 2012-09-20 | 2 | -18/+32 |
| | |||||
* | fixed bug in yum conversion to package tuples | Chris St. Pierre | 2012-09-20 | 1 | -2/+2 |
| | |||||
* | documented packages backends | Chris St. Pierre | 2012-09-20 | 7 | -219/+441 |
| | |||||
* | documented PackagesSources | Chris St. Pierre | 2012-09-20 | 9 | -212/+260 |
| |