This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 785f733 lnt/server/ui: pep8 fixes; NFC new f49eefb Update to latest stable SQLAlchemy new 1e688d2 Upgrade Werkzeug new 19f712c Round trip test new d5f918c Upgrade to Flask 0.12.2 + switch to Flask Blueprints new a98dcc5 Wrong usage of Blueprint
The 5 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/ui/app.py | 2 +- lnt/server/ui/decorators.py | 3 +- lnt/server/ui/profile_views.py | 12 +-- lnt/server/ui/regression_views.py | 16 +-- lnt/server/ui/templates/all_machines.html | 2 +- lnt/server/ui/templates/index.html | 2 +- lnt/server/ui/templates/layout.html | 42 ++++---- lnt/server/ui/templates/local.html | 4 +- lnt/server/ui/templates/utils.html | 12 +-- lnt/server/ui/templates/v4_all_orders.html | 4 +- lnt/server/ui/templates/v4_daily_report.html | 4 +- lnt/server/ui/templates/v4_global_status.html | 6 +- lnt/server/ui/templates/v4_graph.html | 2 +- lnt/server/ui/templates/v4_machine.html | 6 +- lnt/server/ui/templates/v4_matrix.html | 8 +- lnt/server/ui/templates/v4_new_regressions.html | 8 +- lnt/server/ui/templates/v4_order.html | 10 +- lnt/server/ui/templates/v4_overview.html | 12 +-- lnt/server/ui/templates/v4_profile.html | 2 +- lnt/server/ui/templates/v4_recent_activity.html | 4 +- lnt/server/ui/templates/v4_regression_detail.html | 8 +- lnt/server/ui/templates/v4_regression_list.html | 4 +- lnt/server/ui/templates/v4_run.html | 14 +-- lnt/server/ui/templates/v4_summary_report_ui.html | 4 +- lnt/server/ui/views.py | 18 ++-- requirements.client.txt | 6 +- tests/server/ui/test_roundtrip.py | 121 ++++++++++++++++++++++ 27 files changed, 229 insertions(+), 107 deletions(-) create mode 100644 tests/server/ui/test_roundtrip.py