Performance statistics: add JSON file storage support.
[e-mobility-charging-stations-simulator.git] / src / utils / Configuration.ts
2021-08-25  Jérôme BenoitPerformance statistics: add JSON file storage support.
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-06-19  Jérôme BenoitAdd per phase support to MeterValues in template.
2021-06-14  Jérôme BenoitUse ConnectionTineOut OCPP parameter as WS timeout
2021-06-13  Jérôme BenoitAdd support for transaction data MeterValues
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-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-17  Jérôme BenoitAdd configuration tunable for pool worker choice strategy
2021-04-30  Jérôme BenoitMake the worker start delay a tunable.
2021-04-15  Jérôme BenoitMerge branch 'master' of github.com:sap-labs-france...
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 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-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-27  Jérôme BenoitInitial support for main configuration file changes...
2021-01-25  Jérôme BenoitSwitch to poolifier worker threads pool implementation.
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  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-08  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-01-01  Jérôme BenoitType cast
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-19  Jérôme BenoitCleanup
2020-11-19  Jérôme BenoitWarn about deprecated configuration key at startup.
2020-11-13  Jérôme BenoitAdd median to statistics.
2020-11-12  Jérôme BenoitLast configuration tunable rename.
2020-11-11  Jérôme BenoitAdd logs rotation.
2020-11-11  Jérôme BenoitMore typing.
2020-11-02  Jérôme BenoitType a bit some attributes.
2020-11-01  Jérôme BenoitInitial portage to TypeScript.