File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,17 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
18
18
19
19
## [ Unreleased]
20
20
21
- ### New Contributors!
21
+ ### Added
22
+
23
+ - Created initial models for GitHub App integration:
24
+ - ` EventLog ` to store webhook events
25
+ - ` Installation ` to manage GitHub App installations and generate access tokens
26
+ - ` Repository ` to interact with GitHub repositories and track issues
27
+ - Created ` AsyncWebhookView ` to integrate ` gidgethub ` webhook handling with Django.
28
+ - Created webhook event routing system using ` gidgethub.routing.Router ` .
29
+ - Integrated ` gidgethub.abc.GitHubAPI ` client with ` Installation ` authentication.
30
+
31
+ ### New Contributors
22
32
23
33
- Josh Thomas < josh@joshthomas.dev > (maintainer)
24
34
You can’t perform that action at this time.
0 commit comments