Avoid circular modules import
[e-mobility-charging-stations-simulator.git] / src / utils /
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.
2020-10-30  Jérôme BenoitAdd AC/DC charging stations handling.
2020-10-30  Jérôme BenoitAdd Current.Import measurand support.
2020-10-25  Jérôme BenoitPreliminary work on per phase measurand.
2020-10-24  Jérôme BenoitFixes to connector id 0 handling.
2020-10-23  Jérôme BenoitCleanups.
2020-10-23  Jérôme BenoitMake statistics class a singleton.
2020-10-20  Jérôme BenoitVariable renaming to a sensible name.
2020-10-20  Jérôme BenoitUse a sensible naming in methods.
2020-10-20  Jérôme BenoitCleanups.
2020-10-20  Jérôme BenoitInitialization fixes.
2020-10-19  Jérôme BenoitFixlet to configuration tunable value check.
2020-10-18  Jérôme BenoitProperly implement StopTransaction.
2020-10-18  Jérôme BenoitImprove changeConfiguration.
2020-10-18  Jérôme BenoitFully implement getConfiguration
2020-10-18  Jérôme BenoitAdd and use array helper.
2020-10-18  Jérôme BenoitRefine date format in logs.
2020-10-17  Jérôme BenoitCleanups.
2020-10-17  Jérôme BenoitMake getConfiguration response smarter.
2020-10-17  Jérôme BenoitImprove logging.
2020-10-17  Jérôme BenoitMake the station worker self contained.
2020-10-16  Jérôme BenoitRemove a linter error.
2020-10-15  Jérôme BenoitAdd runtime persitence on OCPP parameters.
2020-10-08  Jérôme BenoitUse absolute path from the current directory for config...
2020-10-07  Jérôme BenoitUse singleton design pattern for configuration file.
2020-05-17  Jérôme BenoitUpdate dependencies.
2020-04-19  Jérôme BenoitUse constants for common OCPP responses.
2020-04-16  Jérôme BenoitFinalize Constants conversion to ES6 module definition.
next