Changes between Version 21 and Version 22 of HudsonTracPlugin


Ignore:
Timestamp:
Mar 5, 2015, 6:20:21 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, added progress bar on outstanding tickets

Legend:

Unmodified
Added
Removed
Modified
  • HudsonTracPlugin

    v21 v22  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Hudson Trac Integration Plugin (works also for Jenkins) =
    32
    4 == Description ==
     3= Hudson Trac Integration Plugin (works also for Jenkins)
    54
    6 Integrate [http://hudson-ci.org/ Hudson] or the
    7 actual fork [http://jenkins-ci.org/ Jenkins] build results into the Trac
    8 timeline and (optionally) provide a navbar menu to link to the Hudson instance.
     5== Description
    96
    10 This plugin works very similar to the LuntbuildTracIntegration plugin and the
    11 [http://dev.rectang.com/projects/continutrac Trac Continuum] plugin. The build
    12 results are obtained from the Hudson remote API.
     7Integrate [http://hudson-ci.org/ Hudson] or the actual fork [http://jenkins-ci.org/ Jenkins] build results into the Trac timeline and (optionally) provide a navbar menu to link to the Hudson instance.
    138
    14 ''Note'': as of version 0.4 this plugin requires Hudson 1.367 or later; if
    15 you are running an earlier version of Hudson then you'll need to grab r7912
    16 instead.
     9This plugin works very similar to the LuntbuildTracIntegration plugin and the [http://dev.rectang.com/projects/continutrac Trac Continuum] plugin. The build results are obtained from the Hudson remote API.
     10
     11'''Note''': as of version 0.4 this plugin requires Hudson 1.367 or later; if you are running an earlier version of Hudson then you'll need to grab r7912 instead.
    1712
    1813For additional integration between Trac and Jenkins see [https://wiki.jenkins-ci.org/display/JENKINS/Trac+Plugin Jenkins Trac Plugin] and [https://wiki.jenkins-ci.org/display/JENKINS/Trac+Publisher+Plugin Jenkins Trac Publisher Plugin].
     
    2015[[Image(hudson_plugin_screenshot.png, border=1)]]
    2116
    22 == Configuration ==
     17== Configuration
    2318
    24 As with all plugins, you must enable it explicitly, either via Trac's
    25 UI (Admin -> General -> Plugins) or by directly editing the trac.ini:
     19As with all plugins, you must enable it explicitly, either via Trac's Admin panel (Admin -> General -> Plugins) or by directly editing trac.ini:
    2620{{{
     21#!ini
    2722[components]
    2823hudsontrac.* = enabled
    2924}}}
    3025
    31 There are 13 options you can configure in your trac.ini under the
    32 section `[hudson]` (if you have the IniAdminPlugin installed they will
    33 show up on the Trac Admin page under `hudson`):
     26There are the following options you can configure in your trac.ini under the section `[hudson]`. If you have the IniAdminPlugin installed they will show up on the Trac Admin page under `hudson`:
    3427 job_url::
    3528   The url of the top-level hudson page if you want to display all
     
    9184   triggered the build if any, else show no author for the build).
    9285
    93 
    9486Example trac.ini (not necessary if using the defaults):
    9587{{{
     88#!ini
    9689[hudson]
    9790job_url = http://localhost/hudson/job/build_foo/
     
    10093}}}
    10194
    102 Lastly, make sure you assign users the `BUILD_VIEW` permission in
    103 order for them to be able to see the builds in the timeline.
     95Lastly, make sure you assign users the `BUILD_VIEW` permission in order for them to be able to see the builds in the timeline.
    10496
    105 
    106 == Bugs/Feature Requests ==
     97== Bugs/Feature Requests
    10798
    10899Existing bugs and feature requests for HudsonTracPlugin are [query:status!=closed&component=HudsonTracPlugin&order=priority here].
    109100
    110 If you have any issues, create a
    111 [/newticket?component=HudsonTracPlugin&owner=roadrunner new ticket].
     101If you have any issues, create a [/newticket?component=HudsonTracPlugin&owner=roadrunner new ticket].
     102
     103[[TicketQuery(component=HudsonTracPlugin,group=type,format=progress)]]
    112104
    113105== Download and Source ==
     
    115107Download the [download:hudsontracplugin zipped source], check out [/svn/hudsontracplugin using Subversion], or [source:hudsontracplugin browse the source] with Trac.
    116108
    117 == Upgrade Notes ==
     109== Upgrade Notes
    118110
    119 If you are upgrading from version 0.3 of this plugin (pre r9467) then
    120 make sure you're running Hudson 1.367 or later.
     111If you are upgrading from version 0.3 of this plugin (pre r9467) then make sure you're running Hudson 1.367 or later.
    121112
    122 If you are upgrading from version 0.2 of this plugin (pre r6683) then
    123 you will need to make the following changes:
    124  * the `feed_url` option has been replaced by the `job_url` option;
    125    the latter points to the top-level hudson page or to a job page,
    126    not an RSS feed anymore.
     113If you are upgrading from version 0.2 of this plugin (pre r6683) then you will need to make the following changes:
     114 * the `feed_url` option has been replaced by the `job_url` option; the latter points to the top-level hudson page or to a job page, not an RSS feed anymore.
    127115 * the `display_subprojects` has been renamed `display_modules`
    128  * you must assign users the `BUILD_VIEW` permission in order for them
    129    to see the builds
    130  * The [http://www.feedparser.org/ python-feedparser] library is no
    131    longer required.
     116 * you must assign users the `BUILD_VIEW` permission in order for them to see the builds
     117 * The [http://www.feedparser.org/ python-feedparser] library is no longer required.
    132118
    133 == Recent Changes ==
     119== Recent Changes
    134120
    135121[[ChangeLog(hudsontracplugin, 3)]]
    136122
    137 == Author/Contributors ==
     123== Author/Contributors
    138124
    139125'''Author:''' [wiki:roadrunner] [[BR]]