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

Paolo Bonzini posted 4 patches 5 years, 6 months ago
Failed in applying to current master (apply log)
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
[Patchew-devel] [PATCH v2 0/4] www: provide a quick way to download patches as mbox file
Posted by Paolo Bonzini 5 years, 6 months ago
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

_______________________________________________
Patchew-devel mailing list
Patchew-devel@redhat.com
https://www.redhat.com/mailman/listinfo/patchew-devel