Hi,

Thanks for the patch, much appreciated.

> On 28 Jan 2026, at 12:57, Alba Herrerías via lists.openembedded.org 
> <[email protected]> wrote:
> +    # Get commit annotations from Yocto’s git,
> +    # mush them into the metadata object,
> +    # and also output them as a POJO so eCharts can use them
> +
> +    commitAnnotationsURL = 
> 'https://git.yoctoproject.org/yocto-buildstats/plain/annotations.json'
> +    commitAnnotationsJSON = {}
> +    try:
> +        response = urlopen(commitAnnotationsURL)
> +        commitAnnotationsJSON = json.loads(response.read())

Would it be possible to load the annotations in the HTML with JavaScript when 
the page is loaded, so that the annotations are not “baked into” the HTML? If I 
was staring at build performance logs I’d want new annotations to be visible in 
all existing reports and not have to wait for another build perf run to 
complete to see them on a chart.

Thanks,
Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#230613): 
https://lists.openembedded.org/g/openembedded-core/message/230613
Mute This Topic: https://lists.openembedded.org/mt/117506565/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to