Prepare the code for ESM support
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
2022-06-03  Jérôme BenoitPrepare the code for ESM support
2022-06-02  Jérôme BenoitCheck for empty templates configuration at startup
2022-05-24  Jérôme BenoitAdd a shared LRU cache per worker
2022-05-17  Jérôme BenoitReduce charging station instance memory footprint
2022-05-13  Jérôme BenoitAdd UI server factory with server class abstraction
2022-05-13  Jérôme BenoitRestructure UI server code to prepare it for issue...
2022-04-27  Jérôme BenoitFactor out connectors initialization code
2022-04-25  HazbinFaultedremoved unecessary code&comment
2022-04-25  HazbinFaultedfixed empty list response to LIST_CHARGING_STATIONS
2022-04-25  HazbinFaultedfixe
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitFix incoming message error handling
2022-03-03  Jérôme BenoitAdd tunable for charging station start delay for linear...
2022-02-04  Jérôme BenoitIntroduce JSON type and use it for OCPP and internal...
2021-12-06  Jérôme BenoitUse camel case everywhere
2021-12-02  Jérôme BenoitConsistently name directories in repository
2021-12-02  Jérôme BenoitUI WS server: use a map to store UI services per protoc...
2021-12-01  Jérôme BenoitAdd a configuration section for the UI WS server
2021-11-30  Jérôme BenoitMove the UI WS protocol version handling is protocol...
2021-11-29  Jérôme BenoitAdd charging stations listing to WS server commands
2021-11-29  Jérôme BenoitVersion the WebSocket server UI protocol
2021-10-07  Jérôme BenoitImprove OCPP request's response error handling
2021-10-01  Jérôme BenoitFlag some attributes readonly
2021-09-26  Jérôme BenoitUntangle charging station worker types from the generic...
2021-09-19  Jérôme BenoitAdd sanity checks to random number generation code
2021-09-13  Jérôme BenoitFix performance storage jsonfile consistency at write:
2021-09-12  Jérôme BenoitCleanup CF and docker deployment support
2021-09-06  Jérôme BenoitCleanup files and files name.
2021-09-02  Jérôme BenoitImprove OCPP error handling, fix performance storage...
2021-08-28  Jérôme BenoitMove worker message handler to the options argument
2021-08-28  Jérôme BenoitAdd MongDB support to storage for performance records.
2021-08-27  Jérôme BenoitBootstrap.ts: refine the log prefix string
2021-08-27  Jérôme BenoitEnsure an error is throwed in object factories if imple...
2021-08-27  Jérôme BenoitRename StationWorker.ts to ChargingStationWorker.ts
2021-08-26  Jérôme BenoitColorize console message ouputs
2021-08-26  Jérôme BenoitStorage: use worker threads message passing to store...
2021-08-23  Jérôme BenoitDo not enforce the singleton design pattern in the...
2021-08-23  Jérôme BenoitUse singleton design pattern directly in the worker...
2021-08-13  Jérôme BenoitEnsure performance statistics is started before connect...
2021-08-13  Jérôme BenoitAdd support for performance statistics for all requests...
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-06-27  Jérôme BenoitFix Boostrap singleton class direct call
2021-05-19  Jérôme BenoitLinter fixlet
2021-05-19  Jérôme BenoitAdd some version handling automation
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-04-01  Jérôme BenoitAvoid a useless branching.
2021-03-19  Jérôme BenoitSmall cleanups
2021-03-17  Jérôme BenoitAvoid circular modules import
2021-03-09  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-03-08  Jérôme BenoitPer worker max number of elements is not relevant on...
2021-03-02  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-03-01  Jérôme BenoitRename Wrk -> WorkerAbstract
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-06  Jérôme BenoitLogic fixlet to the control flow.
2021-02-05  Jérôme BenoitCleanups.
2021-02-01  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-01-29  Jérôme BenoitCleanups: renaming.
2021-01-27  Jérôme BenoitBootstrap: Avoid a direct call on an attribute.
2021-01-27  Jérôme BenoitInitial support for main configuration file changes...