This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 10b88b2 Better failure mode when we can't detect clang version new 31ba0f3 Remove unused import new 945968c More aggressive change lumping new 9146e69 Example how to convert run JSON to a CSV new b00c472 Make change grouping control regression lists
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: examples/run_to_csv.py | 19 +++++ lnt/server/db/fieldchange.py | 83 +++++++++++++++------- lnt/server/db/regression.py | 4 +- .../db/rules/rule_update_fixed_regressions.py | 2 +- tests/server/ui/change_processing.py | 34 ++++----- 5 files changed, 92 insertions(+), 50 deletions(-) create mode 100644 examples/run_to_csv.py