All of lore.kernel.org
 help / color / mirror / Atom feed
* [layerindex-web][PATCH 0/5] Misc bug fixes [cover letter only]
@ 2019-12-08 22:43 Paul Eggleton
  0 siblings, 0 replies; only message in thread
From: Paul Eggleton @ 2019-12-08 22:43 UTC (permalink / raw)
  To: yocto

Updates some bundled components (jQuery, Chart.js, Bootstrap) and fixes
a couple of bugs in the layer update script and background task display
for admins.


The following changes since commit f84223f4730cd171d25c980b43f07d89950f46bd:

  README.devel: mention python SMTP server (2019-11-26 10:44:37 +1300)

are available in the Git repository at:

  git://git.yoctoproject.org/layerindex-web paule/fixes15
  http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=paule/fixes15

Paul Eggleton (5):
  Upgrade Bootstrap to 3.4.1
  Upgrade jquery to 3.4.1
  Upgrade Chart.js to 2.9.3
  update: ensure removed recipe dependencies are removed from db
  tasks: squash out CRs in task logs to avoid huge transfers

 layerindex/recipeparse.py                     |    12 +-
 layerindex/static/css/bootstrap-theme.css     |   200 +-
 layerindex/static/css/bootstrap-theme.css.map |     2 +-
 layerindex/static/css/bootstrap-theme.min.css |     6 +-
 .../static/css/bootstrap-theme.min.css.map    |     2 +-
 layerindex/static/css/bootstrap.css           |   985 +-
 layerindex/static/css/bootstrap.css.map       |     2 +-
 layerindex/static/css/bootstrap.min.css       |     6 +-
 layerindex/static/css/bootstrap.min.css.map   |     2 +-
 layerindex/static/js/Chart.js                 | 25319 +++++++++-------
 layerindex/static/js/Chart.min.js             |    13 +-
 layerindex/static/js/bootstrap.js             |   397 +-
 layerindex/static/js/bootstrap.min.js         |     7 +-
 .../js/{jquery-3.3.1.js => jquery-3.4.1.js}   |   596 +-
 layerindex/update_layer.py                    |     2 +-
 layerindex/views.py                           |     7 +-
 templates/base.html                           |     2 +-
 17 files changed, 14925 insertions(+), 12635 deletions(-)
 rename layerindex/static/js/{jquery-3.3.1.js => jquery-3.4.1.js} (94%)

-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-08 22:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-08 22:43 [layerindex-web][PATCH 0/5] Misc bug fixes [cover letter only] Paul Eggleton

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.