Closed
Conversation
…pi-log into feature/poc-loop-closure
…ract, and align Beamrider→KEEP path Major cleanup and alignment to support PoC loop closure between emitter → Beamrider-0001 → KEEP-0001. • Ansible: - Add ansible.cfg and normalize role paths - Introduce group_vars for beamrider-0001 and pi_log - Add Molecule scenario for role validation - Update Makefiles, defaults, meta, and tasks for deterministic deploys - Add requirements.yml for role dependencies - Fix CI workflows for ansible-lint and role testing • Application: - Restore MightyOhm CSV parser (parse_geiger_csv) to match ingestion contract - Harden SerialReader and GeigerReader behavior - Fix config_loader unreachable-code false positive (mypy clean) - Update health, metrics, logging, telemetry, and settings modules - Remove obsolete logging/__init__.py - Add mypy.ini and align requirements.txt • Tests: - Update integration tests for ingestion and serial-to-storage flow - Update unit tests for parser, config loader, logging loader, and health checks - Refresh conftest and CI test harness • Systemd: - Update pi-log.service for stable startup and environment handling This commit brings the entire stack to a green, type-safe, test-clean state and prepares Beamrider-0001 for real loop closure with KEEP-0001.
Feature/poc loop closure
Release test/refactor
- Remove debug prints and relocate sys.path handling to eliminate E402 - Normalize conftest.py import ordering for Ruff compliance - Add missing return annotation to config_loader.__getattr__ - Fix serial_reader decode path with proper typing.cast for mypy - Remove accidental double‑push logic and align payload with LogExp contract - Achieve full green CI: lint, typecheck, and 30/30 passing tests
- Remove debug prints and relocate sys.path handling to eliminate E402 - Normalize conftest.py import ordering for Ruff compliance - Add missing return annotation to config_loader.__getattr__ - Fix serial_reader decode path with proper typing.cast for mypy - Remove accidental double‑push logic and align payload with LogExp contract - Achieve full green CI: lint, typecheck, and 30/30 passing tests
…r/pi-log into feature/integration-spike2
Feature/integration spike2
…evice detach/reattach - Introduce WatchdogSerialReader with dead-link detection, exception recovery, and automatic FTDI reopen logic - Restore SerialReader to clean, canonical ingestion loop - Add SerialReaderProtocol for structural typing and mock compatibility - Add full watchdog unit test suite (4 tests, 100% pass) - Validate FTDI disappearance and reappearance on Beamrider-0001: - watchdog_read_exception triggered correctly - watchdog_reopen_start / success loop maintained service uptime - ingestion resumed automatically after FTDI reattach
feat: add watchdog wrapper and FTDI hardening with full recovery on d…
Collaborator
Author
|
Closing as obsolete — all relevant work has been merged through feature branches and the develop branch is no longer used. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.