Openembedded Core Discussions
 help / color / mirror / Atom feed
* error-report-web django-nvd3 version
@ 2014-03-06  1:31 Martin Jansa
  2014-03-06 10:27 ` Paul Eggleton
  2014-03-06 11:44 ` Proca, Andreea B
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Jansa @ 2014-03-06  1:31 UTC (permalink / raw)
  To: Andreea Proca; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1063 bytes --]

Hi,

can you be more specific about django-nvd3 version required by
error-report-web?
http://git.yoctoproject.org/cgit/cgit.cgi/error-report-web/tree/README

with 0.6.* it was complaining about missing kw_args param in load_chart
calls, older versions were complaining about other changes.

I'm testing it (currently without graphs) in order to extend it to collect some build metrics and
statistics from our builds (like every jenkins build and very local
developer build will upload back description of HW, build times and
other metrics so we can better evaluate icecc, sstate reuse ratio etc).

If something like that would be useful for upstream I can eventually
contribute it back.

I've also updated the .bbclass to read all "configuration" from bb data
and to upload the report after every build (sort of like tinderbox,
oestats bbclass worked), that way is easier for us to globally enable it
for all builds in our distro config without any interaction from
developers.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error-report-web django-nvd3 version
  2014-03-06  1:31 error-report-web django-nvd3 version Martin Jansa
@ 2014-03-06 10:27 ` Paul Eggleton
  2014-03-06 11:44 ` Proca, Andreea B
  1 sibling, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2014-03-06 10:27 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core

Hi Martin,

On Thursday 06 March 2014 02:31:31 Martin Jansa wrote:
> can you be more specific about django-nvd3 version required by
> error-report-web?
> http://git.yoctoproject.org/cgit/cgit.cgi/error-report-web/tree/README
> 
> with 0.6.* it was complaining about missing kw_args param in load_chart
> calls, older versions were complaining about other changes.

I'm not sure of the original version, but FWIW I did make a fix for this
problem with 0.6 in the layer index the other day that might be useful
as a reference:

http://git.yoctoproject.org/cgit/cgit.cgi/layerindex-web/commit/?id=5aa533b678a2a60f989e4686e0880e24761a9aca

As you can see I found I needed to update the d3/nvd3 js files at the same
time.

> I'm testing it (currently without graphs) in order to extend it to collect
> some build metrics and statistics from our builds (like every jenkins build
> and very local developer build will upload back description of HW, build
> times and other metrics so we can better evaluate icecc, sstate reuse ratio
> etc).
> 
> If something like that would be useful for upstream I can eventually
> contribute it back.

Seems reasonable to me, as long as it doesn't get in the way of handling
error reports.

> I've also updated the .bbclass to read all "configuration" from bb data
> and to upload the report after every build (sort of like tinderbox,
> oestats bbclass worked), that way is easier for us to globally enable it
> for all builds in our distro config without any interaction from
> developers.

As long as this is an option and not on by default (and ideally make it
a trinary switch so you can decide to send just errors automatically)
this should be OK also. Showing some kind of notification that it's doing
it would be a good thing as well I think.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error-report-web django-nvd3 version
  2014-03-06  1:31 error-report-web django-nvd3 version Martin Jansa
  2014-03-06 10:27 ` Paul Eggleton
@ 2014-03-06 11:44 ` Proca, Andreea B
  2014-03-06 13:46   ` Martin Jansa
  1 sibling, 1 reply; 4+ messages in thread
From: Proca, Andreea B @ 2014-03-06 11:44 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core@lists.openembedded.org

Hi Martin,

I should have been more specific about the versions, sorry. 
I've updated the README, it needs django-nvd3 0.1.11 and python-nvd3 0.6.0.

I usually install those on my Ubuntu host using pip. 

Regards,
Andreea

-----Original Message-----
From: Martin Jansa [mailto:martin.jansa@gmail.com] 
Sent: Thursday, March 06, 2014 3:32 AM
To: Proca, Andreea B
Cc: openembedded-core@lists.openembedded.org
Subject: error-report-web django-nvd3 version

Hi,

can you be more specific about django-nvd3 version required by error-report-web?
http://git.yoctoproject.org/cgit/cgit.cgi/error-report-web/tree/README

with 0.6.* it was complaining about missing kw_args param in load_chart calls, older versions were complaining about other changes.

I'm testing it (currently without graphs) in order to extend it to collect some build metrics and statistics from our builds (like every jenkins build and very local developer build will upload back description of HW, build times and other metrics so we can better evaluate icecc, sstate reuse ratio etc).

If something like that would be useful for upstream I can eventually contribute it back.

I've also updated the .bbclass to read all "configuration" from bb data and to upload the report after every build (sort of like tinderbox, oestats bbclass worked), that way is easier for us to globally enable it for all builds in our distro config without any interaction from developers.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error-report-web django-nvd3 version
  2014-03-06 11:44 ` Proca, Andreea B
@ 2014-03-06 13:46   ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-03-06 13:46 UTC (permalink / raw)
  To: Proca, Andreea B; +Cc: openembedded-core@lists.openembedded.org

[-- Attachment #1: Type: text/plain, Size: 1979 bytes --]

On Thu, Mar 06, 2014 at 11:44:54AM +0000, Proca, Andreea B wrote:
> Hi Martin,
> 
> I should have been more specific about the versions, sorry. 
> I've updated the README, it needs django-nvd3 0.1.11 and python-nvd3 0.6.0.
> 
> I usually install those on my Ubuntu host using pip. 

Thank you, I didn't go that far into django-nvd3 history to try 0.1.11
version :).

I've small fix to make it compatible with 0.6.0, but I'll first try it
with 0.1.11 to see if it's supposed to look like this.

Thank you very much for this project it came in right time for me :).

> -----Original Message-----
> From: Martin Jansa [mailto:martin.jansa@gmail.com] 
> Sent: Thursday, March 06, 2014 3:32 AM
> To: Proca, Andreea B
> Cc: openembedded-core@lists.openembedded.org
> Subject: error-report-web django-nvd3 version
> 
> Hi,
> 
> can you be more specific about django-nvd3 version required by error-report-web?
> http://git.yoctoproject.org/cgit/cgit.cgi/error-report-web/tree/README
> 
> with 0.6.* it was complaining about missing kw_args param in load_chart calls, older versions were complaining about other changes.
> 
> I'm testing it (currently without graphs) in order to extend it to collect some build metrics and statistics from our builds (like every jenkins build and very local developer build will upload back description of HW, build times and other metrics so we can better evaluate icecc, sstate reuse ratio etc).
> 
> If something like that would be useful for upstream I can eventually contribute it back.
> 
> I've also updated the .bbclass to read all "configuration" from bb data and to upload the report after every build (sort of like tinderbox, oestats bbclass worked), that way is easier for us to globally enable it for all builds in our distro config without any interaction from developers.
> 
> -- 
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-06 13:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06  1:31 error-report-web django-nvd3 version Martin Jansa
2014-03-06 10:27 ` Paul Eggleton
2014-03-06 11:44 ` Proca, Andreea B
2014-03-06 13:46   ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox