summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports/reports
Commit message (Collapse)AuthorAgeFilesLines
* web_reports: add filters to the grid viewTim Laszlo2012-06-062-5/+5
|
* web_reports: filter by groupTim Laszlo2012-06-061-4/+26
|
* web_reports: show filter list when no records are returnedTim Laszlo2012-06-061-1/+1
|
* web_reports: Show client profile, groups, and bundles in detailed viewTim Laszlo2012-06-061-0/+35
|
* DBStats: Save interaction metadataTim Laszlo2012-06-061-0/+48
| | | | Start saving group and bundle membership for interactions
* Reports: remove unused functionTim Laszlo2012-06-061-10/+0
|
* PY3K: Refactor input codeSol Jerome2012-06-051-8/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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-056-2/+119
|
* DBStats: Remove ping dataTim Laszlo2012-06-041-16/+0
|
* 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
|
* DBStats: Remove custom sqlTim Laszlo2012-06-042-9/+2
| | | | | Remove the custom sql file. This failed to install in MySQL. Use django to index Interaction.timestamp instead of custom sql.
* bcfg2-web: D=Make detailed client list sortableTim Laszlo2012-06-013-9/+135
|
* DBStats: New db update routinesTim Laszlo2012-06-011-1/+4
| | | | | | 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-43/+0
|
* DBStats: Use more sensible column definitions for ReasonTim Laszlo2012-05-231-14/+14
|
* reports: Fix typoSol Jerome2012-05-131-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Fix traceback when missing python db modulesSol Jerome2012-05-101-1/+10
| | | | 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: Remove indexes for nonexistent tablesSol Jerome2012-05-061-3/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Add fine-grained filter for 'bad' clientsSol Jerome2012-05-064-39/+74
| | | | | | | | This filter introduces percentages which should help administrators to quickly visually see where they should focus their time. The worse the percentage of bad/total entries, the darker the color of the client. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: More pylint/pep8 fixesSol Jerome2012-05-061-3/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Pylint fixesSol Jerome2012-05-061-69/+71
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Remove unused importSol Jerome2012-05-061-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-273-0/+24
| | | | | | | | | | | | | | | 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-0/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Remove unused client_version from reportsSol Jerome2012-03-261-1/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-2424-0/+1889
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>