Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore non-package lines in macports output | Luke Cyca | 2012-10-10 | 1 | -0/+4 |
| | |||||
* | Statistics: ignore pylint error | Chris St. Pierre | 2012-10-10 | 1 | -1/+2 |
| | |||||
* | XMLFileBacked: clarified docs on __identifier__ | Chris St. Pierre | 2012-10-10 | 1 | -7/+28 |
| | |||||
* | Packages: added stats tracking | Chris St. Pierre | 2012-10-10 | 5 | -4/+22 |
| | |||||
* | moved track_statistics to plugin helpers to make it usable by plugins | Chris St. Pierre | 2012-10-10 | 2 | -30/+40 |
| | |||||
* | added module-level Bcfg2.Statistics object for easier tracking | Chris St. Pierre | 2012-10-10 | 4 | -15/+27 |
| | |||||
* | Reporting: Make transport configurable | Tim Laszlo | 2012-10-10 | 4 | -2/+22 |
| | | | | | | | Add routines to the setup to handle alternate transports. Make the default for new installs LocalFilesystem and existing installs DirectStore. Raise an error is DirectStore is used when loading bcfg-report-collector | ||||
* | bcfg2-report-collector: Raise SystemExit instead of SystemError | Tim Laszlo | 2012-10-10 | 1 | -2/+2 |
| | | | | This is causing a hang on shutdown when not daemonized. | ||||
* | bcfg2-lint: shut down server core when done running server lint plugins | Chris St. Pierre | 2012-10-09 | 1 | -4/+7 |
| | |||||
* | bcfg2-lint: check for duplicate groups defined in Metadata | Chris St. Pierre | 2012-10-09 | 1 | -1/+22 |
| | |||||
* | Admin.Reports: Map syncdb to update as the migration command is now required ↵ | Tim Laszlo | 2012-10-09 | 1 | -3/+5 |
| | | | | with south | ||||
* | fixed unit testing example commands for Fedora | Chris St. Pierre | 2012-10-09 | 1 | -2/+5 |
| | | | | [ci skip] | ||||
* | Revert "added /var/run/bcfg2-server directory in spec files" | Chris St. Pierre | 2012-10-09 | 2 | -4/+0 |
| | | | | This reverts commit a20c012fca62bec92f3e99369ed6581485e8a153. | ||||
* | Revert "create /var/run/bcfg2 in debian package" | Chris St. Pierre | 2012-10-09 | 1 | -1/+0 |
| | | | | This reverts commit d35123b3af02e6865b0188801bba822cb5e8ad82. | ||||
* | create directory containing pidfile in bcfg2-server itself | Chris St. Pierre | 2012-10-09 | 1 | -0/+12 |
| | |||||
* | added django South to optional deps for unit testing | Chris St. Pierre | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | added migrate_dbstats.py to 1.3 upgrade tools README | Chris St. Pierre | 2012-10-09 | 1 | -0/+3 |
| | |||||
* | bcfg2-admin: fixed syncdb | Chris St. Pierre | 2012-10-09 | 1 | -4/+2 |
| | |||||
* | ThreadedStatistics: removed unused error catching | Chris St. Pierre | 2012-10-09 | 1 | -11/+6 |
| | |||||
* | Reporting: all Transports use subdirectories of Reporting plugin directory ↵ | Chris St. Pierre | 2012-10-09 | 1 | -1/+1 |
| | | | | instead of creating their own plugin directories | ||||
* | Reporting: added DirectStore transport that stores interactions directly in ↵ | Chris St. Pierre | 2012-10-09 | 2 | -1/+119 |
| | | | | the storage backend | ||||
* | Reporting: move pickling from base transport to LocalFilesystem transport | Chris St. Pierre | 2012-10-09 | 3 | -33/+31 |
| | |||||
* | Reporting: made plugin produce errors if South is not installed | Chris St. Pierre | 2012-10-09 | 1 | -0/+12 |
| | |||||
* | made migrate_dbstats.py executable | Chris St. Pierre | 2012-10-09 | 1 | -0/+2 |
| | |||||
* | fixed more pylint checks | Chris St. Pierre | 2012-10-09 | 2 | -27/+33 |
| | |||||
* | add unknown group to groups | Tim Laszlo | 2012-10-09 | 1 | -0/+1 |
| | |||||
* | Add prune routines | Tim Laszlo | 2012-10-09 | 2 | -51/+32 |
| | |||||
* | fix pylint unit test errors | Chris St. Pierre | 2012-10-09 | 4 | -21/+26 |
| | |||||
* | created separate bcfg2-server-cherrypy rpm for cherrypy backend | Chris St. Pierre | 2012-10-09 | 1 | -6/+49 |
| | |||||
* | Admin.Reports: Fix django command proxy | Tim Laszlo | 2012-10-09 | 1 | -2/+2 |
| | |||||
* | Reporting: Add a migration script for DBStats data | Tim Laszlo | 2012-10-08 | 1 | -7/+29 |
| | |||||
* | Admin.Reports: stop calling __call__ in parent class | Tim Laszlo | 2012-10-08 | 2 | -1/+0 |
| | |||||
* | Replace DBStats with Reporting | Tim Laszlo | 2012-10-08 | 1 | -86/+6 |
| | |||||
* | Add django/south version minimum | Tim Laszlo | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | remove bcfg2-report-collector chkconfig lines | Tim Laszlo | 2012-10-08 | 1 | -2/+0 |
| | |||||
* | add init script | Tim Laszlo | 2012-10-08 | 3 | -0/+118 |
| | |||||
* | Remove reference to InteractionMetadata | Tim Laszlo | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Reporting: add 500 handler back | Tim Laszlo | 2012-10-08 | 1 | -0/+2 |
| | |||||
* | Reporting: Fix size option | Tim Laszlo | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Remove hardcoded DEBUG = True | Tim Laszlo | 2012-10-08 | 1 | -1/+0 |
| | |||||
* | Remove debug message | Tim Laszlo | 2012-10-08 | 1 | -1/+0 |
| | |||||
* | Update rpm spec with new reports files | Tim Laszlo | 2012-10-08 | 1 | -2/+4 |
| | |||||
* | Reporting: Merge new reporting data | Tim Laszlo | 2012-10-08 | 61 | -1414/+2683 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move reporting data to a new schema Use south for django migrations Add bcfg2-report-collector daemon Conflicts: doc/development/index.txt doc/server/plugins/connectors/properties.txt doc/server/plugins/generators/packages.txt setup.py src/lib/Bcfg2/Client/Tools/SELinux.py src/lib/Bcfg2/Compat.py src/lib/Bcfg2/Encryption.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Reports.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Inotify.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/interfaces.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Ohai.py src/lib/Bcfg2/Server/Plugins/Packages/Collection.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/Plugins/Probes.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Reports/backends.py src/lib/Bcfg2/Server/Reports/manage.py src/lib/Bcfg2/Server/Reports/nisauth.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-yum-helper testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py | ||||
* | wrote more detailed unit testing documentation | Chris St. Pierre | 2012-10-05 | 33 | -118/+532 |
| | |||||
* | Metadata: added warnings about bogus profile groups | Chris St. Pierre | 2012-10-04 | 1 | -5/+34 |
| | |||||
* | bcfg2-lint: fixed confusion about variables named "errors" | Chris St. Pierre | 2012-10-04 | 2 | -9/+9 |
| | |||||
* | fixed bcfg2-lint checking of bundle names with . in them | Chris St. Pierre | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | improve some error messages | Chris St. Pierre | 2012-10-04 | 2 | -6/+9 |
| | |||||
* | man: updated bcfg2.conf man page with new user/group options | Chris St. Pierre | 2012-10-04 | 1 | -1/+9 |
| | |||||
* | create /var/run/bcfg2 in debian package | Chris St. Pierre | 2012-10-04 | 1 | -0/+1 |
| |