[oe-commits] [bitbake] branch master updated (779d736 -> cabe7e2)

git at git.openembedded.org git at git.openembedded.org
Fri Jul 8 08:59:46 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  779d736   lib/bb/build.py: remove task flag in deltask()
      adds  54b1961   fetch2/wget: attempt checkstatus again if it fails
      adds  e9f41c0   knotty: provide a symlink to the latest console log
      adds  c3e51d7   knotty: import latest python-progressbar
      adds  0d275fc   lib: implement basic task progress support
      adds  751b756   lib/bb/progress: add MultiStageProgressReporter
      adds  070ae85   knotty: add code to support showing progress for sstate object querying
      adds  de68201   knotty: show task progress bar
      adds  db95cde   knotty: add quiet output mode
      adds  624722c   runqueue: add ability to enforce that tasks are setscened
      adds  591e974   runqueue: report progress for "Preparing RunQueue" step
       new  7dd06b1   knotty: Handle process indicators more gracefully
       new  9841651   progress: Ensure missing start event is fired
       new  c3dd4fb   toaster: remove SSTATE_MIRRORS from blacklists in views
       new  b060eec   toaster: remove SSTATE_MIRRORS from projectconf
       new  fca5015   toaster: fix validation checks for DL_DIR and SSTATE_DIR
       new  1531e98   bitbake: toaster-tests: tests for project config
       new  ec083fd   toaster: layerBtn avoid connecting handler to other build buttons
       new  860475c   toaster: views Fix most frequently built target in project reporting
       new  b26bcff   bitbake-worker: don't reassign sys.stdout
       new  0165938   toaster: fix layout for command-line builds in recent builds area
       new  6deae30   eventreplay: add MockConnection.getEventHandle method
       new  2e09074   eventprelay: implement setEventMask command
       new  a55c280   eventreplay: fix event loading code
       new  5d4df14   eventreplay: replace MockConfigParameters with namedtuple
       new  332f5c9   eventreplay: reorganize imports
       new  45370a8   eventreplay: rewrite the script
       new  df9f433   buildinfohelper: ensure task datetimes are timezone-aware
       new  20f4e23   toaster: layerdetails api Fix saving of git revision of a layer
       new  aa08452   toaster: api Add util function for returning the error response
       new  9181522   toaster: add Layer delete front end feature to layerdetails
       new  cabe7e2   toaster: tests Add selenium test for layerdetails page

The 21 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:
 bin/bitbake-worker                                 |   3 +-
 bin/toaster-eventreplay                            | 220 +++++-------
 lib/bb/build.py                                    |  34 ++
 lib/bb/event.py                                    |  27 ++
 lib/bb/fetch2/wget.py                              |  12 +-
 lib/bb/main.py                                     |   9 +
 lib/bb/msg.py                                      |   5 +-
 lib/bb/progress.py                                 | 242 +++++++++++++
 lib/bb/runqueue.py                                 | 151 +++++++-
 lib/bb/ui/buildinfohelper.py                       |   2 +-
 lib/bb/ui/knotty.py                                | 155 ++++++--
 lib/bb/ui/uihelper.py                              |   7 +-
 lib/progressbar.py                                 | 384 --------------------
 lib/progressbar/LICENSE.txt                        |  52 +++
 lib/progressbar/__init__.py                        |  49 +++
 lib/progressbar/compat.py                          |  44 +++
 lib/progressbar/progressbar.py                     | 315 +++++++++++++++++
 lib/progressbar/widgets.py                         | 391 +++++++++++++++++++++
 .../tests/browser/test_layerdetails_page.py        | 190 ++++++++++
 .../tests/browser/test_project_config_page.py      | 113 ++++++
 lib/toaster/toastergui/api.py                      | 121 ++++++-
 lib/toaster/toastergui/static/js/layerBtn.js       |   4 +-
 lib/toaster/toastergui/static/js/layerdetails.js   |  20 ++
 lib/toaster/toastergui/static/js/projectpage.js    |  18 +
 lib/toaster/toastergui/templates/layerdetails.html |  20 +-
 lib/toaster/toastergui/templates/mrb_section.html  | 247 +++++++------
 lib/toaster/toastergui/templates/projectconf.html  |  72 ++--
 lib/toaster/toastergui/urls.py                     |   5 +-
 lib/toaster/toastergui/views.py                    |  96 +++--
 29 files changed, 2234 insertions(+), 774 deletions(-)
 create mode 100644 lib/bb/progress.py
 delete mode 100644 lib/progressbar.py
 create mode 100644 lib/progressbar/LICENSE.txt
 create mode 100644 lib/progressbar/__init__.py
 create mode 100644 lib/progressbar/compat.py
 create mode 100644 lib/progressbar/progressbar.py
 create mode 100644 lib/progressbar/widgets.py
 create mode 100644 lib/toaster/tests/browser/test_layerdetails_page.py

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


More information about the Openembedded-commits mailing list