| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-01 | Mark statuspage shell scripts executable in git | batsumaru | |
| core.fileMode is false in this repo (Windows checkout), so the earlier commit recorded every checks/*.sh, lib/common.sh, and render.sh as 100644. render.sh skips non-executable files silently, so without this the deployed page would render with zero rows. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> | |||
| 2026-07-01 | Split monolithic status check.sh into modular check scripts | batsumaru | |
| Replace the single-file prototype with independently-addable check scripts (checks/*.sh) that each emit JSONL rows, a shared helper lib, and one orchestrator/renderer (render.sh) that groups rows by section and writes the static status page. A broken check script now shows up as a down/warn row instead of crashing the whole render. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> | |||
