refactor: stop !== shutdown semantic
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
2023-05-26  Jérôme Benoitrefactor: stop !== shutdown semantic
2023-05-26  Jérôme Benoitfix: fix undefined payload check in UI server code
2023-05-26  Jérôme Benoitrefactor: format error message properly
2023-05-26  Jérôme Benoitfix: ensure simulator stop wait for started CS only...
2023-05-26  Jérôme Benoitfix: wait for charging stations to be stopped at simula...
2023-05-25  Jérôme Benoitfeat: add graceful shutdown
2023-05-20  Jérôme Benoitrefactor(simulator): move configuration related helpers
2023-05-20  Jérôme Benoitrefactor(simulator): factor out common helpers
2023-05-20  Jérôme Benoitbuild(simulator): don't preserve modules
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-05-08  Jérôme Benoitbuild(deps-dev): apply updates
2023-03-24  Jérôme Benoittest: setup to allow unit tests with stubbing
2023-02-27  Jérôme Benoitrefactor(simulator): align casing on enums between...
2023-02-14  Jérôme Benoitrefactor(simulator): sort exports, switch to node:...
2023-02-13  Jérôme Benoitrefactor(simulator): switch utils to internal module...
2023-02-13  Jérôme Benoitrefactor(simulator): switch to internal modules export...
2023-02-12  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-02-12  Jérôme Benoitfix(simulator): make the modules export/import a bit...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-02-10  Jérôme Benoitfix(simulator): fix empty array detection helper semantic
2023-02-10  Jérôme Benoitchore(simulator): apply dependencies update
2023-02-06  Jérôme Benoitrefactor(simulator): propagate and handle startup error...
2023-02-02  Jérôme Benoitrefactor(simulator): remove unneeded intermediate varia...
2023-02-02  Jérôme Benoitperf(simulator): remove unneeded nullish check at startup
2023-02-02  Jérôme Benoitfix(simulator): fix delayed initialization in promise...
2023-02-02  Jérôme Benoitrefactor(simulator): remove unneeded duplicate initiali...
2023-02-02  Jérôme Benoitrefactor(simulator): move main process unhandled or...
2023-02-02  Jérôme Benoitfix(simulator): initialize charging station worker...
2023-02-02  Jérôme Benoitrefactor(simulator): move configuration checks at initi...
2023-02-02  Jérôme Benoitfix(simulator): calculate LRU cache capacity dynamicall...
2023-01-26  Jérôme BenoitUse arrow function for log messages prefixing
2023-01-26  Jérôme BenoitAdd error handling to JSON schemas file reading
2023-01-25  Jérôme BenoitFalsy/truthy test fixes
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitStrict null type check fixes
2023-01-23  Jérôme BenoitSwitch log messages to string literal
2023-01-12  Jérôme BenoitLinter fixes
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2023-01-03  Jérôme BenoitApply dependencies update
2023-01-03  Jérôme BenoitOptimize worker handlers calls by binding them to the...
2022-10-03  Jérôme BenoitPermit to run code in async scope in the OCPP stack
2022-10-02  Jérôme BenoitFix start charging stations and connectors status handling
2022-09-30  Jérôme BenoitTrivial code cleanups
2022-09-25  Jérôme BenoitATG: add support for idTag distribution algorithms
2022-09-16  Jérôme BenoitLog unconditionally uncaughtException and unhandledReje...
2022-09-16  Jérôme BenoitConvert Statistics interface to type
2022-09-11  Jérôme BenoitImprove and unify log messages
2022-09-10  Jérôme BenoitMove some status attributes at constructor begin
2022-09-09  Jérôme BenoitUI Server: Always delete reponse handler in error case
2022-09-09  Jérôme BenoitUI Server: Improve error handling
2022-09-04  Jérôme BenoitCoding style cleanups
2022-09-04  Jérôme BenoitUI server: add basic authentication support
2022-09-01  Jérôme BenoitAlign 'started' attribute usage to all classes
2022-08-30  Jérôme BenoitMove hashId to stationInfo
2022-08-27  Jérôme BenoitUI server: fix HTTP transport start/stop
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-26  Jérôme BenoitAdd UI HTTP server (#6)
2022-08-26  Jérôme BenoitWeb UI: add and fix missing commands support
2022-08-24  Jérôme BenoitFix exit conditions at startup
2022-08-24  Jérôme BenoitImprove payload type checking in OCPP, UI and Broadcast...
2022-08-23  Jérôme BenoitUI server: add start/stop charging station command
2022-08-22  Lucas MigeonVue UI + UI server
2022-08-21  Jérôme BenoitImplement singleton design pattern with strict null...
2022-08-04  Jérôme BenoitMerge pull request #117 from SAP/feat/support-config...
2022-08-04  Siwar GAROUACHIsupport relative paths for charging station templates
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-07-03  Jérôme BenoitMerge pull request #80 from SAP/worker-configuration
2022-07-02  Jérôme BenoitAdd worker configuration section
2022-06-12  Jérôme BenoitUnreference the worker implementation at stop
2022-06-12  Jérôme BenoitSimplify Bootstrap initialization code
2022-06-03  Jérôme BenoitAdd initial support for ESM build
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.
next