[patchew-devel] [PATCH v2 0/2] Add subproject support

Fam Zheng posted 2 patches 6 years, 1 month ago
Failed in applying to current master (apply log)
There is a newer version of this series
api/migrations/0022_project_parent_project.py |  21 ++++++++++++++
api/models.py                                 |  17 +++++++++--
api/rest.py                                   |   2 +-
api/search.py                                 |   2 +-
mods/git.py                                   |  39 ++++++++++++++++++--------
tests/data/0019-libvirt-python.mbox.gz        | Bin 0 -> 1816 bytes
tests/data/0020-libvirt.mbox.gz               | Bin 0 -> 4034 bytes
tests/test_import.py                          |  26 +++++++++++++++++
www/templates/project-detail.html             |   9 ++++++
www/views.py                                  |   4 +--
10 files changed, 102 insertions(+), 18 deletions(-)
create mode 100644 api/migrations/0022_project_parent_project.py
create mode 100644 tests/data/0019-libvirt-python.mbox.gz
create mode 100644 tests/data/0020-libvirt.mbox.gz
[patchew-devel] [PATCH v2 0/2] Add subproject support
Posted by Fam Zheng 6 years, 1 month ago
[Paolo: I think it might be more interesting to use the mailing list for
reviewing future Patchew patches, for the sake of dogfooding and for Patchew's
essential mission, also due to the inconvenience with the github web interface.
So I created https://patchew.org/Patchew]

v2: Add "parent_project" link in REST API.
    "Patches applied succeeded".
    Add colorbox link to git log.

Fam Zheng (2):
  git: Improve info if git URL/repo/tag field missing
  subproject support

 api/migrations/0022_project_parent_project.py |  21 ++++++++++++++
 api/models.py                                 |  17 +++++++++--
 api/rest.py                                   |   2 +-
 api/search.py                                 |   2 +-
 mods/git.py                                   |  39 ++++++++++++++++++--------
 tests/data/0019-libvirt-python.mbox.gz        | Bin 0 -> 1816 bytes
 tests/data/0020-libvirt.mbox.gz               | Bin 0 -> 4034 bytes
 tests/test_import.py                          |  26 +++++++++++++++++
 www/templates/project-detail.html             |   9 ++++++
 www/views.py                                  |   4 +--
 10 files changed, 102 insertions(+), 18 deletions(-)
 create mode 100644 api/migrations/0022_project_parent_project.py
 create mode 100644 tests/data/0019-libvirt-python.mbox.gz
 create mode 100644 tests/data/0020-libvirt.mbox.gz

-- 
2.14.3