Files
dokku/plugins/nginx-vhosts
Jose Diaz-Gonzalez 09c17e1653 fix: split more report global keys into raw and computed
Three plugins still leaked the built-in default through `<plugin>-global-<property>` after the broader raw/computed split in #8640. External tooling reading `:report --format json` for drift detection could not distinguish "set to default" from "never set" - after a `:set --global` followed by an unset, the JSON still reported the default value. The `<plugin>-global-<property>` keys now hold the raw stored value (empty when nothing has been set) and `<plugin>-computed-<property>` keys hold the effective value with per-app, global, and built-in default fallback. Every global property now has a computed sibling for shape consistency, including those whose default is empty. Internal callers in `scheduler-k3s` that previously read the default-applied global helpers now consume new `getComputed*` helpers, keeping deploy-time behavior unchanged.
2026-05-25 15:33:41 -04:00
..
2020-02-10 00:37:00 -05:00
2026-05-25 11:53:11 -04:00
2026-05-22 20:04:56 -04:00
2026-05-23 00:07:07 -04:00
2026-04-27 14:43:20 -04:00
2026-05-25 00:37:37 +00:00
2020-02-19 01:00:47 -05:00