All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex DAMIAN <alexandru.damian@intel.com>
To: bitbake-devel@lists.openembedded.org
Cc: Alexandru DAMIAN <alexandru.damian@intel.com>
Subject: [PATCH 00/14] toaster patchset for build functionality
Date: Wed, 12 Nov 2014 13:41:12 +0000	[thread overview]
Message-ID: <cover.1415799384.git.alexandru.damian@intel.com> (raw)

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

Hi,

This patchset contains user interface pages for all layers and all targets pages;
fixes for the project page and other pages; and fixes for the backend build functionality.

The patches have gone through multiple rounds of review and testing.

Can you please pull at your convenience ?


Cheers,
Alex

The following changes since commit 9f171ea755644ecd9d2b3d7ed13bf8ec09ec917a:

  data_smart.py: fix variable splitting at _remove mechanism (2014-11-08 11:01:36 +0000)

are available in the git repository at:

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

Alexandru DAMIAN (10):
  toaster script: webport option and other improvements
  toasterui: performance improvements
  toaster: SQL query logging
  toaster: update Release model to pinpoint to specific Branch
  adding angular-animate plugin
  toastergui: Various fixes for projects, layers and targets page
  toaster: separate the load configuration file command
  toastergui: changes for the Project page, round 3 of reviews
  toaster: importing angular service
  toastergui: fix XSS injection points in projects page

Belen Barros (1):
  toastergui: Silly UI fixes

Michael Wood (3):
  toaster: Fix the table data so that it matches the column order
  toaster: Update filter count labels when Add/Remove layers
  toaster: Replace bootstrap js with the correct version

 bin/toaster                                        |    96 +-
 lib/bb/ui/buildinfohelper.py                       |   207 +-
 lib/bb/ui/toasterui.py                             |    10 +-
 lib/toaster/bldcontrol/bbcontroller.py             |    19 +
 lib/toaster/bldcontrol/localhostbecontroller.py    |    38 +-
 .../management/commands/checksettings.py           |   140 +-
 .../bldcontrol/management/commands/loadconf.py     |   157 +
 lib/toaster/bldcontrol/models.py                   |    35 +-
 lib/toaster/bldcontrol/sshbecontroller.py          |    46 +-
 lib/toaster/bldcontrol/tests.py                    |     2 +-
 ...lptext__chg_field_release_branch__add_index_.py |   359 +
 lib/toaster/orm/models.py                          |    65 +-
 lib/toaster/toastergui/static/css/default.css      |    33 +-
 .../toastergui/static/js/angular-animate.min.js    |    28 +
 .../toastergui/static/js/angular-route.min.js      |    14 +
 .../toastergui/static/js/angular-sanitize.min.js   |    15 +
 lib/toaster/toastergui/static/js/bootstrap.min.js  |    11 +-
 lib/toaster/toastergui/static/js/jquery-ui.js      | 15003 -------------------
 lib/toaster/toastergui/static/js/projectapp.js     |   207 +-
 lib/toaster/toastergui/templates/base.html         |     3 +-
 .../toastergui/templates/basetable_bottom.html     |    13 +-
 .../toastergui/templates/filtersnippet.html        |     4 +-
 lib/toaster/toastergui/templates/layers.html       |   137 +-
 lib/toaster/toastergui/templates/mrb_section.html  |    11 +-
 lib/toaster/toastergui/templates/project.html      |   135 +-
 lib/toaster/toastergui/templates/target.html       |    10 +-
 lib/toaster/toastergui/templates/targets.html      |   350 +-
 lib/toaster/toastergui/templatetags/projecttags.py |     6 +-
 lib/toaster/toastergui/views.py                    |   228 +-
 lib/toaster/toastermain/settings.py                |    21 +
 30 files changed, 1696 insertions(+), 15707 deletions(-)
 create mode 100644 lib/toaster/bldcontrol/management/commands/loadconf.py
 create mode 100644 lib/toaster/orm/migrations/0016_auto__add_field_release_helptext__chg_field_release_branch__add_index_.py
 create mode 100644 lib/toaster/toastergui/static/js/angular-animate.min.js
 create mode 100644 lib/toaster/toastergui/static/js/angular-route.min.js
 create mode 100644 lib/toaster/toastergui/static/js/angular-sanitize.min.js
 delete mode 100644 lib/toaster/toastergui/static/js/jquery-ui.js

-- 
1.9.1



             reply	other threads:[~2014-11-12 13:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-12 13:41 Alex DAMIAN [this message]
2014-11-12 13:42 ` [PATCH 00/14] toaster patchset for build functionality Damian, Alexandru

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.1415799384.git.alexandru.damian@intel.com \
    --to=alexandru.damian@intel.com \
    --cc=bitbake-devel@lists.openembedded.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 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.