This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 525ad94 Update dependent package versions new 833d475 Ignore venvs in LNT new 56e9595 In some old versions of pip there is no session flag new 3b1c0c6 PEP8 fixups new ba9409f Remove old style exception new af5c482 Some whitespace fixups before big refactor new 427b5b6 More whitespace fixups new 3199ffd Rename some stuff new a14e4ab New style exception new 0a645ba Don’t shadow outer name new 21bb00b Remove old style exception new ae65a0b Typos and whitespace new 84dd6cf Use constants for HTTP codes new ad6bbeb Add global, user selectable, baselines to LNT
The 13 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: .gitignore | 1 + lnt/lnttool/main.py | 2 +- lnt/server/config.py | 57 +++++---- .../{upgrade_8_to_9.py => upgrade_10_to_11.py} | 65 +++++----- lnt/server/db/testsuitedb.py | 33 +++-- lnt/server/instance.py | 2 +- lnt/server/ui/templates/layout.html | 22 ++++ lnt/server/ui/templates/utils.html | 26 ++++ lnt/server/ui/templates/v4_matrix.html | 16 ++- lnt/server/ui/templates/v4_order.html | 76 ++++++++++-- lnt/server/ui/util.py | 137 +++++++++++++-------- lnt/server/ui/views.py | 130 ++++++++++++++++--- lnt/tests/builtintest.py | 2 +- lnt/tests/nt.py | 2 +- setup.py | 7 +- tests/server/db/CreateV4TestSuite.py | 2 +- tests/server/db/CreateV4TestSuiteInstance.py | 2 +- tests/server/db/ImportV4TestSuiteInstance.py | 2 +- tests/server/ui/V4Pages.py | 53 +++++++- tests/server/ui/change_processing.py | 2 +- tests/server/ui/statsTester.py | 34 +++-- tests/server/ui/test_matrix_page.py | 25 ++-- 22 files changed, 511 insertions(+), 187 deletions(-) copy lnt/server/db/migrations/{upgrade_8_to_9.py => upgrade_10_to_11.py} (54%)