All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add delete layer and fix layer rev saving
@ 2016-07-04 20:56 Michael Wood
  2016-07-04 20:56 ` [PATCH 1/4] toaster: layerdetails api Fix saving of git revision of a layer Michael Wood
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Michael Wood @ 2016-07-04 20:56 UTC (permalink / raw)
  To: toaster


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

-- 
2.7.4



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

end of thread, other threads:[~2016-07-07  9:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-04 20:56 [PATCH 0/4] Add delete layer and fix layer rev saving Michael Wood
2016-07-04 20:56 ` [PATCH 1/4] toaster: layerdetails api Fix saving of git revision of a layer Michael Wood
2016-07-04 20:56 ` [PATCH 2/4] toaster: api Add util function for returning the error response Michael Wood
2016-07-04 20:56 ` [PATCH 3/4] toaster: add Layer delete front end feature to layerdetails Michael Wood
2016-07-04 20:56 ` [PATCH 4/4] toaster: tests Add selenium test for layerdetails page Michael Wood
2016-07-06 13:22 ` [PATCH 0/4] Add delete layer and fix layer rev saving Barros Pena, Belen
2016-07-06 13:28   ` Barros Pena, Belen
2016-07-06 13:33     ` Michael Wood
2016-07-06 14:02       ` Smith, Elliot
2016-07-06 14:40         ` Michael Wood
2016-07-07  9:19           ` Barros Pena, Belen

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.