Modify

Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#3377 closed enhancement (fixed)

Add Build description in Timeline

Reported by: Itou Akihiro Owned by: roadrunner
Priority: normal Component: HudsonTracPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

Now, HudsonTrac plugin only shows build number, build status, and build time. I hope to have much more build information such as build description.

I made a patch, which shows build description by using Hudson remote API.

Hudson remote API is very powerfull and I guess HudsonTrac plugin will become much better with it.

Not only this patch, I will make these kind of patches to improve HudsonTrac plugin. I hope to have a write access to repository. What sould I do?

Attachments (2)

HudsonTracPlugin.patch (1.1 KB) - added by Itou Akihiro 16 years ago.
HudsonTracPlugin.2.patch (1.7 KB) - added by Itou Akihiro 15 years ago.

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by Itou Akihiro

Attachment: HudsonTracPlugin.patch added

comment:1 Changed 16 years ago by Itou Akihiro

Component: TracHacksHudsonTracPlugin
Owner: changed from Alec Thomas to roadrunner

comment:2 Changed 15 years ago by roadrunner

Resolution: fixed
Status: newclosed

(In [4594]) Added support for displaying build description instead of generic "Build succesfully completed" message. Thanks to akihirox for the original patch. This closes #3377.

comment:3 Changed 15 years ago by Itou Akihiro

Thanks roadrunner, to pick up my patch.

But sorry, the patch has one problem. It requires Hudson 1.230 or later.

In case of Hudson 1.222, for example, you can see the following error message at timeline.

500 Internal Server Error (Hudson Builds event provider
(<tt>HudsonTracPlugin</tt>) failed:<br /><br />NameError: name 
'actions' is not defined<p>You may want to see the other kind of 
events from the <a href="/trac/proj/timeline?milestone=on&
amp;ticket=on&amp;changeset=on">Timeline</a></p>)

I make one patch(HudsonTracPlugin.2.patch) to swich process by Hudson version. Will you please check it.

I wonder whether there are many older hudson users or not. I guess it is better to update Hudson in this case. So I think that it's better to describe this requirement in the project page.

Changed 15 years ago by Itou Akihiro

Attachment: HudsonTracPlugin.2.patch added

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain roadrunner.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.