{"id":26481994,"url":"https://github.com/kiwitcms/trackers-integration","last_synced_at":"2025-03-20T03:36:37.374Z","repository":{"id":57540094,"uuid":"526347138","full_name":"kiwitcms/trackers-integration","owner":"kiwitcms","description":"Integration between Kiwi TCMS and various Issue Trackers","archived":false,"fork":false,"pushed_at":"2024-10-11T03:11:47.000Z","size":48237,"stargazers_count":0,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-30T05:42:05.521Z","etag":null,"topics":["mantisbt","openproject","trello"],"latest_commit_sha":null,"homepage":"https://kiwitcms.readthedocs.io/en/latest/modules/tcms.issuetracker.html#module-tcms.issuetracker","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiwitcms.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://kiwitcms.org/#subscriptions"],"github":["kiwitcms"],"patreon":null,"open_collective":"kiwitcms","ko_fi":null,"tidelift":"pypi/kiwitcms","community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null}},"created_at":"2022-08-18T19:26:18.000Z","updated_at":"2024-10-08T10:58:06.000Z","dependencies_parsed_at":"2023-09-24T19:39:24.254Z","dependency_job_id":"6fbcfa41-8b3f-4f1a-81ed-39f7a97063a3","html_url":"https://github.com/kiwitcms/trackers-integration","commit_stats":{"total_commits":144,"total_committers":7,"mean_commits":"20.571428571428573","dds":0.2222222222222222,"last_synced_commit":"1ca0ea9f8b4125ce29597d18f3a2c715a6f281d7"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwitcms%2Ftrackers-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwitcms%2Ftrackers-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwitcms%2Ftrackers-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwitcms%2Ftrackers-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiwitcms","download_url":"https://codeload.github.com/kiwitcms/trackers-integration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244545515,"owners_count":20469876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mantisbt","openproject","trello"],"created_at":"2025-03-20T03:36:36.723Z","updated_at":"2025-03-20T03:36:37.365Z","avatar_url":"https://github.com/kiwitcms.png","language":"Python","funding_links":["https://kiwitcms.org/#subscriptions","https://github.com/sponsors/kiwitcms","https://opencollective.com/kiwitcms","https://tidelift.com/funding/github/pypi/kiwitcms"],"categories":[],"sub_categories":[],"readme":"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\u0026color=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 \u003chttps://github.com/kiwitcms/Kiwi/pull/3439\u003e`_ for more details\n- Fix typo in markdown\n- Build \u0026 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 \u003chttps://github.com/kiwitcms/trackers-integration/issues/38\u003e`_\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 \u003chttps://github.com/kiwitcms/trackers-integration/issues/34\u003e`_\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 \u003chttps://github.com/cmbahadir\u003e`_\n\n\nv0.2.0 (20 Sep 2022)\n~~~~~~~~~~~~~~~~~~~~\n\n- Initial release\n- Support for OpenProject\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwitcms%2Ftrackers-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiwitcms%2Ftrackers-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwitcms%2Ftrackers-integration/lists"}