This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 56c0b9c api: Fix error handling in runs POST new b5bdfb3 Init logger for `lnt import` new 19c2767 v4db: Remove unused members new 59d6223 Share add_column() function between db and db.migrations; NFC
The 3 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/import_data.py | 4 +++ lnt/server/db/migrations/upgrade_3_to_4.py | 7 +++--- lnt/server/db/migrations/upgrade_4_to_5.py | 12 ++++----- lnt/server/db/migrations/upgrade_5_to_6.py | 9 +++---- lnt/server/db/migrations/upgrade_6_to_7.py | 12 ++++----- lnt/server/db/migrations/upgrade_8_to_9.py | 11 ++++---- lnt/server/db/migrations/upgrade_9_to_10.py | 9 +++---- lnt/server/db/migrations/util.py | 30 ---------------------- lnt/server/db/testsuite.py | 8 +++--- lnt/server/db/util.py | 39 ++++++++++++++++++++--------- lnt/server/db/v4db.py | 9 ------- 11 files changed, 62 insertions(+), 88 deletions(-)