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 0/6] toaster: hide other projects while in analysis mode
Date: Sat, 17 Oct 2015 10:45:47 -0700	[thread overview]
Message-ID: <cover.1445103849.git.avery.brian@gmail.com> (raw)

The UI currently shows all the navigation elements in both analysis
and build modes, even if they are irrelevant or broken.

As a temporary measure (until we merge the two modes), hide most
of the navigation and UI elements when in analysis mode, so the user
only gets to see the command-line builds project.

-b

The following changes since commit 049d42197c7096e2e8389cc136777770cda0e792:

  toaster: add get_or_create_targets API (2015-10-16 09:57:43 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/submit/elliot/2015-10-16_hide-proj-analysis-mode
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/elliot/2015-10-16_hide-proj-analysis-mode

Elliot Smith (6):
  toaster: Add BUILD_MODE flag to context
  toaster: Show mode-appropriate landing page
  toaster: Hide top bar buttons in analysis mode
  toaster: Hide builds for non-cli projects in analysis mode
  toaster: Run tests in build mode
  toaster: Remove all navigation when not in build mode

 lib/toaster/toastergui/templates/base.html    |  22 ++++--
 lib/toaster/toastergui/templates/landing.html | 103 +++++++++++++++-----------
 lib/toaster/toastergui/tests.py               |   6 ++
 lib/toaster/toastergui/views.py               |  36 +++++++--
 lib/toaster/toastermain/settings.py           |   6 +-
 lib/toaster/toastermain/urls.py               |   2 +-
 6 files changed, 113 insertions(+), 62 deletions(-)

--
1.9.1


             reply	other threads:[~2015-10-17 17:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-17 17:45 brian avery [this message]
2015-10-17 17:45 ` [PATCH 1/6] toaster: Add BUILD_MODE flag to context brian avery
2015-10-17 17:45 ` [PATCH 2/6] toaster: Show mode-appropriate landing page brian avery
2015-10-17 17:45 ` [PATCH 3/6] toaster: Hide top bar buttons in analysis mode brian avery
2015-10-17 17:45 ` [PATCH 4/6] toaster: Hide builds for non-cli projects " brian avery
2015-10-17 17:45 ` [PATCH 5/6] toaster: Run tests in build mode brian avery
2015-10-17 17:45 ` [PATCH 6/6] toaster: Remove all navigation when not " 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.1445103849.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.