mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
b5fa6a9afd
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