[PATCH v2 0/3] Cover letter support

Stephen Finucane stephen.finucane at intel.com
Mon Mar 14 09:55:41 AEDT 2016


Version two splits the changes to parsemail into a different series to
allow focus on the model changes. The parsemail changes will be
submitted in a follow-up series.

This is the second of four series intended to add functional series
support to Patchwork. Part one can be found here:

    https://lists.ozlabs.org/pipermail/patchwork/2016-March/002417.html

This series adds support for cover letters and replies to those cover
letters. Once applied, this allows cover letters to be stored in the
database. The parsing of cover letters, the displaying of these in
UI and full on series support will come in parts two and three next
week.

Cheers,
Stephen

Stephen Finucane (3):
  utils: Rework how notifications are selected
  models: Split Patch into two models
  models: Add Cover Letter support

 patchwork/admin.py                                 |  21 +++-
 patchwork/bin/parsemail.py                         |   8 +-
 patchwork/forms.py                                 |   2 +-
 patchwork/migrations/0009_add_submission_model.py  |  80 ++++++++++++++
 .../0010_migrate_data_from_submission_to_patch.py  |  51 +++++++++
 patchwork/migrations/0011_remove_temp_fields.py    | 121 +++++++++++++++++++++
 patchwork/migrations/0012_add_coverletter_model.py |  24 ++++
 patchwork/models.py                                |  56 +++++++---
 patchwork/paginator.py                             |  10 +-
 patchwork/settings/base.py                         |   2 +-
 patchwork/tests/test_mboxviews.py                  |   4 +-
 patchwork/tests/test_patchparser.py                |   3 +-
 patchwork/tests/test_tags.py                       |   3 +-
 patchwork/tests/test_user.py                       |  12 +-
 patchwork/utils.py                                 |  24 ++--
 patchwork/views/__init__.py                        |   2 +-
 16 files changed, 373 insertions(+), 50 deletions(-)
 create mode 100644 patchwork/migrations/0009_add_submission_model.py
 create mode 100644 patchwork/migrations/0010_migrate_data_from_submission_to_patch.py
 create mode 100644 patchwork/migrations/0011_remove_temp_fields.py
 create mode 100644 patchwork/migrations/0012_add_coverletter_model.py

-- 
2.0.0



More information about the Patchwork mailing list