Files
pulse/internal
rcourtman b5fa6a9afd feat(alerts): wildcard forms in docker ignored-container patterns
Bare entries keep their historical prefix semantics. Entries may now
also use the wildcard forms already established by the PBS datastore
excluder, so *-dev matches a suffix, *staging* a substring, and
runner-* an explicit prefix. Wildcard-only entries are skipped, that
job belongs to DisableAllDockerContainers.

Suffix matching is what the reporter on #1601 was approximating with
hundreds of per-container disable toggles, which is also what pushed
their config past the old request body cap.

Refs #1601

Contract-Neutral: extend docker ignored-prefix matching with wildcard forms; no schema or payload changes
2026-08-06 17:18:07 +01:00
..