﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
10905,Hudson 3.0.0 no longer supports /api/python interface,defect,0.11,roadrunner,new,2013-03-04T09:09:56+01:00,2020-05-01T06:51:13+02:00,"The HudsonTracPlugin requires that hudson makes available the API for python on the URL `/api/python` at the moment, however now that Eclipse have taken on hudson, and version 3.0.0 has been released, the python API is no longer supported.  Once hudson is upgraded to version 3.0.0 you get this error in the TRAC timeline:

{{{
Trac Error

Hudson Builds event provider (HudsonTracPlugin) failed:
IOError: Error getting build info from 
'http://myserver:8080/job/jobname/api/python?
tree=builds[building,timestamp,duration,result,description,url,
fullDisplayName,changeSet[items[revision,id,user,author[fullName]]],
culprits[fullName],actions[causes[userName]]]': 
HTTPError: HTTP Error 404: Not Found. 
This most likely means you configured a wrong job_url, username, or password.
}}}

See discussion here, that explains the python interface is no longer supported:
http://www.eclipse.org/forums/index.php/t/457665/

Apparently though, the api is almost identical to the JSON interface anyway, so perhaps HudsonTracPlugin can be fairly easily modified to point to `/api/json` instead?",c.jones@…
10175,Macro to show build status,enhancement,0.12,roadrunner,new,2012-07-25T00:20:41+02:00,2012-07-25T00:20:41+02:00,"I was thinking of investigating whether it was possible to create a simple macro to display build status, similar to StatusIndicatorMacro. I was wondering if you've ever looked into whether this is possible.",Ryan J Ollos
10129,Multiple job_url/main_page support,enhancement,0.11,roadrunner,new,2012-07-02T20:18:07+02:00,2020-05-01T06:51:13+02:00,"I would like to have the ability to only integrated specific projects between Jenkins and Trac. Currently, you can integrate one project, or all projects, but not specific projects:

I could see the format as:
{{{
job_url1 = http://localhost/hudson/job/build_foo1/
main_page1 = /hudson/job/build_foo1/
job_url2 = http://localhost/hudson/job/build_foo2/
main_page2 = /hudson/job/build_foo2/
}}}

or even a comma separated list:
{{{
job_url = http://localhost/hudson/job/build_foo1/,http://localhost/hudson/job/build_foo2/
main_page = /hudson/job/build_foo1/,/hudson/job/build_foo2/
}}}",Shawn Baker
8881,Create ticket automatically,enhancement,0.11,roadrunner,new,2011-06-10T10:09:05+02:00,2011-06-10T10:29:04+02:00,Is it possible to create ticket automatically and assign to one of the existing user (which is configured using .htpasswd) when hudson build fails (hudsontracplugin is installed),george
7027,HudsonTrac branch for 0.11,enhancement,0.11,roadrunner,new,2010-04-26T11:27:42+02:00,2010-11-20T13:09:22+01:00,"Hello,

As I'm starting to use Hudson, I naturally wanted to give a try to the Hudson Trac plugin. It works well, great work!

However, the current code is in source:hudsontracplugin/0.10, and while it works with 0.11 and up, it really feels too ""0.10"" for my taste ;-)

So I've refreshed it to make it work with 0.11 only, adapting the coding style to be a bit more like the Trac:TracDev/CodingStyle as well, and it would be nice to reintegrate that in a 0.11 branch.

This is in preparation for likely further enhancements.


(and btw, TracHacks itself also **really** feels too 0.10 for my taste ;-) )",Christian Boos
