Part-DB-server/tests/Controller
swdee be03d1f503
Some checks are pending
Build assets artifact / Build assets artifact (push) Waiting to run
Docker Image Build / build (linux/amd64, amd64, ubuntu-latest) (push) Waiting to run
Docker Image Build / build (linux/arm/v7, armv7, ubuntu-24.04-arm) (push) Waiting to run
Docker Image Build / build (linux/arm64, arm64, ubuntu-24.04-arm) (push) Waiting to run
Docker Image Build / merge (push) Blocked by required conditions
Docker Image Build (FrankenPHP) / build (linux/amd64, amd64, ubuntu-latest) (push) Waiting to run
Docker Image Build (FrankenPHP) / build (linux/arm/v7, armv7, ubuntu-24.04-arm) (push) Waiting to run
Docker Image Build (FrankenPHP) / build (linux/arm64, arm64, ubuntu-24.04-arm) (push) Waiting to run
Docker Image Build (FrankenPHP) / merge (push) Blocked by required conditions
Static analysis / Static analysis (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, mysql) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, mysql) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, mysql) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, mysql) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, postgres) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, postgres) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, postgres) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, postgres) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, sqlite) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, sqlite) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, sqlite) (push) Waiting to run
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, sqlite) (push) Waiting to run
Add CSV export for Project BOM tables (#1442)
* add Export AS CSV button to the Project BOM Entry tab

* added Export as CSV translation

* add service file for BOM exporter

* added controller for handling exporting project BOM data as CSV file

* added tests for Export as CSV controller and exporter code

* remove hierarchical paths from being exported in CSV to match datatable format

* Fixed message id

* Use stimulus functions to refer to stimulus controller

---------

Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
2026-07-27 21:40:51 +02:00
..
AdminPages Ran rector and made tests final 2026-02-14 23:32:43 +01:00
AuthorizationTest.php Test/Validate authentication of endpoints 2026-05-11 22:46:00 +02:00
BatchEdaControllerTest.php Enhance KiCad integration: API v2, batch EDA editing, field export control (#1241) 2026-03-01 22:10:13 +01:00
BrowserPluginControllerTest.php Added tests for browser submission logic 2026-05-14 21:29:18 +02:00
BulkInfoProviderImportControllerTest.php Add Quick Apply and batch update to bulk info provider import (#1316) 2026-05-04 21:56:18 +02:00
KiCadApiControllerTest.php Added part description as property to KiCad response, to show it also in Kicad 9.0.5 and 9.06 2026-03-07 19:45:09 +01:00
KicadListEditorControllerTest.php Add custom KiCad autocomplete list settings (#1342) 2026-04-15 00:01:00 +02:00
PartControllerTest.php Ran rector and made tests final 2026-02-14 23:32:43 +01:00
ProjectControllerTest.php Add CSV export for Project BOM tables (#1442) 2026-07-27 21:40:51 +02: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
SelectApiControllerTest.php Test/Validate authentication of endpoints 2026-05-11 22:46:00 +02:00
TypeaheadControllerTest.php Test/Validate authentication of endpoints 2026-05-11 22:46:00 +02:00
UpdateManagerControllerTest.php Add manual backup creation and delete buttons to Update Manager (#1255) 2026-03-07 19:31:00 +01:00