Apply prettier formating
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPRequestService.ts
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
2021-09-12  Jérôme BenoitFix OCPP error details message default
2021-09-11  Jérôme BenoitUse a Map to cache OCPP requests in use
2021-09-07  Jérôme BenoitMerge branch 'master' of github.com:jerome-benoit/charg...
2021-09-07  Jérôme BenoitUse nullish coalescing in OCPP stack
2021-09-02  Jérôme BenoitFix OCPPError command attribute affectation
2021-09-02  Jérôme BenoitImprove OCPP error handling, fix performance storage...
2021-08-29  Jérôme BenoitRevert wrong any type removal
2021-08-29  Jérôme BenoitUse IIFE (https://developer.mozilla.org/en-US/docs...
2021-08-29  Jérôme BenoitRefine and use OCPP error specialisation
2021-08-26  Jérôme BenoitStorage: use worker threads message passing to store...
2021-08-21  Jérôme BenoitCleanup: rename isWebSocketOpened to isWebSocketConnect...
2021-08-13  Jérôme BenoitChange OCPP classes methods scope to protected
2021-08-13  Jérôme BenoitAdd support for performance statistics for all requests...
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-07-12  Jérôme BenoitMake filename match the class case.
2021-07-10  Jérôme BenoitAdd GetDiagnostics command support
2021-06-21  Jérôme BenoitKeep track of authorize request idtag status.
2021-06-13  Jérôme BenoitAdd support for transaction data MeterValues
2021-06-12  Jérôme BenoitMeterValues: add Transaction.Begin and .End support
2021-05-19  Calin CreceaMerge branch 'master' of https://github.wdf.sap.corp...
2021-05-17  Jérôme BenoitPrepare code for strict type checking
2021-05-02  Jérôme BenoitFix heartbeat start + cleanups.
2021-05-02  Jérôme BenoitFix SRPC call type counting in statistics.
2021-04-15  Jérôme BenoitMerge branch 'master' of github.com:sap-labs-france...
2021-04-11  Jérôme BenoitImprove a bit JSDoc.
2021-04-04  Jérôme BenoitLinter fixes.
2021-03-24  Jérôme BenoitAdd eslint jsdoc plugin and refine a bit the existing...
2021-02-16  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-02-06  Jérôme BenoitCleanups to message queue handling code.
2021-02-05  Jérôme BenoitRemove uneeded intermediate variable.
2021-02-02  Jérôme BenoitMove message buffer code to charging station.
2021-02-02  Jérôme BenoitRename types definition files for the sake of namespace...
2021-02-01  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-01-31  Jérôme BenoitRemove void before async call.
2021-01-31  Jérôme BenoitMake modular the SRPC call chain code.