Part-DB-server/tests/Controller
Sebastian Almberg a40ffea95e Add stock quantity, datasheet URL, and HTTP caching to KiCad API
- Add Stock field showing total available quantity across all part lots
- Add Storage Location field when parts have stored locations
- Resolve actual datasheet PDF from attachments (by type name, attachment
  name, or first PDF) instead of always linking to Part-DB page
- Keep Part-DB page URL as separate "Part-DB URL" field
- Add ETag and Cache-Control headers to all KiCad API endpoints
- Support conditional requests (If-None-Match) returning 304
- Categories/part lists cached 5 min, part details cached 1 min
2026-02-08 09:57:10 +01:00
..
AdminPages Added custom part status (#1053) 2025-10-27 21:58:16 +01:00
BulkInfoProviderImportControllerTest.php Fixed phpunit deprecations 2025-11-30 14:45:40 +01:00
KiCadApiControllerTest.php Add stock quantity, datasheet URL, and HTTP caching to KiCad API 2026-02-08 09:57:10 +01:00
PartControllerTest.php Fixed phpunit deprecations 2025-11-30 14:45:40 +01:00
RedirectControllerTest.php Fixed tests for new PHPunit 11.5 2025-07-14 21:57:27 +02:00
ScanControllerTest.php Applied rector to remaining test files 2024-06-22 00:37:47 +02:00