Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -48/+140 |
| | | | | 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 | 28 | -568/+825 |
| | |||||
* | fixed tests for pylint changes | Chris St. Pierre | 2012-09-25 | 9 | -102/+85 |
| | |||||
* | more pylint checks | Chris St. Pierre | 2012-09-25 | 7 | -165/+234 |
| | |||||
* | made json optional again | Chris St. Pierre | 2012-09-25 | 5 | -11/+29 |
| | |||||
* | expanded pylint tests | Chris St. Pierre | 2012-09-25 | 24 | -530/+621 |
| | |||||
* | run pylint for errors on almost everything, full runs on some selected stuff | Chris St. Pierre | 2012-09-25 | 72 | -755/+1243 |
| | |||||
* | 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. | ||||
* | Web Reports: allow bcfg2.conf to be passed to the wsgi app | Tim Laszlo | 2012-09-21 | 1 | -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 | ||||
* | 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 | 3 | -45/+57 |
| | |||||
* | Encryption: improved docs, made algorithm configurable | Chris St. Pierre | 2012-09-20 | 10 | -185/+446 |
| | |||||
* | testsuite: Fixed Probes JSON tests | Chris St. Pierre | 2012-09-20 | 1 | -8/+5 |
| | |||||
* | 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 | 10 | -222/+452 |
| | |||||
* | documented PackagesSources | Chris St. Pierre | 2012-09-20 | 10 | -213/+260 |
| | |||||
* | documented Packages base class | Chris St. Pierre | 2012-09-20 | 5 | -61/+227 |
| | |||||
* | Source fully documented | Chris St. Pierre | 2012-09-20 | 7 | -120/+446 |
| | |||||
* | deduplicated Packages code, more docs | Chris St. Pierre | 2012-09-20 | 6 | -140/+132 |
| | |||||
* | development docs for Packages: Collection docs written | Chris St. Pierre | 2012-09-20 | 7 | -235/+516 |
| | |||||
* | added json, md5 to Bcfg2.Compat | Chris St. Pierre | 2012-09-20 | 7 | -51/+20 |
| | |||||
* | minor Cfg docs fixes | Chris St. Pierre | 2012-09-20 | 1 | -4/+4 |
| | |||||
* | better SEModules docs | Chris St. Pierre | 2012-09-20 | 2 | -9/+35 |
| | |||||
* | man: Add new client option from 6fe2b9dd | Sol Jerome | 2012-09-19 | 2 | -0/+7 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Admin/Init: Remove leading newline | Sol Jerome | 2012-09-19 | 1 | -2/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Allowing the assertion of a profile for a host to be supplied by the ↵ | Chris Brinker | 2012-09-19 | 1 | -1/+2 |
| | | | | bcfg2.conf file. This is useful if you have a dynamic system and only the client has information on which profile to use. | ||||
* | better docs for base Metadata class | Chris St. Pierre | 2012-09-19 | 1 | -1/+4 |
| | |||||
* | fixed gamin issues with late daemonization | Chris St. Pierre | 2012-09-18 | 4 | -9/+29 |
| | |||||
* | remove debugging statements | Chris St. Pierre | 2012-09-18 | 1 | -3/+0 |
| | |||||
* | FileProbes: removed client-side lxml requirement | Chris St. Pierre | 2012-09-18 | 1 | -16/+19 |
| | |||||
* | SEModules: fixed handling of module names again | Chris St. Pierre | 2012-09-18 | 3 | -34/+49 |
| | |||||
* | add SchemaUpdater package to setup.py | Chris St. Pierre | 2012-09-18 | 1 | -0/+1 |
| | |||||
* | Packages: fixed handling of poorly-specified BoundPackage entries | Chris St. Pierre | 2012-09-17 | 2 | -4/+9 |
| | |||||
* | Yum: fixed fallback return type for get_groups w/o yum libs enabled | Chris St. Pierre | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | SEModules: fixed unit tests | Chris St. Pierre | 2012-09-14 | 2 | -11/+13 |
| | |||||
* | setup.py: add new Bcfg2.Server.Plugin module | Chris St. Pierre | 2012-09-14 | 1 | -0/+1 |
| | |||||
* | SEModules: fixed some bits of module handling | Chris St. Pierre | 2012-09-14 | 2 | -9/+15 |
| | |||||
* | Merge pull request #48 from zultron/master | Chris St. Pierre | 2012-09-14 | 1 | -2/+2 |
|\ | | | | | Chkconfig driver: two fixes and RFE | ||||
| * | Chkconfig client tool: fix service start result logic | John Morris | 2012-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | When the bcfg2 client installs a service turning it 'on' with chkconfig, it then starts the service with 'service foo start'. If all these succeed, it should return a True success value. This fixes a bug where starting the service succeeds, but is interpreted as failure, ultimately causing the host to be reported as dirty. | ||||
| * | Bcfg2/Client/Tools/Chkconfig.py: squash bug tickled by services turned 'off' | John Morris | 2012-09-11 | 1 | -1/+1 |
| | | |||||
* | | bcfg2-crypt: added -I option, made --stdout better, updated man page | Chris St. Pierre | 2012-09-13 | 14 | -82/+157 |
| | |