Releases: kiwitcms/github-app
Releases · kiwitcms/github-app
v2.1.0 (18 Apr 2025)
v2.0.1 (18 Jun 2024)
Changelog for v2.0.1
v2.0.0 (07 Jun 2024)
Changelog for v2.0.0
v1.7.0 (06 May 2024)
Changelog for v1.7.0
v1.6.0 (15 Jan 2024)
Changelog for v1.6.0
v1.5.1 (28 Mar 2023)
Changelog for v1.5.1
v1.3.2 (05 Jan 2022)
- Don't crash on 404 from GitHub. Fixes KIWI-TCMS-EA
- Workaround upstream PyGithub/PyGithub#2079. Fixes KIWI-TCMS-HD
v1.2.2 (08 Dec 2020)
- Update for newer PyGithub
v1.2 (13 Sep 2020)
- Adjusted to work with Django 3.1 and Kiwi TCMS > 8.6
- Replace deprecated
url()
withre_path()
- Migrate the
payload
field to newermodels.JSONField
type - Setting
PUBLIC_VIEWS
is removed in Kiwi TCMS so remove the
automatic adjustment - Make error messages for missing AppInst more clear
- Remove redundant if condition in Resync()
- Update translation strings
- Update documentation around GitHub permission requirements for
1-click bug report
v1.1 (05 Aug 2020)
- Add GitHub issue-tracker integration which authenticates as the installed app. Fixes Issue #25
- Configure BugSystem for new repos. Fixes Issue #15
- Create Product & BugSystem records when installation_repositores change. Fixes Issue #21
- Trigger resync from GitHub via menu. Fixes Issue #19
- Trigger resync from GitHub after AppInstallation is configured. Fixes Issue #20
- Database: Add AppInstallation.settings_url field
- Link to the correct URL for GitHub settings. Fixes Issue #33
- Require user to be logged in for ApplicationEdit. Fixes Issue #36
- Update translation strings
- Add more tests