summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* initial selinux configsChris St. Pierre2012-10-033-0/+423
|
* testsuite: expanded pylint coverageChris St. Pierre2012-10-036-308/+322
|
* testsuite: skip django pylint checks for nowChris St. Pierre2012-10-031-0/+10
|
* fixed missing error when probe download failsChris St. Pierre2012-10-031-0/+1
|
* testsuite: added unit tests for Cfg handlersChris St. Pierre2012-10-0218-63/+591
|
* Cfg: deprecated perms="inherit"Chris St. Pierre2012-10-021-0/+2
|
* testsuite: unit tests for Cfg plugin and base handlersChris St. Pierre2012-10-025-109/+859
|
* consistently list ACLs on Path entriesChris St. Pierre2012-10-021-3/+5
|
* fixed contingencies on sbin pylint checksChris St. Pierre2012-09-281-18/+25
|
* if an entry has no acls and its filesystem is mounted noacl, that's not an errorChris St. Pierre2012-09-281-2/+7
|
* Revert "POSIX: make sure to close file handles on temp files"Chris St. Pierre2012-09-281-10/+7
| | | | | | | This reverts commit a51d908d2fb08353c8aae349932c892d42f550c9. The file descriptor is closed when the file object created by os.fdopen goes out of scope.
* fixed contingent pylint code checksChris St. Pierre2012-09-281-10/+27
|
* YUM: fixed bug in pylint complianceChris St. Pierre2012-09-281-1/+1
|
* wrote unit tests for encryptionChris St. Pierre2012-09-282-10/+212
|
* POSIX: make sure to close file handles on temp filesChris St. Pierre2012-09-281-7/+10
|
* full pylint checks for bcfg2 (the client script)Chris St. Pierre2012-09-281-1/+1
|
* made client runs abort on probe failure, added option to disable thatChris St. Pierre2012-09-283-123/+161
|
* wrote unit tests for PropertiesChris St. Pierre2012-09-276-12/+305
|
* made YUM driver pass pylintChris St. Pierre2012-09-262-257/+272
|
* YUM: driver now records actions to yum.log (#1103)Chris St. Pierre2012-09-261-107/+113
|
* fixed bug with Remove and FindExtra in package toolsChris St. Pierre2012-09-261-13/+8
|
* wrote docs for Bcfg2.CompatChris St. Pierre2012-09-264-50/+238
|
* rolled genshi/cheetah docs into cfg, deprecated old tgenshi/tcheetah docsChris St. Pierre2012-09-2634-445/+494
|
* documented which pylint messages are disabled and whyChris St. Pierre2012-09-261-0/+32
|
* made full pylint checks the default, expanded pylint coverage to lots of toolsChris St. Pierre2012-09-2617-207/+271
|
* added more optional test prereqsChris St. Pierre2012-09-262-2/+3
|
* deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPMChris St. Pierre2012-09-2612-2916/+2641
|
* SELinux: Fix incorrect return valueSol Jerome2012-09-251-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 explicitlySol Jerome2012-09-251-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* SELinux: Do not attempt transaction while lockedSol Jerome2012-09-251-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>
* add to path in pylint for testingChris St. Pierre2012-09-251-1/+3
|
* moved pidfile creation into the server backendsChris St. Pierre2012-09-253-4/+18
|
* updated bcfg2.conf man pageChris St. Pierre2012-09-254-33/+106
|
* various pylint fixesChris St. Pierre2012-09-2526-124/+67
|
* testsuite: fix path in pylint testsChris St. Pierre2012-09-252-1/+9
|
* fixes for test environmentChris St. Pierre2012-09-252-2/+2
|
* misc. minor bug fixesChris St. Pierre2012-09-254-15/+23
|
* SELinux: when selinux supports transactions but not adding modules via the ↵Chris St. Pierre2012-09-252-48/+140
| | | | API, defer module installation until after the transaction is complete
* settings: Fix variable usageSol Jerome2012-09-251-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* expanded pylint coverageChris St. Pierre2012-09-2528-568/+825
|
* fixed tests for pylint changesChris St. Pierre2012-09-259-102/+85
|
* more pylint checksChris St. Pierre2012-09-257-165/+234
|
* made json optional againChris St. Pierre2012-09-255-11/+29
|
* expanded pylint testsChris St. Pierre2012-09-2524-530/+621
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-2572-755/+1243
|
* bcfg2-admin: Switch to pseudo file monitorTim Laszlo2012-09-241-1/+3
|
* bcfg2-admin: Blacklist unused plugins in query modeTim Laszlo2012-09-241-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 versionTim Laszlo2012-09-211-1/+1
|
* Web Reports: Remove unnecessary comparison in config_items/item.htmlTim Laszlo2012-09-211-1/+1
| | | | The != operator isn't really necessary for unpruned. Also breaks compatability with older versions of django.
* Web Reports: allow bcfg2.conf to be passed to the wsgi appTim Laszlo2012-09-211-1/+6
| | | | | | | This allows users to specify alternate config files in the apache config SetEnv BCFG2_CONFIG_FILE /path/to/bcfg2.conf WSGIScriptAlias /bcfg2 /path/to/reports.wsgi