The stupid commit-bug traceability linker for the stupid content tracker
Project description
gitbuglink
The stupid commit-bug traceability linker for the stupid content tracker
The aim for gitbuglink is to be as stupid as possible. Other multi-layered approaches exist (e.g., [MLink](http://home.engineering.iastate.edu/~anhnt/Research/MLink/index.php)), but gitbuglink is not meant to replace those. At the moment, gitbuglink will only use a series of regular expressions to determine the link.
Initial support for link finding will work for Bugzilla bug repositories. Additional repository types (e.g., JIRA, github issues) should be able to be easily added (it may find a few accidentally).
If you find a commit message that was not linked, please send a pull request with the appropriate test case. Please include a project repo url and commit id in the comment of the test.
Usage
For input, gitbuglink accepts a file path to a local git repository. It uses the dulwich Python module to access the repository log. Output is a couple CSV files:
links.csv – a CSV of (commit id, bug id) for confirmed links
humans.csv – a CSV of (commit id, bug id_1, bug id_2, …, bug id_n) for links that require some form of human knowledge to establish the correct link(s). The tool makes no assumptions about a commit when it finds multiple links. You should investigate the commit message yourself to confirm or correct the output.
But my subject system uses CVS/Subversion/…
I don’t care. Send a pull request when you get it working.
Search for an (un)official project git mirror of the repository
- [Use a conversion tool](http://lmgtfy.com/?q=cvs+to+git):
[cvs2git](http://cvs2svn.tigris.org/cvs2git.html)
[svn2git](https://github.com/nirvdrum/svn2git)
(Send pull request for links to other tools you can recommend)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gitbuglink-0.0.2.tar.gz
.
File metadata
- Download URL: gitbuglink-0.0.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c15dc3cc15bd3a3beac413ef0816434dc10c3eff2cefa77e8c7f14b3c16f1647 |
|
MD5 | c522157c2d2a9e8d3ab6904321edebeb |
|
BLAKE2b-256 | d02ac6d36694ab329b6c2d889ca9d23f424b0b104c8a5ee73f10626d877f956f |
File details
Details for the file gitbuglink-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: gitbuglink-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acacd6448f70abeaee4aea9aebf1ea1e94dd00a44a5e59691ad8975cfc937642 |
|
MD5 | 1c2557b8ef79770d91c9171dff3a47f3 |
|
BLAKE2b-256 | e55ceb8b8fd99e5d8014184b56fec07f126fe37ef33498f59b5e06463cb07572 |