Modify ↓
Opened 7 years ago
Closed 7 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)
Change History (5)
Changed 7 years ago by
Attachment: | fix_killed_timeline.patch added |
---|
comment:1 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 7 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Ooops, somehow I uploaded a incomplete patch. Following is missing:
-
HudsonTrac/HudsonTracPlugin.py
25 25 from trac.util.html import tag 26 26 from trac.util.text import unicode_quote 27 27 from trac.web.chrome import INavigationContributor, ITemplateProvider 28 from trac.web.chrome import add_stylesheet 28 from trac.web.chrome import add_stylesheet, add_notice 29 29 from trac.wiki.formatter import wiki_to_oneliner
comment:4 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
In 17112: