Part-DB-server/tests/Controller
Sebastian Almberg dc1754bc48 Add KiCad HTTP Library API v2 with volatile field support
- New KiCadApiV2Controller at /kicad-api/v2/ endpoints
- Root endpoint returns links to categories endpoint (per v2 spec)
- Volatile fields: Stock and Storage Location are shown in KiCad
  but NOT saved to schematic (v2 spec feature)
- int $apiVersion parameter on KiCadHelper::getKiCADPart() with
  version validation (supports v1 and v2)
- createField() supports $volatile parameter for v2 fields
- Full test coverage for v2 controller endpoints

v2 spec (draft): https://gitlab.com/RosyDev/kicad-dev-docs/-/blob/http-lib-v2/content/apis-and-binding/http-libraries/http-lib-v2-00.adoc
2026-03-07 07:55:20 +01:00
..
AdminPages Ran rector and made tests final 2026-02-14 23:32:43 +01:00
BatchEdaControllerTest.php Enhance KiCad integration: API v2, batch EDA editing, field export control (#1241) 2026-03-01 22:10:13 +01:00
BulkInfoProviderImportControllerTest.php Ran rector and made tests final 2026-02-14 23:32:43 +01:00
KiCadApiControllerTest.php Enhance KiCad integration: API v2, batch EDA editing, field export control (#1241) 2026-03-01 22:10:13 +01:00
KiCadApiV2ControllerTest.php Add KiCad HTTP Library API v2 with volatile field support 2026-03-07 07:55:20 +01:00
PartControllerTest.php Ran rector and made tests final 2026-02-14 23:32:43 +01:00
RedirectControllerTest.php Ran rector and made tests final 2026-02-14 23:32:43 +01:00
ScanControllerTest.php Ran rector and made tests final 2026-02-14 23:32:43 +01:00