Trac Continuum

A Trac plugin for browsing and managing continuum

Status

early stages - working on a base set of features.

Requirements

  • Trac >= 0.9.3
  • Continuum >= 1.0.3, < 1.1-beta3 (continuum-xmlrpc component >= 1.1-SNAPSHOT XmlrpcNotes)
    • Apologies for the lack of 1.1 support, but the Continuum team have removed python support due to their use of xmlrpc-extensions

Installation (source)

  1. Check out https://svn.rectang.com/continutrac
  2. Run: python setup.py bdist_egg
  3. Copy the created egg from the dist folder into the plugins directory of your Trac environment.
  4. Add the following section to your trac.ini
    [components]
    continutrac.* = enabled
    
    [continuum]
    url = http://localhost:8000/
    projects = 5
    

Note: the port you address should be continuum's XMLRPC port, and it must be enabled - see the continuum documentation

4a. If your project has multiple builds in continuum you should list all the projects, for example, 2,5,19

  1. Check if your trac installation is configured for python egg plugins (see Setting up the Plugin Cache)
  2. Restart trac / webserver.

Planned Feaures

Starting Builds

Author

Andy "HandyAndE" Williams

License

The ContinuTrac Plugin is licensed under the Apache Software License, version 2

Bugs & Ideas

Create a new Ticket.