[patchew-devel] [PATCH 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/search.py                                 |   2 +-
mods/git.py                                   |  38 ++++++++++++++++++--------
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 +--
9 files changed, 100 insertions(+), 17 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 0/2] Add subproject support
Posted by Fam Zheng 6 years, 1 month ago
v1 posted for record. v2 on the way.

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/search.py                                 |   2 +-
 mods/git.py                                   |  38 ++++++++++++++++++--------
 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 +--
 9 files changed, 100 insertions(+), 17 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