Default ATG to send authorize command before starting a transaction
[e-mobility-charging-stations-simulator.git] / src / utils /
2021-05-31  Jérôme BenoitRefine some logs level.
2021-05-31  Jérôme BenoitGracefully handle simulator missing files or files...
2021-05-19  Jérôme BenoitConstify some hardcoded worker related numbers
2021-05-17  Jérôme BenoitCode cleanups
2021-05-17  Jérôme BenoitPrepare code for strict type checking
2021-05-17  Jérôme BenoitAdd configuration tunable for pool worker choice strategy
2021-05-15  Jérôme BenoitMake a constants name consistent.
2021-05-15  Jérôme BenoitApply dependencies update
2021-05-15  Jérôme BenoitCircularArray.ts: Fix unshift return
2021-05-15  Jérôme BenoitCircularArray.ts: Consistent check
2021-05-14  Jérôme BenoitUse the circular array new constructor signature.
2021-05-14  Jérôme BenoitFix circular array initialization
2021-05-13  Jérôme BenoitMake the default circular array size a const
2021-05-13  Jérôme BenoitAllow unbound circular array size
2021-05-13  Jérôme BenoitAdd some methods to the circular array.
2021-05-12  Jérôme BenoitCircularArray.ts: add attribute scope.
2021-05-05  Jérôme BenoitCleanups and dependency update.
2021-05-02  Jérôme Benoitsrc/utils/PerformanceStatistics.ts: Use commands enum
2021-05-02  Jérôme BenoitFix heartbeat start + cleanups.
2021-05-02  Jérôme BenoitCheck for threadId worker attribute only
2021-05-02  Jérôme BenoitAdd standard deviation computation to time statistics
2021-04-30  Jérôme BenoitMake the worker start delay a tunable.
2021-04-12  Jérôme BenoitImprove electric utils code.
2021-04-11  Jérôme BenoitImprove a bit JSDoc.
2021-04-04  Jérôme BenoitLinter fixes.
2021-03-24  Jérôme BenoitAdd eslint jsdoc plugin and refine a bit the existing...
2021-03-18  Jérôme BenoitSimplify pool settings detection.
2021-03-17  Jérôme BenoitAvoid circular modules import
2021-02-16  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-02-13  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-02-13  Jérôme BenoitLogger.ts: import cleanups
2021-02-13  Jérôme BenoitMerge pull request #8 from LucasBrazi06/build
2021-02-13  Jérôme BenoitMake the build app self contained.
2021-02-13  Jérôme BenoitSwitch to rollup-plugin-typescript2 plugin
2021-02-02  Jérôme BenoitRename types definition files for the sake of namespace...
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 BenoitMake modular the SRPC call chain code.
2021-01-27  Jérôme BenoitInitial support for main configuration file changes...
2021-01-26  Jérôme BenoitUse generic for worker data type.
2021-01-26  Jérôme BenoitFix workerSet process mode.
2021-01-25  Jérôme BenoitDisplay worker process mode at startup.
2021-01-25  Jérôme BenoitSwitch to poolifier worker threads pool implementation.
2021-01-25  Jérôme BenoitAdd ClearChargingProfile OCPP command support.
2021-01-25  Jérôme BenoitAdd WorkerEvents enum.
2021-01-24  Jérôme BenoitCleanup workers handling classes.
2021-01-23  Jérôme BenoitRename private attributes and methods.
2021-01-21  Jérôme BenoitAdd a default value for workerPoolMaxSize.
2021-01-21  Jérôme BenoitDon't access singleton instance attribute directly
2021-01-21  Jakobrenaming (pool size != max pool size)
2021-01-21  Jakobremove setMaxListener (not longer needed)
2021-01-21  Jérôme BenoitFix worker with pool handling
2021-01-21  Jérôme BenoitCleanups.
2021-01-21  Jérôme BenoitMerge pull request #6 from LucasBrazi06/memory-optimization
2021-01-20  JakobMemory optimization + worker configuration
2021-01-17  Jérôme BenoitHandle availability and registration properly.
2021-01-15  Jérôme BenoitAvoid code duplicatiom.
2021-01-14  Jérôme BenoitHandle missing interval in boot notification response.
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.
2021-01-02  Jérôme BenoitCleanups.
2021-01-01  Jérôme BenoitType cast
2021-01-01  Jérôme BenoitAdd enum list for request command name.
2021-01-01  Jérôme BenoitRename a constant.
2021-01-01  Jérôme BenoitImprove OCPP types.
2020-12-31  Jérôme BenoitImprove charging station registration handling.
2020-12-26  Jérôme BenoitRenaming.
2020-12-22  Jérôme BenoitTyping.
2020-12-22  Jérôme BenoitUse generic for typing cloneObject helper.
2020-12-11  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:EVSE/ev...
2020-12-04  Jérôme BenoitAdd type sanity check to ChangeConfiguration OCPP command
2020-11-28  Jérôme BenoitInitial support for SetChargingProfile command
2020-11-28  Jérôme BenoitTyping.
2020-11-24  Jérôme BenoitFix rounding helper
2020-11-23  Jérôme BenoitMake CircularArray class self-contained and an independ...
2020-11-23  Jérôme BenoitMake Configuration class self-contained.
2020-11-23  Jérôme BenoitPush down more tunables in charging station template.
2020-11-22  Jérôme BenoitAdd exponential delay at reconnect
2020-11-22  Jérôme BenoitAdd WebSocketPingInterval support.
2020-11-20  Jérôme BenoitFinish circular array implementation.
2020-11-20  Jérôme BenoitFix circular array.
2020-11-20  Jérôme BenoitUse a circular array to store time measurements.
2020-11-19  Jérôme BenoitCleanup
2020-11-19  Jérôme BenoitWarn about deprecated configuration key at startup.
2020-11-17  Jérôme BenoitArray empty detection fix.
2020-11-13  Jérôme BenoitAdd median to statistics.
2020-11-13  Jérôme BenoitRename statistics counter.
2020-11-13  Jérôme BenoitFix message buffer handling.
2020-11-12  Jérôme BenoitLast configuration tunable rename.
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-11  Jérôme BenoitMore typing.
2020-11-10  Jérôme BenoitTyping.
2020-11-04  Jérôme BenoitFix performance observer usage.
2020-11-03  Jérôme BenoitImprove OCPP logging.
2020-11-02  Jérôme BenoitType a bit some attributes.
2020-11-01  Jérôme BenoitInitial portage to TypeScript.
2020-10-30  Jérôme BenoitAdd Power.Active.Import measurand support.
next