Improve OCPP error handling, fix performance storage default file path
[e-mobility-charging-stations-simulator.git] / src / charging-station / AutomaticTransactionGenerator.ts
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.
2021-01-23  Jérôme BenoitRename private attributes and methods.
2021-01-22  Jérôme BenoitRename ChargingStationInfo.name -> ChargingStationInfo...
2021-01-21  Jérôme BenoitFix worker startup and cleanup some attributes in Wrk...
2021-01-21  Jérôme BenoitCleanups.
2021-01-21  Jérôme BenoitMerge pull request #6 from LucasBrazi06/memory-optimization
2021-01-20  JakobAuthorize Request added
2021-01-18  Jérôme BenoitForce ATG stop is the charging station is unavailable.
2021-01-17  Jérôme BenoitHandle availability and registration properly.
2021-01-08  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-01-03  Jérôme BenoitInitial support to the change availability command.
2020-11-11  Jérôme BenoitMove some types to their OCPP version directory.
2020-11-11  Jérôme BenoitAdd logs rotation.
2020-11-11  Jérôme BenoitTyping.
2020-11-10  Jérôme BenoitTyping.
2020-11-04  Jérôme BenoitFix performance observer usage.
2020-11-01  Jérôme BenoitInitial portage to TypeScript.