This package provides extra integration between Kiwi TCMS and various Issue Trackers.
- Bug details integration code now returns the additional fields id, status and url alongside the existing ones description and title!
- Relicense this package under GNU Affero General Public License v3 or later
- Prior versions are still licensed under GNU General Public License v3
- Remove the ability to set category when opening a new issue in OpenProject b/c of missing relicense permission
- 1-click bug report will now use
execution.build.version.product
instead ofexecution.run.plan.product
following changes in Kiwi TCMS, see: https://github.com/kiwitcms/Kiwi/commit/48a33a71e664c8c3ed2ceb298b5f1e19d0bddb52 and PR #3439 for more details - Fix typo in markdown
- Build & test with Python 3.11
- Test with psycopg3
- Automatically set category when opening a new issue in OpenProject
if the category matches
execution.case.category.name
(Stefan Weinberg) - Use raw text instead of HTML for OpenProject bug details popover. Closes Issue #38
- Add a new
ApiToken
model to the database. It can be used to provide personal API tokens for bug-tracker integrations - Make use of the new
IssueTracker.rpc_credentials
property introduced in Kiwi TCMS v12.6 - Start testing with Python 3.9
- Start testing against OpenProject v13
- Start testing against MantisBT 2.26.0
- Fix typo in module name listed in settings. Closes Issue #34 (Stefan Weiberg)
- Remove IntegrationThread classes due to refactoring in Kiwi TCMS 12.1
- Add support for Mantis BT with contributions from @cmbahadir
- Initial release
- Support for OpenProject