• Joined on 2024-12-01
slhaf pushed to main at slhaf/slhaf-hub 2026-02-25 14:59:52 +08:00
923479b4cf docs(readme): add compiled script cache to feature list
e3886ff2ed refactor(layout): organize sources into web script cli domains
Compare 2 commits »
slhaf pushed to main at slhaf/slhaf-hub 2026-02-25 14:48:13 +08:00
d79ff57b89 refactor(web): mask subtoken credentials in request audit path logs
ab6d1204e6 refactor(test): split web host api tests by domain
56d0b40dd3 refactor(script): split metadata parsing and cache from script engine
62bd88efc9 refactor(web): split web host bootstrap and route implementation
Compare 4 commits »
slhaf pushed to main at slhaf/slhaf-hub 2026-02-25 14:31:45 +08:00
3933f0120b refactor: add unified request audit logging for all web routes
slhaf pushed to main at slhaf/slhaf-hub 2026-02-25 14:24:44 +08:00
e6a993fcf1 feat: support lateinit var args declaration for hostArgs injection and add coverage
slhaf pushed to main at slhaf/slhaf-hub 2026-02-25 14:17:52 +08:00
c8f4695582 refactor: inject default @param values into hostArgs and cache compiled scripts for run execution
slhaf pushed to main at slhaf/slhaf-hub 2026-02-25 13:59:32 +08:00
757af8d89b refactor: rename HOST_* env vars to SLHAF_HUB_* across CLI/TUI, security, docs, and compose
slhaf pushed to main at slhaf/slhaf-hub 2026-02-25 13:53:57 +08:00
ff012c3b9a refactor: extract shared auth route handlers and route registration for type/scripts/meta/run
e2fdb99c91 feat: add subtoken path auth for /u/{name}@{token} type/scripts/meta/run routes and coverage
Compare 2 commits »
slhaf pushed to main at slhaf/slhaf-hub 2026-02-24 23:55:39 +08:00
07d5c1db52 feat: require explicit @param required flag and improve run failure output with params details
slhaf pushed to main at slhaf/slhaf-hub 2026-02-24 23:50:55 +08:00
fb6ffc1d4f refactor: remove time demo script and update hello script metadata/params
slhaf pushed to main at slhaf/slhaf-hub 2026-02-24 23:21:31 +08:00
fda3ecfca4 docs: make README language references clickable links in EN and zh-CN docs
slhaf pushed to main at slhaf/slhaf-hub 2026-02-24 23:19:52 +08:00
327526ac5e docs: update Quick Start in README and README.zh-CN with clone steps and local scripts volume path
slhaf pushed to main at slhaf/slhaf-hub 2026-02-24 23:14:01 +08:00
8a3ceb5bdb docs: rewrite README and add Chinese docs (README.zh-CN.md)
slhaf pushed to main at slhaf/slhaf-hub 2026-02-24 23:03:01 +08:00
2c1b515326 refactor: rename Gradle root project to slhaf-hub
slhaf pushed to main at slhaf/slhaf-hub 2026-02-24 23:01:38 +08:00
8824b43a99 test: add WebHost API test-host coverage for health/auth, script CRUD, subtoken access, and timeout handling
slhaf pushed to main at slhaf/slhaf-hub 2026-02-24 22:49:04 +08:00
cdc91d7ffd feat: add metadata-based script timeouts with validation and request timeout handling
slhaf pushed to main at slhaf/slhaf-hub 2026-02-24 22:09:30 +08:00
97b337e143 refactor: add configurable max run concurrency limit for script run routes
slhaf pushed to main at slhaf/slhaf-hub 2026-02-24 21:56:31 +08:00
29e32f1800 refactor: rename cli and tui tools
slhaf pushed to main at slhaf/slhaf-hub 2026-02-24 21:51:27 +08:00
a00332c1a7 feat: add env-based API defaults and enhance TUI with script picker and pretty response output
slhaf pushed to main at slhaf/slhaf-hub 2026-02-24 21:14:59 +08:00
2796638311 feat: add token-aware API TUI with subtoken actions and row-based focus navigation
slhaf pushed to main at slhaf/slhaf-hub 2026-02-24 18:52:43 +08:00
3e23adf821 feat: add hello and time demo hub scripts