Edgewall Software

Changes between Version 13 and Version 14 of SeaChange/CompetitionSurvey


Ignore:
Timestamp:
Mar 19, 2017, 6:54:43 PM (7 years ago)
Author:
figaro
Comment:

Added bug tracking systems

Legend:

Unmodified
Added
Removed
Modified
  • SeaChange/CompetitionSurvey

    v13 v14  
    1717 - RoundUp: bug tracker implemented in Python.
    1818
     19== Bug Tracking Systems
     20
     21This page lists some of the bug tracking systems we draw inspiration from:
     22 * CvsTrac: Web-Based Bug And Patch-Set Tracking System For CVS, Subversion and Git, built by the SQLite developers.
     23   * Trac itself, you are here.
     24   * TracDerivatives, ie taking the code as a base.
     25   * RedMine and ChiliProject (https://www.chiliproject.org/): web based project management systems, heavily inspired by Trac; Ruby.
     26 * [http://phabricator.org/ Phabricator]: a collection of open source web applications that help software companies build better software.
     27 * FlySpray: uncomplicated, web-based bug tracking system for assisting with software development.
     28 * RoundUp: a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces; Python.
     29 * ["Jira"]: capture and organize issues, assign work, and follow team activity; web-based.
     30 * FogBugz: bug tracking system.
     31 * BitBucket: web-based distributed version control; [http://mercurial.selenic.com/ Mercurial] and [http://git-scm.com/ Git].
     32 * GitHub: web-based distributed version control, [http://git-scm.com/ Git] only.
     33 * [https://allura.apache.org/ Allura]: bug tracking system, by Apache foundation.
     34 * [https://taiga.io/ Taiga]: a project management platform for startups and agile developers and designers who want a simple, beautiful tool; Python / Django.
     35
    1936== Trac Clones
    2037