Commit Graph

16 Commits

Author SHA1 Message Date
anoracleofra-code 2dcf7061d1 fix: Docker build failures — backend .dockerignore excluded package.json, frontend lock file missing hls.js
Backend: *.json glob in .dockerignore excluded package.json, causing
npm install to fail with ENOENT. Replaced with explicit exclusions.

Frontend: hls.js was added to package.json but package-lock.json was
not regenerated, causing npm ci to fail with EUSAGE sync error.
2026-03-09 06:30:20 -06:00
anoracleofra-code 7605b5f3a1 fix: include satellites in fast data endpoint payload
Satellites were missing from /api/live-data/fast response, causing
the frontend to show 0 satellites despite the backend having data.
2026-03-09 06:30:19 -06:00
anoracleofra-code f8c48830f5 fix: install ws module dependencies in backend Dockerfile for AIS proxy 2026-03-09 06:01:05 -06:00
anoracleofra-code e2e1cda5cb fix: document requirement for permissive CORS policy 2026-03-09 05:56:46 -06:00
anoracleofra-code fad9572959 fix: resolve security concerns in AIS proxy, GDELT parsing, and env key validation 2026-03-09 05:53:15 -06:00
anoracleofra-code b04b6908c2 fix: add node and curl dependencies to backend docker image 2026-03-09 05:41:43 -06:00
anoracleofra-code d8098c0414 fix: resolve shell command injection vulnerability in curl fallback 2026-03-08 21:50:34 -06:00
anoracleofra-code e7eb7c23a5 fix: implement CelesTrak fallbacks, add connection banner, and bump to v0.3.0 2026-03-08 21:00:59 -06:00
anoracleofra-code 0c7dc37d83 fix: improve API key security, add connection banner, and bump to v0.3.0 2026-03-08 19:52:07 -06:00
anoracleofra-code d69d6ad516 fix: merge AI dependency additions 2026-03-08 15:46:29 -06:00
anoracleofra-code 975f56f91c fix: add missing sgp4, geopy, and pytz dependencies to requirements for fresh installs 2026-03-08 15:45:25 -06:00
anoracleofra-code cd03bb966f feat: integrate AI codebase optimizations (memory safety, spatial hashing, centralized API base) 2026-03-08 15:39:33 -06:00
anoracleofra-code abbc51096b fix: resolve satellite NORAD ID lookup to fix propagation loop 2026-03-08 15:01:58 -06:00
anoracleofra-code 9949a66213 fix: make test_trace.py curl commands OS-agnostic 2026-03-08 14:24:36 -06:00
anoracleofra-code 38d92ac6cc feat: add Docker publishing via GitHub Actions 2026-03-08 14:04:52 -06:00
anoracleofra-code 8ed321f2ba Initial commit: ShadowBroker v0.1 2026-03-04 22:44:08 -07:00