]> git.ipfire.org Git - thirdparty/patchwork.git/commit
parser: Add series parsing
authorStephen Finucane <stephen@that.guru>
Sat, 29 Oct 2016 13:13:35 +0000 (14:13 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 31 Oct 2016 16:06:28 +0000 (16:06 +0000)
commit0cd464569b267e3459da7a143cf38c6024c512b4
tree9b12791c86cc3446258c9a9c7e7dde198781452f
parentd67d859f40f49b3c10efe5fdbff54797bdd7ccec
parser: Add series parsing

It is now possible to parse and store series, so do just that.
The parsing at the moment is based on both RFC822 headers and
subject lines.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Reviewed-by: Andy Doan <andy.doan@linaro.org>
Reviewed-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Tested-by: Russell Currey <ruscur@russell.cc>
patchwork/parser.py
patchwork/tests/test_parser.py
patchwork/tests/utils.py