All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Toaster patchset pull request
@ 2015-02-16 17:53 Alex DAMIAN
  2015-02-16 17:53 ` [PATCH 01/10] toaster: Use on input event for validation rather than keyup Alex DAMIAN
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Alex DAMIAN @ 2015-02-16 17:53 UTC (permalink / raw)
  To: bitbake-devel; +Cc: David Reyna

From: Alexandru DAMIAN <alexandru.damian@intel.com>


Hello,

This is a patchset for Toaster bringing in fixes and new features.

The patches have been reviewed and tested on the Toaster mailing list.

Can you please pull whenever you can ?

Cheers,
Alex

The following changes since commit 2e4a03db967ac1459b2764108fc54c4566a7e371:

  tests/fetch.py: latest_versionstring add set of PN (2015-02-16 09:12:41 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib adamian/20150216-submission-bb
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/20150216-submission-bb

Alexandru DAMIAN (3):
  toaster: properly detect failed server start
  toaster: fix git checkout command
  toasterui: empty state for pages

David Reyna (1):
  toaster: Additional fixes for the project variable page

Michael Wood (6):
  toaster: Use on input event for validation rather than keyup
  toaster: layerdetails use new vcs reference api
  toaster: New build button allow arbitrary build targets
  toaster: Remove Layer source from machines, layers and targets
  toaster: Remove filtering from layers,machines and targets
  toaster: Set the machines page default pagesize to 100

 lib/toaster/bldcontrol/localhostbecontroller.py    |   7 +-
 .../bldcontrol/management/commands/runbuilds.py    |  12 +-
 lib/toaster/orm/models.py                          |   8 +-
 lib/toaster/toastergui/static/img/toaster_1.7.png  | Bin 0 -> 125151 bytes
 lib/toaster/toastergui/static/js/base.js           |   6 +-
 lib/toaster/toastergui/static/js/importlayer.js    |   6 +-
 lib/toaster/toastergui/static/js/layerdetails.js   |   2 +-
 lib/toaster/toastergui/templates/landing.html      |  55 ++++-
 lib/toaster/toastergui/templates/layerdetails.html |  13 +-
 lib/toaster/toastergui/templates/layers.html       |   1 -
 lib/toaster/toastergui/templates/machines.html     |  30 ++-
 .../toastergui/templates/managed_builds.html       |   6 +
 .../toastergui/templates/managed_mrb_section.html  |   5 +-
 lib/toaster/toastergui/templates/newproject.html   |   2 +-
 lib/toaster/toastergui/templates/project.html      |  14 ++
 .../toastergui/templates/projectbuilds.html        |  13 +-
 lib/toaster/toastergui/templates/projectconf.html  | 258 +++++++++++++++------
 lib/toaster/toastergui/templates/targets.html      |  13 +-
 lib/toaster/toastergui/views.py                    | 163 ++++---------
 19 files changed, 381 insertions(+), 233 deletions(-)
 create mode 100644 lib/toaster/toastergui/static/img/toaster_1.7.png

-- 
1.9.1



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

end of thread, other threads:[~2015-02-16 17:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-16 17:53 [PATCH 00/10] Toaster patchset pull request Alex DAMIAN
2015-02-16 17:53 ` [PATCH 01/10] toaster: Use on input event for validation rather than keyup Alex DAMIAN
2015-02-16 17:53 ` [PATCH 02/10] toaster: properly detect failed server start Alex DAMIAN
2015-02-16 17:53 ` [PATCH 03/10] toaster: fix git checkout command Alex DAMIAN
2015-02-16 17:53 ` [PATCH 04/10] toaster: layerdetails use new vcs reference api Alex DAMIAN
2015-02-16 17:53 ` [PATCH 05/10] toaster: Additional fixes for the project variable page Alex DAMIAN
2015-02-16 17:53 ` [PATCH 06/10] toaster: New build button allow arbitrary build targets Alex DAMIAN
2015-02-16 17:53 ` [PATCH 07/10] toaster: Remove Layer source from machines, layers and targets Alex DAMIAN
2015-02-16 17:53 ` [PATCH 08/10] toaster: Remove filtering from layers, machines " Alex DAMIAN
2015-02-16 17:53 ` [PATCH 09/10] toaster: Set the machines page default pagesize to 100 Alex DAMIAN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.