summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports/reports/views.py
Commit message (Collapse)AuthorAgeFilesLines
* 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>