anoracleofra-code
|
90c2e90e2c
|
v0.9.5: The Voltron Update — modular architecture, stable IDs, parallelized boot
- Parallelized startup (60s → 15s) via ThreadPoolExecutor
- Adaptive polling engine with ETag caching (no more bbox interrupts)
- useCallback optimization for interpolation functions
- Sliding LAYERS/INTEL edge panels replace bulky Record Panel
- Modular fetcher architecture (flights, geo, infrastructure, financial, earth_observation)
- Stable entity IDs for GDELT & News popups (PR #63, credit @csysp)
- Admin auth (X-Admin-Key), rate limiting (slowapi), auto-updater
- Docker Swarm secrets support, env_check.py validation
- 85+ vitest tests, CI pipeline, geoJSON builder extraction
- Server-side viewport bbox filtering reduces payloads 80%+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Former-commit-id: f2883150b5bc78ebc139d89cc966a76f7d7c0408
|
2026-03-14 14:01:54 -06:00 |
|
anoracleofra-code
|
fc9eff865e
|
v0.9.0: in-app auto-updater, ship toggle split, stable entity IDs, performance fixes
New features:
- In-app auto-updater with confirmation dialog, manual download fallback,
restart polling, and protected file safety net
- Ship layers split into 4 independent toggles (Military/Carriers, Cargo/Tankers,
Civilian, Cruise/Passenger) with per-category counts
- Stable entity IDs using MMSI/callsign instead of volatile array indices
- Dismissible threat alert bubbles (session-scoped, survives data refresh)
Performance:
- GDELT title fetching is now non-blocking (background enrichment)
- Removed duplicate startup fetch jobs
- Docker healthcheck start_period 15s → 90s
Bug fixes:
- Removed fake intelligence assessment generator (OSINT-only policy)
- Fixed carrier tracker GDELT 429/TypeError crash
- Fixed ETag collision (full payload hash)
- Added concurrent /api/refresh guard
Contributors: @imqdcr (ship split + stable IDs), @csysp (dismissible alerts, PR #48)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Former-commit-id: a2c4c67da54345393f70a9b33b52e7e4fd6c049f
|
2026-03-13 11:32:16 -06:00 |
|
anoracleofra-code
|
cf68f1978d
|
v0.7.0: performance hardening — parallel fetches, deferred icons, AIS stability
Optimizations:
- Parallelized yfinance stock/oil fetches via ThreadPoolExecutor (~2s vs ~8s)
- AIS backoff reset after 200 successes; removed hot-loop pruning (lock contention)
- Single-pass ETag serialization (was double-serializing JSON)
- Deferred ~50 non-critical map icons via setTimeout(0)
- News feed animation capped at 15 items (was 100+ simultaneous)
- heapq.nlargest() for FIRMS fires (60K→5K) and internet outages
- Removed satellite duplication from fast endpoint
- Geopolitics interval 5min → 30min
- Ship counts single-pass memoized; color maps module-level constants
- Improved GDELT URL-to-headline extraction (skip gibberish slugs)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Former-commit-id: 4a14a2f078
|
2026-03-11 06:25:31 -06:00 |
|
anoracleofra-code
|
ed5bc5a23b
|
fix: improve API key security, add connection banner, and bump to v0.3.0
Former-commit-id: 0c7dc37d83
|
2026-03-08 19:52:07 -06:00 |
|
anoracleofra-code
|
c1f89ae446
|
feat: integrate AI codebase optimizations (memory safety, spatial hashing, centralized API base)
Former-commit-id: cd03bb966f
|
2026-03-08 15:39:33 -06:00 |
|
anoracleofra-code
|
362a6e2ceb
|
Initial commit: ShadowBroker v0.1
Former-commit-id: 8ed321f2ba
|
2026-03-04 22:44:08 -07:00 |
|