Extra Issue Tracker integration for Kiwi TCMS
=============================================
.. image:: https://pyup.io/repos/github/kiwitcms/trackers-integration/shield.svg
:target: https://pyup.io/repos/github/kiwitcms/trackers-integration/
:alt: Python updates
.. image:: https://opencollective.com/kiwitcms/tiers/sponsor/badge.svg?label=sponsors&color=brightgreen
:target: https://opencollective.com/kiwitcms#contributors
:alt: Become a sponsor
.. image:: https://img.shields.io/twitter/follow/KiwiTCMS.svg
:target: https://twitter.com/KiwiTCMS
:alt: Kiwi TCMS on Twitter
Introduction
------------
This package provides extra integration between Kiwi TCMS and
various Issue Trackers.
Changelog
---------
v1.1.0 (08 Nov 2024)
~~~~~~~~~~~~~~~~~~~~
- Bug details integration code now returns the additional fields
`id`, `status` and `url` alongside the existing ones
`description` and `title`!
v1.0.0 (13 Jun 2024)
~~~~~~~~~~~~~~~~~~~~
- 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
v0.7.0 (14 Jan 2024)
~~~~~~~~~~~~~~~~~~~~
- 1-click bug report will now use ``execution.build.version.product`` instead
of ``execution.run.plan.product`` following changes in Kiwi TCMS, see:
https://github.com/kiwitcms/Kiwi/commit/48a33a71e664c8c3ed2ceb298b5f1e19d0bddb52
and `PR #3439 <https://github.com/kiwitcms/Kiwi/pull/3439>`_ for more details
- Fix typo in markdown
- Build & test with Python 3.11
- Test with psycopg3
v0.6.0 (23 Nov 2023)
~~~~~~~~~~~~~~~~~~~~
- 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 <https://github.com/kiwitcms/trackers-integration/issues/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
v0.5.0 (6 Jun 2023)
~~~~~~~~~~~~~~~~~~~
- Fix typo in module name listed in settings. Closes
`Issue #34 <https://github.com/kiwitcms/trackers-integration/issues/34>`_
(Stefan Weiberg)
v0.4.0 (16 Feb 2023)
~~~~~~~~~~~~~~~~~~~~
- Remove IntegrationThread classes due to refactoring in Kiwi TCMS 12.1
v0.3.0 (13 Oct 2022)
~~~~~~~~~~~~~~~~~~~~
- Add support for Mantis BT with contributions from
`@cmbahadir <https://github.com/cmbahadir>`_
v0.2.0 (20 Sep 2022)
~~~~~~~~~~~~~~~~~~~~
- Initial release
- Support for OpenProject
Raw data
{
"_id": null,
"home_page": "https://github.com/kiwitcms/trackers-integration/",
"name": "kiwitcms-trackers-integration",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Kiwi TCMS",
"author_email": "info@kiwitcms.org",
"download_url": "https://files.pythonhosted.org/packages/ad/ea/20b562b7fbdf110d9fad515624bb1453f36a5bf8c6be55deada0aec98bac/kiwitcms-trackers-integration-1.1.0.tar.gz",
"platform": null,
"description": "Extra Issue Tracker integration for Kiwi TCMS\n=============================================\n\n.. image:: https://pyup.io/repos/github/kiwitcms/trackers-integration/shield.svg\n :target: https://pyup.io/repos/github/kiwitcms/trackers-integration/\n :alt: Python updates\n\n.. image:: https://opencollective.com/kiwitcms/tiers/sponsor/badge.svg?label=sponsors&color=brightgreen\n :target: https://opencollective.com/kiwitcms#contributors\n :alt: Become a sponsor\n\n.. image:: https://img.shields.io/twitter/follow/KiwiTCMS.svg\n :target: https://twitter.com/KiwiTCMS\n :alt: Kiwi TCMS on Twitter\n\n\nIntroduction\n------------\n\nThis package provides extra integration between Kiwi TCMS and\nvarious Issue Trackers.\n\nChangelog\n---------\n\nv1.1.0 (08 Nov 2024)\n~~~~~~~~~~~~~~~~~~~~\n\n- Bug details integration code now returns the additional fields\n `id`, `status` and `url` alongside the existing ones\n `description` and `title`!\n\n\nv1.0.0 (13 Jun 2024)\n~~~~~~~~~~~~~~~~~~~~\n\n- Relicense this package under GNU Affero General Public License v3 or later\n- Prior versions are still licensed under GNU General Public License v3\n- Remove the ability to set category when opening a new issue in OpenProject\n b/c of missing relicense permission\n\n\nv0.7.0 (14 Jan 2024)\n~~~~~~~~~~~~~~~~~~~~\n\n- 1-click bug report will now use ``execution.build.version.product`` instead\n of ``execution.run.plan.product`` following changes in Kiwi TCMS, see:\n https://github.com/kiwitcms/Kiwi/commit/48a33a71e664c8c3ed2ceb298b5f1e19d0bddb52\n and `PR #3439 <https://github.com/kiwitcms/Kiwi/pull/3439>`_ for more details\n- Fix typo in markdown\n- Build & test with Python 3.11\n- Test with psycopg3\n\n\nv0.6.0 (23 Nov 2023)\n~~~~~~~~~~~~~~~~~~~~\n\n- Automatically set category when opening a new issue in OpenProject\n if the category matches ``execution.case.category.name`` (Stefan Weinberg)\n- Use raw text instead of HTML for OpenProject bug details popover. Closes\n `Issue #38 <https://github.com/kiwitcms/trackers-integration/issues/38>`_\n- Add a new ``ApiToken`` model to the database. It can be used to provide\n personal API tokens for bug-tracker integrations\n- Make use of the new ``IssueTracker.rpc_credentials`` property\n introduced in Kiwi TCMS v12.6\n- Start testing with Python 3.9\n- Start testing against OpenProject v13\n- Start testing against MantisBT 2.26.0\n\n\nv0.5.0 (6 Jun 2023)\n~~~~~~~~~~~~~~~~~~~\n\n- Fix typo in module name listed in settings. Closes\n `Issue #34 <https://github.com/kiwitcms/trackers-integration/issues/34>`_\n (Stefan Weiberg)\n\n\nv0.4.0 (16 Feb 2023)\n~~~~~~~~~~~~~~~~~~~~\n\n- Remove IntegrationThread classes due to refactoring in Kiwi TCMS 12.1\n\n\nv0.3.0 (13 Oct 2022)\n~~~~~~~~~~~~~~~~~~~~\n\n- Add support for Mantis BT with contributions from\n `@cmbahadir <https://github.com/cmbahadir>`_\n\n\nv0.2.0 (20 Sep 2022)\n~~~~~~~~~~~~~~~~~~~~\n\n- Initial release\n- Support for OpenProject\n",
"bugtrack_url": null,
"license": "AGPLv3+",
"summary": "Integration between Kiwi TCMS and various Issue Trackers",
"version": "1.1.0",
"project_urls": {
"Homepage": "https://github.com/kiwitcms/trackers-integration/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "89d2bd54dee7c426e7d062ab43140a12f13f4076a9bb8bc2269da803b13d2e1c",
"md5": "ec612ed9c670f54460d00e3d7d1efe9d",
"sha256": "f7e0f6fa79bb8066f31c7193035ba030cfda06b72032bdf92901759dd214de55"
},
"downloads": -1,
"filename": "kiwitcms_trackers_integration-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ec612ed9c670f54460d00e3d7d1efe9d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 27678,
"upload_time": "2024-11-08T11:30:01",
"upload_time_iso_8601": "2024-11-08T11:30:01.334062Z",
"url": "https://files.pythonhosted.org/packages/89/d2/bd54dee7c426e7d062ab43140a12f13f4076a9bb8bc2269da803b13d2e1c/kiwitcms_trackers_integration-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "adea20b562b7fbdf110d9fad515624bb1453f36a5bf8c6be55deada0aec98bac",
"md5": "ffb72106e9f01e04eacf014af1980c44",
"sha256": "b27bb39ee89bde8d40ed70a8479f13110155e4baee3ba2c43bf25a2b2de4a94b"
},
"downloads": -1,
"filename": "kiwitcms-trackers-integration-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "ffb72106e9f01e04eacf014af1980c44",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22505,
"upload_time": "2024-11-08T11:30:03",
"upload_time_iso_8601": "2024-11-08T11:30:03.078059Z",
"url": "https://files.pythonhosted.org/packages/ad/ea/20b562b7fbdf110d9fad515624bb1453f36a5bf8c6be55deada0aec98bac/kiwitcms-trackers-integration-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-08 11:30:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kiwitcms",
"github_project": "trackers-integration",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "kiwitcms-trackers-integration"
}