Roundup

A simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces. Highly customisable
Download

Roundup Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT
  • Price:
  • FREE
  • Publisher Name:
  • Roundup Team
  • Publisher web site:
  • http://www.roundup-tracker.org/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 1.6 MB

Roundup Tags


Roundup Description

A simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces. Highly customisable Roundup is based on the winning design from Ka-Ping Yee in the Software Carpentry "Track" design competition.Roundup manages a number of issues (with flexible properties such as "description", "priority", and so on) and provides the ability to: submit new issues, find and edit existing issues, and discuss issues with other participants.The system will facilitate communication among the participants by managing discussions and notifying interested parties when issues are edited. One of the major design goals for Roundup that it be simple to get going. Roundup is therefore usable "out of the box" with any python 2.3+ installation. It doesn't even need to be "installed" to be operational, though a disutils-based install script is provided.Roundup comes with two issue tracker templates (a classic bug/feature tracker and a minimal skeleton) and five database back-ends (anydbm, sqlite, metakit, mysql and postgresql). Here are some key features of "Roundup": Simple to install: · installation (including web interface) takes about 30 minutes · instant-gratification python demo.py · two templates included in the distribution for you to base your tracker on · play with the demo, customise it and then use it as the template for your production tracker · requires no additional support software - python (2.3+) is enough to get you going · easy to set up higher-performance storage backends like sqlite, mysql and postgresql Simple to use: · accessible through the web, email, command-line or Python programs · may be used to track bugs, features, user feedback, sales opportunities, milestones, ... · automatically keeps a full history of changes to issues with configurable verbosity and easy access to information about who created or last modified any item in the database · issues have their own mini mailing list (nosy list) · users may sign themselves up, there may be automatic signup for incoming email and users may handle their own password reset requests Highly configurable: · web interface HTML is fully editable · database schema is also fully editable (only the "user" class is required) with a full set of data types (including dates and many-to-many relations) across all storages available · customised automatic auditors and reactors may be written that perform actions before and after changes are made to entries in the database, or may veto the creation or modification of items in the database · samples are provided for all manner of configuration changes and customisations Fast, scalable: · with the sqlite, mysql and postgresql backends, roundup is also fast and scalable, easily handling thousands of issues and users with decent response times · database indexes are automatically added for those backends that support them (sqlite, mysql and postgresql) · indexed text searching giving fast responses to searches across all messages and indexed string properties · support for the Xapian full-text indexing engine for large trackers Documented: · documentation exists for installation, upgrading, maintenance, users and customisation Web interface: · fully editable interfaces for listing and display of items · extendable to include wizards, parent/meta bug displays, ... · differentiates between anonymous, known and admin users · may be set up to require login, and may also only allow admin users to register new users · authentication of user registration and user-driven password resetting using email and one time keys · may be run using WSGI or through CGI as a normal cgi script, as a stand-alone web server, under mod_python or through Zope · searching may be performed using many constraints, including a full-text search of messages attached to issues · file attachments (added through the web or email) are served up with the correct content-type and filename · email change messages generated by roundup appear to be sent by the person who made the change, but responses will go back through the nosy list by default · flexible access control built around Permissions and Roles with assigned Permissions · generates valid HTML4 or XHTML · detects concurrent user changes · saving and editing of user-defined queries which may optionally be shared with other users E-mail interface: · may be set up using sendmail-like delivery alias, POP polling or mailbox polling · may auto-register users who send in mail and aren't known to roundup · nosy list configuration controls how people are added and when messages are sent to the list · auto-filing of "unformatted" messages into a particular class · e-mail attachments are handled sanely, being attached to the issue they're intended for, and forwarded on to the nosy list · sane handling of content-type and content-encoding of messages (text/plain preferred in all situations) · email packages that display threading will show issue messages correctly threaded · users may send in messages from multiple addresses and be associated with the same roundup username · built-in security features like TLS and APOP Command-line: · may be used to interactively manage roundup databases · may be scripted using standard shell scripting · roundup's API may also be used by other Python programs - a sample is provided that runs once a day and emails people their assigned issues · a variety of sample shell scripts are provided (weekly reports, issue generation, ...) Xmlrpc interface: · simple remote tracker interface with basic HTTP authentication · provides same access to tracker as roundup-admin, but based on XMLRPC calls Requirements: · Python What's New in This Release: Fixes: · Minor update of doc/developers.txt to point to the new resources on www.roundup-tracker.org (Bernhard Reiter) · Small CSS improvements regaring the search box (thanks Thomas Arendsan Hein) (issue 2550589) · Indexers behaviour made more consistent regarding length of indexed words and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584) · fixed typos in the installation instructions (thanks Thomas Arendsen Hein) (issue 2550573) · New config option csv_field_size: Pythons csv module (which is used for export/import) has a new field size limit starting with python2.5. We now issue a warning during export if the limit is too small and use the csv_field_size configuration during import to set the limit for the csv module. · Small fix for CGI-handling of XMLRPC requests for python2.4, this worked only for 2.5 and beyond due to a change in the xmlrpc interface in python · Document filter method of xmlrpc interface · Fix interaction of SSL and XMLRPC, now XMLRPC works with SSL


Roundup Related Software