[Patchew-devel] [PATCH 0/4] Render import/test status through Result objects

Paolo Bonzini posted 4 patches 5 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/patchew-ci tags/patchew/20180423081415.15099-1-pbonzini@redhat.com
There is a newer version of this series
api/models.py                     | 11 ++++--
mods/git.py                       | 62 +++++++++++++++++--------------
mods/testing.py                   | 34 +++++++----------
static/css/base.css               |  4 +-
www/templates/project-detail.html | 14 +++++--
www/templates/series-detail.html  | 14 +++----
www/views.py                      | 19 +++++++++-
7 files changed, 93 insertions(+), 65 deletions(-)
[Patchew-devel] [PATCH 0/4] Render import/test status through Result objects
Posted by Paolo Bonzini 5 years, 11 months ago
This is the next step towards having Result as a first-class model.  Each
result object is built through the same callback used by the REST API,
and plugins use the result object to prepare the HTML rendering.  Finally,
the template adds the icon to the plugin's HTML.

Paolo Bonzini (4):
  add result renderer infrastructure
  git: add rendering of Results
  testing: add rendering of Results
  www: remove extra_status from series detail view, simplify in project
    detail

 api/models.py                     | 11 ++++--
 mods/git.py                       | 62 +++++++++++++++++--------------
 mods/testing.py                   | 34 +++++++----------
 static/css/base.css               |  4 +-
 www/templates/project-detail.html | 14 +++++--
 www/templates/series-detail.html  | 14 +++----
 www/views.py                      | 19 +++++++++-
 7 files changed, 93 insertions(+), 65 deletions(-)

-- 
2.17.0

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