From: Alex DAMIAN <alexandru.damian@intel.com>
To: bitbake-devel@lists.openembedded.org, toaster@yoctoproject.org
Cc: Alexandru DAMIAN <alexandru.damian@intel.com>
Subject: [PATCH 0/2] add pages for Toaster project views
Date: Fri, 29 Aug 2014 16:41:39 +0100 [thread overview]
Message-ID: <cover.1409326534.git.alexandru.damian@intel.com> (raw)
From: Alexandru DAMIAN <alexandru.damian@intel.com>
This patchset adds all the pages needed to display project views in Toaster.
The pages may have bugs, and functionality is read-only, but we need to be able
to validate already existing data in the database.
Can you please merge at your convenience ?
Thanks,
Alex
The following changes since commit c2ced09e7ea4a1762d2788bb12a761734d20fd8e:
toaster: create Build methods for calculating progress and ETA (2014-08-29 13:56:39 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib adamian/20140829-submission-bb
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/20140829-submission-bb
Alexandru DAMIAN (2):
toaster: add project pages for machines, targets, layers
toastergui: added pages for project details
lib/toaster/orm/models.py | 131 ++++----
.../toastergui/templates/basebuilddetailpage.html | 0
.../toastergui/templates/baseprojectpage.html | 43 +++
lib/toaster/toastergui/templates/importlayer.html | 68 ++++
lib/toaster/toastergui/templates/layerdetails.html | 159 +++++++++
lib/toaster/toastergui/templates/layers.html | 11 +-
lib/toaster/toastergui/templates/machines.html | 63 ++++
lib/toaster/toastergui/templates/project.html | 123 +++----
.../toastergui/templates/projectbuilds.html | 59 ++++
lib/toaster/toastergui/templates/projectconf.html | 62 ++++
lib/toaster/toastergui/templates/recipes.html | 0
lib/toaster/toastergui/templates/targets.html | 186 +++++++++++
lib/toaster/toastergui/urls.py | 2 +-
lib/toaster/toastergui/views.py | 365 +++++++++++++++++++--
14 files changed, 1121 insertions(+), 151 deletions(-)
mode change 100755 => 100644 lib/toaster/toastergui/templates/basebuilddetailpage.html
create mode 100644 lib/toaster/toastergui/templates/baseprojectpage.html
create mode 100644 lib/toaster/toastergui/templates/importlayer.html
create mode 100644 lib/toaster/toastergui/templates/layerdetails.html
mode change 100755 => 100644 lib/toaster/toastergui/templates/layers.html
create mode 100644 lib/toaster/toastergui/templates/machines.html
create mode 100644 lib/toaster/toastergui/templates/projectbuilds.html
create mode 100644 lib/toaster/toastergui/templates/projectconf.html
mode change 100755 => 100644 lib/toaster/toastergui/templates/recipes.html
create mode 100644 lib/toaster/toastergui/templates/targets.html
--
1.9.1
next reply other threads:[~2014-08-29 15:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-29 15:41 Alex DAMIAN [this message]
2014-08-29 15:41 ` [PATCH 1/2] toaster: add project pages for machines, targets, layers Alex DAMIAN
2014-08-29 15:42 ` [PATCH 2/2] toastergui: added pages for project details 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.1409326534.git.alexandru.damian@intel.com \
--to=alexandru.damian@intel.com \
--cc=bitbake-devel@lists.openembedded.org \
--cc=toaster@yoctoproject.org \
/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