summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Packages: updated pulp repo handling to latest Pulp v1 APIChris St. Pierre2012-10-114-16/+157
* Packages: added stats trackingChris St. Pierre2012-10-105-4/+22
* bcfg2-lint: check for duplicate groups defined in MetadataChris St. Pierre2012-10-091-1/+22
* Reporting: move pickling from base transport to LocalFilesystem transportChris St. Pierre2012-10-091-20/+11
* Reporting: made plugin produce errors if South is not installedChris St. Pierre2012-10-091-0/+12
* fixed more pylint checksChris St. Pierre2012-10-091-22/+22
* Replace DBStats with ReportingTim Laszlo2012-10-081-86/+6
* Remove debug messageTim Laszlo2012-10-081-1/+0
* Reporting: Merge new reporting dataTim Laszlo2012-10-082-0/+107
* Metadata: added warnings about bogus profile groupsChris St. Pierre2012-10-041-5/+34
* fixed bcfg2-lint checking of bundle names with . in themChris St. Pierre2012-10-041-1/+1
* FileProbes: escape literal % in probe codeChris St. Pierre2012-10-041-2/+2
* 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
* 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-021-100/+124
* 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
* various pylint fixesChris St. Pierre2012-09-2511-93/+42
* 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-252-119/+207
* 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
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-2535-574/+591
* 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-207-209/+257
* documented Packages base classChris St. Pierre2012-09-203-57/+210
* 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-203-32/+5
* better SEModules docsChris St. Pierre2012-09-201-1/+33
* 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