|
Notes |
|
|
(0028007)
|
|
David Cole
|
|
2011-12-19 08:26
|
|
Perhaps you could hook into the existing rss feed already provided by CDash.
For example,
feed://cdash.org/CDash/rss/SubmissionRSSCDash.xml |
|
|
|
(0028017)
|
|
doob
|
2011-12-20 03:28
(edited on: 2011-12-20 03:30) |
|
Unfourtunately RSS feeds aren't provided for projects not on the public dashboard.
Also one point of having hooks would be to also get build state globally and not only on a per project base.
|
|
|
|
(0028032)
|
|
Julien Jomier
|
|
2011-12-22 07:44
|
|
|
I think this should be done through the webAPI when you can have a script query the state of the dashboard through that API. |
|
|
|
(0028036)
|
|
doob
|
|
2011-12-22 09:50
|
|
I thought about this too, but didn't find some appropriate API function in the documentation in the Wiki. However I think it would be more generic, less complicated to have hooks triggered by cdash than to query the API. But that depends on the point of view and the individual application of course.
The important point for me (for connection to a xtreme feedback device) would be to be able to get some sort of global state for the entire dashboard or a selection of project, not only on a per single project base. |
|