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

Use the new handlers when evaluating repo webhooks #4565

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

  1. Use the new handlers when evaluating repo webhooks

    We added new watermill handlers that allow to refresh and evaluate a
    generic entity with properties. This is the first patch in a series that
    takes these handlers into account with the eventual goal of removing all
    the bespoke code from the GitHub webhook handler and eventually remove
    direct database access from the webhook handler.
    
    I'll expand the same method for the other webhook events we issue, but
    let's do small PRs so we can have some test runs in between them and
    revert in case of issues.
    
    Related: stacklok#4327
    jhrozek committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d6b57a0 View commit details
    Browse the repository at this point in the history