All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Reyna <david.reyna@windriver.com>
To: <bitbake-devel@lists.openembedded.org>
Subject: [PATCH 0/5] toaster: cummulative 26062017 patch
Date: Tue, 27 Jun 2017 13:44:22 -0700	[thread overview]
Message-ID: <cover.1498595646.git.David.Reyna@windriver.com> (raw)

From: David Reyna <David.Reyna@windriver.com>

*** NOTE for MERGE: New Files: ***
 create mode 100644 bitbake/lib/toaster/orm/migrations/0016_clone_progress.py
 create mode 100644 bitbake/lib/toaster/orm/migrations/0017_distro_clone.py
 create mode 100644 bitbake/lib/toaster/toastergui/templates/distro_btn.html

I have been advised that: "If the patch creates any NEW files, the integration 
scripts that pull it into bitbake will fail. So, if new files are created as 
part of this patch set, you need to explicitly point that out in the body of 
the email for the patch set"

- David

=================

The following changes since commit b8358bc61435ec996ecd6931fb6d6d41bb4f710b:

  bitbake: bitbake-selftest: add bb.tests.event to bitbake-selftest (2017-06-23 14:14:17 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib dreyna/submit/dreyna/toaster/cummulative_062017_patch
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dreyna/submit/dreyna/toaster/cummulative_062017_patch

David Reyna (5):
  toaster: address Django-1.10 API deprecations
  toaster: git clone progress bar
  toaster: Add distro selection support
  toaster: large package set breaks sqlite query
  toaster: test 'commit' first in get_vcs_reference

 bin/toaster                                        | 10 ++-
 lib/toaster/bldcollector/urls.py                   | 10 ++-
 lib/toaster/bldcontrol/localhostbecontroller.py    | 12 +++
 .../management/commands/checksettings.py           |  6 +-
 .../bldcontrol/management/commands/runbuilds.py    |  6 +-
 lib/toaster/orm/management/commands/lsupdates.py   | 27 ++++++-
 lib/toaster/orm/migrations/0016_clone_progress.py  | 24 ++++++
 lib/toaster/orm/migrations/0017_distro_clone.py    | 25 ++++++
 lib/toaster/orm/models.py                          | 50 +++++++++++-
 lib/toaster/toastergui/api.py                      | 13 +++-
 lib/toaster/toastergui/static/js/mrbsection.js     | 15 ++++
 lib/toaster/toastergui/static/js/projectpage.js    | 73 +++++++++++++++++
 lib/toaster/toastergui/tables.py                   | 91 ++++++++++++++++++++++
 lib/toaster/toastergui/templates/base.html         |  1 +
 .../toastergui/templates/baseprojectpage.html      |  1 +
 lib/toaster/toastergui/templates/distro_btn.html   | 20 +++++
 lib/toaster/toastergui/templates/mrb_section.html  | 29 ++++++-
 lib/toaster/toastergui/templates/project.html      | 16 ++++
 lib/toaster/toastergui/typeaheads.py               | 30 +++++++
 lib/toaster/toastergui/urls.py                     | 69 +++++++++-------
 lib/toaster/toastergui/views.py                    | 13 +++-
 lib/toaster/toastergui/widgets.py                  |  4 +
 .../toastermain/management/commands/buildslist.py  |  6 +-
 lib/toaster/toastermain/settings.py                | 70 ++++++++++-------
 lib/toaster/toastermain/urls.py                    |  8 +-
 toaster-requirements.txt                           |  2 +-
 26 files changed, 539 insertions(+), 92 deletions(-)
 create mode 100644 bitbake/lib/toaster/orm/migrations/0016_clone_progress.py
 create mode 100644 bitbake/lib/toaster/orm/migrations/0017_distro_clone.py
 create mode 100644 bitbake/lib/toaster/toastergui/templates/distro_btn.html

-- 
1.9.1



             reply	other threads:[~2017-06-27 20:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-27 20:44 David Reyna [this message]
2017-06-27 20:44 ` [PATCH 1/5] toaster: address Django-1.10 API deprecations David Reyna
2017-06-27 20:44 ` [PATCH 2/5] toaster: git clone progress bar David Reyna
2017-06-27 20:44 ` [PATCH 3/5] toaster: Add distro selection support David Reyna
2017-06-27 20:44 ` [PATCH 4/5] toaster: large package set breaks sqlite query David Reyna
2017-06-27 20:44 ` [PATCH 5/5] toaster: test 'commit' first in get_vcs_reference David Reyna

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.1498595646.git.David.Reyna@windriver.com \
    --to=david.reyna@windriver.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.