refactor: silence typing errors
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPRequestService.ts
2023-01-05  Jérôme BenoitAdd BootNotification and ClearCache OCPP 2.0.1 commands...
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2023-01-04  Jérôme BenoitMore import type usage
2023-01-04  Jérôme BenoitUse import type in more places
2023-01-03  Jérôme BenoitOptimize worker handlers calls by binding them to the...
2022-11-26  Jérôme BenoitType alias for OCPP stack response and error handling
2022-11-26  Jérôme BenoitFix OCPP response handling synchronicity
2022-10-19  Jérôme BenoitStrict boolean checks
2022-10-13  Jérôme BenoitFix workspace sonarlint configuration
2022-09-15  Jérôme BenoitOptimization: bind to this sendMessage()
2022-09-15  Jérôme BenoitFix error handling at OCPP message sending
2022-09-14  Jérôme BenoitDo not propagate thrown error at sendError() usage
2022-09-13  Jérôme BenoitComment some dubious OCPPError usage
2022-09-11  Jérôme BenoitMore strict boolean checks
2022-09-04  Jérôme BenoitATG: fix start transaction requests counting
2022-09-03  Jérôme BenoitUI HTTP server: fix stop simulator response handling
2022-09-03  Jérôme BenoitREADME.md: update to reflect response payload format...
2022-09-03  Jérôme BenoitUI Protocol: Expose ATG status and use array for all...
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 BenoitRequests PDU validation (#139)
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 BenoitUse import type where appropriate
2022-05-16  Jérôme BenoitUntangle ChargingStation class from OCPP services classes
2022-05-06  Jérôme BenoitMerge branch 'master' into Extend-charging-profile...
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-05-01  Jérôme BenoitImprove OCPP incoming requests handling
2022-04-27  Jérôme BenoitRename result to response
2022-04-17  Jérôme BenoitFix OCPP message type definition and usage
2022-04-15  Jérôme BenoitRename a type definition
2022-04-15  Jérôme BenoitProperly name OCPP command handler methods
2022-04-15  Jérôme BenoitMerge pull request #207 from jerome-benoit/fix-response...
2022-04-15  Sébastien SavalleAllow to send result message when station is in pending...
2022-04-13  Jérôme BenoitFactor out OCPP message type to string method
2022-04-13  Jérôme BenoitAdd OCPP commands payload logging in the logs
2022-04-13  Jérôme BenoitMerge pull request #205 from jerome-benoit/feature...
2022-04-13  Jérôme BenoitMerge branch 'master' into feature/rawmessagelogs
2022-04-13  Calin Crecealog raw socket messages
2022-03-27  Jérôme BenoitStrong type OCPP message sending
2022-03-15  Jérôme BenoitBind to this more OCPP request sending methods
2022-03-13  Jérôme BenoitStrong type sendMessageHandler response with generics
2022-03-13  Jérôme BenoitIntroduce a CS instance hashId dependent on its specifi...
2022-03-08  Jérôme BenoitDo not throw inside a promise
2022-03-08  Jérôme BenoitImports cleanup
2022-03-08  Jérôme BenoitConvert sendDiagnosticsStatusNotification to OCPP messa...
2022-03-08  Jérôme BenoitConvert sendTransactionEndMeterValues to OCPP message...
2022-03-08  Jérôme BenoitConvert sendTransactionBeginMeterValues to OCPP message...
2022-03-08  Jérôme BenoitConvert sendMeterValues to OCPP message sending handler
2022-03-08  Jérôme BenoitConvert sendStopTransaction to OCPP message sending...
2022-03-07  Jérôme BenoitConvert sendStartTransaction to OCPP message sending...
2022-03-07  Jérôme BenoitConvert sendAuthorize to OCPP message sending handler
2022-03-07  Jérôme BenoitConvert sendStatusNotification to OCPP message sending...
2022-03-07  Jérôme BenoitConvert sendBootNotification to OCPP message sending...
2022-03-07  Jérôme BenoitIntroduce a generic OCPP message sending handler
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 build failure
2022-02-24  Jérôme BenoitDo not throw an error at OCPP message sending to avoid...
2022-02-24  Jérôme BenoitFactor out a type definition
2022-02-23  Jérôme BenoitTrack OCPP commande use at sending error message
2022-02-21  Jérôme BenoitRefactor OCPP requests sending helpers
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-09  Jérôme BenoitAdd occpStrictCompliance template tunable
2022-02-07  Jérôme BenoitRelax OCPP commands acceptance while the charging stati...
2022-02-07  Jérôme BenoitAdd comment for incoming request handling behaviour
2022-02-07  Jérôme BenoitAllow incoming ChangeConfiguration requests before...
2022-02-07  Jérôme BenoitFix charging station initial registration at boot notif...
2022-02-06  Jérôme BenoitStrong type protocols payloads
2022-02-04  Jérôme BenoitReorder condition check
2022-02-04  Jérôme BenoitCode cleanup
2022-02-04  Jérôme BenoitFix build failure
2022-02-04  Jérôme BenoitFix request and response handling in all registration...
2021-12-20  Jérôme BenoitRefine autoRegister CS template tunable handling
2021-11-28  Jérôme BenoitAdd sendResult helper to send response
2021-10-07  Jérôme BenoitImprove OCPP request's response error handling
2021-10-04  Jérôme BenoitFix OCPP message sending timeout handling code
2021-10-03  Jérôme BenoitConvert OCPP message buffer to a Set
2021-10-02  Jérôme BenoitUse return consistently in sendMessage()
2021-10-01  Jérôme BenoitRefine some type definitions
2021-10-01  Jérôme BenoitDo not log response statistics at sending issues
2021-09-28  Jérôme BenoitRevert promise resolve/reject value
2021-09-28  Jérôme BenoitPlug one more memory leak in the OCPP stack in case...
2021-09-28  Jérôme BenoitEnsure the OCPP message sending stop if the WS is not...
2021-09-28  Jérôme BenoitImprove OCPP stack error messages
2021-09-27  Jérôme BenoitAlways consider sent response to OCPP request as sucess...
2021-09-27  Jérôme BenoitOCPP stack bug fixes:
2021-09-27  Jérôme BenoitSpell fixlets
2021-09-21  Jérôme BenoitFix ATG run duration computation
2021-09-17  Jérôme BenoitSilence sonar a bit
2021-09-14  Jérôme BenoitCleanup OCPP message sending and error code
next