[bitbake-devel] [PATCH 0/9] [V2] toaster pull request

Alex DAMIAN alexandru.damian at intel.com
Wed Jul 9 16:55:07 UTC 2014


From: Alexandru DAMIAN <alexandru.damian at intel.com>

Hello,

Can you please merge these changes into the master tree ?

This patchset consists of some bug fixes and new feature related to
the project building functionality. The patchset has been reviewed
on the toaster mailing list. This is version 2, with bug fixes.

Thank you,
Alex

The following changes since commit 56c294dc30b6c2575b1cf904e26b8b8bef7677c2:

  fetch2/svn: Add transportuser parameter (2014-07-03 14:09:17 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib adamian/20140704-submission-bb
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/20140704-submission-bb

Alexandru DAMIAN (8):
  toaster: remove strftime calls in filters
  toaster: automatically discover urls.py files
  toaster: automatically enable applications
  toaster: add project pages
  toaster: add automated login in new project page
  toaster: whitespace fix
  toaster: new project page implementation
  toasterui: fix build - project identification

Dave Lerner (1):
  toasterui: Show in the log that ToasterUi is ready to receive events.

 bin/toaster                                        |   1 +
 lib/bb/ui/buildinfohelper.py                       |  17 +-
 lib/bb/ui/toasterui.py                             |  11 +-
 ...anch__add_field_project_short_description__a.py | 257 +++++++++++++++++++++
 lib/toaster/orm/models.py                          |  38 +++
 lib/toaster/toastergui/templates/base.html         |  13 ++
 lib/toaster/toastergui/templates/newproject.html   |  43 ++++
 lib/toaster/toastergui/templates/project.html      |   6 +
 lib/toaster/toastergui/templatetags/projecttags.py |  18 +-
 lib/toaster/toastergui/urls.py                     |   5 +
 lib/toaster/toastergui/views.py                    | 115 +++++++--
 lib/toaster/toastermain/settings.py                |  28 ++-
 lib/toaster/toastermain/urls.py                    |  16 +-
 13 files changed, 531 insertions(+), 37 deletions(-)
 create mode 100644 lib/toaster/orm/migrations/0010_auto__add_field_project_branch__add_field_project_short_description__a.py
 create mode 100644 lib/toaster/toastergui/templates/newproject.html
 create mode 100644 lib/toaster/toastergui/templates/project.html

-- 
1.9.1




More information about the bitbake-devel mailing list