This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 3658f4e v4db: Increase sqlite timeout waiting for a locked database new a8616b6 Refactor to only have 1 list of sample types; remove Integer new 1541f8d Refactor and fix schema loading/migration from yaml file new 0754dd1 Use yaml schema mechanism to describe compile suite
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: docs/importing_data.rst | 2 - docs/schema-example.yaml | 4 +- lnt/server/db/migrations/upgrade_13_to_14.py | 74 ++++++ lnt/server/db/testsuite.py | 289 ++++++++++++--------- lnt/server/db/testsuitedb.py | 7 +- lnt/server/db/v4db.py | 26 +- schemas/README.md | 2 + schemas/compile.yaml | 30 +++ tests/SharedInputs/create_temp_instance.py | 4 + tests/server/db/CreateV4TestSuite.py | 4 +- .../db/Inputs/schema-example-migratable.yaml | 4 +- .../db/Inputs/schema-example-nomigration0.yaml | 2 +- .../db/Inputs/schema-example-nomigration1.yaml | 4 +- .../db/Inputs/schema-example-nomigration2.yaml | 4 +- 14 files changed, 306 insertions(+), 150 deletions(-) create mode 100644 lnt/server/db/migrations/upgrade_13_to_14.py create mode 100644 schemas/README.md create mode 100644 schemas/compile.yaml