[PATCH 0/6] Add support for download mbox with dependencies

Stephen Finucane stephen at that.guru
Tue Jan 31 09:59:38 AEDT 2017


We now support series, but we don't support any way of making use of
these from within the UI. Correct this oversight by integrating a
"download with dependencies" button on all patch pages.

Stephen Finucane (6):
  views: Use consistent 'list'/'detail' names
  views: Make 'patch_to_mbox' return a string
  views: Add 'bundle_to_mbox' views
  views: Add 'series' parameter to '/mbox' endpoint
  templates: Use buttons for patch download links
  templates: Add "download with dependencies" links

 patchwork/templates/patchwork/submission.html |  28 +++++--
 patchwork/tests/test_bundles.py               |  20 +++++
 patchwork/urls.py                             |  28 +++----
 patchwork/views/__init__.py                   |  61 +++++++++++++++
 patchwork/views/bundle.py                     | 103 ++++++--------------------
 patchwork/views/cover.py                      |   2 +-
 patchwork/views/help.py                       |   2 +-
 patchwork/views/patch.py                      |  52 +++++++------
 patchwork/views/project.py                    |   4 +-
 patchwork/views/xmlrpc.py                     |   2 +-
 10 files changed, 173 insertions(+), 129 deletions(-)

-- 
2.9.3



More information about the Patchwork mailing list