chore: merge development into main for v0.1.0 release #12
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_proxy!12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First release with CI workflows, clippy fixes, and musl static binaries.
- admin.rs: read X-Forwarded-Prefix header and inject base_path into HTML template - admin.html: replace all asset/API paths with {{ base_path }} template variable, add <meta name="base-path"> for JS consumption, use status-dot/status-label connection widget pattern - dashboard.js: use BASE constant from meta tag for all fetch/rpc calls, integrate startConnectionStatusPoller() from connection-status.js - dashboard.css: add 3-state status-dot system (connected/backend-down/disconnected) - proxy.rs: inject X-Forwarded-Prefix header for path-prefix routing - Embed static assets (CSS, JS, fonts, favicon) via rust-embed Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>- hero_init() instead of env_get("HOME") + path concatenation - proc_process_action() + action_set() + service_register() instead of quick_service_set_full() per-binary - Service model: hero_proxy service groups hero_proxy_server + hero_proxy_ui - Legacy quick_service cleanup in stop/restart for migration path Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>- Replace manual socket path check + lifecycle::restart_service/stop_service with the modern hero_proc_factory() factory pattern (hp.restart_service, hp.stop_service) as required by the current hero_proc_sdk - Remove now-unused hero_proc_sdk::{lifecycle, socket} imports - Add explicit HeroProcFactory type annotation to satisfy type inference - Update Cargo.lock to pick up latest hero_proc_sdk development commit (e57c5fd4) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>