[oe-commits] [bitbake] branch master-next updated (0bebc0d -> c83203c)

git at git.openembedded.org git at git.openembedded.org
Wed May 11 10:33:42 UTC 2016


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

  discards  0bebc0d   bitbake py3 fixes
  discards  969ba9e   bitbake: Convert to python 3 megacommit
  discards  8074b79   bitbake/pyinotify.py: Upgrade to py3 version
  discards  9d2c8ab   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
      adds  3b18435   toaster: projectNameValidation API added
      adds  83e5be7   toaster: ui handles duplicate project name in new project page
      adds  05ddf48   toaster: ui handles duplicate project name in project page
      adds  b2fba7a   toaster: models Add missing import sys
      adds  8055fbe   toaster: tests browser Add test for creating a project
      adds  197aa8f   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
      adds  e4bbf42   bitbake/pyinotify.py: Upgrade to py3 version
      adds  5a8550c   bitbake: Convert to python 3 megacommit
      adds  c83203c   bitbake py3 fixes

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0bebc0d)
            \
             N -- N -- N   refs/heads/master-next (c83203c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

No new revisions were added by this update.

Summary of changes:
 lib/toaster/orm/models.py                          |   1 +
 lib/toaster/tests/browser/test_new_project_page.py | 109 +++++++++++++++++++++
 lib/toaster/toastergui/static/js/libtoaster.js     |  62 ++++++++++++
 lib/toaster/toastergui/static/js/projecttopbar.js  |   7 ++
 lib/toaster/toastergui/templates/newproject.html   |  12 ++-
 .../toastergui/templates/projecttopbar.html        |   3 +-
 6 files changed, 191 insertions(+), 3 deletions(-)
 create mode 100644 lib/toaster/tests/browser/test_new_project_page.py

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


More information about the Openembedded-commits mailing list