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
webhooks: only pull project for which request was received (#793)
If a webhook request's project matches a wildcard, pull only that
project instead of pulling the entire wildcard (which can be expensive
for wildcards matching many projects).
log.WithFields(logFields).Info("project ref not currently exported but its configuration matches a wildcard, triggering a pull of the projects from this wildcard")
log.WithFields(logFields).Info("project environment not currently exported but its configuration matches a wildcard, triggering a pull of the projects from this wildcard")
log.WithFields(logFields).Info("project environment not currently exported but its configuration matches a wildcard, triggering a pull of the project")
287
287
} else {
288
288
log.WithFields(logFields).Debug("project ref not matching wildcard, skipping..")
0 commit comments