summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorMete Polat <metepolat2000@gmail.com>2019-07-15 16:50:28 +0200
committerStephen Finucane <stephen@that.guru>2019-07-19 19:16:10 +0100
commitb2d22fc59ba01a4d21fbc0e038739252aa7dfc3b (patch)
treee2a92dd461782df92c85362129c51503321b0d0a /releasenotes
parentdfc41e9c2e915be31e02c5fbb3eefa5817860774 (diff)
downloadpatchwork-b2d22fc59ba01a4d21fbc0e038739252aa7dfc3b.tar
patchwork-b2d22fc59ba01a4d21fbc0e038739252aa7dfc3b.tar.gz
Add 'dumparchive' management command
Introduces a new management command which can export all patches in a project as one mbox file. Export of multiple projects is supported. Additionally allows to compress the output. Signed-off-by: Mete Polat <metepolat2000@gmail.com> Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/mbox-export-project-cmd-090cb74c68608aa8.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/mbox-export-project-cmd-090cb74c68608aa8.yaml b/releasenotes/notes/mbox-export-project-cmd-090cb74c68608aa8.yaml
new file mode 100644
index 0000000..3f3bfa2
--- /dev/null
+++ b/releasenotes/notes/mbox-export-project-cmd-090cb74c68608aa8.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Exporting patchwork projects as mbox files and optionally compressing them
+ is now possible with the ``./manage exportproject`` management command.