[PATCH 00/10] patchwork enhancement for monitoring
WEN Pingbo
wengpingbo at gmail.com
Tue Aug 23 19:03:34 AEST 2016
Hi, all
This patch series is part of my lkml monitor project. You can find
the latest branch from my Github:
https://github.com/wengpingbo/patchwork/tree/lkml-monitor
The most notable features I have added are patch version/series
tracking, which can show related patch series and other version of
this patch, and patch path filter, which can filter patch with
related file path.
Those patches have been tested by 37000 lkml patches.
WEN Pingbo (10):
stick django version to 1.8
bin: add parsearchive wrapper
bin/parse: append parameters to parse script
bin/parsemail: fix wrong parsing of diff comments
add patch series function
add patch version function
filters: rename SearchFilter to SubjectFilter
filters: add Patch path filter
views: fixed filter error in about-project view
bundles: show public bundles by default
htdocs/css/style.css | 4 +-
patchwork/bin/parsearchive.sh | 29 ++++++++++++
patchwork/bin/parsemail.py | 64 ++++++++++++++++++++++-----
patchwork/bin/parsemail.sh | 2 +-
patchwork/filters.py | 55 ++++++++++++++++++++---
patchwork/models.py | 2 +
patchwork/templates/patchwork/bundles.html | 46 ++++++++++++++++---
patchwork/templates/patchwork/submission.html | 25 +++++++++++
patchwork/views/bundle.py | 32 +++++++++++---
patchwork/views/patch.py | 62 ++++++++++++++++++++++++++
patchwork/views/project.py | 6 +--
requirements-dev.txt | 2 +-
requirements-prod.txt | 2 +-
13 files changed, 292 insertions(+), 39 deletions(-)
create mode 100755 patchwork/bin/parsearchive.sh
--
1.9.1
More information about the Patchwork
mailing list