]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
refactor: adopt canonical helpers over reimplementations (#2120)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 17 Sep 2026 19:09:14 +0000 (21:09 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Sep 2026 19:09:14 +0000 (21:09 +0200)
commitbbe3e3b6581b1e44eadaec06230687233c37c5b2
tree36bbeea3b4f57218827366a13f192fba055b00ba
parent5ce0ccb6f43c7c46ea541df4cf8569746649fe5f
refactor: adopt canonical helpers over reimplementations (#2120)
37 files changed:
src/charging-station/meter-values/TransactionIntervalUtils.ts
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
tests/charging-station/Bootstrap.test.ts
tests/charging-station/ChargingStation-AutoRegisterOcppProtocol.test.ts
tests/charging-station/ChargingStation-NumberOfPhases.test.ts
tests/charging-station/ChargingStation-ResetIdentity.test.ts
tests/charging-station/ChargingStationTestConstants.ts
tests/charging-station/TemplateValidation.test.ts
tests/charging-station/TransactionEventQueueUtils.test.ts
tests/charging-station/TransactionIntervalUtils.test.ts
tests/charging-station/broadcast-channel/ChargingStationWorkerBroadcastChannel.test.ts
tests/charging-station/meter-values/CoherentMeterValues.test.ts
tests/charging-station/meter-values/EvProfiles.test.ts
tests/charging-station/ocpp/1.6/OCPP16IncomingRequestService-LocalAuthList.test.ts
tests/charging-station/ocpp/1.6/OCPP16IncomingRequestService-TriggerMessage.test.ts
tests/charging-station/ocpp/1.6/OCPP16ServiceUtils.test.ts
tests/charging-station/ocpp/1.6/OCPP16TestUtils.ts
tests/charging-station/ocpp/2.0/OCPP20IncomingRequestService-LocalAuthList.test.ts
tests/charging-station/ocpp/2.0/OCPP20IncomingRequestService-TriggerMessage.test.ts
tests/charging-station/ocpp/2.0/OCPP20ResponseService-CacheUpdate.test.ts
tests/charging-station/ocpp/2.0/OCPP20ResponseService-TransactionEvent.test.ts
tests/charging-station/ocpp/2.0/OCPP20ServiceUtils-AlignedMeterValues.test.ts
tests/charging-station/ocpp/2.0/OCPP20ServiceUtils-AuthCache.test.ts
tests/charging-station/ocpp/2.0/OCPP20ServiceUtils-TransactionEvent.test.ts
tests/charging-station/ocpp/auth/OCPPAuthIntegration.test.ts
tests/charging-station/ocpp/auth/adapters/OCPP16AuthAdapter.test.ts
tests/charging-station/ocpp/auth/adapters/OCPP20AuthAdapter.test.ts
tests/charging-station/ocpp/auth/cache/InMemoryAuthCache.test.ts
tests/charging-station/ocpp/auth/cache/InMemoryLocalAuthListManager.test.ts
tests/charging-station/ocpp/auth/strategies/LocalAuthStrategy.test.ts
tests/charging-station/ui-server/UIMCPServer-Integration.test.ts
tests/utils/ConfigurationValidation.test.ts
ui/cli/tests/renderers.test.ts
ui/common/src/utils/payloadBuilders.ts
ui/common/tests/mocks.ts
ui/web/src/shared/utils/stationStatus.ts
ui/web/tests/unit/helpers.ts