All of lore.kernel.org
 help / color / mirror / Atom feed
* [error-report-web][PATCH 0/1] purge.py: Create script that will purge database
@ 2018-01-24 21:44 Amanda Brindle
  2018-01-24 21:44 ` [error-report-web][PATCH 1/1] " Amanda Brindle
  0 siblings, 1 reply; 2+ messages in thread
From: Amanda Brindle @ 2018-01-24 21:44 UTC (permalink / raw)
  To: yocto; +Cc: paul.eggleton, Amanda Brindle

The following changes since commit 9c9e34d0fdcc543945951e374e75b8678e71c35d:

  latest-errors: Use the key value instead of display value for filter (2016-06-23 12:24:17 +0100)

are available in the git repository at:

  git://push.yoctoproject.org/error-report-web abrindle/purge_script

Amanda Brindle (1):
  purge.py: Create script that will purge database

 Post/migrations/0006_buildfailure_referer.py | 19 ++++++++++++++++++
 Post/models.py                               | 10 ++++++++++
 Post/purge.py                                | 29 ++++++++++++++++++++++++++++
 Post/views.py                                | 16 +++++++++++++--
 4 files changed, 72 insertions(+), 2 deletions(-)
 create mode 100644 Post/migrations/0006_buildfailure_referer.py
 create mode 100644 Post/purge.py

-- 
2.7.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-24 21:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-24 21:44 [error-report-web][PATCH 0/1] purge.py: Create script that will purge database Amanda Brindle
2018-01-24 21:44 ` [error-report-web][PATCH 1/1] " Amanda Brindle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.