This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 1d37c30 Allow submissions without start_time/end_time field. new 17cb71b Add back some missing sessions new 1b8458d Cleanup __health endpoint new 1d8ec45 Don't run regression analysis in the background
The 3 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/fieldchange.py | 33 ++--- .../db/rules/rule_blacklist_benchmarks_by_name.py | 53 -------- lnt/server/ui/views.py | 17 +-- lnt/util/ImportData.py | 13 +- lnt/util/async_ops.py | 148 --------------------- tests/server/db/blacklist | 2 - tests/server/db/blacklist.py | 116 ---------------- 7 files changed, 30 insertions(+), 352 deletions(-) delete mode 100644 lnt/server/db/rules/rule_blacklist_benchmarks_by_name.py delete mode 100644 lnt/util/async_ops.py delete mode 100644 tests/server/db/blacklist delete mode 100644 tests/server/db/blacklist.py