This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 4888496 migrations.util: More abstract implementation of add_column new 5a13003 Rework machine creation strategy new 1559e47 Rework run merge strategies
The 2 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 | 12 ++ lnt/lnttool/import_data.py | 12 +- lnt/lnttool/main.py | 9 +- lnt/lnttool/viewcomparison.py | 4 +- lnt/server/db/testsuitedb.py | 233 +++++++++++---------- lnt/server/ui/api.py | 5 +- lnt/server/ui/templates/submit_run.html | 6 + lnt/server/ui/views.py | 4 +- lnt/tests/builtintest.py | 7 +- lnt/tests/compile.py | 4 +- lnt/tests/nt.py | 8 +- lnt/tests/test_suite.py | 4 +- lnt/util/ImportData.py | 21 +- lnt/util/ServerUtil.py | 31 +-- .../compile_submission_machine_diff_fine.json | 29 +++ .../compile_submission_machine_diff_reject.json | 29 +++ tests/lnttool/PostgresDB.shtest | 4 +- tests/lnttool/submit.shtest | 50 ++++- tests/server/db/ImportV4TestSuiteInstance.py | 40 +++- tests/server/db/search.py | 11 +- 20 files changed, 346 insertions(+), 177 deletions(-) create mode 100644 tests/lnttool/Inputs/compile_submission_machine_diff_fine.json create mode 100644 tests/lnttool/Inputs/compile_submission_machine_diff_reject.json