fix: various fixes to files handling and their content caching
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPRequestService.ts
2023-05-22  Jérôme Benoitfix: various fixes to files handling and their content...
2023-05-20  Jérôme Benoitrefactor(simulator): factor out common helpers
2023-05-20  Jérôme Benoitbuild(simulator): use module imports for performance
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-05-12  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-05-12  Jérôme Benoitrefactor: cleanup method namaspace
2023-04-22  Jérôme Benoitrefactor(simulator): cleanup constants definition in...
2023-04-15  Jérôme Benoitperf: properly bound methods in hot paths
2023-04-10  Jérôme Benoitperf: use arrow functions in hot code paths
2023-02-26  Jérôme Benoitrefactor(simulator): constify and factor out empty...
2023-02-14  Jérôme Benoitrefactor(simulator): remove duplicated code in utils
2023-02-13  Jérôme Benoitrefactor(simulator): switch utils to internal module...
2023-02-13  Jérôme Benoitrefactor(simulator): switch to internal modules export...
2023-02-12  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-02-12  Jérôme Benoitfix(simulator): make the modules export/import a bit...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-01-25  Jérôme BenoitRevert wrong type change
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitRefine code formatting rules
2023-01-21  Jérôme BenoitEvaluate OCPP messages buffer flush performance
2023-01-20  Jérôme BenoitFix OCPP messages buffering handling
2023-01-15  Jérôme BenoitMove OCPP log message formatting helper into static...
2023-01-15  Jérôme BenoitEnsure start transaction payload is always compliant...
2023-01-14  Jérôme BenoitFix OCPP request payloads building
2023-01-12  Jérôme BenoitLinter fixes
2023-01-09  Jérôme BenoitFix error propagation into the UI server
2023-01-08  Jérôme BenoitBuffer OCPP message when an error occur at sending it
2023-01-08  Jérôme BenoitAdd incoming request response sent payloads validatio
2023-01-08  Jérôme BenoitFixes to OCPP commands PDU validation code:
2023-01-07  Jérôme BenoitFixes to OCA OCPP 2.0.1 JSON schemas
2023-01-07  Jérôme BenoitMove date conversion to ISO string helper to utils...
2023-01-07  Jérôme BenoitFixes to OCPP command payload validation:
2023-01-05  Jérôme BenoitMigrate all JSON schemas to draft-06 or higher
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...
next