Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/9] toaster pull request
@ 2014-07-04 12:44 Alex DAMIAN
  2014-07-04 12:44 ` [PATCH 1/9] toaster: remove strftime calls in filters Alex DAMIAN
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Alex DAMIAN @ 2014-07-04 12:44 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Dave Lerner, Alexandru DAMIAN

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



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2014-07-09 16:55 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-04 12:44 [PATCH 0/9] toaster pull request Alex DAMIAN
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox