From: Alexandru DAMIAN <[email protected]> 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 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
