[bitbake-devel] [PATCH 00/25] Toaster build functionality patchset

Damian, Alexandru alexandru.damian at intel.com
Tue Oct 28 14:05:41 UTC 2014


Hello,

Due to the line length of one of the patches (verbatim copies of the
angular-cookie library), sendmail/procmail refuses to send this patchset.


Can you please pull from

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

Thank you,
Alex

On Tue, Oct 28, 2014 at 2:02 PM, Alex DAMIAN <alexandru.damian at intel.com>
wrote:

> From: Alexandru DAMIAN <alexandru.damian at intel.com>
>
> This patchset brings in the toaster build function updates,
> with backend features and new frontend pages.
>
> Can you please pull at your convenience ?
>
> Cheers,
> Alex
>
>
> The following changes since commit
> afa2431c21b8271b05dc4cca4265f98d9f338007:
>
>   toastergui fix size rendering in dirinfo page (2014-09-29 14:11:20 +0100)
>
> are available in the git repository at:
>
>   git://git.yoctoproject.org/poky-contrib adamian/20141028-bb-submission
>
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/20141028-bb-submission
>
> Alexandru DAMIAN (16):
>   toasterbld: update checksettings command
>   toasterui: save build id in build request on first chance
>   toastergui: update breadcrumb in analysis pages
>   toaster: we add static copies of AngularJS and related libraries
>   toaster: fix layer source update code
>   toaster: fix Project page in order to trigger builds
>   toastergui: project edit capabilities in all layers page
>   toastergui: refactor objects get in views.py
>   toastergui: protect variable value reads
>   toaster: changes to the landing page
>   toaster: use modified validators for git url fields
>   toaster: improvements for admin pages
>   toaster: change startup parameter passing to avoid race
>   toastergui: provide download file capability
>   toaster: update web vcs fields for layers
>   bitbake: clarify startup message
>
> Belen Barros (1):
>   toastergui: Amend show rows options
>
> Belen Barros Pena (8):
>   toastergui: Fix help text in packages 'Reverse runtime dependencies'
>     tab
>   toastergui: Add missing task descriptions
>   toastergui: Fix reverse dependencies tab for packages included
>   toastergui: Fix blue highlight for failed tasks
>   toastergui: Remove sorting from "Size over total" column
>   toastergui: Remove extra <div> from build dashboard
>   toastergui: Tiny change to help text
>   toastergui: Show failed tasks in the build dashboard
>
>  bin/bitbake                                        |   2 +-
>  bin/toaster                                        |  15 +-
>  lib/bb/ui/buildinfohelper.py                       |  16 +-
>  lib/bb/ui/toasterui.py                             |   5 +-
>  lib/toaster/bldcontrol/bbcontroller.py             |   6 +-
>  lib/toaster/bldcontrol/localhostbecontroller.py    |  39 +-
>  .../management/commands/checksettings.py           |  47 +-
>  .../bldcontrol/management/commands/runbuilds.py    |  19 +-
>  ...st_environment__chg_field_buildrequest_build.py | 145 +++++
>  lib/toaster/bldcontrol/models.py                   |  16 +-
>  lib/toaster/bldcontrol/sshbecontroller.py          |   4 +-
>  lib/toaster/bldcontrol/tests.py                    |  10 +-
>  lib/toaster/orm/admin.py                           |  23 +-
>  ...mmary__chg_field_layer_summary__chg_field_re.py | 336 +++++++++++
>  ...web_url__add_field_layer_vcs_web_tree_base_u.py | 336 +++++++++++
>  lib/toaster/orm/models.py                          | 180 ++++--
>  lib/toaster/toastergui/static/css/default.css      |  65 +-
>  .../toastergui/static/js/angular-cookies.min.js    |   8 +
>  lib/toaster/toastergui/static/js/angular.min.js    | 215 +++++++
>  .../toastergui/static/js/angular.min.js.map        |   8 +
>  lib/toaster/toastergui/static/js/projectapp.js     | 531 +++++++++++++++++
>  .../static/js/ui-bootstrap-tpls-0.11.0.js          |  10 +
>  .../static/js/ui-bootstrap-tpls-0.11.0.min.js      |  10 +
>  lib/toaster/toastergui/templates/base.html         |  12 -
>  .../toastergui/templates/basebuilddetailpage.html  |   5 +-
>  .../toastergui/templates/basebuildpage.html        |   7 +-
>  .../toastergui/templates/baseprojectpage.html      |   8 +-
>  .../toastergui/templates/basetable_bottom.html     |   2 +-
>  .../toastergui/templates/basetable_top.html        |   3 +-
>  .../templates/basetable_top_buildprojects.html     |  16 +
>  .../toastergui/templates/basetable_top_layers.html |   5 +
>  .../templates/basetable_top_projectbuilds.html     |  16 +
>  lib/toaster/toastergui/templates/build.html        |  85 +--
>  .../toastergui/templates/builddashboard.html       |  27 +-
>  lib/toaster/toastergui/templates/landing.html      |  66 +++
>  lib/toaster/toastergui/templates/layers.html       | 290 +++++----
>  lib/toaster/toastergui/templates/mrb_section.html  | 102 ++++
>  lib/toaster/toastergui/templates/newproject.html   |   7 -
>  .../package_included_reverse_dependencies.html     |   4 +-
>  lib/toaster/toastergui/templates/project.html      | 652
> ++++++++++-----------
>  lib/toaster/toastergui/templates/projects.html     |  36 ++
>  lib/toaster/toastergui/templates/task.html         |   9 +-
>  lib/toaster/toastergui/templatetags/projecttags.py |  11 +
>  lib/toaster/toastergui/urls.py                     |  12 +-
>  lib/toaster/toastergui/views.py                    | 516 +++++++++++++---
>  45 files changed, 3198 insertions(+), 739 deletions(-)
>  create mode 100644
> lib/toaster/bldcontrol/migrations/0007_auto__add_field_buildrequest_environment__chg_field_buildrequest_build.py
>  create mode 100644
> lib/toaster/orm/migrations/0014_auto__chg_field_package_summary__chg_field_layer_summary__chg_field_re.py
>  create mode 100644
> lib/toaster/orm/migrations/0015_auto__add_field_layer_vcs_web_url__add_field_layer_vcs_web_tree_base_u.py
>  create mode 100644 lib/toaster/toastergui/static/js/angular-cookies.min.js
>  create mode 100644 lib/toaster/toastergui/static/js/angular.min.js
>  create mode 100644 lib/toaster/toastergui/static/js/angular.min.js.map
>  create mode 100644 lib/toaster/toastergui/static/js/projectapp.js
>  create mode 100644
> lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.js
>  create mode 100644
> lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.min.js
>  create mode 100644
> lib/toaster/toastergui/templates/basetable_top_buildprojects.html
>  create mode 100644
> lib/toaster/toastergui/templates/basetable_top_layers.html
>  create mode 100644
> lib/toaster/toastergui/templates/basetable_top_projectbuilds.html
>  create mode 100644 lib/toaster/toastergui/templates/landing.html
>  create mode 100644 lib/toaster/toastergui/templates/mrb_section.html
>  create mode 100644 lib/toaster/toastergui/templates/projects.html
>
> --
> 1.9.1
>
>


-- 
Alex Damian
Yocto Project
SSG / OTC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20141028/4775032a/attachment-0002.html>


More information about the bitbake-devel mailing list