This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from d4a8d73 runs: Refactor generate_run_report; NFC new 1c4f184 Don't mix int and str on the x axis new 807068b Where possible, use plural names in API endpoints new b3f3ebc Some initial docs for the REST API new b74dc4b New REST API format new 649a823 We just never update the version number of LNT - that is silly
The 5 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: CHANGELOG.txt | 6 ++ docs/api.rst | 40 +++++++++ docs/contents.rst | 2 + lnt/__init__.py | 2 +- lnt/server/ui/api.py | 193 ++++++++++++++++++++------------------------ lnt/server/ui/app.py | 32 ++++++++ lnt/server/ui/views.py | 5 +- tests/server/ui/test_api.py | 138 ++++++++++++++++++++++++------- 8 files changed, 282 insertions(+), 136 deletions(-) create mode 100644 docs/api.rst