From: bavery <brian.avery@intel.com>
To: bitbake-devel@lists.openembedded.org
Cc: bavery <brian.avery@intel.com>
Subject: [PATCH 0/6] toaster: Delete project fixes and clean ups
Date: Wed, 5 Oct 2016 17:08:52 -0700 [thread overview]
Message-ID: <cover.1475712223.git.brian.avery@intel.com> (raw)
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
next reply other threads:[~2016-10-06 0:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-06 0:08 bavery [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1475712223.git.brian.avery@intel.com \
--to=brian.avery@intel.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.