From: Alex DAMIAN <alexandru.damian@intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 00/11] Toaster patchset
Date: Mon, 11 May 2015 11:58:37 +0100 [thread overview]
Message-ID: <cover.1431338029.git.alexandru.damian@intel.com> (raw)
From: Alexandru DAMIAN <alexandru.damian@intel.com>
Hello,
This a bug fixing patchset that cleans up the code and fixes some legacy issues,
partially refactors the URL structure for a cleaner appliance of REST principles,
and enables the code to passes tests under TTS.
Can you please pull at your convenience ?
Thank you,
Alex
The following changes since commit 3e12f4e8e3ec66d1df772a64be04b90ec72462ae:
prserv: serv.py: remove unused and duplicate imports (2015-05-08 17:46:25 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib adamian/20150511-submission-bb
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=adamian/20150511-submission-bb
Alexander Kanevskiy (1):
toaster: clear up toaster shutdown for mac osx
Alexandru DAMIAN (4):
toasterui: URL refactoring
toaster: adding art missing from Bootstrap
toastergui: fix whitespace after URL
toastergui: removing unused views
Ed Bartosh (5):
toastergui: decrease load time for configuration page
toaster: Make toaster script working in zsh
toaster: Code cleanup: indent
toaster: fix typo in format string
toastergui: Consider task name when restarting a build
Mihail Stanciu (1):
toaster: <Add class id to a few columns>
bin/toaster | 149 +++++++++---------
lib/toaster/orm/models.py | 2 +-
.../static/img/glyphicons-halflings-white.png | Bin 0 -> 8777 bytes
.../toastergui/static/img/glyphicons-halflings.png | Bin 0 -> 12799 bytes
lib/toaster/toastergui/static/js/projectapp.js | 2 +-
.../toastergui/templates/basetable_top_layers.html | 2 +-
lib/toaster/toastergui/templates/bpackage.html | 4 +-
lib/toaster/toastergui/templates/importlayer.html | 2 +-
lib/toaster/toastergui/templates/layer.html | 34 -----
lib/toaster/toastergui/templates/layerdetails.html | 8 +-
lib/toaster/toastergui/templates/layers.html | 14 +-
lib/toaster/toastergui/templates/machines.html | 4 +-
lib/toaster/toastergui/templates/package.html | 36 -----
lib/toaster/toastergui/templates/project.html | 24 +--
lib/toaster/toastergui/templates/recipes.html | 8 +-
lib/toaster/toastergui/templates/targets.html | 6 +-
lib/toaster/toastergui/templates/tasks.html | 8 +-
lib/toaster/toastergui/urls.py | 26 ++--
lib/toaster/toastergui/views.py | 169 ++++++---------------
19 files changed, 177 insertions(+), 321 deletions(-)
create mode 100644 lib/toaster/toastergui/static/img/glyphicons-halflings-white.png
create mode 100644 lib/toaster/toastergui/static/img/glyphicons-halflings.png
delete mode 100644 lib/toaster/toastergui/templates/layer.html
delete mode 100644 lib/toaster/toastergui/templates/package.html
--
1.9.1
next reply other threads:[~2015-05-11 10:58 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-11 10:58 Alex DAMIAN [this message]
2015-05-11 10:58 ` [PATCH 01/11] toaster: clear up toaster shutdown for mac osx Alex DAMIAN
2015-05-11 10:58 ` [PATCH 02/11] toastergui: decrease load time for configuration page Alex DAMIAN
2015-05-11 10:58 ` [PATCH 03/11] toaster: Make toaster script working in zsh Alex DAMIAN
2015-05-11 10:58 ` [PATCH 04/11] toaster: Code cleanup: indent Alex DAMIAN
2015-05-11 10:58 ` [PATCH 05/11] toaster: fix typo in format string Alex DAMIAN
2015-05-11 10:58 ` [PATCH 06/11] toaster: <Add class id to a few columns> Alex DAMIAN
2015-05-11 10:58 ` [PATCH 07/11] toastergui: Consider task name when restarting a build Alex DAMIAN
2015-05-11 10:58 ` [PATCH 08/11] toasterui: URL refactoring Alex DAMIAN
2015-05-11 10:58 ` [PATCH 09/11] toaster: adding art missing from Bootstrap Alex DAMIAN
2015-05-11 10:58 ` [PATCH 10/11] toastergui: fix whitespace after URL Alex DAMIAN
2015-05-11 10:58 ` [PATCH 11/11] toastergui: removing unused views Alex DAMIAN
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.1431338029.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox