mvisonneau / gitlab-ci-pipelines-exporter

Prometheus / OpenMetrics exporter for GitLab CI pipelines insights
Apache License 2.0
1.21k stars 239 forks source link

webhooks: only pull project for which request was received #793

Closed sysedwinistrator closed 4 months ago

sysedwinistrator commented 4 months ago

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).

Fixes #281

mvisonneau commented 4 months ago

thanks @sysedwinistrator !