issues Search Results · repo:joshuadavidthomas/django-github-app language:Python
Filter by
0 results
(44 ms)0 results
injoshuadavidthomas/django-github-app (press backspace or delete to remove)In the README when showing using the clients on their own, we are missing the requester argument.
from django_github_app.github import AsyncGitHubAPI
from django_github_app.models import Installation ...
bug
documentation
joshuadavidthomas
- 1
- Opened on Jan 9
- #47
As opposed to requiring the installation ID, if you have a valid Installation you should be able to use it for
authentication. It s a small thing, but I like the API of this.
Proposed:
async def create_comment(repo_full_name: ...
joshuadavidthomas
- Opened on Nov 20, 2024
- #29
Archive action pending #17
And re: deletion, I m mainly thinking of having a button at the top of the changelist for EventLog along the lines of
Clean-up Events that respects the settings.GITHUB_APP[ ...
enhancement
joshuadavidthomas
- Opened on Nov 19, 2024
- #22
Possibly to S3, or maybe even just a storage (that could be S3 or anything)
enhancement
joshuadavidthomas
- Opened on Nov 18, 2024
- #17
If the management command fails at any point, there are leftover model instances in the database. Should wrap the whole
thing in transaction.atomic so it can roll back if anything fails.
bug
joshuadavidthomas
- Opened on Nov 18, 2024
- #16
A nice to have feature would be the ability to @ reply the github app that django-github-app is installed on with a
command and have the event router handle that appropriately. I m thinking about how you ...
enhancement
joshuadavidthomas
- Opened on Nov 18, 2024
- #15
Since gidgethub is async-first, this library has started out with only the ability to use in an async context. However,
I would wager the vast, vast majority of Django projects out there are not async. ...
enhancement
joshuadavidthomas
- 1
- Opened on Nov 18, 2024
- #14
Right now an Installation is only created from the installation.created webhook event. If someone wants to use this
library with an app that already exists, they won t ever get this event so the installation ...
joshuadavidthomas
- 1
- Opened on Nov 15, 2024
- #8

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.