Modify

Opened 6 years ago

Closed 6 years ago

#13408 closed defect (fixed)

Don't kill timeline on Hudson connect error

Reported by: Dirk Stöcker Owned by: roadrunner
Priority: normal Component: HudsonTracPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

Hello,

attached fix does no longer kill the timeline on the "frequent" jenkins outages, but rather adds a notice to the timeline page instead.

Attachments (1)

fix_killed_timeline.patch (615 bytes) - added by Dirk Stöcker 6 years ago.

Download all attachments as: .zip

Change History (5)

Changed 6 years ago by Dirk Stöcker

Attachment: fix_killed_timeline.patch added

comment:1 Changed 6 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

In 17112:

0.6dev: Prevent Jenkins outage disabling timeline

Patch by Dirk Stöcker.

Fixes #13408.

comment:2 Changed 6 years ago by Dirk Stöcker

Resolution: fixed
Status: closedreopened

Ooops, somehow I uploaded a incomplete patch. Following is missing:

  • HudsonTrac/HudsonTracPlugin.py

     
    2525from trac.util.html import tag
    2626from trac.util.text import unicode_quote
    2727from trac.web.chrome import INavigationContributor, ITemplateProvider
    28 from trac.web.chrome import add_stylesheet
     28from trac.web.chrome import add_stylesheet, add_notice
    2929from trac.wiki.formatter import wiki_to_oneliner

comment:3 Changed 6 years ago by Ryan J Ollos

In 17113:

0.6dev: Part of r17112

Refs #13408.

comment:4 Changed 6 years ago by Ryan J Ollos

Resolution: fixed
Status: reopenedclosed

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.