Part-DB-server/src/Form
Sebastian Almberg ae7e31f0bd Address PR review: rename to eda_visibility, merge migrations, API versioning
Changes based on jbtronics' review of PR #1241:

- Rename kicad_export -> eda_visibility (entities, forms, templates,
  translations, tests) with nullable bool for system default support
- Merge two database migrations into one (Version20260211000000)
- Rename createCachedJsonResponse -> createCacheableJsonResponse
- Change bool $apiV2 -> int $apiVersion with version validation
- EDA visibility field only shown for part parameters, not other entities
- PopulateKicadCommand: check alternative names of footprints/categories
- PopulateKicadCommand: support external JSON mapping file (--mapping-file)
- Ship default mappings JSON at contrib/kicad-populate/default_mappings.json
- Add system-wide defaultEdaVisibility setting in KiCadEDASettings
- Add KiCad HTTP Library v2 spec link in controller docs
2026-02-18 09:26:40 +01:00
..
AdminPages Merge branch 'autofocus-fields' 2026-02-15 21:37:12 +01:00
Extension Made password toggle buttons labels translatable 2025-11-30 15:36:54 +01:00
Filters Allow to order and filter by GTIN in part tables 2026-02-08 15:51:39 +01:00
History Fixed some deprecations 2025-09-23 00:03:04 +02:00
InfoProviderSystem Ran rector to convert some our twig extensions to use #[AsTwigXX] attributes 2026-02-14 23:53:31 +01:00
LabelSystem Allow to scan gtin barcodes and find parts via it 2026-02-08 16:06:01 +01:00
Part Address PR review: rename to eda_visibility, merge migrations, API versioning 2026-02-18 09:26:40 +01:00
Permissions Applied rector suggestions 2024-06-22 00:31:43 +02:00
ProjectSystem Applied rector suggestions 2024-06-22 00:31:43 +02:00
Settings Use static message in settings to remove translation editor clutter 2025-11-30 15:17:37 +01:00
Type Added the option to only show attachment types for certain element classes 2026-02-08 19:30:06 +01:00
AttachmentFormType.php Ran rector to convert some our twig extensions to use #[AsTwigXX] attributes 2026-02-14 23:53:31 +01:00
LabelOptionsType.php Removed unused import statements 2024-03-03 20:34:36 +01:00
ParameterType.php Address PR review: rename to eda_visibility, merge migrations, API versioning 2026-02-18 09:26:40 +01:00
TFAGoogleSettingsType.php Added translation for the confirmation code field in the authenticator app 2FA setup section 2024-10-13 20:46:12 +02:00
UserAdminForm.php Ran rector to convert some our twig extensions to use #[AsTwigXX] attributes 2026-02-14 23:53:31 +01:00
UserSettingsType.php Ran rector to convert some our twig extensions to use #[AsTwigXX] attributes 2026-02-14 23:53:31 +01:00