summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server
Commit message (Collapse)AuthorAgeFilesLines
* FileProbes: escape literal % in probe codeChris St. Pierre2012-10-041-2/+2
|
* drop privs options added, works in CherryPyChris St. Pierre2012-10-042-2/+6
|
* Cfg: fixed regexes for handling and ignoring files with different Cfg handlersChris St. Pierre2012-10-031-39/+17
|
* Cfg: fixed some issues with genshi error handlingChris St. Pierre2012-10-031-2/+2
|
* better error reporting for unknown template bundle render failuresChris St. Pierre2012-10-031-3/+3
|
* prompt for locations of bcfg2 keypair in Init, using sane OS defaultsChris St. Pierre2012-10-032-136/+123
|
* testsuite: expanded pylint coverageChris St. Pierre2012-10-033-85/+106
|
* 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
|
* made client runs abort on probe failure, added option to disable thatChris St. Pierre2012-09-281-8/+19
|
* wrote unit tests for PropertiesChris St. Pierre2012-09-271-3/+4
|
* moved pidfile creation into the server backendsChris St. Pierre2012-09-253-4/+18
|
* various pylint fixesChris St. Pierre2012-09-2518-103/+49
|
* testsuite: fix path in pylint testsChris St. Pierre2012-09-251-1/+1
|
* misc. minor bug fixesChris St. Pierre2012-09-253-12/+15
|
* expanded pylint coverageChris St. Pierre2012-09-2510-204/+311
|
* fixed tests for pylint changesChris St. Pierre2012-09-252-16/+17
|
* more pylint checksChris St. Pierre2012-09-253-75/+90
|
* made json optional againChris St. Pierre2012-09-253-4/+25
|
* expanded pylint testsChris St. Pierre2012-09-2512-287/+335
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-2553-702/+785
|
* 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.
* 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.
* Packages: deprecated magic groups, disabled by defaultChris St. Pierre2012-09-212-2/+10
|
* Encryption: improved docs, made algorithm configurableChris St. Pierre2012-09-204-48/+76
|
* 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-206-123/+431
|
* 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
|
* deduplicated Packages code, more docsChris St. Pierre2012-09-205-140/+130
|
* development docs for Packages: Collection docs writtenChris St. Pierre2012-09-206-186/+471
|
* added json, md5 to Bcfg2.CompatChris St. Pierre2012-09-204-40/+6
|
* better SEModules docsChris St. Pierre2012-09-201-1/+33
|
* Admin/Init: Remove leading newlineSol Jerome2012-09-191-2/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* better docs for base Metadata classChris St. Pierre2012-09-191-1/+4
|
* fixed gamin issues with late daemonizationChris St. Pierre2012-09-184-9/+29
|
* remove debugging statementsChris St. Pierre2012-09-181-3/+0
|
* FileProbes: removed client-side lxml requirementChris St. Pierre2012-09-181-16/+19
|
* SEModules: fixed handling of module names againChris St. Pierre2012-09-181-3/+18
|
* Packages: fixed handling of poorly-specified BoundPackage entriesChris St. Pierre2012-09-171-4/+6
|
* Yum: fixed fallback return type for get_groups w/o yum libs enabledChris St. Pierre2012-09-171-1/+1
|
* SEModules: fixed unit testsChris St. Pierre2012-09-141-2/+3
|
* SEModules: fixed some bits of module handlingChris St. Pierre2012-09-141-5/+5
|