django-github-hook icon indicating copy to clipboard operation
django-github-hook copied to clipboard

Configurable post-receive webhook handler, implemented as a Django app

Results 4 django-github-hook issues
Sort by recently updated
recently updated
newest added

Ensure all use cases are covered by tests.

As discussed in #6, it would be useful to have multiple signal types for different use cases. Will probably need to work this out in tandem with #7.

As discussed in #3 and #6, there are now two somewhat distinct use cases for this codebase: - One case is the "signal-centric" approach, that always sends a signal when...

As discussed in #6, it would be useful to have a central place where users could share signal recievers (or shell scripts) for use with this project. I proposed a...