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
- validate: run config warnings against RAW (pre-resolution) config so a
correctly-externalized \ is not flagged as hardcoded; this fixes
'validate --strict' falsely failing CI when secrets are set in .env
- validate: silence loadConfig's per-var warnings (already reported in aggregate)
- validator: also detect hardcoded secrets in the env block, keyed precisely by
the last key segment so benign keys like PASSWORD_RESET_URL don't false-positive
- compose: generic services no longer auto-inherit a DB-type healthcheck by
coincidental type name; they only get healthchecks explicitly declared in health_checks
- logger: add getLevel(); tests for all of the above (225 passing)
0 commit comments