[Patchew-devel] [PATCH v2 0/4] www: provide a quick way to download patches as mbox file

Paolo Bonzini pbonzini at redhat.com
Fri Sep 28 14:58:41 UTC 2018


Another "more final" version of the patches previously posted
as RFC.

Paolo Bonzini (4):
  views: make download link only retrieve patches
  models: convert tags from property to field
  mbox: extract decode_payload and simplify get_body
  views: include tags in download link

 api/migrations/0035_message_tags.py          | 22 +++++++
 api/migrations/0036_populate_message_tags.py | 43 +++++++++++++
 api/models.py                                | 18 ++++--
 api/rest.py                                  |  5 +-
 api/views.py                                 | 13 +++-
 mbox.py                                      | 24 ++++----
 mods/git.py                                  |  5 +-
 mods/tags.py                                 | 13 ++--
 patchew-cli                                  |  5 +-
 www/templates/series-detail.html             |  6 +-
 www/urls.py                                  |  2 +-
 www/views.py                                 | 65 ++++++++++++++++++--
 12 files changed, 178 insertions(+), 43 deletions(-)
 create mode 100644 api/migrations/0035_message_tags.py
 create mode 100644 api/migrations/0036_populate_message_tags.py

-- 
2.17.1




More information about the Patchew-devel mailing list