summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server
Commit message (Expand)AuthorAgeFilesLines
* wrote sphinx docs for base server CoreChris St. Pierre2012-10-156-120/+421
* FileMonitor: removed extraneous messages about handling 0 eventsChris St. Pierre2012-10-151-1/+2
* bcfg2-lint: rolled Duplicates plugin into MetadataLintChris St. Pierre2012-10-152-85/+44
* Reports.Admin: Update prune for new schemaTim Laszlo2012-10-111-6/+7
* Admin.Reports: Add database stats methodTim Laszlo2012-10-111-2/+13
* Reversed the count on printStatsTim Laszlo2012-10-111-1/+1
* deprecated the Fam FAM (yo dog...)Chris St. Pierre2012-10-111-4/+6
* Admin.Reports: Fix printStats decoratorTim Laszlo2012-10-111-13/+10
* un-break FAM. d'ohChris St. Pierre2012-10-111-1/+1
* wrote FAM docsChris St. Pierre2012-10-115-52/+340
* fixed docs for Apt and Pac collections. can haz sphinx 1.1 yet?Chris St. Pierre2012-10-113-1/+27
* Packages: updated pulp repo handling to latest Pulp v1 APIChris St. Pierre2012-10-114-16/+157
* XMLFileBacked: clarified docs on __identifier__Chris St. Pierre2012-10-101-7/+28
* Packages: added stats trackingChris St. Pierre2012-10-105-4/+22
* moved track_statistics to plugin helpers to make it usable by pluginsChris St. Pierre2012-10-102-30/+40
* added module-level Bcfg2.Statistics object for easier trackingChris St. Pierre2012-10-103-14/+24
* Reporting: Make transport configurableTim Laszlo2012-10-101-0/+3
* bcfg2-lint: check for duplicate groups defined in MetadataChris St. Pierre2012-10-091-1/+22
* Admin.Reports: Map syncdb to update as the migration command is now required ...Tim Laszlo2012-10-091-3/+5
* create directory containing pidfile in bcfg2-server itselfChris St. Pierre2012-10-091-0/+12
* bcfg2-admin: fixed syncdbChris St. Pierre2012-10-091-4/+2
* ThreadedStatistics: removed unused error catchingChris St. Pierre2012-10-091-11/+6
* 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
* Add prune routinesTim Laszlo2012-10-091-50/+14
* fix pylint unit test errorsChris St. Pierre2012-10-091-5/+6
* Admin.Reports: Fix django command proxyTim Laszlo2012-10-091-2/+2
* Admin.Reports: stop calling __call__ in parent classTim Laszlo2012-10-081-1/+0
* Replace DBStats with ReportingTim Laszlo2012-10-081-86/+6
* Remove debug messageTim Laszlo2012-10-081-1/+0
* Reporting: Merge new reporting dataTim Laszlo2012-10-0843-3204/+309
* Metadata: added warnings about bogus profile groupsChris St. Pierre2012-10-041-5/+34
* bcfg2-lint: fixed confusion about variables named "errors"Chris St. Pierre2012-10-041-8/+8
* 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
* 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