This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 950bf90 Improve alignment of HTML report. new 4bedb8a Use unit_abbrev of Fields in reports. new c8680e3 Sort fields according to order defined in YAML files. new 326a675 Install missing files.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lnt/server/db/testsuite.py | 11 +- lnt/server/db/testsuitedb.py | 6 +- lnt/server/reporting/latestrunsreport.py | 114 ++++++++++++++++++ lnt/server/reporting/report.py | 131 +++++++++++++++++++++ lnt/server/ui/filters.py | 16 +++ .../ui/templates/reporting/daily_report.html | 2 +- .../ui/templates/reporting/latest_runs_report.html | 67 +++++++++++ lnt/server/ui/templates/reporting/runs.html | 16 +-- lnt/server/ui/templates/reportutils.html | 100 ++++++++++++++++ ...aily_report.html => v4_latest_runs_report.html} | 2 +- lnt/server/ui/templates/v4_run.html | 8 +- tests/server/ui/V4Pages.py | 10 +- 12 files changed, 458 insertions(+), 25 deletions(-) create mode 100644 lnt/server/reporting/latestrunsreport.py create mode 100644 lnt/server/reporting/report.py create mode 100644 lnt/server/ui/templates/reporting/latest_runs_report.html create mode 100644 lnt/server/ui/templates/reportutils.html copy lnt/server/ui/templates/{v4_daily_report.html => v4_latest_runs_report.html} (81%)