mirror of
https://github.com/azaion/missions.git
synced 2026-06-21 06:31:08 +00:00
6b2c2d998e0277dd9ff481332c74cf4611d0b5b1
Adds 26 blackbox tests (FT-P-01..18, FT-N-01..08) covering full AC
matrices for Vehicles/Missions/Waypoints/Health/Errors. Three
spec-vs-code carry-forwards documented in batch_02_report.md and
pinned with [Trait("carry_forward", ...)].
Shared scaffolding: ApiDtos.cs, AssertProblemEnvelopeAsync helper,
Seeds.cs, StubSchema.cs, CascadeF3/F4 fixtures, PostgresStopStart
fixture (gated by COMPOSE_RESTART_ENABLED). Removes the 4 placeholder
Sanity.cs files (now superseded). docker-compose.test.yml gains the
expected_results volume mount + FIXTURE_SQL_DIR for the consumer.
Co-authored-by: Cursor <cursoragent@cursor.com>
Azaion.Missions
NOTE (forward-looking): this repo is being renamed
flights->missions(Jira AZ-EPIC, child B4). The Gitea repo rename + suite.gitmodulesupdate +git mv flights missions(B4) is still pending.
.NET 10 REST API for mission planning (missions + waypoints) and the vehicle catalog (Plane / Copter / UGV / GuidedMissile) on Azaion edge devices.
GPS-Denied (orthophoto upload, live-GPS SSE, GPS corrections) is not part of this service -- it lives in the separate gps-denied service. See ../suite/_docs/11_gps_denied.md.
Suite context
- Tier: edge (runs on Jetson / OrangePI / operator-PC).
- Spec:
../suite/_docs/02_missions.md(post-rename). - DB: shared local PostgreSQL on the edge device; this service migrates only its own 4 tables (
vehicles,missions,waypoints,map_objects). - Auth: JWT validated locally with the suite-wide HMAC secret. Tokens are minted by the remote
adminservice.
Local docs
_docs/02_document/-- bottom-up discovery + module + component documentation produced by autodev.
Description
Languages
C#
98.6%
Dockerfile
1.4%