This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from f115465 Use simplejson when we have it new 869390f Remove odd if new fe74357 Silence warning message about new_suite.py in migration dir new bd60c45 Get json encoder from flask new 32a52ac lnttool: Fix pep8 warnings new 52f478a Cleanup logging code
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/lnttool/common.py | 17 +++++ lnt/lnttool/convert.py | 1 + lnt/lnttool/create.py | 26 +++---- lnt/lnttool/import_data.py | 2 +- lnt/lnttool/import_report.py | 5 +- lnt/lnttool/main.py | 78 ++++++-------------- lnt/lnttool/updatedb.py | 21 +++--- lnt/lnttool/viewcomparison.py | 20 ++---- lnt/server/db/fieldchange.py | 22 +++--- lnt/server/db/migrate.py | 7 +- lnt/server/db/migrations/upgrade_1_to_2.py | 4 +- .../db/rules/rule_blacklist_benchmarks_by_name.py | 12 ++-- .../db/rules/rule_update_fixed_regressions.py | 13 ++-- lnt/server/db/rules_manager.py | 6 +- lnt/server/db/testsuite.py | 8 +-- lnt/server/db/v4db.py | 10 +-- lnt/server/instance.py | 5 +- lnt/server/reporting/analysis.py | 7 +- lnt/server/ui/app.py | 16 ++--- lnt/server/ui/regression_views.py | 4 +- lnt/testing/__init__.py | 6 +- lnt/testing/profile/perf.py | 4 +- lnt/testing/util/commands.py | 23 ++---- lnt/testing/util/compilers.py | 35 +++++---- lnt/testing/util/rcs.py | 3 +- lnt/testing/util/valgrind.py | 16 +++-- lnt/tests/compile.py | 17 ++--- lnt/tests/nt.py | 45 ++++++------ lnt/tests/test_suite.py | 83 +++++++++++----------- lnt/util/ImportData.py | 4 +- lnt/util/__init__.py | 4 ++ lnt/util/async_ops.py | 32 +++++---- 32 files changed, 264 insertions(+), 292 deletions(-) create mode 100644 lnt/lnttool/common.py