Part-DB-server/tests/Controller
Sebastian Almberg 4427ba8ca6 Add KiCad HTTP Library API v2 with volatile field support
Implements preliminary support for the KiCad HTTP Library API v2 spec
(currently in draft). Key differences from v1:

- Volatile fields: Stock and Storage Location are marked volatile
  (shown in KiCad UI but not saved to schematic files)
- Root endpoint returns links to categories endpoint
- Uses int $apiVersion parameter for clean version switching

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-02-20 00:07:31 +01:00
..
AdminPages Ran rector and made tests final 2026-02-14 23:32:43 +01:00
BatchEdaControllerTest.php Improve test coverage for BatchEdaController 2026-02-16 21:36:58 +01:00
BulkInfoProviderImportControllerTest.php Ran rector and made tests final 2026-02-14 23:32:43 +01:00
KiCadApiControllerTest.php Fix testPartDetailsPart2 to actually test Part 2 2026-02-16 21:10:58 +01:00
KiCadApiV2ControllerTest.php Add KiCad HTTP Library API v2 with volatile field support 2026-02-20 00:07:31 +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