summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting/views.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused importMichael Fenn2014-04-091-1/+1
|
* Reporting: exclude failures type from detail viewSol Jerome2013-06-051-0/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Reporting: added support for various SELinux entriesChris St. Pierre2013-03-081-10/+14
|
* Remove distinct from query. Sqlite has no supportTim Laszlo2013-01-291-2/+5
|
* Reporting: fix missing clients in grid viewTim Laszlo2012-12-031-1/+1
|
* Sort links were referencing the old schemaTim Laszlo2012-10-181-4/+2
|
* add group filter for common problemsTim Laszlo2012-10-171-2/+8
|
* Remove reference to InteractionMetadataTim Laszlo2012-10-081-1/+1
|
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-0/+550
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