Ensure charging station data is always JSON serializable
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPIncomingRequestService.ts
2022-08-27  Jérôme BenoitEnsure charging station data is always JSON serializable
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-22  Lucas MigeonVue UI + UI server
2022-08-22  Jérôme BenoitBound most called methods in the OCPP stack
2022-08-21  Jérôme BenoitImplement singleton design pattern with strict null...
2022-08-20  Jérôme BenoitAjvErrorsToErrorType -> ajvErrorsToErrorType
2022-08-20  Jérôme BenoitUse the generic OCPPServiceUtils import where appropriate
2022-08-20  Jérôme BenoitAdd and use helper to convert Ajv JSON schema validatio...
2022-08-18  Jérôme BenoitIncoming requests payload validation with JSON schemas...
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-05-16  Jérôme BenoitUntangle ChargingStation class from OCPP services classes
2022-05-06  Jérôme BenoitUse the fixed JsonType definition where appropriate
2022-05-06  Jérôme BenoitFix Json type definition naming
2022-04-15  Jérôme BenoitProperly name OCPP command handler methods
2022-03-13  Jérôme BenoitIntroduce a CS instance hashId dependent on its specifi...
2022-03-04  Jérôme BenoitFix eslint and prettier configuration
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitFix incoming message error handling
2022-02-24  Jérôme BenoitDo not throw an error at OCPP message sending to avoid...
2022-02-21  Jérôme BenoitEnsure 1:1 mapping between charging station instance...
2022-02-17  Jérôme BenoitEnforce singleton design pattern for the logger
2022-02-09  Jérôme BenoitSimplify some code logic
2022-02-06  Jérôme BenoitStrong type protocols payloads
2021-09-05  Jérôme BenoitUse generics for incoming message error handling
2021-08-14  Jérôme BenoitApply security dependencies update.
2021-08-13  Jérôme BenoitChange OCPP classes methods scope to protected
2021-08-13  Jérôme BenoitFix error handling of incoming OCPP request
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-07-10  Jérôme BenoitAdd GetDiagnostics command support
2021-02-01  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-01-31  Jérôme BenoitMake modular the SRPC call chain code.