summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "added /var/run/bcfg2-server directory in spec files"Chris St. Pierre2012-10-092-4/+0
* Revert "create /var/run/bcfg2 in debian package"Chris St. Pierre2012-10-091-1/+0
* create directory containing pidfile in bcfg2-server itselfChris St. Pierre2012-10-091-0/+12
* added django South to optional deps for unit testingChris St. Pierre2012-10-091-1/+1
* added migrate_dbstats.py to 1.3 upgrade tools READMEChris St. Pierre2012-10-091-0/+3
* 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
* made migrate_dbstats.py executableChris St. Pierre2012-10-091-0/+2
* fixed more pylint checksChris St. Pierre2012-10-092-27/+33
* add unknown group to groupsTim Laszlo2012-10-091-0/+1
* Add prune routinesTim Laszlo2012-10-092-51/+32
* fix pylint unit test errorsChris St. Pierre2012-10-094-21/+26
* created separate bcfg2-server-cherrypy rpm for cherrypy backendChris St. Pierre2012-10-091-6/+49
* Admin.Reports: Fix django command proxyTim Laszlo2012-10-091-2/+2
* Reporting: Add a migration script for DBStats dataTim Laszlo2012-10-081-7/+29
* Admin.Reports: stop calling __call__ in parent classTim Laszlo2012-10-082-1/+0
* Replace DBStats with ReportingTim Laszlo2012-10-081-86/+6
* Add django/south version minimumTim Laszlo2012-10-081-2/+2
* remove bcfg2-report-collector chkconfig linesTim Laszlo2012-10-081-2/+0
* add init scriptTim Laszlo2012-10-083-0/+118
* 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
* Update rpm spec with new reports filesTim Laszlo2012-10-081-2/+4
* Reporting: Merge new reporting dataTim Laszlo2012-10-0861-1414/+2683
* wrote more detailed unit testing documentationChris St. Pierre2012-10-0533-118/+532
* 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
* man: updated bcfg2.conf man page with new user/group optionsChris St. Pierre2012-10-041-1/+9
* create /var/run/bcfg2 in debian packageChris St. Pierre2012-10-041-0/+1
* added /var/run/bcfg2-server directory in spec filesChris St. Pierre2012-10-042-0/+4
* SELinux policy: set context for pidfiles in /var/run or /var/run/bcfg2-serverChris St. Pierre2012-10-041-1/+1
* 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
* changed default pidfile location in init scripts to allow easier privilege dr...Chris St. Pierre2012-10-044-12/+14
* added docs for privilege droppingChris St. Pierre2012-10-044-48/+211
* drop privs options added, works in CherryPyChris St. Pierre2012-10-044-3/+45
* testsuite: tried to fix a broken testChris St. Pierre2012-10-031-5/+2
* Cfg: fixed regexes for handling and ignoring files with different Cfg handlersChris St. Pierre2012-10-032-94/+32
* 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-034-138/+140