Skip to content

twisted-infra/amptrac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amptrac, A Completely Ridiculous Issue Tracker

I wrote this because twistedmatrix.com has a Trac instance full of valuable data, and Trac has become increasingly annoying over the past 7 years. Amptrac is an attempt to provide a better face on that data.

How It Works

Amptrac provides an AMP listeners in a Twisted-based server, and a command-line client.

Server

AMP commands in amptrac.responder define the interface for working with ticket data.

Client

XXX

How To Run It

If you want to develop Frack, the tests can be run via ‘trial amptrac.test’. For running a development server:

sqlite3 < frack/test/trac_test.sql trac.db

twistd -n amptrac –sqlite_db=trac.db

bin/review-tickets

bin/fetch-ticket <id>

Ticket numbers in the test database are: 3312, 5622, 5517, 2723, 4712.