Part-DB-server/tests/API/Endpoints
web-devinition.de 14a4f1f437
Some checks failed
Build assets artifact / Build assets artifact (push) Has been cancelled
Docker Image Build / docker (push) Has been cancelled
Docker Image Build (FrankenPHP) / docker (push) Has been cancelled
Static analysis / Static analysis (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, sqlite) (push) Has been cancelled
Added custom part status (#1053)
* Benutzerdefinierten Bauteilstatus einführen

* PartCustomStateController hinzufügen

* Umstellung Migrationen bzgl. Multi-Plattform-Support.
Zunächst MySQL, SQLite Statements integrieren.

* Postgre Statements integrieren

* Semikolon in Migration entfernen

* Migration für PartCustomState aktualisieren

* Benutzerdefinierten Bauteilstatus in TableSettings aufnehmen

* PartCustomStateControllerTest: Attribute für PHPUnit-Gruppen umgestellt

* PartCustomState: Mapping für Parameter korrigieren

* PartCustomState: Darstellung und Zuordnung von Anhängen ergänzt

Die Sidebar wurde um die Anzeige des benutzerdefinierten Bauteilstatus erweitert, inklusive Vorschaubild, sofern vorhanden.

* Migrationen zusammenführen

* PartCustomState: Anpassungen bzgl. Tests

* PartCustomStateEndpoint hinzufügen

* Made custom part states plural for consistency with other entity captions

* Fixed phpunit error

* Fixed phpstan issues

---------

Co-authored-by: Marcel Diegelmann <marcel.diegelmann@gmail.com>
Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
2025-10-27 21:58:16 +01:00
..
ApiTokenEnpointTest.php Applied rector suggestions 2024-06-22 00:31:43 +02:00
AttachmentsEndpointTest.php Split attachment paths (#848) 2025-02-22 17:29:14 +01:00
AttachmentTypeEndpointTest.php Added tests for all API endpoints of Structural elements 2024-03-03 21:52:26 +01:00
CategoryEndpointTest.php Added tests for the remaining API endpoints 2024-03-03 23:07:55 +01:00
CrudEndpointTestCase.php Added tests for the remaining API endpoints 2024-03-03 23:07:55 +01:00
CurrencyEndpointTest.php Fixed tests 2025-09-07 00:26:24 +02:00
FootprintsEndpointTest.php Added tests for all API endpoints of Structural elements 2024-03-03 21:52:26 +01:00
InfoEndpointTest.php Added tests for all API endpoints of Structural elements 2024-03-03 21:52:26 +01:00
ManufacturersEndpointTest.php Added tests for all API endpoints of Structural elements 2024-03-03 21:52:26 +01:00
MeasurementUnitsEndpointTest.php Added tests for all API endpoints of Structural elements 2024-03-03 21:52:26 +01:00
OrderdetailsEndpointTest.php Added tests for the remaining API endpoints 2024-03-03 23:07:55 +01:00
ParametersEndpointTest.php Added tests for the remaining API endpoints 2024-03-03 23:07:55 +01:00
PartAssociationsEndpointTest.php Added tests for the remaining API endpoints 2024-03-03 23:07:55 +01:00
PartCustomStateEndpointTest.php Added custom part status (#1053) 2025-10-27 21:58:16 +01:00
PartEndpointTest.php Added tests for all API endpoints of Structural elements 2024-03-03 21:52:26 +01:00
PartLotsEndpointTest.php Added tests for the remaining API endpoints 2024-03-03 23:07:55 +01:00
PricedetailsEndpointTest.php Added tests for the remaining API endpoints 2024-03-03 23:07:55 +01:00
ProjectBOMEntriesEndpointTest.php Added tests for the remaining API endpoints 2024-03-03 23:07:55 +01:00
ProjectsEndpointTest.php Added tests for all API endpoints of Structural elements 2024-03-03 21:52:26 +01:00
StorageLocationsEndpointTest.php Added tests for all API endpoints of Structural elements 2024-03-03 21:52:26 +01:00
SuppliersEndpointTest.php Added tests for all API endpoints of Structural elements 2024-03-03 21:52:26 +01:00
UsersEndpointTest.php Added tests for the remaining API endpoints 2024-03-03 23:07:55 +01:00