build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / charging-station / AutomaticTransactionGenerator.ts
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-14  Jérôme Benoitbuild(simulator): silence linter
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-05  Jérôme Benoitrefactor: split ChargingStationUtils class static metho...
2023-07-05  Jérôme Benoitrefactor: split Utils static methods class into functions
2023-06-05  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-06-04  Jérôme Benoitfix: avoid concurrent ATG startup
2023-05-27  Jérôme Benoitfix: clone ATG connector status before altering it
2023-05-27  Jérôme Benoitfix: fix CS configuration hash calculation
2023-05-25  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-05-24  Jérôme Benoitrefactor(simulator): simplify ATG default configuration...
2023-05-24  Jérôme Benoitrefactor(simulator): add more default values to ATG
2023-05-24  Jérôme Benoitrefactor(simulator): factor out default ATG configuration
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-30  Jérôme Benoitfix: fix ATG refresh at template changes
2023-04-28  Jérôme Benoitfeat: support evses in more code path
2023-04-28  Jérôme Benoitrefactor: uniformize log messages formatting
2023-04-07  Jérôme Benoitrefactor(simulator): use helper for undefined or null...
2023-03-26  Jérôme Benoitrefactor(simulator): cleanup id tags cache namespace
2023-03-24  Jérôme Benoitperf(simulator): use content addressable cache for...
2023-03-23  Jérôme Benoitfix: add charging station status checkpoints to firmwar...
2023-03-21  Jérôme Benoitfix: stop the ATG on connector if its status is unavailable
2023-02-26  Jérôme Benoitrefactor(simulator): constify and factor out empty...
2023-02-14  Jérôme Benoitrefactor(simulator): sort exports, switch to node:...
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-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
next