[oe-commits] [bitbake] branch master-next updated (22cc318 -> b303365)

git at git.openembedded.org git at git.openembedded.org
Tue Jun 27 21:44:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master-next
in repository bitbake.

    from 22cc318  bitbake-selftest: add bb.tests.event to bitbake-selftest
     new e4c7a94  toaster: address Django-1.10 API deprecations
     new 0c94d94  toaster: git clone progress bar
     new a156a4e  toaster: Add distro selection support
     new 02cb2b7  toaster: large package set breaks sqlite query
     new b303365  toaster: test 'commit' first in get_vcs_reference

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 ++++++-
 ...e_progress_fields.py => 0016_clone_progress.py} |  8 +-
 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, 519 insertions(+), 96 deletions(-)
 copy lib/toaster/orm/migrations/{0013_recipe_parse_progress_fields.py => 0016_clone_progress.py} (77%)
 create mode 100644 lib/toaster/orm/migrations/0017_distro_clone.py
 create mode 100644 lib/toaster/toastergui/templates/distro_btn.html

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list