This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 91256d7 [profile] Do not use string.startsWith new 09886e6 Server side blacklist for changes
The 1 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/config.py | 23 ++++-- lnt/server/db/fieldchange.py | 28 +++---- .../db/rules/rule_blacklist_benchmarks_by_name.py | 49 ++++++++++++ lnt/server/db/rules_manager.py | 16 +++- .../db/Inputs/lnt_v0.4.0_basic_instance/blacklist | 2 + .../db/Inputs/lnt_v0.4.0_basic_instance/lnt.cfg | 2 + tests/server/db/blacklist | 2 + tests/server/db/blacklist.py | 87 ++++++++++++++++++++++ 8 files changed, 186 insertions(+), 23 deletions(-) create mode 100644 lnt/server/db/rules/rule_blacklist_benchmarks_by_name.py create mode 100644 tests/server/db/Inputs/lnt_v0.4.0_basic_instance/blacklist create mode 100644 tests/server/db/blacklist create mode 100644 tests/server/db/blacklist.py