This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 8f20b37 developer_guide: Tests need lnt in $PATH new 6f13a92 Fix missing/mismatched html tags new 648c421 migrate: Redo session handling new d1911d4 migrations/*.py: Rework session handling
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/migrate.py | 61 +++++++++++---------- lnt/server/db/migrations/upgrade_0_to_1.py | 1 + lnt/server/db/migrations/upgrade_10_to_11.py | 20 ++----- lnt/server/db/migrations/upgrade_1_to_2.py | 1 + lnt/server/db/migrations/upgrade_2_to_3.py | 1 + lnt/server/db/migrations/upgrade_3_to_4.py | 8 +-- lnt/server/db/migrations/upgrade_4_to_5.py | 20 ++++--- lnt/server/db/migrations/upgrade_5_to_6.py | 20 ++++--- lnt/server/db/migrations/upgrade_6_to_7.py | 19 +++---- lnt/server/db/migrations/upgrade_8_to_9.py | 28 ++++------ lnt/server/db/migrations/upgrade_9_to_10.py | 13 +++-- lnt/server/ui/templates/index.html | 2 +- lnt/server/ui/templates/reporting/runs.html | 14 ++--- lnt/server/ui/templates/rules.html | 2 +- lnt/server/ui/templates/submit_run.html | 10 ++-- lnt/server/ui/templates/utils.html | 9 ++-- lnt/server/ui/templates/v4_graph.html | 33 ++++++------ lnt/server/ui/templates/v4_machine.html | 2 +- lnt/server/ui/templates/v4_matrix.html | 2 +- lnt/server/ui/templates/v4_new_regressions.html | 12 ++--- lnt/server/ui/templates/v4_order.html | 59 +++++++++++---------- lnt/server/ui/templates/v4_regression_detail.html | 34 ++++++------ lnt/server/ui/templates/v4_regression_list.html | 26 +++++---- lnt/server/ui/templates/v4_run.html | 64 +++++++++++------------ lnt/server/ui/templates/v4_summary_report.html | 4 +- lnt/server/ui/templates/v4_summary_report_ui.html | 4 +- 26 files changed, 224 insertions(+), 245 deletions(-)