[PULL] github.com/stephenfin/development

Finucane, Stephen stephen.finucane at intel.com
Fri Oct 16 10:46:30 AEDT 2015


Hey,

First pull request (request-pull style, that is). Hope I've done everything correctly :S This PR includes two fixes and the code enable the check API. It's got positive reviews first time round and I haven't heard any complaints for this revision so we're good to go.

Stephen

---

The following changes since commit 634d97275f152470973996c242c9668bb53dff9f:

  login: Focus the username field on load (2015-09-18 16:49:26 +0100)

are available in the git repository at:

  git at github.com:stephenfin/patchwork.git development

for you to fetch changes up to aaf79bb65a69b849af0fb83fab82ba1754cc6aa0:

  pwclient: Integrate 'checks' endpoint (2015-10-16 00:37:03 +0100)

----------------------------------------------------------------
Stephen Finucane (10):
      models: Resolve issues with Patch.state
      trivial: Cleanup of 'models.py'
      trivial: Cleanup of 'admin.py'
      models: Add 'check' model
      models: Add properties related to checks
      templates/patch-list: Add patch "checks" column
      templates/patch: Add check summary panel
      trivial: Clean up 'views/xmlrpc.py'
      views/xmlrpc: Add 'checks' endpoint
      pwclient: Integrate 'checks' endpoint

Thomas Petazzoni (1):
      Highlight patches with Acked/Reviewed/Tested tags

 htdocs/css/style.css                                        |  44 +++++++++++++++++++
 lib/sql/grant-all.mysql.sql                                 |   5 ++-
 lib/sql/grant-all.postgres.sql                              |  11 +++--
 lib/sql/migration/016-add-check-model.sql                   |   6 +++
 patchwork/admin.py                                          |  50 ++++++++++++++++++---
 patchwork/bin/pwclient                                      |  14 ++++++
 patchwork/migrations/0001_initial.py                        |   2 +-
 patchwork/migrations/0002_fix_patch_state_default_values.py |  19 ++++++++
 patchwork/migrations/0003_add_check_model.py                |  33 ++++++++++++++
 patchwork/models.py                                         | 351 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------
 patchwork/settings/base.py                                  |   1 +
 patchwork/templates/patchwork/patch-list.html               |   5 +++
 patchwork/templates/patchwork/patch.html                    |  25 +++++++++++
 patchwork/templatetags/patch.py                             |  24 +++++++++-
 patchwork/tests/test_checks.py                              | 162 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 patchwork/views/xmlrpc.py                                   | 405 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------
 16 files changed, 888 insertions(+), 269 deletions(-)
 create mode 100644 lib/sql/migration/016-add-check-model.sql
 create mode 100644 patchwork/migrations/0002_fix_patch_state_default_values.py
 create mode 100644 patchwork/migrations/0003_add_check_model.py
 create mode 100644 patchwork/tests/test_checks.py


More information about the Patchwork mailing list