[oe-commits] [bitbake] branch master updated (932a92b -> 3c5ac2d)

git at git.openembedded.org git at git.openembedded.org
Fri Feb 26 17:59:02 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  932a92b   toaster: toastergui Fix invalid char test and implementation
       new  fd5d901   utils.py: Add sha1_file call
       new  dec75bb   fetch2/npm: Add npm fetcher
       new  bff46c6   fetch2/npm: Add mirroring support for npm fetcher
       new  3a8c6f7   toaster: comment out project release change
       new  9df8021   toaster: fix custom image name form
       new  df342e7   toaster: apply error class to name field
       new  63705f6   toaster: disable add layer button on click
       new  e36001d   toaster: reduce max height of modal dialogs
       new  9910f3f   toaster: link to configuration in all breadcrumbs
       new  ccb9001   toaster: make 'configuration' the first tab
       new  7833fab   toaster: adjust the search field width
       new  a481af6   toaster: add missing link to image recipe details
       new  8084dcd   toaster: show suffix for image files and basename for artifact files
       new  18a93b3   toaster: remove custom images from Image Recipes
       new  004003d   prserv: Add dump_db()
       new  5545acf   toaster: custom breadcrumb for the default project
       new  da23300   toaster: fix banner after customimage package add
       new  865a201   toaster: rename 'run again' button
       new  3c5ac2d   toaster: change 'delete layer' to 'remove layer'

The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/bb/fetch2/npm.py                               | 255 +++++++++++++++++++++
 lib/bb/utils.py                                    |  15 ++
 lib/prserv/db.py                                   |   8 +
 lib/prserv/serv.py                                 |  25 ++
 lib/toaster/orm/models.py                          |   8 +
 lib/toaster/toastergui/static/css/default.css      |   5 +-
 lib/toaster/toastergui/static/js/customrecipe.js   |   7 +-
 lib/toaster/toastergui/static/js/layerBtn.js       |   2 +-
 lib/toaster/toastergui/static/js/layerdetails.js   |  17 +-
 lib/toaster/toastergui/static/js/libtoaster.js     |   2 +-
 .../toastergui/static/js/newcustomimage_modal.js   |   3 +
 lib/toaster/toastergui/static/js/projectpage.js    |   8 +-
 lib/toaster/toastergui/tables.py                   |  16 +-
 .../toastergui/templates/basebuilddetailpage.html  |   9 +-
 .../toastergui/templates/basebuildpage.html        |   9 +-
 .../toastergui/templates/basetable_top.html        |   4 +-
 .../toastergui/templates/builddashboard.html       |  22 +-
 lib/toaster/toastergui/templates/layer_btn.html    |   2 +-
 lib/toaster/toastergui/templates/layerdetails.html |   6 +-
 lib/toaster/toastergui/templates/mrb_section.html  |   2 +-
 .../toastergui/templates/newcustomimage_modal.html |   2 +-
 lib/toaster/toastergui/templates/project.html      |  19 +-
 .../toastergui/templates/projecttopbar.html        |  10 +-
 .../toastergui/templates/recipedetails.html        |   5 +-
 lib/toaster/toastergui/templates/toastertable.html |   4 +-
 lib/toaster/toastergui/tests.py                    |   2 +-
 lib/toaster/toastergui/views.py                    |   7 +-
 27 files changed, 402 insertions(+), 72 deletions(-)
 create mode 100644 lib/bb/fetch2/npm.py

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list