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
{{ message }}
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
The code for deleting and creating webhook already exists.
Steps are probably:
Add to existing Admin only page with similar navigation as project dashboard (screenshot below)
Cloud functions
Get all repositories
For each repository
UI button is clicked (single repo button or all repo button)
UI calls cloud function with an array of UIDs (could be 1 UID in the array if single repo)
New cloud function loops over UIDs and …
a. calls existing delete repo webhook function
b. on the previous step a completing successfully, call create repo webhook function
Cloud function returns the total successful / failed webhook creations and display in UI
The text was updated successfully, but these errors were encountered:
The code for
deleting
andcreating
webhook already exists.Steps are probably:
a. calls existing delete repo webhook function
b. on the previous step a completing successfully, call create repo webhook function
The text was updated successfully, but these errors were encountered: