This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 26e0a68 We often lookup regression indicators by regression, index that new fe2d0c4 Use lnt logger new b4bd161 Use less indentation in schema files new 9ec3f0d docs/importing_data: Fix metric name spelling new 6b81f83 Add a yaml schema for the nts suite new 10609ce Rename duplicate() -> __copy__() new 9632826 v4db: Avoid expiring objects on commit() new 7656244 Store a display name and unit for metrics in the test suite schema new e293a6e Add a rest API to query the test suite schema
The 8 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/api.rst | 2 + docs/importing_data.rst | 2 +- docs/my_suite.yaml | 30 ++++---- lnt/server/db/migrations/upgrade_15_to_16.py | 6 +- lnt/server/db/migrations/upgrade_16_to_17.py | 7 +- lnt/server/db/testsuite.py | 81 +++++++++++++++++++--- lnt/server/db/v4db.py | 20 +++--- lnt/server/ui/api.py | 10 +++ .../ui/templates/reporting/daily_report.html | 4 +- lnt/server/ui/templates/reporting/run_report.txt | 7 +- lnt/server/ui/templates/reporting/runs.html | 8 +-- lnt/server/ui/templates/v4_run.html | 6 +- schemas/compile.yaml | 58 +++++++++------- schemas/nts.yaml | 44 ++++++++++++ tests/SharedInputs/create_temp_instance.py | 2 + .../db/Inputs/schema-example-migratable.yaml | 40 +++++------ .../db/Inputs/schema-example-nomigration0.yaml | 30 ++++---- .../db/Inputs/schema-example-nomigration1.yaml | 34 ++++----- .../db/Inputs/schema-example-nomigration2.yaml | 30 ++++---- tests/server/ui/V4Pages.py | 4 +- tests/server/ui/test_api.py | 31 +++++++-- 21 files changed, 303 insertions(+), 153 deletions(-) create mode 100644 schemas/nts.yaml