All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] add link to delete imported layer
@ 2016-07-06 17:22 Elliot Smith
  2016-07-06 17:22 ` [PATCH 1/4] toaster: layerdetails api Fix saving of git revision of a layer Elliot Smith
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Elliot Smith @ 2016-07-06 17:22 UTC (permalink / raw)
  To: bitbake-devel

On the layer details page, add a link which enables an imported layer to be
deleted.

The following changes since commit 7fad9160ca998496af82747fc7fe69d0f5886e94:

  buildinfohelper: ensure task datetimes are timezone-aware (2016-07-06 10:51:46 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib elliot/submit/michaelw/toaster/layerdetails-save-rev-del
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=elliot/submit/michaelw/toaster/layerdetails-save-rev-del

Michael Wood (4):
  toaster: layerdetails api Fix saving of git revision of a layer
  toaster: api Add util function for returning the error response
  toaster: add Layer delete front end feature to layerdetails
  toaster: tests Add selenium test for layerdetails page

 .../tests/browser/test_layerdetails_page.py        | 190 +++++++++++++++++++++
 lib/toaster/toastergui/api.py                      | 121 +++++++++++--
 lib/toaster/toastergui/static/js/layerdetails.js   |  20 +++
 lib/toaster/toastergui/static/js/projectpage.js    |  18 ++
 lib/toaster/toastergui/templates/layerdetails.html |  20 ++-
 lib/toaster/toastergui/urls.py                     |   5 +-
 lib/toaster/toastergui/views.py                    |  43 -----
 7 files changed, 362 insertions(+), 55 deletions(-)
 create mode 100644 bitbake/lib/toaster/tests/browser/test_layerdetails_page.py

--
2.7.4



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

end of thread, other threads:[~2016-07-06 17:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-06 17:22 [PATCH 0/4] add link to delete imported layer Elliot Smith
2016-07-06 17:22 ` [PATCH 1/4] toaster: layerdetails api Fix saving of git revision of a layer Elliot Smith
2016-07-06 17:22 ` [PATCH 2/4] toaster: api Add util function for returning the error response Elliot Smith
2016-07-06 17:22 ` [PATCH 3/4] toaster: add Layer delete front end feature to layerdetails Elliot Smith
2016-07-06 17:22 ` [PATCH 4/4] toaster: tests Add selenium test for layerdetails page Elliot Smith

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.