[Toaster] [PATCH 00/20] toaster: Move build information to Bootstrap 3

Belen Barros Pena belen.barros.pena at linux.intel.com
Thu Jun 9 06:24:13 PDT 2016


This series completes the migration of Toaster to Bootstrap 3 (\0/), making sure all pages in the build information section display nicely.

The series is for review only: patches will be squashed before sending upstream.

Belen Barros Pena (20):
  toaster: build data Breadcrumbs to Bootstrap3
  toaster: build data Build dashboard to Bootstrap 3
  toaster: build data Left nav actions to Bootstrap 3
  toaster: build data Packages installed to Bootstrap 3
  toaster: build data Directory structure to Boostrap 3
  toaster: build data Configuration to Bootstrap 3
  toaster: build data Variables to Bootstrap 3
  toaster: build data Tasks table to Bootstrap 3
  toaster: build data Recipes table to Bootstrap 3
  toaster: build data Task details to Bootstrap 3
  toaster: build data Recipe details to Bootstrap 3
  toaster: css Remove markup
  toaster: build data Package details to Bootstrap 3
  toaster: build data Fix left navigation
  toaster: build data Format empty state in packages table
  toaster: build data Add css for highlight animation
  toaster: task filters Remove invalid option
  toaster: css Remove Bootstrap theme
  toaster: build data Unavailable artifact to Bootstrap 3
  toaster: loading notification Make it spin

 bitbake/lib/toaster/toastergui/buildtables.py      |  93 ++--
 .../toastergui/static/css/bootstrap-theme.css      | 587 ---------------------
 .../toastergui/static/css/bootstrap-theme.css.map  |   1 -
 .../toastergui/static/css/bootstrap-theme.min.css  |   6 -
 .../static/css/bootstrap-theme.min.css.map         |   1 -
 .../lib/toaster/toastergui/static/css/default.css  | 116 +++-
 .../lib/toaster/toastergui/static/js/libtoaster.js |   4 +-
 bitbake/lib/toaster/toastergui/templates/base.html |   2 +-
 .../toastergui/templates/basebuilddetailpage.html  |  30 +-
 .../toastergui/templates/basebuildpage.html        |  93 ++--
 .../toastergui/templates/basetable_bottom.html     |  24 +-
 .../toastergui/templates/basetable_top.html        | 135 ++---
 .../toastergui/templates/builddashboard.html       | 131 +++--
 .../templates/buildinfo-toastertable.html          |   4 +-
 .../toastergui/templates/configuration.html        |  14 +-
 .../toaster/toastergui/templates/configvars.html   |  83 +--
 .../toaster/toastergui/templates/customrecipe.html |   2 +-
 .../templates/detail_pagination_bottom.html        |  24 +-
 .../toastergui/templates/detail_search_header.html |  58 +-
 .../toastergui/templates/detail_sorted_header.html |   8 +-
 .../lib/toaster/toastergui/templates/dirinfo.html  |  34 +-
 .../toastergui/templates/filtersnippet.html        |  40 +-
 .../templates/package_built_dependencies.html      |  12 +-
 .../toastergui/templates/package_built_detail.html |   8 +-
 .../toastergui/templates/package_detail_base.html  |  24 +-
 .../templates/package_included_dependencies.html   |   8 +-
 .../templates/package_included_tabs.html           |   8 +-
 .../lib/toaster/toastergui/templates/recipe.html   |  98 ++--
 .../toastergui/templates/recipe_packages.html      |  21 +-
 .../toastergui/templates/recipedetails.html        |   2 +-
 .../templates/snippets/gitrev_popover.html         |   2 +-
 .../snippets/pkg_dependencies_popover.html         |   2 +-
 .../snippets/pkg_revdependencies_popover.html      |   2 +-
 .../lib/toaster/toastergui/templates/target.html   |  10 +-
 bitbake/lib/toaster/toastergui/templates/task.html | 159 ++++--
 .../toastergui/templates/unavailable_artifact.html |  10 +-
 .../toaster/toastergui/templatetags/projecttags.py |  12 +-
 bitbake/lib/toaster/toastergui/views.py            |   1 -
 38 files changed, 748 insertions(+), 1121 deletions(-)
 delete mode 100644 bitbake/lib/toaster/toastergui/static/css/bootstrap-theme.css
 delete mode 100644 bitbake/lib/toaster/toastergui/static/css/bootstrap-theme.css.map
 delete mode 100644 bitbake/lib/toaster/toastergui/static/css/bootstrap-theme.min.css
 delete mode 100644 bitbake/lib/toaster/toastergui/static/css/bootstrap-theme.min.css.map

-- 
1.9.1



More information about the toaster mailing list