Changes between Version 4 and Version 5 of BambooTracPlugin


Ignore:
Timestamp:
Mar 17, 2015, 5:40:52 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • BambooTracPlugin

    v4 v5  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Bamboo Trac Integration Plugin =
    32
    4 == Description ==
     3= Bamboo Trac Integration Plugin
    54
    6 Integrate [http://www.atlassian.com/software/bamboo/ Bamboo] build results into the Trac timeline and (optionally) provide a navbar menu to link to the Bamboo instance.
     5== Description
     6
     7Integrate [http://www.atlassian.com/software/bamboo/ Bamboo] build results into the Trac timeline and (optionally) provide a navigation bar menu to link to the Bamboo instance. Bamboo is a continuous integration and build server, supported by Atlassian.
    78
    89This plugin works very similar to the HudsonTracPlugin (and was almost completely based on it), LuntbuildTracIntegration plugin and the Trac Continuum plugin. The build results are obtained from one of the RSS feeds Bamboo provides.
    910
    10 == Dependencies ==
     11== Bugs/Feature Requests
    1112
    12 This plugin requires that the [http://www.feedparser.org/ python-feedparser]
    13 library is installed on your system.
     13Existing bugs and feature requests for BambooTracPlugin are
     14[report:9?COMPONENT=BambooTracPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=BambooTracPlugin&owner=grimsy new ticket].
     18
     19[[TicketQuery(component=BambooTracPlugin&group=type,format=progress)]]
     20
     21== Download
     22
     23Download the zipped source from [download:bambootracplugin here].
     24
     25== Source
     26
     27You can check out BambooTracPlugin from [http://trac-hacks.org/svn/bambootracplugin here] using Subversion, or [source:bambootracplugin browse the source] with Trac.
    1428
    1529== Installation ==
    1630
     31This plugin requires that the [http://www.feedparser.org/ python-feedparser] library is installed on your system.
     32
     33Install this plugin using `easy_install`:
    1734{{{
    1835#!sh
     
    2037}}}
    2138
    22 Enable the plugin in trac.ini.
    23 
     39Enable the plugin in `trac.ini`:
    2440{{{
    2541#!ini
     
    2844}}}
    2945
    30 == Configuration ==
     46== Configuration
    3147
    32 At a minimum, you need the feed_url parameter 
     48At a minimum, you need the feed_url parameter:
    3349{{{
    3450#!ini
     
    3753}}}
    3854
    39 If you're using basic authentication on your bamboo installation, you '''should''' be able to use the following configuration
     55If you are using basic authentication on your bamboo installation, you '''should''' be able to use the following configuration:
    4056{{{
    4157#!ini
     
    4662}}}
    4763
    48 ''Please note that I haven't tested the Basic authentication, and just used the same code that the HudsonTracPlugin was using''
     64'''Note''': I haven't tested the Basic authentication, and just used the same code that the HudsonTracPlugin was using.
    4965
    50 == Bugs/Feature Requests ==
    51 
    52 Existing bugs and feature requests for BambooTracPlugin are
    53 [report:9?COMPONENT=BambooTracPlugin here].
    54 
    55 If you have any issues, create a
    56 [http://trac-hacks.org/newticket?component=BambooTracPlugin&owner=grimsy new ticket].
    57 
    58 == Download ==
    59 
    60 Download the zipped source from [download:bambootracplugin here].
    61 
    62 == Source ==
    63 
    64 You can check out BambooTracPlugin from [http://trac-hacks.org/svn/bambootracplugin here] using Subversion, or [source:bambootracplugin browse the source] with Trac.
    65 
    66 == Recent Changes ==
     66== Recent Changes
    6767
    6868[[ChangeLog(bambootracplugin, 3)]]
    6969
    70 == Author/Contributors ==
     70== Author/Contributors
    7171
    7272'''Author:''' [wiki:grimsy] [[BR]]
    73 '''Maintainer:''' [wiki:grimsy] [[BR]]
     73'''Maintainer:''' [[Maintainer]] [[BR]]
    7474'''Contributors:'''