Skip to content

Releases: kiwitcms/github-app

v2.0.1 (18 Jun 2024)

18 Jun 11:25
Compare
Choose a tag to compare
Changelog for v2.0.1

v2.0.0 (07 Jun 2024)

07 Jun 17:04
Compare
Choose a tag to compare
Changelog for v2.0.0

v1.7.0 (06 May 2024)

06 May 10:08
Compare
Choose a tag to compare
Changelog for v1.7.0

v1.6.0 (15 Jan 2024)

15 Jan 15:56
Compare
Choose a tag to compare
Changelog for v1.6.0

v1.5.1 (28 Mar 2023)

28 Mar 16:59
Compare
Choose a tag to compare
Changelog for v1.5.1

v1.3.2 (05 Jan 2022)

05 Jan 14:22
Compare
Choose a tag to compare
  • 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)

08 Dec 21:58
Compare
Choose a tag to compare
  • Update for newer PyGithub

v1.2 (13 Sep 2020)

13 Sep 13:08
Compare
Choose a tag to compare
  • Adjusted to work with Django 3.1 and Kiwi TCMS > 8.6
  • Replace deprecated url() with re_path()
  • Migrate the payload field to newer models.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)

05 Aug 20:36
Compare
Choose a tag to compare
  • 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

v1.0 (13 Apr 2020)

28 Apr 07:30
Compare
Choose a tag to compare
  • Install settings overrides under tcms_settings_dir/
    (compatible with Kiwi TCMS v8.2 or later):

    • does not need MIDDLEWARE and PUBLIC_VIEWS override anymore
  • Remove GithubAppAuth backend, shipped with social-auth-core v3.3.0

  • Fix a redirect to use the correct name of our social_core backend