summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed missing error when probe download failsChris St. Pierre2012-10-031-0/+1
|
* testsuite: added unit tests for Cfg handlersChris St. Pierre2012-10-027-24/+27
|
* Cfg: deprecated perms="inherit"Chris St. Pierre2012-10-021-0/+2
|
* testsuite: unit tests for Cfg plugin and base handlersChris St. Pierre2012-10-022-101/+126
|
* consistently list ACLs on Path entriesChris St. Pierre2012-10-021-3/+5
|
* 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.
* YUM: fixed bug in pylint complianceChris St. Pierre2012-09-281-1/+1
|
* wrote unit tests for encryptionChris St. Pierre2012-09-281-10/+13
|
* POSIX: make sure to close file handles on temp filesChris St. Pierre2012-09-281-7/+10
|
* 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-271-3/+4
|
* made YUM driver pass pylintChris St. Pierre2012-09-261-256/+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-261-35/+20
|
* made full pylint checks the default, expanded pylint coverage to lots of toolsChris St. Pierre2012-09-2615-153/+170
|
* deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPMChris St. Pierre2012-09-268-2017/+2049
|
* 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>
* moved pidfile creation into the server backendsChris St. Pierre2012-09-253-4/+18
|
* updated bcfg2.conf man pageChris St. Pierre2012-09-252-11/+0
|
* various pylint fixesChris St. Pierre2012-09-2523-110/+51
|
* testsuite: fix path in pylint testsChris St. Pierre2012-09-251-1/+1
|
* 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-251-47/+138
| | | | 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-2523-504/+733
|
* fixed tests for pylint changesChris St. Pierre2012-09-253-16/+19
|
* more pylint checksChris St. Pierre2012-09-255-88/+120
|
* made json optional againChris St. Pierre2012-09-255-11/+29
|
* expanded pylint testsChris St. Pierre2012-09-2522-525/+611
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-2569-753/+854
|
* 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.
* reports: Update TEMPLATE_LOADERS for older versions of DjangoTim Laszlo2012-09-211-4/+10
|
* Packages: deprecated magic groups, disabled by defaultChris St. Pierre2012-09-212-2/+10
|
* Encryption: improved docs, made algorithm configurableChris St. Pierre2012-09-206-88/+221
|
* Packages: Fixed urls property of YumSourceChris St. Pierre2012-09-201-2/+4
|
* Packages: fixed reload on server startupChris St. Pierre2012-09-202-8/+11
|
* Packages: fixed process_files() used to process Apt and Pacman metadataChris St. Pierre2012-09-201-22/+22
|
* Packages: fixed unknown_filterChris St. Pierre2012-09-202-18/+32
|
* fixed bug in yum conversion to package tuplesChris St. Pierre2012-09-201-2/+2
|
* documented packages backendsChris St. Pierre2012-09-207-219/+441
|
* documented PackagesSourcesChris St. Pierre2012-09-209-212/+260
|
* documented Packages base classChris St. Pierre2012-09-205-61/+227
|
* Source fully documentedChris St. Pierre2012-09-206-117/+439
|