summaryrefslogtreecommitdiff
path: root/fixtures/Host.Downtime.HTML.expected
AgeCommit message (Collapse)Author
2026-06-27Restyle HTML output to stats.foo.zone style; bump to 0.5.30.5.3Paul Buetow
2026-06-07Add Updated column to Host reports from file mtimev0.5.2Paul Buetow
2026-04-14Release 0.4.1: drop HTML report header links; document Docker deploy in AGENTS.v0.4.1Paul Buetow
Remove Dashboard/foo.zone/Report API nav from HTML output; keep foo.zone CSS and layout. Refresh HTML fixtures. Made-with: Cursor
2026-04-14Release 0.4.0: foo.zone HTML styling, uptime-stats section order, dashboard ↵v0.4.0Paul Buetow
without full Kernel tables. - Link foo.zone stylesheet and mirror header/heading/quote layout for HTML reports. - Default -all stats order matches foo.zone (Host Uptime through Score, then KernelMajor and KernelName; full Kernel last when include-kernel). - Daemon root HTML uses include-kernel=false like the public stats page. - Refresh HTML integration fixtures. Made-with: Cursor
2026-04-14Add HTML OutputFormat and report API support (ask task 03)Paul Buetow
- Add FormatHTML with parse/string and HTMLReporter on existing report path - Emit minimal HTML document with escaped title, description, and pre table - Daemon /report sets text/html Content-Type for HTML format - Integration fixtures and tests for HTML Made-with: Cursor