Releases: joshuadavidthomas/django-github-app
Releases · joshuadavidthomas/django-github-app
v0.5.0
What's Changed
- remove auto detection of webhook type and use app settings by @joshuadavidthomas in #36
- 🔖 bump version 0.4.0 -> 0.5.0 by @joshuadavidthomas in #37
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- allow for passing
Installation
instance to GitHub API clients by @joshuadavidthomas in #30 - implement
SyncWebhookView
and refactorGitHubRouter
for sync support by @joshuadavidthomas in #31 - rename internal webhook event modules by @joshuadavidthomas in #32
- add system check for sync/async webhook views by @joshuadavidthomas in #33
- add sync handlers for internal webhook events by @joshuadavidthomas in #34
- 🔖 bump version 0.3.0 -> 0.4.0 by @joshuadavidthomas in #35
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- implement
SyncGitHubAPI
client by @joshuadavidthomas in #23 - migrate all models and managers to
async_to_sync_method
for sync by @joshuadavidthomas in #24
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- make
github import-app
mgmt command an atomic transaction by @joshuadavidthomas in #18 - bump version in
uv.lock
by @joshuadavidthomas in #20 - 🔖 bump version 0.2.0 -> 0.2.1 by @joshuadavidthomas in #21
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- add model method to
Installation
for retrieving accessible repos by @joshuadavidthomas in #10 - add Development section to README and update contribution guide by @joshuadavidthomas in #12
- add management command for importing an existing installation by @joshuadavidthomas in #11
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- simplify
seq
test util function by @joshuadavidthomas in #1 - tweak sequence generator by @joshuadavidthomas in #2
- create new
override_app_settings
pytest fixture by @joshuadavidthomas in #3 - move
ModelAdmin
tests to plugin by @joshuadavidthomas in #4 - allow for using contents or path for private key by @joshuadavidthomas in #5
- rename
Router
toGitHubRouter
by @joshuadavidthomas in #6 - 🔖 release 0.1.0 by @joshuadavidthomas in #7
New Contributors
- @joshuadavidthomas made their first contribution in #1
Full Changelog: https://github.com/joshuadavidthomas/django-github-app/commits/v0.1.0