summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Reports.py
Commit message (Collapse)AuthorAgeFilesLines
* removed bogus print statementsChris St. Pierre2012-11-161-1/+1
|
* expanded pylint coverage to Admin modes, removed some old/broken admin modesChris St. Pierre2012-10-171-31/+26
|
* 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
|
* Admin.Reports: Fix printStats decoratorTim Laszlo2012-10-111-13/+10
|
* Admin.Reports: Map syncdb to update as the migration command is now required ↵Tim Laszlo2012-10-091-3/+5
| | | | with south
* Add prune routinesTim Laszlo2012-10-091-50/+14
|
* Admin.Reports: Fix django command proxyTim Laszlo2012-10-091-2/+2
|
* Admin.Reports: stop calling __call__ in parent classTim Laszlo2012-10-081-1/+0
|
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-66/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* added json, md5 to Bcfg2.CompatChris St. Pierre2012-09-201-8/+1
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* print function fixesChris St. Pierre2012-08-151-2/+2
|
* Merge reporting configuration with main server configurationTim Laszlo2012-08-071-6/+4
| | | | | | Admin/Syncdb: Use SchemaUpdater Move the schema update routines from reports to Bcfg2.Server Move Reports.settings into Bcfg2.settings
* DBStats: Limit rows purged when using sqliteTim Laszlo2012-07-241-1/+5
| | | | | SQLite limits the number of variables allowed in a single SQL statement. This reduces the number of rows purged when SQLite is used.
* DBStats: Remove clients.xml from the import processTim Laszlo2012-06-051-22/+4
|
* Admin reports: Print the exception when load_stats failsTim Laszlo2012-06-051-1/+2
|
* Admin reports: Stop handling ping dataTim Laszlo2012-06-041-10/+1
|
* Admin reports: add django shell and dbshell commandsTim Laszlo2012-06-041-1/+1
|
* DBStats: New db update routinesTim Laszlo2012-06-011-5/+11
| | | | | | Replace updatefix.py with the Updater class. This streamlines some of the common tasks and groups database updates by release. Upgrades from pre 1.1.x are no longer supported.
* bcfg2-admin: Logging broken for reportsTim Laszlo2012-05-231-12/+1
|
* bcfg2-admin: reports command isn't printing all optionsTim Laszlo2012-05-181-2/+2
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+376
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>