summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting/Storage/DjangoORM.py
Commit message (Collapse)AuthorAgeFilesLines
* Use older nested try syntax for finally for python 2.4 compatMichael Fenn2014-09-101-4/+5
|
* Reporting: Fix prune items import and displaySol Jerome2014-07-151-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Reporting: Log to debug to prevent spam in logsSol Jerome2014-04-161-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Reporting: properly close db connectionChris St. Pierre2014-02-281-1/+6
| | | | | | | | | Close the db connection at the end of each DjangoORM import, not when the reporting collector shuts down. The collector may not have even opened a connection, in the case of a storage backend other than DjangoORM. Fixes #157
* Fix compatibility with Django 1.6.Simon Ruderich2013-11-111-2/+2
|
* Another fix for null target_status in Reporting_sericeentry. This one covers ↵Jake Davis2013-05-281-1/+2
| | | | Extra entries.
* Reporting: added support for POSIX user/group entriesChris St. Pierre2013-03-081-0/+18
|
* Reporting: added support for various SELinux entriesChris St. Pierre2013-03-081-124/+230
|
* Batch adding entries to interactions for sqliteTim Laszlo2013-01-301-1/+5
|
* Reporting: Allow interactions without a profileTim Laszlo2012-10-291-1/+4
|
* Reduce verbose sync output from bcfg2-report-collectorTim Laszlo2012-10-191-1/+3
|
* Properly handle a client with no interations in GetExtraTim Laszlo2012-10-191-0/+3
|
* Reporting: use mode instead of permsTim Laszlo2012-10-161-3/+3
|
* Reporting: Use the new mode attributeTim Laszlo2012-10-151-2/+3
|
* Reporting: Fix size optionTim Laszlo2012-10-081-1/+1
|
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-0/+316
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