No description
|
Some checks are pending
CI Benchmark - Fusion Loop Timing / Fusion Loop Timing Benchmark (push) Waiting to run
Add migration_018 that creates all 8 prediction subsystem tables in the main database, consolidating the separate prediction.db and prediction_accuracy.db files. Add NewModelStoreWithDB and NewAccuracyTrackerWithDB constructors that accept an existing *sql.DB connection, and update main.go to use the main database connection instead of separate files. - Added migration_018_add_prediction_tables with all prediction tables - Added NewModelStoreWithDB() to accept shared DB connection - Added NewAccuracyTrackerWithDB() to accept shared DB connection - Updated Close() to only close DB when we own it (path != "") - Updated main.go prediction init to use mainDB The legacy NewModelStore() and NewAccuracyTracker() constructors remain for backward compatibility (tests continue using their own migrations). Closes: bf-38wcp |
||
|---|---|---|
| .beads | ||
| .github/workflows | ||
| .marathon | ||
| cmd/sim | ||
| dashboard | ||
| docs | ||
| firmware | ||
| mothership | ||
| test/acceptance | ||
| tests/e2e | ||
| .dockerignore | ||
| .gitignore | ||
| .golangci.yml | ||
| .needle-predispatch-sha | ||
| .needle.yaml | ||
| API_IMPLEMENTATION_STATUS.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| fix_ble_handlers.py | ||
| go.work | ||
| PROGRESS.md | ||
| VERSION | ||