Openembedded Bitbake Development
 help / color / mirror / Atom feed
From: Alex DAMIAN <alexandru.damian@intel.com>
To: bitbake-devel@lists.openembedded.org
Cc: Dave Lerner <dave.lerner@windriver.com>,
	Alexandru DAMIAN <alexandru.damian@intel.com>
Subject: [PATCH 0/9] toaster pull request
Date: Fri,  4 Jul 2014 13:44:21 +0100	[thread overview]
Message-ID: <cover.1404477729.git.alexandru.damian@intel.com> (raw)

From: Alexandru DAMIAN <alexandru.damian@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.

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                          |   7 +
 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                    | 106 +++++++--
 lib/toaster/toastermain/settings.py                |  28 ++-
 lib/toaster/toastermain/urls.py                    |  16 +-
 13 files changed, 491 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



             reply	other threads:[~2014-07-04 12:44 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-04 12:44 Alex DAMIAN [this message]
2014-07-04 12:44 ` [PATCH 1/9] toaster: remove strftime calls in filters Alex DAMIAN
2014-07-04 12:44 ` [PATCH 2/9] toaster: automatically discover urls.py files Alex DAMIAN
2014-07-04 12:44 ` [PATCH 3/9] toaster: automatically enable applications Alex DAMIAN
2014-07-04 12:44 ` [PATCH 4/9] toasterui: Show in the log that ToasterUi is ready to receive events Alex DAMIAN
2014-07-04 12:44 ` [PATCH 5/9] toaster: add project pages Alex DAMIAN
2014-07-04 12:44 ` [PATCH 6/9] toaster: add automated login in new project page Alex DAMIAN
2014-07-04 12:44 ` [PATCH 7/9] toaster: whitespace fix Alex DAMIAN
2014-07-04 12:44 ` [PATCH 8/9] toaster: new project page implementation Alex DAMIAN
2014-07-04 12:44 ` [PATCH 9/9] toasterui: fix build - project identification Alex DAMIAN
2014-07-09 16:55 ` [PATCH 0/9] [V2] toaster pull request Alex DAMIAN
2014-07-09 16:55   ` [PATCH 1/9] toaster: remove strftime calls in filters Alex DAMIAN
2014-07-09 16:55   ` [PATCH 2/9] toaster: automatically discover urls.py files Alex DAMIAN
2014-07-09 16:55   ` [PATCH 3/9] toaster: automatically enable applications Alex DAMIAN
2014-07-09 16:55   ` [PATCH 4/9] toasterui: Show in the log that ToasterUi is ready to receive events Alex DAMIAN
2014-07-09 16:55   ` [PATCH 5/9] toaster: add project pages Alex DAMIAN
2014-07-09 16:55   ` [PATCH 6/9] toaster: add automated login in new project page Alex DAMIAN
2014-07-09 16:55   ` [PATCH 7/9] toaster: whitespace fix Alex DAMIAN
2014-07-09 16:55   ` [PATCH 8/9] toaster: new project page implementation Alex DAMIAN
2014-07-09 16:55   ` [PATCH 9/9] toasterui: fix build - project identification Alex DAMIAN

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.1404477729.git.alexandru.damian@intel.com \
    --to=alexandru.damian@intel.com \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=dave.lerner@windriver.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox