[Patchew-devel] [RFC PATCH 0/6] Search improvements and ack/nack for logged in users

Paolo Bonzini pbonzini at redhat.com
Thu Aug 23 20:00:49 UTC 2018


Just an RFC that makes things a bit more interesting for logged-in users.
The initial refactoring is not very well tested and not very well covered
by tests too, so...

Paolo Bonzini (6):
  search: split _process_term into separate functions
  search: push handling of +/- to top parsing function, simplify !
  search: add search by result
  search: pass user to search
  www: add back extra_status to series detail
  add Review model

 api/migrations/0034_auto_20180822_1106.py |  32 +++
 api/models.py                             |   7 +
 api/rest.py                               |   2 +-
 api/search.py                             | 232 ++++++++++++++--------
 api/views.py                              |   4 +-
 mods/maintainer.py                        |  72 ++++++-
 mods/testing.py                           |   2 +-
 static/css/base.css                       |   4 +-
 www/templates/series-detail.html          |  10 +-
 www/views.py                              |   3 +-
 10 files changed, 269 insertions(+), 99 deletions(-)
 create mode 100644 api/migrations/0034_auto_20180822_1106.py

-- 
2.17.1




More information about the Patchew-devel mailing list