summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports/reports/views.py
Commit message (Collapse)AuthorAgeFilesLines
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-583/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-1/+1
|
* web_reports: Add entry viewTim Laszlo2012-06-141-0/+26
|
* DBStats: Start loading good entries into the dbTim Laszlo2012-06-141-2/+6
|
* web_reports: add a helper function for in_bulkTim Laszlo2012-06-141-6/+27
| | | | | | Some databases will raise a DatabaseError if the in set is too long. If a DatabaseError is raised, fetch all objects and create the set we need using python.
* web_reports: group filtering for <type> element viewsTim Laszlo2012-06-141-2/+4
|
* web_reports: Improve element listsTim Laszlo2012-06-061-14/+23
| | | | | Faster page loads. More details in the listings.
* web_reports: speed up client detail viewTim Laszlo2012-06-061-6/+18
|
* web_reports: add filters to the grid viewTim Laszlo2012-06-061-4/+4
|
* web_reports: filter by groupTim Laszlo2012-06-061-4/+26
|
* web_reports: Trap KeyError from duplicate metricsTim Laszlo2012-06-051-1/+5
| | | | | | In the unlikely event two interactions point to the same Metric, we could get a key error if they aren't in the same interaction set.
* web_reports: added a view to show the most common configuration problemsTim Laszlo2012-06-051-1/+52
|
* web_reports: Remove ping data from summary viewTim Laszlo2012-06-041-11/+1
|
* web_reports: display_summary executes query twiceTim Laszlo2012-06-041-3/+3
|
* web_reports: select_related for all render_history_view callsTim Laszlo2012-06-041-1/+2
|
* bcfg2-web: D=Make detailed client list sortableTim Laszlo2012-06-011-1/+27
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+415
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>