<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/bitbake/lib/toaster/toastergui, branch yocto-1.6.3</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=yocto-1.6.3</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=yocto-1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2014-06-20T13:58:09+00:00</updated>
<entry>
<title>bitbake: toaster: Fix spacing and layout in no image files notification</title>
<updated>2014-06-20T13:58:09+00:00</updated>
<author>
<name>Belen Barros</name>
<email>belen.barros.pena@intel.com</email>
</author>
<published>2014-06-11T09:58:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b0ce70ffa820c8b4069bdb413f7aa9db668b9428'/>
<id>urn:sha1:b0ce70ffa820c8b4069bdb413f7aa9db668b9428</id>
<content type='text'>
Close the definition list before adding the notification, and
restrict the notification width to avoid uncomfortable line
lenghts.

(Bitbake rev: 2ae1fa629acf1a37f2c8ad929285cc7c76a9a40b)

Signed-off-by: Belen Barros &lt;belen.barros.pena@intel.com&gt;
Signed-off-by: Alexandru DAMIAN &lt;alexandru.damian@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: toaster: display message if no images are generated</title>
<updated>2014-06-20T13:58:08+00:00</updated>
<author>
<name>Farrell Wymore</name>
<email>farrell.wymore@windriver.com</email>
</author>
<published>2014-05-23T19:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=ac2d94b6843496a7fd948e089a386bb35a230689'/>
<id>urn:sha1:ac2d94b6843496a7fd948e089a386bb35a230689</id>
<content type='text'>
Display message if no images are generated for a target. This
commit was amended to have more conditions for displaying the
message.

