All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] toaster: Delete project fixes and clean ups
@ 2016-10-06  0:08 bavery
  2016-10-06  0:08 ` [PATCH 1/6] toaster: api / project Cancel any in progress builds before project delete bavery
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bavery @ 2016-10-06  0:08 UTC (permalink / raw)
  To: bitbake-devel; +Cc: bavery

This addresses several toaster bugs:

9936 - import layer dependencies button toggle
9097 - startup message cleanup
10289 - stop in progress build before deleting project

Also has some buildinfohelper cleanup as well as some test fixes for the ui changes.

-bavery

The following changes since commit 4189a1977e65f71ddb8fc0498bcef91754c673d8:

  bitbake: toaster: add Font Awesome license (2016-10-05 10:28:53 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/submit/michaelw/toaster/pending_for_upstream_5_10_16
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/michaelw/toaster/pending_for_upstream_5_10_16

Michael Wood (6):
  toaster: api / project Cancel any in progress builds before project
    delete
  toaster: buildinfohelper: Use correct way to get message from
    LogMessage
  toaster: checksettings Remove confusing startup messages
  toaster: importlayer Fix layer dependencies button state toggle
  toaster: Delete notification update front end implementation to design
  toaster: Update tests to reflect front end changes

 lib/bb/ui/buildinfohelper.py                       |  9 ++--
 .../management/commands/checksettings.py           |  2 -
 .../tests/browser/test_layerdetails_page.py        |  4 ++
 lib/toaster/tests/browser/test_project_page.py     |  2 +-
 lib/toaster/toastergui/api.py                      | 57 +++++++++++++---------
 lib/toaster/toastergui/static/js/importlayer.js    | 30 ++----------
 lib/toaster/toastergui/static/js/layerdetails.js   |  2 +
 lib/toaster/toastergui/static/js/libtoaster.js     |  2 +-
 lib/toaster/toastergui/templates/base.html         |  2 +-
 .../toastergui/templates/basebuildpage.html        |  6 ++-
 lib/toaster/toastergui/templates/project.html      | 12 +++--
 lib/toaster/toastergui/tests.py                    |  8 ++-
 12 files changed, 71 insertions(+), 65 deletions(-)

--
1.9.1


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-06  0:08 [PATCH 0/6] toaster: Delete project fixes and clean ups bavery
2016-10-06  0:08 ` [PATCH 1/6] toaster: api / project Cancel any in progress builds before project delete bavery
2016-10-06  0:08 ` [PATCH 2/6] toaster: buildinfohelper: Use correct way to get message from LogMessage bavery
2016-10-06  0:08 ` [PATCH 3/6] toaster: checksettings Remove confusing startup messages bavery
2016-10-06  0:08 ` [PATCH 4/6] toaster: importlayer Fix layer dependencies button state toggle bavery
2016-10-06  0:08 ` [PATCH 5/6] toaster: Delete notification update front end implementation to design bavery
2016-10-06  0:08 ` [PATCH 6/6] toaster: Update tests to reflect front end changes bavery

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.