Author: | Damien Lebrun |
---|---|
Tags: | design |
abstract: | TracHub is plug-in to integrate GitHub with Trac. It tracks the activity of your repository and of its clone on GitHub. |
Contents
We were looking for an issue tracker that would allow users to notify the rest of the community of their coding activity easily, simple by push their work to a public repository.
No traditional issue tracker supporting distributed version control systems seems have this feature (except maybe launchpad - but we didn’t fall in love with bzr or launchpad itself).
This plug-in is not yet deployed so we might discover later that our requirements or implemention are naive.
This plug-in can’t create a new version control controller conponent; it seems unrealistic to host a clone for every users wanting to contribute a bug fix, or to query each user repository via the GitHub API.
Instead it will use GitHub web-hook and save any commit info it receives from the web-hook post in the Trac database.
As a result, there will be dead link to commit that have disappeared (a clone have been removed or repository history have been rewritten.