aprs.me/.github/workflows
Graham McIntire b56a988e52
fix: Implement comprehensive field whitelist to prevent unknown field errors
Instead of playing whack-a-mole with individual fields, this implements a
proper whitelist approach that only allows fields defined in the Packet schema.

- Created PacketFieldWhitelist module with all 78 valid packet fields
- Filters out ANY field not in the schema, preventing future errors
- Handles both atom and string keys
- Includes debug helpers to identify filtered fields

This definitively fixes packet insertion failures by ensuring only valid
database fields are passed to Repo.insert_all, regardless of what the
APRS parser sends.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 10:52:53 -05:00
..
claude-code-review.yml Claude Code Review workflow 2025-07-10 11:49:14 -05:00
claude.yml Fix MicE struct compilation errors by enabling submodule checkout 2025-07-25 12:22:47 -05:00
dependency-updates.yml refactor to use external parser 2025-06-24 14:22:09 -05:00
deploy.yml Fix deployment timestamp always showing 'less than a minute ago' in k8s 2025-07-28 12:06:12 -05:00
elixir.yaml chore: Temporarily disable Wallaby integration tests in CI 2025-08-04 08:47:17 -05:00
safe.yaml fix: Implement comprehensive field whitelist to prevent unknown field errors 2025-08-04 10:52:53 -05:00