From: Paul Eggleton <hidden> Date: 2018-09-27 20:42:52
Hi all,
I'm very happy to announce that we've finally been able to upgrade the layer
index at http://layers.openembedded.org to the latest revision on master,
incorporating quite a bit of work that's been going on for the past few
months. Improvements now visible:
* Patch tracking - each recipe detail page now lists any patches being applied
by the recipe along with upstream status for each - see attached screenshot.
You can click through to view/download the actual patch, and any URLs in the
supplemental status text are also made into clickable links.
* Source tracking - remote entries in SRC_URI are now listed on the recipe
detail page and made into clickable links where possible - see attached
screenshot
* Link to inc files - there is now a link in the recipe detail page to any inc
files that a recipe includes as long as they are in the same directory, as a
shortcut to see the rest of the definitions for the recipe.
* Recipe list CSV export - there is now an "Export CSV" button at the top of
the recipe list on the layer detail page. This currently includes the recipe
name and version - we could look at extending this, but note that the REST API
provides access to all of the information programmatically and may be better
suited for many applications that need this data.
* Site-wide notice support - admins can now add notifications to appear at the
top of the page across the entire site. This is useful in the case where there
is some problem with the update process or maintenance is going on as happens
from time to time.
* Bootstrap 3 - the UI has been updated to use Bootstrap 3 from version 2 that
we were using previously. This has made a fairly minor difference to the UI
(padding/spacing/fonts have changed a little) but has allowed us to tidy up a
few things in the code.
* The "Base" layer type is no longer selectable for layer submissions. I
noticed people sometimes selected this erroneously; it's only applicable for
openembedded-core and meta-oe basically so that they show up at the top of the
layer list. Only admins can now select this type for a layer.
* Numerous other bugfixes, robustness improvements and code cleanups.
Thanks very much to everyone who has contributed to the layer index code up to
now (and to BitBake / tinfoil, which we rely upon to extract the information
from the metadata), but I'd like to give particular thanks to Michael
Halstead, Yi Zhao, Konrad Scherer, Robert Yang and Aníbal Limón for making
this upgrade possible.
Also integrated were the Recipe Reporting System (RRS) which powers
http://recipes.yoctoproject.org and other distro comparison support, but these
will take a bit more time to properly enable so I'll send out a separate email
with further details when they are ready.
As always, please let me know if you have any comments or notice any issues.
(I've already seen a few minor problems in the update logs so I'll be looking
into those.)
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
From: Andreas Müller <hidden> Date: 2018-09-27 20:59:14
On Thu, Sep 27, 2018 at 10:42 PM, Paul Eggleton [off-list ref] wrote:
Hi all,
I'm very happy to announce that we've finally been able to upgrade the layer
index at http://layers.openembedded.org to the latest revision on master,
incorporating quite a bit of work that's been going on for the past few
months. Improvements now visible:
* Patch tracking - each recipe detail page now lists any patches being applied
by the recipe along with upstream status for each - see attached screenshot.
You can click through to view/download the actual patch, and any URLs in the
supplemental status text are also made into clickable links.
* Source tracking - remote entries in SRC_URI are now listed on the recipe
detail page and made into clickable links where possible - see attached
screenshot
* Link to inc files - there is now a link in the recipe detail page to any inc
files that a recipe includes as long as they are in the same directory, as a
shortcut to see the rest of the definitions for the recipe.
* Recipe list CSV export - there is now an "Export CSV" button at the top of
the recipe list on the layer detail page. This currently includes the recipe
name and version - we could look at extending this, but note that the REST API
provides access to all of the information programmatically and may be better
suited for many applications that need this data.
* Site-wide notice support - admins can now add notifications to appear at the
top of the page across the entire site. This is useful in the case where there
is some problem with the update process or maintenance is going on as happens
from time to time.
* Bootstrap 3 - the UI has been updated to use Bootstrap 3 from version 2 that
we were using previously. This has made a fairly minor difference to the UI
(padding/spacing/fonts have changed a little) but has allowed us to tidy up a
few things in the code.
* The "Base" layer type is no longer selectable for layer submissions. I
noticed people sometimes selected this erroneously; it's only applicable for
openembedded-core and meta-oe basically so that they show up at the top of the
layer list. Only admins can now select this type for a layer.
* Numerous other bugfixes, robustness improvements and code cleanups.
Thanks very much to everyone who has contributed to the layer index code up to
now (and to BitBake / tinfoil, which we rely upon to extract the information
from the metadata), but I'd like to give particular thanks to Michael
Halstead, Yi Zhao, Konrad Scherer, Robert Yang and Aníbal Limón for making
this upgrade possible.
Also integrated were the Recipe Reporting System (RRS) which powers
http://recipes.yoctoproject.org and other distro comparison support, but these
will take a bit more time to properly enable so I'll send out a separate email
with further details when they are ready.
As always, please let me know if you have any comments or notice any issues.
(I've already seen a few minor problems in the update logs so I'll be looking
into those.)
Cheers,
Paul
As daily user of layerindex I think particularly the first three
features are very helpful. Thanks a lot!
Andreas
From: Nicolas Dechesne <hidden> Date: 2018-09-27 21:29:06
On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton [off-list ref] wrote:
Hi all,
I'm very happy to announce that we've finally been able to upgrade the layer
index at http://layers.openembedded.org to the latest revision on master,
incorporating quite a bit of work that's been going on for the past few
months. Improvements now visible:
* Patch tracking - each recipe detail page now lists any patches being applied
by the recipe along with upstream status for each - see attached screenshot.
You can click through to view/download the actual patch, and any URLs in the
supplemental status text are also made into clickable links.
* Source tracking - remote entries in SRC_URI are now listed on the recipe
detail page and made into clickable links where possible - see attached
screenshot
* Link to inc files - there is now a link in the recipe detail page to any inc
files that a recipe includes as long as they are in the same directory, as a
shortcut to see the rest of the definitions for the recipe.
* Recipe list CSV export - there is now an "Export CSV" button at the top of
the recipe list on the layer detail page. This currently includes the recipe
name and version - we could look at extending this, but note that the REST API
provides access to all of the information programmatically and may be better
suited for many applications that need this data.
* Site-wide notice support - admins can now add notifications to appear at the
top of the page across the entire site. This is useful in the case where there
is some problem with the update process or maintenance is going on as happens
from time to time.
* Bootstrap 3 - the UI has been updated to use Bootstrap 3 from version 2 that
we were using previously. This has made a fairly minor difference to the UI
(padding/spacing/fonts have changed a little) but has allowed us to tidy up a
few things in the code.
* The "Base" layer type is no longer selectable for layer submissions. I
noticed people sometimes selected this erroneously; it's only applicable for
openembedded-core and meta-oe basically so that they show up at the top of the
layer list. Only admins can now select this type for a layer.
* Numerous other bugfixes, robustness improvements and code cleanups.
Thanks very much to everyone who has contributed to the layer index code up to
now (and to BitBake / tinfoil, which we rely upon to extract the information
from the metadata), but I'd like to give particular thanks to Michael
Halstead, Yi Zhao, Konrad Scherer, Robert Yang and Aníbal Limón for making
this upgrade possible.
Paul, and everyone above, many thanks for your contributions to the
Layer Index which is definitely a great tool for our community! It
encourages and simplifies reuse and sharing of all recipes! The update
looks really good, and as Andreas says, the top #3 features will make
a big difference.
Also integrated were the Recipe Reporting System (RRS) which powers
http://recipes.yoctoproject.org and other distro comparison support, but these
will take a bit more time to properly enable so I'll send out a separate email
with further details when they are ready.
As always, please let me know if you have any comments or notice any issues.
(I've already seen a few minor problems in the update logs so I'll be looking
into those.)
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
From: Randy MacLeod <hidden> Date: 2018-09-27 23:22:32
On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton [off-list ref] wrote:
quoted
Hi all, >>
I'm very happy to announce that we've finally been able to upgrade the layer
index at http://layers.openembedded.org to the latest revision on master,
incorporating quite a bit of work that's been going on for the past few
months. Improvements now visible:
Nice new features, thanks!
The "Branch:" and "Filter layers" selection menus don't work
for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
works fine.
../Randy
quoted
* Patch tracking - each recipe detail page now lists any patches being applied
by the recipe along with upstream status for each - see attached screenshot.
You can click through to view/download the actual patch, and any URLs in the
supplemental status text are also made into clickable links.
* Source tracking - remote entries in SRC_URI are now listed on the recipe
detail page and made into clickable links where possible - see attached
screenshot
* Link to inc files - there is now a link in the recipe detail page to any inc
files that a recipe includes as long as they are in the same directory, as a
shortcut to see the rest of the definitions for the recipe.
* Recipe list CSV export - there is now an "Export CSV" button at the top of
the recipe list on the layer detail page. This currently includes the recipe
name and version - we could look at extending this, but note that the REST API
provides access to all of the information programmatically and may be better
suited for many applications that need this data.
* Site-wide notice support - admins can now add notifications to appear at the
top of the page across the entire site. This is useful in the case where there
is some problem with the update process or maintenance is going on as happens
from time to time.
* Bootstrap 3 - the UI has been updated to use Bootstrap 3 from version 2 that
we were using previously. This has made a fairly minor difference to the UI
(padding/spacing/fonts have changed a little) but has allowed us to tidy up a
few things in the code.
* The "Base" layer type is no longer selectable for layer submissions. I
noticed people sometimes selected this erroneously; it's only applicable for
openembedded-core and meta-oe basically so that they show up at the top of the
layer list. Only admins can now select this type for a layer.
* Numerous other bugfixes, robustness improvements and code cleanups.
Thanks very much to everyone who has contributed to the layer index code up to
now (and to BitBake / tinfoil, which we rely upon to extract the information
from the metadata), but I'd like to give particular thanks to Michael
Halstead, Yi Zhao, Konrad Scherer, Robert Yang and Aníbal Limón for making
this upgrade possible.
Paul, and everyone above, many thanks for your contributions to the
Layer Index which is definitely a great tool for our community! It
encourages and simplifies reuse and sharing of all recipes! The update
looks really good, and as Andreas says, the top #3 features will make
a big difference.
quoted
Also integrated were the Recipe Reporting System (RRS) which powers
http://recipes.yoctoproject.org and other distro comparison support, but these
will take a bit more time to properly enable so I'll send out a separate email
with further details when they are ready.
As always, please let me know if you have any comments or notice any issues.
(I've already seen a few minor problems in the update logs so I'll be looking
into those.)
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
From: Paul Eggleton <hidden> Date: 2018-09-27 23:34:02
Hi Randy
On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
quoted
On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton [off-list ref] wrote:
quoted
I'm very happy to announce that we've finally been able to upgrade the layer
index at http://layers.openembedded.org to the latest revision on master,
incorporating quite a bit of work that's been going on for the past few
months. Improvements now visible:
Nice new features, thanks!
The "Branch:" and "Filter layers" selection menus don't work
for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
works fine.
Hmm, I do my development with Firefox and I just checked - with Firefox
62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
enabled that might prevent these from working? I believe they both rely on
javascript (the filter dropdown definitely does).
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
From: Randy MacLeod <hidden> Date: 2018-09-28 00:02:16
On 09/27/2018 07:33 PM, Paul Eggleton wrote:
Hi Randy
On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
quoted
On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
quoted
On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton [off-list ref] wrote:
quoted
I'm very happy to announce that we've finally been able to upgrade the layer
index at http://layers.openembedded.org to the latest revision on master,
incorporating quite a bit of work that's been going on for the past few
months. Improvements now visible:
Nice new features, thanks!
The "Branch:" and "Filter layers" selection menus don't work
for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
works fine.
Hmm, I do my development with Firefox and I just checked - with Firefox
62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
enabled that might prevent these from working? I believe they both rely on
javascript (the filter dropdown definitely does).
From: Randy MacLeod <hidden> Date: 2018-09-28 19:23:52
On 09/27/2018 08:01 PM, Randy MacLeod wrote:
On 09/27/2018 07:33 PM, Paul Eggleton wrote:
quoted
Hi Randy
On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
quoted
On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
quoted
On Thu, Sep 27, 2018 at 10:43 PM Paul Eggleton[off-list ref] wrote:
quoted
I'm very happy to announce that we've finally been able to upgrade the layer
index athttp://layers.openembedded.org to the latest revision on master,
incorporating quite a bit of work that's been going on for the past few
months. Improvements now visible:
Nice new features, thanks!
The "Branch:" and "Filter layers" selection menus don't work
for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
works fine.
Hmm, I do my development with Firefox and I just checked - with Firefox
62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
enabled that might prevent these from working? I believe they both rely on
javascript (the filter dropdown definitely does).
Does anyone else see this problem?
I've also asked on IRC.
I did have Firefox Lightbeam (disabled) and Quiick Java but I removed
them both,
re-started FF and still no joy/menus.
One co-worker said that it works for him using
Firefox 62.0 (64-bit) on Ubuntu-18.04
he has uBlock and Ghostery
and another has no problems with the new code when using:
Firefox 52.8.0 (32-bit)
( 32 bit!! yikes! :) )
I've restarted FF again, cut back on the crazy number of tabs
and the problem persists. Let me know if you know of any other
sites that use this JS code and I'd be happy to test with my
setup. I'll likey also reboot (sigh) and if needed try using a
test account on the laptop.
According my read of the traceback, the failing code is in:
view-source:https://layers.openembedded.org/static/js/jquery-3.3.1.js
...
Sizzle.matchesSelector = function( elem, expr ) {
// Set document vars if needed
if ( ( elem.ownerDocument || elem ) !== document ) {
setDocument( elem );
}
// Make sure that attribute selectors are quoted
expr = expr.replace( rattributeQuotes, "='$1']" );
if ( support.matchesSelector && documentIsHTML &&
!compilerCache[ expr + " " ] &&
( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {
try {
var ret = matches.call( elem, expr );
// IE 9's matchesSelector returns false on disconnected nodes
if ( ret || support.disconnectedMatch ||
// As well, disconnected nodes are said to be in a document
// fragment in IE 9
elem.document && elem.document.nodeType !== 11 ) {
return ret;
}
} catch (e) {}
}
return Sizzle( expr, document, null, [ elem ] ).length > 0;
};
I don't see any relevant issues here:
https://github.com/jquery/sizzle/issues/
but I don't speak javascript.
../Randy
From: Randy MacLeod <hidden> Date: 2018-09-29 17:40:40
On 09/28/2018 03:22 PM, Randy MacLeod wrote:
On 09/27/2018 08:01 PM, Randy MacLeod wrote:
quoted
On 09/27/2018 07:33 PM, Paul Eggleton wrote:
quoted
Hi Randy
On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote:
quoted
On 09/27/2018 05:28 PM, Nicolas Dechesne wrote:
quoted
On Thu, Sep 27, 2018 at 10:43 PM Paul
Eggleton[off-list ref] wrote:
quoted
I'm very happy to announce that we've finally been able to upgrade
the layer
index athttp://layers.openembedded.org to the latest revision on
master,
incorporating quite a bit of work that's been going on for the
past few
months. Improvements now visible:
Nice new features, thanks!
The "Branch:" and "Filter layers" selection menus don't work
for me when using Firefox 62.0 (64-bit) on Ubuntu-18.04.
Google Chrome Version 69.0.3497.100 (Official Build) (64-bit)
works fine.
Hmm, I do my development with Firefox and I just checked - with Firefox
62.0 (64-bit) here on Fedora 28 both work. Do you perhaps have an add-on
enabled that might prevent these from working? I believe they both
rely on
javascript (the filter dropdown definitely does).
Does anyone else see this problem?
I've also asked on IRC.
I did have Firefox Lightbeam (disabled) and Quiick Java but I removed
them both,
re-started FF and still no joy/menus.
One co-worker said that it works for him using
Firefox 62.0 (64-bit) on Ubuntu-18.04
he has uBlock and Ghostery
and another has no problems with the new code when using:
Firefox 52.8.0 (32-bit)
( 32 bit!! yikes! :) )
I've restarted FF again, cut back on the crazy number of tabs
and the problem persists. Let me know if you know of any other
sites that use this JS code and I'd be happy to test with my
setup. I'll likey also reboot (sigh) and if needed try using a
test account on the laptop.
It works for me now but it's not clear why. It seems that
it was a problem with my firefox profile.
Work log below in case it might help someone else.
../Randy
I rebooted:
- still no menu.
I logged out and then into another account on the same laptop:
- it worked.
I created another firefox profile in my usual account:
- it worked.
I deleted that profile and used my default profile:
- still no menu.
While visiting layers.openembedded.org, I opened the firefox
console using Shift+Control+K
- I re-loaded the site.
- it worked!
I closed the console:
- it worked!
I restarted firefox:
- it still works!
Hmmm, oh well.
../Randy
According my read of the traceback, the failing code is in:
view-source:https://layers.openembedded.org/static/js/jquery-3.3.1.js
...
Sizzle.matchesSelector = function( elem, expr ) {
// Set document vars if needed
if ( ( elem.ownerDocument || elem ) !== document ) {
setDocument( elem );
}
// Make sure that attribute selectors are quoted
expr = expr.replace( rattributeQuotes, "='$1']" );
if ( support.matchesSelector && documentIsHTML &&
!compilerCache[ expr + " " ] &&
( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {
try {
var ret = matches.call( elem, expr );
// IE 9's matchesSelector returns false on disconnected nodes
if ( ret || support.disconnectedMatch ||
// As well, disconnected nodes are said to be in a
document
// fragment in IE 9
elem.document && elem.document.nodeType !== 11 ) {
return ret;
}
} catch (e) {}
}
return Sizzle( expr, document, null, [ elem ] ).length > 0;
};
I don't see any relevant issues here:
https://github.com/jquery/sizzle/issues/
but I don't speak javascript.
../Randy
From: Paul Eggleton <hidden> Date: 2018-10-01 04:15:05
On Sunday, 30 September 2018 6:40:30 AM NZDT Randy MacLeod wrote:
It works for me now but it's not clear why. It seems that
it was a problem with my firefox profile.
Work log below in case it might help someone else.
../Randy
I rebooted:
- still no menu.
I logged out and then into another account on the same laptop:
- it worked.
I created another firefox profile in my usual account:
- it worked.
I deleted that profile and used my default profile:
- still no menu.
While visiting layers.openembedded.org, I opened the firefox
console using Shift+Control+K
- I re-loaded the site.
- it worked!
I closed the console:
- it worked!
I restarted firefox:
- it still works!
Thanks - I'm also still puzzled by this, but I guess it's good that it
apparently fixed itself. If the issue returns or anyone else sees anything
strange like this happening then please let me know.
Cheers
Paul
--
Paul Eggleton
Intel Open Source Technology Centre