refactor(simulator): switch to named exports
[e-mobility-charging-stations-simulator.git] / src / charging-station / AutomaticTransactionGenerator.ts
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-01-26  Jérôme BenoitUse arrow function for log messages prefixing
2023-01-25  Jérôme BenoitFalsy/truthy test fixes
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitStrict null type check fixes
2023-01-23  Jérôme BenoitSwitch log messages to string literal
2023-01-12  Jérôme BenoitLinter fixes
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2022-12-18  Jérôme BenoitFix charging station started status detection
2022-12-17  Jérôme BenoitUI Server: fix connection upgrade error handling
2022-10-04  Jérôme BenoitFix type cast at AsyncResource usage
2022-10-03  Jérôme BenoitPermit to run code in async scope in the OCPP stack
2022-10-02  Jérôme BenoitStrict boolean checks
2022-10-01  Jérôme BenoitATG: Cleanup connector statuses initialization
2022-10-01  Jérôme BenoitATG: initializeConnectorStatus -> setConnectorStatus
2022-10-01  Jérôme BenoitRun ATG as an AsyncResource
2022-09-25  Jérôme BenoitATG: add support for idTag distribution algorithms
2022-09-12  Jérôme BenoitATG: Refine log level
2022-09-12  Jérôme BenoitATG: fix start/stop on non existing connector
2022-09-12  Jérôme BenoitFix ATG connectors status initialization
2022-09-11  Jérôme BenoitImprove and unify log messages
2022-09-10  Jérôme BenoitMove some status attributes at constructor begin
2022-09-09  Jérôme BenoitUI Server: Improve error handling
2022-09-05  Jérôme BenoitATG: fix start transaction counting (again)
2022-09-05  Jérôme BenoitATG: fix start transaction counting with no authentication
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 BenoitUI services: fix broadcast channel reponse handler...
2022-09-03  Jérôme BenoitUI Protocol: Expose ATG status and use array for all...
2022-08-31  Jérôme BenoitFix two ATG semantic consistencies
2022-08-30  Jérôme BenoitUI Server: Add support for starting the ATG on defined...
2022-08-30  Jérôme BenoitRefine an ATG log message
2022-08-30  Jérôme BenoitFix meterStop type in stop transaction payload
2022-08-30  Jérôme BenoitMove hashId to stationInfo
2022-08-28  Jérôme BenoitUniformize log messages format
2022-08-27  Jérôme BenoitRefine TS and linter configuration
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-06-01  Jérôme BenoitSimplify ATG logPrefix() method
2022-05-23  Jérôme BenoitUntangle charging station info from charging station...
2022-05-20  Jérôme BenoitPermit to disable persistent configuration storage.
2022-05-16  Jérôme BenoitUntangle ChargingStation class from OCPP services classes
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-13  Jérôme BenoitIntroduce a CS instance hashId dependent on its specifi...
2022-03-08  Jérôme BenoitConvert sendTransactionEndMeterValues to OCPP message...
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-04  Jérôme BenoitFix eslint and prettier configuration
2022-03-04  Jérôme BenoitApply prettier formating
2022-02-22  Jérôme BenoitEnsure 1:1 mapping between charging station and ATG...
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-04  Jérôme BenoitFix request and response handling in all registration...
2022-02-04  Jérôme BenoitFix PENDING state boot notification handling
2021-10-03  Jérôme BenoitConvert OCPP message buffer to a Set
2021-10-01  Jérôme BenoitFlag some attributes readonly
2021-09-30  Jérôme BenoitReset ATG connectors status if the number of connectors...
2021-09-30  Jérôme BenoitConvert to a map connectors and their status
2021-09-26  Jérôme BenoitAdd more ATG internal states tracking
2021-09-26  Jérôme BenoitATG: unify start/stop on connector API
2021-09-25  Jérôme BenoitEnsure the ATG connector status is not overwritten...
2021-09-25  Jérôme BenoitPush down at the connector level ATG states
2021-09-25  Jérôme BenoitEnsure the ATG will stop on unavaible connector
2021-09-25  Jérôme BenoitTrack ATG status on a per connector basis.
2021-09-25  Jérôme BenoitAdd sanity check to ATG start
2021-09-23  Jérôme BenoitSpell fixlet in ATG log message
2021-09-23  Jérôme BenoitConsistently use idTag for RFID tag
2021-09-21  Jérôme BenoitGuard transaction id fetching in ATG
2021-09-21  Jérôme BenoitRemove uneeded condition on transaction status in ATG
2021-09-21  Jérôme BenoitFix ATG run duration computation
2021-09-19  Jérôme BenoitAdd sanity checks to random number generation code
2021-09-18  Jérôme BenoitOptimize ATG run duration handling
2021-09-18  Jérôme BenoitKeep track of ATG running time
2021-09-18  Jérôme BenoitFix duration formatting for large one
2021-09-17  Jérôme BenoitFix and secure random number generation code
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-15  Jérôme BenoitSpecify the copyright author on some files where change...
2021-08-13  Jérôme BenoitAdd support for performance statistics for all requests...
2021-08-12  Jérôme BenoitSimplify performance measurement API
2021-08-12  Jérôme BenoitCleanups: performance statistics, URI handling.
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-06-21  Jérôme BenoitKeep track of authorize request idtag status.
2021-06-12  Jérôme BenoitMeterValues: add Transaction.Begin and .End support
2021-06-04  Jérôme BenoitDefault ATG to send authorize command before starting...
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 ATG start blocking call
2021-04-15  Jérôme BenoitMerge branch 'master' of github.com:sap-labs-france...
2021-04-04  Jérôme BenoitLinter fixes.
2021-02-01  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-02-01  Jérôme BenoitCleanups: log msg refinements, ...
2021-02-01  Jérôme BenoitAdd debug log for CPs.
2021-01-31  Jérôme BenoitRemove void before async call.
2021-01-31  Jérôme BenoitMake modular the SRPC call chain code.
next