Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/2] add pages for Toaster project views
@ 2014-08-29 15:41 Alex DAMIAN
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Alex DAMIAN @ 2014-08-29 15:41 UTC (permalink / raw)
  To: bitbake-devel, toaster; +Cc: Alexandru DAMIAN

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



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

end of thread, other threads:[~2014-08-29 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-29 15:41 [PATCH 0/2] add pages for Toaster project views Alex DAMIAN
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

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