All of lore.kernel.org
 help / color / mirror / Atom feed
From: brian avery <avery.brian@gmail.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 00/10] toaster:Implement UI changesfor command line builds project
Date: Wed, 14 Oct 2015 13:29:10 -0700	[thread overview]
Message-ID: <cover.1444854417.git.avery.brian@gmail.com> (raw)

This implements changes across the UI to hide irrelevant options
for command-line builds, and show additional help icons explaining
why those options are hidden.

It also modifies the behaviour of the "New build" button to take
account of the special status of the command-line builds project.

For UI details, see the document attached to bug 8231
at https://bugzilla.yoctoproject.org/attachment.cgi?id=2760.

-bavery

The following changes since commit 4d49aae0ca64d3d42295484ba1d80b6442c1ade6:

  toaster: Test that exception isn't thrown by project page (2015-10-14 14:45:29 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/submit/elliot/2015-10-14_cli-builds-ui-8231
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/elliot/2015-10-14_cli-builds-ui-8231

Elliot Smith (10):
  toaster: Reorganise and lint tests
  toaster: Replace "Run again" button with help text for cli builds
  toaster: Show 'not applicable' for default project machine and release
  toaster: Make the builds view the project page for "command line
    builds"
  toaster: Hide tabs and add info popups for command line builds
  toaster: Show tooltip next to cli builds project name in all builds
  toaster: More linting of tests
  toaster: Clean up template code
  toaster: Exclude "command line builds" project from projects typeahead
  toaster: Modify "New build" button behaviour for cli builds project

 lib/toaster/toastergui/static/css/default.css      |   5 +
 lib/toaster/toastergui/static/js/base.js           |  18 +-
 lib/toaster/toastergui/templates/base.html         |  98 ++++---
 lib/toaster/toastergui/templates/builds.html       |  19 +-
 lib/toaster/toastergui/templates/mrb_section.html  |  66 +++--
 lib/toaster/toastergui/templates/projects.html     |  23 +-
 .../toastergui/templates/projecttopbar.html        |  80 ++---
 .../toastergui/templatetags/project_url_tag.py     |  34 +++
 lib/toaster/toastergui/tests.py                    | 322 ++++++++++++++++++---
 lib/toaster/toastergui/typeaheads.py               |   4 +-
 lib/toaster/toastergui/views.py                    |   9 +-
 11 files changed, 494 insertions(+), 184 deletions(-)
 create mode 100644 bitbake/lib/toaster/toastergui/templatetags/project_url_tag.py

--
1.9.1


             reply	other threads:[~2015-10-14 20:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-14 20:29 brian avery [this message]
2015-10-14 20:29 ` [PATCH 01/10] toaster: Reorganise and lint tests brian avery
2015-10-16 13:17   ` Richard Purdie
2015-10-14 20:29 ` [PATCH 02/10] toaster: Replace "Run again" button with help text for cli builds brian avery
2015-10-14 20:29 ` [PATCH 03/10] toaster: Show 'not applicable' for default project machine and release brian avery
2015-10-14 20:29 ` [PATCH 04/10] toaster: Make the builds view the project page for "command line builds" brian avery
2015-10-14 20:29 ` [PATCH 05/10] toaster: Hide tabs and add info popups for command line builds brian avery
2015-10-14 20:29 ` [PATCH 06/10] toaster: Show tooltip next to cli builds project name in all builds brian avery
2015-10-14 20:29 ` [PATCH 07/10] toaster: More linting of tests brian avery
2015-10-14 20:29 ` [PATCH 08/10] toaster: Clean up template code brian avery
2015-10-14 20:29 ` [PATCH 09/10] toaster: Exclude "command line builds" project from projects typeahead brian avery
2015-10-14 20:29 ` [PATCH 10/10] toaster: Modify "New build" button behaviour for cli builds project brian avery

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.1444854417.git.avery.brian@gmail.com \
    --to=avery.brian@gmail.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.