Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved pidfile creation into the server backends | Chris St. Pierre | 2012-09-25 | 3 | -4/+18 |
| | |||||
* | various pylint fixes | Chris St. Pierre | 2012-09-25 | 18 | -103/+49 |
| | |||||
* | 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 | 3 | -12/+15 |
| | |||||
* | expanded pylint coverage | Chris St. Pierre | 2012-09-25 | 10 | -204/+311 |
| | |||||
* | fixed tests for pylint changes | Chris St. Pierre | 2012-09-25 | 2 | -16/+17 |
| | |||||
* | more pylint checks | Chris St. Pierre | 2012-09-25 | 3 | -75/+90 |
| | |||||
* | made json optional again | Chris St. Pierre | 2012-09-25 | 3 | -4/+25 |
| | |||||
* | expanded pylint tests | Chris St. Pierre | 2012-09-25 | 12 | -287/+335 |
| | |||||
* | run pylint for errors on almost everything, full runs on some selected stuff | Chris St. Pierre | 2012-09-25 | 53 | -702/+785 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | 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 | 4 | -48/+76 |
| | |||||
* | 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 | 6 | -123/+431 |
| | |||||
* | documented PackagesSources | Chris St. Pierre | 2012-09-20 | 9 | -212/+260 |
| | |||||
* | documented Packages base class | Chris St. Pierre | 2012-09-20 | 5 | -61/+227 |
| | |||||
* | Source fully documented | Chris St. Pierre | 2012-09-20 | 6 | -117/+439 |
| | |||||
* | deduplicated Packages code, more docs | Chris St. Pierre | 2012-09-20 | 5 | -140/+130 |
| | |||||
* | development docs for Packages: Collection docs written | Chris St. Pierre | 2012-09-20 | 6 | -186/+471 |
| | |||||
* | added json, md5 to Bcfg2.Compat | Chris St. Pierre | 2012-09-20 | 4 | -40/+6 |
| | |||||
* | better SEModules docs | Chris St. Pierre | 2012-09-20 | 1 | -1/+33 |
| | |||||
* | Admin/Init: Remove leading newline | Sol Jerome | 2012-09-19 | 1 | -2/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | 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 | 1 | -3/+18 |
| | |||||
* | Packages: fixed handling of poorly-specified BoundPackage entries | Chris St. Pierre | 2012-09-17 | 1 | -4/+6 |
| | |||||
* | 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 | 1 | -2/+3 |
| | |||||
* | SEModules: fixed some bits of module handling | Chris St. Pierre | 2012-09-14 | 1 | -5/+5 |
| | |||||
* | Properties: made automatch in bcfg2.conf a default, not absolute; cleaned up ↵ | Chris St. Pierre | 2012-09-13 | 1 | -4/+7 |
| | | | | docs | ||||
* | bcfg2-info: added "automatch" command to perform Properties automatching | Chris St. Pierre | 2012-09-12 | 1 | -2/+3 |
| | |||||
* | Properties: fixed bug in xpath for finding encrypted elements | Chris St. Pierre | 2012-09-11 | 1 | -7/+4 |
| | |||||
* | Cfg: documented all Cfg modules, added development docs | Chris St. Pierre | 2012-09-11 | 16 | -166/+526 |
| | |||||
* | bcfg2-lint: fixed Validate for certain xinclude patterns | Chris St. Pierre | 2012-09-10 | 1 | -3/+2 |
| | |||||
* | fixed shutdown of Inotify thread | Chris St. Pierre | 2012-09-10 | 1 | -2/+0 |
| | |||||
* | Hostbase: Remove unkept test environment | Sol Jerome | 2012-09-09 | 4 | -68/+0 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed Plugin auto-name magic | Chris St. Pierre | 2012-09-06 | 1 | -1/+13 |
| | |||||
* | added docs about cache invalidation | Chris St. Pierre | 2012-09-06 | 1 | -6/+4 |
| | |||||
* | Documented all plugin helper objects | Chris St. Pierre | 2012-09-06 | 6 | -121/+622 |
| | |||||
* | split up mammoth Plugin.py | Chris St. Pierre | 2012-09-06 | 5 | -683/+707 |
| | |||||
* | documented base plugin interfaces | Chris St. Pierre | 2012-09-06 | 2 | -74/+398 |
| |