summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports/updatefix.py
Commit message (Collapse)AuthorAgeFilesLines
* add old schema to migrationTim Laszlo2013-01-291-0/+5
|
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-0/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* DBStats: New db update routinesTim Laszlo2012-06-011-323/+0
| | | | | | 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.
* DBStats: Set the initial version baed on updates instead of fixturesTim Laszlo2012-05-231-3/+4
|
* bcfg2-admin: Logging broken for reportsTim Laszlo2012-05-231-1/+2
|
* DBStats: Use more sensible column definitions for ReasonTim Laszlo2012-05-231-2/+42
|
* reports: Fix traceback reported by Rodney YoungSol Jerome2012-05-111-2/+12
| | | | | | | Previously left out a check for whether the column exists when using MySQL. We will probably eventually need checks for other db types as well. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Fix unpruned entries displaySol Jerome2012-05-091-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Fix bcfg2-admin reports initSol Jerome2012-05-061-1/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-271-0/+1
| | | | | | | | | | | | | | | Path type='directory' entries previously had no 'reason' associated with their 'dirty' state. This change adds a database field for unpruned entries which are present in a pruned directory and displays that list in the web reporting interface. There is also a change made to the POSIX client tool which forces it to display the extra entry list when running in interactive mode without debugging enabled. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Reports: Remove client_version database columnSol Jerome2012-03-311-9/+83
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+190
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>