Giter Club home page Giter Club logo

tracstats's Introduction

===============
   TracStats
===============


Description
===========

The TracStats project is a plugin for the 'trac' project management tool.

The TracStats plugin adds a "Stats" tab to the trac project. Underneath this
tab can be found statistics about changesets, wiki pages, and tickets.

Some features include:

* Recent activity (last 30 days) showing top 10 developers, projects, and paths
  within the repository.

* Detailed statistics of source code development:

  * Total files by time
  * Commits by time, author, month, day of week, hour of day
  * Recent commits
  * Activity by time, author, project, filetype, change type
  * Most active paths, files
  * Commit cloud (built from checkin comments)

* Detailed statistics of Trac wiki pages:

  * Total pages by time
  * Edits by author
  * Latest wiki pages changed
  * Most active wiki pages
  * Largest wiki pages

* Detailed statistics of Trac tickets:

  * Open tickets by time
  * Tickets by author, component
  * Most active tickets
  * Oldest open tickets
  * Latest tickets reported, changed

* Drill down by author or path within the repository for more information.

The TracStats plugin supports Trac installations with SQLite, MySQL, and
PostgreSQL database backends.

The TracStats plugin has been tested with Subversion, Mercurial, and Git
version control systems.


Installation
============

The TracStats plugin can be installed using standard::

   $ easy_install tracstats

Or, grab the sources and build using::
 
   $ python setup.py install


Configuration
=============

It is configured in the ``trac.ini`` file by enabling and configuring::

    [components]
    tracstats.* = enabled

The ``STATS_VIEW`` permission is used to control access to the statistics pages.

In addition, an optional "project root" within your repository can be
configured as the base for all projects and source code statistics::

    [stats]
    root = path/to/projects


Troubleshooting
===============

If you use Git (i.e. the GitPlugin for Trac) and are not able to see any of
the code statistics, you likely need to configure it to cache the repository
to make it work::

    [git]
    cached_repository = true
    persistent_cache = true

You might need to run ``trac-admin <project-env> repository resync
<reponame>`` after the change.

tracstats's People

Contributors

acetous avatar icco avatar mdkendall avatar mrjbq7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.