summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Statistics: ignore pylint errorChris St. Pierre2012-10-101-1/+2
* 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-104-15/+27
* Reporting: Make transport configurableTim Laszlo2012-10-104-2/+22
* bcfg2-report-collector: Raise SystemExit instead of SystemErrorTim Laszlo2012-10-101-2/+2
* bcfg2-lint: shut down server core when done running server lint pluginsChris St. Pierre2012-10-091-4/+7
* 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: all Transports use subdirectories of Reporting plugin directory in...Chris St. Pierre2012-10-091-1/+1
* Reporting: added DirectStore transport that stores interactions directly in t...Chris St. Pierre2012-10-092-1/+119
* Reporting: move pickling from base transport to LocalFilesystem transportChris St. Pierre2012-10-093-33/+31
* Reporting: made plugin produce errors if South is not installedChris St. Pierre2012-10-091-0/+12
* fixed more pylint checksChris St. Pierre2012-10-092-27/+33
* Add prune routinesTim Laszlo2012-10-092-51/+32
* fix pylint unit test errorsChris St. Pierre2012-10-093-19/+23
* Admin.Reports: Fix django command proxyTim Laszlo2012-10-091-2/+2
* Admin.Reports: stop calling __call__ in parent classTim Laszlo2012-10-082-231/+0
* Replace DBStats with ReportingTim Laszlo2012-10-081-86/+6
* Remove reference to InteractionMetadataTim Laszlo2012-10-081-1/+1
* Reporting: add 500 handler backTim Laszlo2012-10-081-0/+2
* Reporting: Fix size optionTim Laszlo2012-10-081-1/+1
* Remove hardcoded DEBUG = TrueTim Laszlo2012-10-081-1/+0
* Remove debug messageTim Laszlo2012-10-081-1/+0
* Reporting: Merge new reporting dataTim Laszlo2012-10-0859-1407/+2674
* 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-042-9/+9
* fixed bcfg2-lint checking of bundle names with . in themChris St. Pierre2012-10-041-1/+1
* improve some error messagesChris St. Pierre2012-10-042-6/+9
* SSLServer: check for existing but unreadable cert/key/ca filesChris St. Pierre2012-10-041-57/+58
* FileProbes: escape literal % in probe codeChris St. Pierre2012-10-041-2/+2
* drop privs options added, works in CherryPyChris St. Pierre2012-10-043-3/+39
* 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
* fixed default SSL CA cert, which is optionalChris St. Pierre2012-10-031-1/+1
* set default paths for ssl certs/keys according to SELinux policyChris St. Pierre2012-10-031-3/+3
* fixed determining if selinux modules existChris St. Pierre2012-10-031-0/+7
* testsuite: expanded pylint coverageChris St. Pierre2012-10-034-302/+319
* fixed missing error when probe download failsChris St. Pierre2012-10-031-0/+1
* 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
* consistently list ACLs on Path entriesChris St. Pierre2012-10-021-3/+5
* if an entry has no acls and its filesystem is mounted noacl, that's not an errorChris St. Pierre2012-09-281-2/+7