The release of git-bug project 0.9 is out, which develops a bug tracking system that stores information about issues and comments in the form of objects in a Git repository. Similar to changes in source code, the git-bug tool allows placing information about tracked bugs into external repositories using the push operation, as well as retrieving data from an external to a local repository using the pull operation. The project code is written in Go and is distributed under the GPLv3 license.
System Features:
- Using a Git repository to store issue descriptions, user database, and comments in a version-controlled manner.
- Utilizing the decentralized Git architecture for offline operation and change synchronization.
- Very fast execution of search operations and navigation through error messages.
- Layers for synchronization with bug tracking services like GitHub, GitLab, Jira, and Launchpad.
- Ability to work with error messages through the command line, console interface, or web interface.
Source: opennet.ru
