Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add webhook support #119

Merged
merged 9 commits into from
Jan 28, 2024
Merged

Add webhook support #119

merged 9 commits into from
Jan 28, 2024

Conversation

Andrew-Dickinson
Copy link
Member

Adds support for webhooks via the django-webhook library. This placed a dependency on Celery and therefore, redis.

Nearly all of this is zero-config though. New webhooks are added by the admin via the Webhooks table:
image

@andybaumgar
Copy link
Collaborator

Woo! Excited for this!

@andybaumgar
Copy link
Collaborator

We use Celery at my work too. There's a GUI called Flower.

@Andrew-Dickinson
Copy link
Member Author

Added a test case (after much frustration)

@Andrew-Dickinson Andrew-Dickinson changed the title [Draft] Add webhook support Add webhook support Jan 28, 2024
@Andrew-Dickinson Andrew-Dickinson changed the base branch from main to fix-migrations January 28, 2024 01:11
@Andrew-Dickinson
Copy link
Member Author

Andrew-Dickinson commented Jan 28, 2024

LMAO my new check caught my mistake that's amazing nvm it was a flaky check. Fixed in the other PR

Copy link
Collaborator

@WillNilges WillNilges left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it

@Andrew-Dickinson Andrew-Dickinson changed the base branch from fix-migrations to main January 28, 2024 05:36
@Andrew-Dickinson Andrew-Dickinson merged commit ad58bed into main Jan 28, 2024
4 checks passed
@Andrew-Dickinson Andrew-Dickinson deleted the webhooks branch July 27, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants