Part-DB-server/tests/Controller
Sebastian Almberg cc77007b49 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-16 21:10:58 +01:00
..
AdminPages Ran rector and made tests final 2026-02-14 23:32:43 +01:00
BulkInfoProviderImportControllerTest.php Ran rector and made tests final 2026-02-14 23:32:43 +01:00
KiCadApiControllerTest.php Add stock quantity, datasheet URL, and HTTP caching to KiCad API 2026-02-16 21:10:58 +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