You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#504Fixes#506
Refactors webhook deletion to leverage postgres' cascade functionality.
Doing so means deleting parent resources (organizations, vcs providers)
also deletes webhooks. The deletion triggers the "webhook purger", which
deletes webhooks from the VCS repo provider.
This is due to a foreign key:
This probably should be addressed in go as opposed to an SQL cascade as the vcs configuration might require to delete the upstream webhooks.
The text was updated successfully, but these errors were encountered: