Commit Graph

115 Commits

Author SHA1 Message Date
Anso 7f23c88c73 Merge pull request #24 from AnsoCode/fix/remote-nodes-hardening
fix: Remote Nodes Hardening
2026-03-18 14:14:16 -04:00
SaelixCode 4bd80e29bf fix: harden docker api validation, handle sftp errors, and fix node manager ui 2026-03-18 14:13:07 -04:00
SaelixCode 69e86a0a37 fix: Resolve DatabaseService SQL syntax error and add concrete IFileAdapter implementations 2026-03-18 13:13:56 -04:00
Anso 8a4f8874de Merge pull request #23 from AnsoCode/feature/remote-nodes-wiring
feat: Remote Nodes Wiring & SSH Adapters
2026-03-18 12:58:10 -04:00
SaelixCode 8c51198468 feat: Remote Nodes Wiring & SSH Adapters 2026-03-18 12:55:30 -04:00
Anso 457c9976bc Merge pull request #22 from AnsoCode/feature/remote-nodes-foundation
feat: Remote Nodes Foundation
2026-03-18 11:55:20 -04:00
SaelixCode d2c5b2de67 fix: cast req.params.id as string to resolve TS2345 type errors 2026-03-18 11:53:41 -04:00
SaelixCode 02e1ebe1b6 feat: Remote Nodes Foundation (Strategy B) - Add nodes table with auto-seeded default local node in DatabaseService - Create NodeRegistry service for multi-instance Docker daemon connections - Add 6 Node management API endpoints (CRUD + test connection) - Create NodeManager component with table UI and connection testing - Add NodeContext for frontend-wide active node state management - Add node switcher dropdown to sidebar (visible when >1 node) - Add Nodes tab to Settings Hub 2026-03-18 11:45:04 -04:00
Anso c324d987ea Merge pull request #21 from AnsoCode/feature/global-logs-classification
fix: replace naive log level detection with robust 3-tier regex class…
2026-03-10 16:12:35 -04:00
SaelixCode b7e6b5a21c fix: replace naive log level detection with robust 3-tier regex classification engine
Eliminates massive false-positive error misclassifications caused by Docker
containers writing standard INFO logs to STDERR. The new hierarchy:
1. INFO/DEBUG/TRACE indicators (overrides STDERR default)
2. WARN/WARNING indicators
3. ERROR/FATAL/CRIT/CRITICAL/PANIC + Exception: indicators

Supports common log formats: level=info, [INFO], and bare INFO tokens.
Applied to both /api/logs/global and /api/logs/global/stream endpoints.
2026-03-10 14:50:51 -04:00
Anso b32cf5490c Merge pull request #20 from AnsoCode/feature/enterprise-logs-dev-mode
feat: Enterprise Logs & Dev Mode
2026-03-09 14:03:30 -04:00
SaelixCode 448a64a10d feat: implement enterprise sse global logs and developer mode 2026-03-09 14:02:10 -04:00
Anso 7336ea896e Merge pull request #19 from AnsoCode/feature/global-logs-ux-polish
fix: Global Logs UX Polish
2026-03-09 12:26:07 -04:00
SaelixCode b2674080c4 fix: implement smart auto-scroll and definitive stack filtering in global logs 2026-03-09 12:21:12 -04:00
Anso f501fa4712 Merge pull request #18 from AnsoCode/feature/global-logs-polish
fix: Global Logs Polish
2026-03-06 23:08:22 -05:00
SaelixCode 9af0f85749 fix: refine log level parsing and implement bottom auto-scroll 2026-03-06 23:07:17 -05:00
Anso 1f544c6568 Merge pull request #17 from AnsoCode/feature/observability-remediation-v2
fix: Observability UI & TTY Parsing
2026-03-06 22:53:33 -05:00
SaelixCode 8203dd6a14 fix: tty parsing, timezone mapping, and floating action bar for global logs 2026-03-06 22:52:36 -05:00
Anso da5a74a424 Merge pull request #16 from AnsoCode/feature/observability-remediation
fix: Observability Polish & Normalization
2026-03-06 22:25:52 -05:00
SaelixCode 29b10150b4 fix: remediate observability dashboard and global logs parsing 2026-03-06 22:24:42 -05:00
Anso 935c2b016a Merge pull request #15 from AnsoCode/feature/unified-logs-metrics
feat: Unified Observability
2026-03-06 21:06:35 -05:00
SaelixCode a4a5365da1 feat: implement centralized logging and historical metrics dashboard 2026-03-06 21:05:23 -05:00
Anso 49cef7acfa Merge pull request #14 from AnsoCode/feature/live-container-logs
feat: implement real-time container log streaming via SSE
2026-03-06 15:43:28 -05:00
SaelixCode b765403dcf feat: implement real-time container log streaming via SSE 2026-03-06 15:41:06 -05:00
Anso 12aab3a5ae Merge pull request #13 from AnsoCode/feature/app-store-final-polish
feat: implement pre-deploy collision checks and universal two-stage t…
2026-03-06 14:55:27 -05:00
SaelixCode b97952567d feat: implement pre-deploy collision checks and universal two-stage teardown 2026-03-06 14:45:37 -05:00
Anso c4805a17ac Merge pull request #12 from AnsoCode/feature/two-stage-teardown
fix: implement two-stage teardown for reliable atomic rollbacks
2026-03-06 10:27:29 -05:00
SaelixCode fb3a28834e fix: implement two-stage teardown for reliable atomic rollbacks 2026-03-06 10:18:47 -05:00
Anso b90db0124c Merge pull request #11 from AnsoCode/feature/smart-error-parser
feat: Advanced Error Handling & Probes
2026-03-05 20:00:28 -05:00
SaelixCode 953049a45d feat: implement smart error parser and post-deploy health probe 2026-03-05 19:59:35 -05:00
SaelixCode d38d48fafe fix(frontend): remove duplicate ScrollArea tag causing build failure 2026-03-05 19:44:08 -05:00
Anso 7935029369 Merge pull request #9 from AnsoCode/feature/app-store-fixes
fix: App Store Polish & Rollbacks
2026-03-05 19:23:01 -05:00
Anso 269d4f8d5c Merge branch 'develop' into feature/app-store-fixes 2026-03-05 19:22:53 -05:00
Anso a6bf1a3b96 Merge pull request #8 from AnsoCode/feature/deployment-freedom
feat: Deployment Freedom & Polish
2026-03-05 19:22:07 -05:00
SaelixCode 69408257d2 fix: implement atomic deployment rollbacks and custom scrollbar UI 2026-03-05 18:55:03 -05:00
SaelixCode f2fbca17b7 feat: implement dynamic volumes, custom env vars, and timezone detection 2026-03-05 14:55:04 -05:00
Anso 5c7e08a391 Merge pull request #7 from AnsoCode/feature/app-store-polish
feat: App Store Polish
2026-03-05 14:50:13 -05:00
SaelixCode 4aa4bf1b80 fix(backend,frontend): correct docker socket connection on windows and fix api proxy in vite config 2026-03-05 14:49:24 -05:00
SaelixCode 44acfd7d90 feat: polish app store ui and add advanced deployment configuration 2026-03-05 14:06:31 -05:00
Anso 33b48811d8 Merge pull request #6 from AnsoCode/feature/lsio-api-integration
feat: Official LSIO API Integration
2026-03-05 12:47:13 -05:00
SaelixCode f9e8874f6c feat: integrate official lsio api and rich template metadata 2026-03-05 12:37:59 -05:00
Anso e45915f014 Merge pull request #5 from AnsoCode/hotfix/template-url
fix: update lsio template registry url to valid endpoint
2026-03-05 11:01:38 -05:00
SaelixCode 7d59400114 fix: update lsio template registry url to valid endpoint 2026-03-05 11:00:00 -05:00
Anso c05654bdf9 Merge pull request #4 from AnsoCode/feature/dynamic-templates
feat: Dynamic Templates & Sanitizer
2026-03-05 10:34:05 -05:00
SaelixCode 536a714d9b feat: add dynamic template registry and smart volume path sanitizer 2026-03-05 10:15:54 -05:00
Anso 47775c6dd2 Merge pull request #3 from AnsoCode/chore/docker-workflow-wakeup
chore: Wake up Docker Pipeline
2026-03-04 16:21:31 -05:00
Anso db7cdcd268 Merge branch 'develop' into chore/docker-workflow-wakeup 2026-03-04 16:21:22 -05:00
Anso cb5f32dd45 Merge pull request #2 from AnsoCode/feature/docker-automation
ci: Docker Build Automation
2026-03-04 16:20:53 -05:00
Anso a229af50f5 Merge branch 'develop' into feature/docker-automation 2026-03-04 16:20:05 -05:00
Anso b519fbbddf Merge pull request #1 from AnsoCode/feature/app-templates
feat: App Templates & One-Click Installs
2026-03-04 16:16:55 -05:00