This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 4818529 Unused + type annotation cleanups new 9c052d0 Unify SQL logging new e666703 Remove a bunch of database versioning code
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/create.py | 5 +---- lnt/lnttool/import_data.py | 6 +++--- lnt/lnttool/updatedb.py | 8 ++++++-- lnt/lnttool/viewcomparison.py | 2 +- lnt/server/config.py | 26 ++++++++++---------------- lnt/server/db/v4db.py | 14 +++++++------- lnt/server/ui/app.py | 10 ++++------ lnt/server/ui/decorators.py | 8 +------- lnt/server/ui/views.py | 19 ++++++------------- tests/lnttool/PostgresDB.shtest | 4 ++-- tests/lnttool/UpdateDB.py | 4 ++-- tests/server/db/CreateV4TestSuite.py | 2 +- tests/server/db/CreateV4TestSuiteInstance.py | 2 +- tests/server/db/ImportV4TestSuiteInstance.py | 2 +- tests/server/db/search.py | 2 +- tests/server/ui/change_processing.py | 2 +- 16 files changed, 48 insertions(+), 68 deletions(-)