This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 5bb053d So we can reingest LNT data, ignore metrics with id in the name new 3eb7846 NTEmailReport: Remove unused parameter, hide internal function; NFC new 072afc3 Import: Make --commit a flag; make sure commit arg is always [...] new d41f410 api: No need to require slash at end of route new efebf1c Set `lnt runserver` logger to info; Print external testsuite [...]
The 4 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/importing_data.rst | 2 +- docs/tests.rst | 2 +- docs/tools.rst | 4 +- lnt/lnttool/import_data.py | 2 +- lnt/lnttool/main.py | 57 +++++++++++++++++----------- lnt/lnttool/updatedb.py | 3 +- lnt/server/db/v4db.py | 4 +- lnt/server/ui/api.py | 4 +- lnt/server/ui/app.py | 2 +- lnt/server/ui/views.py | 2 +- lnt/util/ImportData.py | 4 +- lnt/util/NTEmailReport.py | 10 ++--- tests/lnttool/PostgresDB.shtest | 10 ++--- tests/lnttool/UpdateDB.py | 8 ++-- tests/lnttool/submit.py | 27 +++++++++++-- tests/server/db/ImportProfile.py | 2 +- tests/server/db/ImportV4TestSuiteInstance.py | 6 +-- tests/server/db/yamlschema.shtest | 12 +++--- tests/server/ui/test_api.py | 5 +++ tests/utils/blast.py | 2 +- 20 files changed, 101 insertions(+), 67 deletions(-)