This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from da8ecba check pgo releated cmake flags in PGO test case new 834b0fc Move the shortname generator to be common and add a jinja fil [...] new a2ad613 [NFC] Fixup some style violations new 0bf38bc Make shortname guesses work better in LNT compile new 8956840 LNT Matrix view
The 4 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/server/db/regression.py | 7 +- lnt/server/ui/filters.py | 14 ++- lnt/server/ui/templates/v4_matrix.html | 81 ++++++++++++ lnt/server/ui/templates/v4_run.html | 15 ++- lnt/server/ui/util.py | 27 +++- lnt/server/ui/views.py | 220 ++++++++++++++++++++++++++++++++- tests/server/ui/test_matrix_page.py | 79 ++++++++++++ 7 files changed, 431 insertions(+), 12 deletions(-) create mode 100644 lnt/server/ui/templates/v4_matrix.html create mode 100644 tests/server/ui/test_matrix_page.py