[YOCTO #6094]

(Bitbake rev: d004be9f6535567fb24f7bfa342932c03562f188)

Signed-off-by: Farrell Wymore &lt;farrell.wymore@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: toaster: refactor the target page</title>
<updated>2014-06-20T13:58:08+00:00</updated>
<author>
<name>Farrell Wymore</name>
<email>farrell.wymore@windriver.com</email>
</author>
<published>2014-05-22T21:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5b8c5ea151b1189d50ffa4f8004fa869d790bbf2'/>
<id>urn:sha1:5b8c5ea151b1189d50ffa4f8004fa869d790bbf2</id>
<content type='text'>
the target (packages) page had to refactored to
allow the displays to differ depending on the caller
namely the license manifest link. Amended to make the
link from the tag rather than the pathname itself.

[YOCTO #6291]
[YOCTO #6079]

(Bitbake rev: 5ea0644c82560bcfc3aeb5149e4af9ee1909c299)

Signed-off-by: Farrell Wymore &lt;farrell.wymore@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: toastergui: fix built ETA calculation</title>
<updated>2014-06-20T13:58:08+00:00</updated>
<author>
<name>Alexandru DAMIAN</name>
<email>alexandru.damian@intel.com</email>
</author>
<published>2014-06-11T14:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7a42bfecc25ecb27194b0d2dc78a3265977c45a2'/>
<id>urn:sha1:7a42bfecc25ecb27194b0d2dc78a3265977c45a2</id>
<content type='text'>
We fix the calculation showing the estimated time
to build completion.

(Bitbake rev: 5d85d1a7bbbce2c9baaa613c5cc84c511fb88376)

Signed-off-by: Alexandru DAMIAN &lt;alexandru.damian@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: toaster: reduce redundant foreign key lookups</title>
<updated>2014-06-20T13:58:08+00:00</updated>
<author>
<name>David Reyna</name>
<email>david.reyna@windriver.com</email>
</author>
<published>2014-05-21T14:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=26db62e35951013515fba6b4ab92ac0ed6a80852'/>
<id>urn:sha1:26db62e35951013515fba6b4ab92ac0ed6a80852</id>
<content type='text'>
Replace redundant foreign key lookups with "with" to improve all
recipes page load time. Do depends pre-lookup in the view class,
and use python itertation instead of filter() all to achieve x16
processing speedup.

[YOCTO #6137]

(Bitbake rev: e068727de686cd6c43cebacdac5b898c134705ef)

Signed-off-by: David Reyna &lt;David.Reyna@windriver.com&gt;
Signed-off-by: Alexandru DAMIAN &lt;alexandru.damian@intel.com&gt;

Conflicts:
	bitbake/lib/toaster/toastergui/views.py
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: toaster: sort columns properly after edit columns</title>
<updated>2014-06-20T13:58:08+00:00</updated>
<author>
<name>Farrell Wymore</name>
<email>farrell.wymore@windriver.com</email>
</author>
<published>2014-05-21T14:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=18224a4a461754d660ed3e69a0545ac7e0a2d028'/>
<id>urn:sha1:18224a4a461754d660ed3e69a0545ac7e0a2d028</id>
<content type='text'>
If a sorted column is made invisible through the edit columns function,
resort the table the its default order.

[YOCTO 5919]

(Bitbake rev: 23908ecddb908d8238be0c1bdbcf2ecf6a9a088f)

Signed-off-by: Farrell Wymore &lt;farrell.wymore@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: toaster: fix span2 headings for packages</title>
<updated>2014-06-20T13:58:08+00:00</updated>
<author>
<name>Dave Lerner</name>
<email>dave.lerner@windriver.com</email>
</author>
<published>2014-04-11T22:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6d0ae0ef440d5ec6dac5410e77bc52e5323e7cfb'/>
<id>urn:sha1:6d0ae0ef440d5ec6dac5410e77bc52e5323e7cfb</id>
<content type='text'>
[YOCTO 6147]

Fix bug in views.py that put 'span2' class id in a 'clclass' key
instead of the 'dclass' key.  This fix exposed another problem in
target.html and the target view function that used 'package_size'
instead of 'size' as the 'clclass' which is inconsistent with the
model field name, causing table data columns to be shown when
the header is hidden.

(Bitbake rev: 17183bf7cb539287da7234d296da8e3f8fcf1069)

Signed-off-by: Dave Lerner &lt;dave.lerner@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: toaster: sort outcome and sstate columns by string value</title>
<updated>2014-06-20T13:58:08+00:00</updated>
<author>
<name>David Reyna</name>
<email>David.Reyna@windriver.com</email>
</author>
<published>2014-04-11T04:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=153787d4df9afc00d6d77506d2c4523bc9760f4a'/>
<id>urn:sha1:153787d4df9afc00d6d77506d2c4523bc9760f4a</id>
<content type='text'>
Sort the 'outcome' and 'sstate_result' columns by their
description string values and not their numerical values.

[YOCTO #5921]

(Bitbake rev: e88e5a79c992ef3218f47adff0587d4f69c01432)

Signed-off-by: David Reyna &lt;David.Reyna@windriver.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: bitbake: toaster: Fix Empty tasks filter</title>
<updated>2014-06-20T13:58:08+00:00</updated>
<author>
<name>Belen Barros Pena</name>
<email>belen.barros.pena@intel.com</email>
</author>
<published>2014-04-11T16:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c55dea6a827761e850c9c68d3297a13b6d15d053'/>
<id>urn:sha1:c55dea6a827761e850c9c68d3297a13b6d15d053</id>
<content type='text'>
Somehow the counter was set to count tasks with outcome
'not available', instead of outcome 'empty'. This patch
fixes the problem.

[YOCTO #6146]

(Bitbake rev: 527f7d8ec2f4e75d6f62a967900b27faea317af9)

Signed-off-by: Belen Barros Pena &lt;belen.barros.pena@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: bitbake: toaster: Fix total number of tasks in build dashboard</title>
<updated>2014-06-20T13:58:07+00:00</updated>
<author>
<name>Belen Barros Pena</name>
<email>belen.barros.pena@intel.com</email>
</author>
<published>2014-04-11T16:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4ab29fc58f3c17d1be4d5381a25c6872c70ee55d'/>
<id>urn:sha1:4ab29fc58f3c17d1be4d5381a25c6872c70ee55d</id>
<content type='text'>
The total number of tasks in the build dashboard was counting
_setscene tasks, which are not exposed by Toaster as separate
tasks. This patch makes sure that _setscene tasks are not
counted when calculating that number.

[YOCTO #6145]

(Bitbake rev: a429278c70b55f7c11a9ef3d5af28cf88850a227)

Signed-off-by: Belen Barros Pena &lt;belen.barros.pena@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
