fix: make ESM bundle work
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 1.6 / OCPP16RequestService.ts
2023-03-18  Jérôme Benoitfix: make ESM bundle work
2023-03-15  Jérôme Benoitrefactor(simulator): remove unneeded type casting
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 Benoitrefactor(simulator): switch to named exports
2023-01-26  Jérôme BenoitImprove log messages prefixing
2023-01-26  Jérôme BenoitAdd error handling to JSON schemas file reading
2023-01-15  Jérôme BenoitEnsure start transaction payload is always compliant...
2023-01-14  Jérôme BenoitCleanup and optimize OCPP request payload building
2023-01-14  Jérôme BenoitCleanup some helpers defaults values
2023-01-14  Jérôme BenoitFix OCPP request payloads building
2023-01-13  Jérôme BenoitAllow to specify more OCPP command payload fields while...
2023-01-13  Jérôme BenoitAllow to specify timestamp in OCPP commands payload...
2023-01-12  Jérôme BenoitLinter fixes
2023-01-10  Jérôme BenoitInitial cleanup at loading JSON schemas
2023-01-09  Jérôme BenoitFactor out some common code between OCPP 1.6 and 2...
2023-01-08  Jérôme BenoitAdd initial support for OCPP 1.6 firmware update simulation
2023-01-08  Jérôme BenoitFixes to OCPP commands PDU validation code:
2023-01-07  Jérôme BenoitFixes to OCPP command payload validation:
2023-01-06  Jérôme BenoitRemove now useless Date conversions to string
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 BenoitUse import type in more places
2022-11-16  Jérôme BenoitAdd OCPP DataTransfer request support
2022-10-03  Jérôme BenoitMore strict boolean checks
2022-10-02  Jérôme BenoitOCPP: Cleanup helpers
2022-10-02  Jérôme BenoitCleanup shared helpers structure
2022-09-13  Jérôme BenoitComment some dubious OCPPError usage
2022-09-05  Jérôme BenoitOptimize energy active register calculation
2022-09-05  Jérôme BenoitSimplify stop transaction payload handling
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-23  Jérôme BenoitImplement error handling and propagation in IPC and...
2022-08-22  Jérôme BenoitBound most called methods in the OCPP stack
2022-08-20  Jérôme BenoitFix log messages in case of missing JSON schema for...
2022-08-20  Jérôme BenoitFactor out in helpers PDU payload validation
2022-08-18  Jérôme BenoitApply dependencies update
2022-08-18  Jérôme BenoitRequests PDU validation (#139)
2022-08-18  Jérôme BenoitIncoming requests payload validation with JSON schemas...
2022-08-11  Jérôme BenoitSeparate OCPP command support check implementation...
2022-08-11  Jérôme BenoitImprove supported OCPP commands filtering
2022-08-11  Jérôme BenoitAdd template section to list OCPP commands supported...
2022-07-21  Jérôme BenoitEnsure MeterValues command payload is properly formed
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 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-04-15  Jérôme BenoitFixlets to log message after methods renaming
2022-04-15  Jérôme BenoitRename a type definition
2022-04-15  Jérôme BenoitProperly name OCPP command handler methods
2022-04-13  Jérôme BenoitMerge branch 'master' into feature/rawmessagelogs
2022-03-27  Jérôme BenoitStrong type OCPP message sending
2022-03-13  Jérôme BenoitStrong type sendMessageHandler response with generics
2022-03-09  Jérôme BenoitAdd helper to get connector id for a transaction id
2022-03-09  Jérôme BenoitFix metervalues payload format
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-06  Jérôme BenoitInitial code cleanups for the future OCPP requests...
2022-03-05  Jérôme BenoitFix remaining linter errors properly
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitAlign constants namespace
2022-02-22  Jérôme BenoitCleanup OCPP service module name usage
2022-02-22  Jérôme BenoitEnsure 1:1 mapping between charging station and ATG...
2022-02-21  Jérôme BenoitRefactor OCPP requests sending helpers
2022-02-21  Jérôme BenoitRefine a bit OCPP services instantiation error message
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 BenoitAdd occpStrictCompliance template tunable
2022-02-06  Jérôme BenoitStrong type protocols payloads
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-17  Jérôme BenoitSilence some linter errors
2021-10-05  Jérôme BenoitFix energy calculation in metervalues
2021-09-30  Jérôme BenoitConvert to a map connectors and their status
2021-09-29  Jérôme BenoitUse a map a register response and incoming request...
2021-09-25  Jérôme BenoitTrack ATG status on a per connector basis.
2021-09-16  Jérôme BenoitFix ATG execution time accuracy.
2021-09-02  Jérôme BenoitImprove OCPP error handling, fix performance storage...
2021-08-29  Jérôme BenoitRefine and use OCPP error specialisation
2021-08-21  Jérôme BenoitFix sonarcloud bugs report.
2021-08-15  Jérôme BenoitSpecify the copyright author on some files where change...
2021-08-15  Jérôme BenoitFix MeterValues JSON payload
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-20  Jérôme BenoitAllow to use fluctuated value for SoC MeterValues.
2021-07-16  Jérôme BenoitImprove and fix error handling at sending OCPP commands
2021-07-12  Jérôme BenoitMake filename match the class case.
2021-07-10  Jérôme BenoitAdd GetDiagnostics command support
2021-06-27  Jérôme BenoitConsistent naming for CS template enums
2021-06-21  Jérôme BenoitKeep track of authorize request idtag status.
next