This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 291b5a6 Do some more in the MySQL tests new 487c006 lit.cfg/mysql: cleanup new 85fd9f4 views: Fix global_status page failing when there is no data new 27a362a tests/V4Pages: Add some missing URLs new 9980fe5 Do not store index with SampleField object; NFC new e65e4f3 Fix various html problems new 1f3ab34 tests: Integrate html-tidy checks into ui page tests new cbc4a03 Revamp testing guide to have a more compact representation of [...] new 08004fb docs/developer_guide: Fix formatting of example
The 8 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: docs/developer_guide.rst | 37 ++++-- lnt/server/db/testsuite.py | 3 - lnt/server/db/testsuitedb.py | 7 +- lnt/server/reporting/analysis.py | 25 ++-- lnt/server/reporting/summaryreport.py | 20 +-- lnt/server/ui/static/v4_regression_detail.js | 86 +++++++++++++ lnt/server/ui/templates/error.html | 3 +- lnt/server/ui/templates/reporting/run_report.html | 1 + lnt/server/ui/templates/reporting/runs.html | 4 +- lnt/server/ui/templates/utils.html | 16 +-- lnt/server/ui/templates/v4_global_status.html | 13 +- lnt/server/ui/templates/v4_graph.html | 22 ++-- lnt/server/ui/templates/v4_matrix.html | 1 + lnt/server/ui/templates/v4_new_regressions.html | 8 +- lnt/server/ui/templates/v4_regression_detail.html | 104 ++-------------- lnt/server/ui/templates/v4_regression_list.html | 2 +- lnt/server/ui/templates/v4_run.html | 9 +- lnt/server/ui/views.py | 5 +- tests/SharedInputs/mysql_wrapper.sh | 5 +- tests/lit.cfg | 10 +- tests/server/ui/V4Pages.py | 144 ++++++++++++++-------- tests/server/ui/test_matrix_page.py | 12 +- tests/server/ui/test_system_info.py | 8 +- 23 files changed, 319 insertions(+), 226 deletions(-) create mode 100644 lnt/server/ui/static/v4_regression_detail.js