Commit Graph

16 Commits

Author SHA1 Message Date
ab6d1204e6 refactor(test): split web host api tests by domain 2026-02-25 14:43:23 +08:00
56d0b40dd3 refactor(script): split metadata parsing and cache from script engine 2026-02-25 14:40:23 +08:00
62bd88efc9 refactor(web): split web host bootstrap and route implementation 2026-02-25 14:37:19 +08:00
3933f0120b refactor: add unified request audit logging for all web routes 2026-02-25 14:31:38 +08:00
e6a993fcf1 feat: support lateinit var args declaration for hostArgs injection and add coverage 2026-02-25 14:24:37 +08:00
c8f4695582 refactor: inject default @param values into hostArgs and cache compiled scripts for run execution 2026-02-25 14:17:46 +08:00
757af8d89b refactor: rename HOST_* env vars to SLHAF_HUB_* across CLI/TUI, security, docs, and compose 2026-02-25 13:59:27 +08:00
ff012c3b9a refactor: extract shared auth route handlers and route registration for type/scripts/meta/run 2026-02-25 13:53:51 +08:00
e2fdb99c91 feat: add subtoken path auth for /u/{name}@{token} type/scripts/meta/run routes and coverage 2026-02-25 13:49:32 +08:00
07d5c1db52 feat: require explicit @param required flag and improve run failure output with params details 2026-02-24 23:55:31 +08:00
8824b43a99 test: add WebHost API test-host coverage for health/auth, script CRUD, subtoken access, and timeout handling 2026-02-24 23:01:31 +08:00
cdc91d7ffd feat: add metadata-based script timeouts with validation and request timeout handling 2026-02-24 22:48:57 +08:00
97b337e143 refactor: add configurable max run concurrency limit for script run routes 2026-02-24 22:09:24 +08:00
2796638311 feat: add token-aware API TUI with subtoken actions and row-based focus navigation 2026-02-24 21:14:53 +08:00
00508e3121 refactor: add --host option and default web host binding to 0.0.0.0 2026-02-24 18:52:24 +08:00
50cdd8e126 chore: initialize slhaf hub project 2026-02-24 17:57:03 +08:00