fix: untangle worker set message from application message
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
2024-03-22  Jérôme Benoitfix: untangle worker set message from application message
2024-03-20  Jérôme Benoitfeat: ensure charging station add op return its station...
2024-03-20  Jérôme BenoitMerge pull request #1016 from SAP/dependabot/npm_and_ya...
2024-03-19  Jérôme Benoitfix: fix simulator initialization ordering
2024-03-19  Jérôme Benoitfix: fix worker configuration merge issue
2024-03-19  Jérôme Benoitfix: untangle worker pool/set init from start
2024-03-19  Jérôme Benoitrefactor: rename configuration elementStartDelay to...
2024-03-18  Jérôme Benoitbuild(deps-dev): apply updates
2024-03-10  Jérôme Benoitfeat!: handle Set at JSON serialization to string
2024-03-07  Jérôme Benoitrefactor: cleanup eslint configuration
2024-03-07  Jérôme Benoitrefactor: refine error message
2024-03-07  Jérôme Benoitrefactor: add sanity checks at adding charging station(s)
2024-03-07  Jérôme Benoitrefactor(ui): use watchers to refresh display
2024-03-06  Jérôme Benoitrefactor: move charging station helper to its right...
2024-03-06  Jérôme Benoitfix: fix template name consistency
2024-03-06  Jérôme Benoitrefactor: use 'join' to build template relative path
2024-03-06  Jérôme Benoitfix: properly handle template relative file path within...
2024-03-02  Jérôme Benoitfeat: expose template stats to UI server simulatorState...
2024-03-01  Jérôme Benoitfeat(ui): use toggle button to star/stop simulator
2024-02-21  Jérôme Benoitfix(ui): ensure UI server can only be started once
2024-02-21  Jérôme Benoitfix: reset simulator state on stop/start cycle
2024-02-20  Jérôme Benoitfix: clear UI server cache at simulator stop
2024-02-12  Jérôme Benoitfeat: allow to override supervisionUrls at adding charg...
2024-02-11  Jérôme Benoitfix: find the first free indexes at adding charging...
2024-02-11  Jérôme Benoitfeat: add `deleteChargingStations` SRPC command to...
2024-02-10  Jérôme Benoitrefactor: consolidate default values handling
2024-02-09  Jérôme Benoitfeat: add options to `addChargingStations` UI protocol...
2024-02-05  Jérôme Benoitrefactor: refine worker event error log message
2024-02-05  Jérôme Benoitfix: fix worker event error handling
2024-02-05  Jérôme Benoitrefactor: ensure all worker events are remitted in...
2024-02-05  Jérôme Benoitrefactor: cleanup worker events handling in main thread
2024-02-05  Jérôme BenoitMerge pull request #970 from SAP/ui-performance-statistics
2024-02-05  Jérôme Benoitfeat: add performance statistics to UI protocol
2024-02-05  Jérôme Benoitrefactor: cleanup charging station events handling...
2024-02-05  Jérôme BenoitMerge pull request #969 from SAP/untanble-add-start
2024-02-05  Jérôme Benoitfeat: untangle add charging station op from start charg...
2024-02-01  Jérôme Benoitdocs: cleanup code comments
2024-02-01  Jérôme Benoitfix: fix uiServer configuration section sanity checks
2024-02-01  Jérôme Benoitrefactor: add type for template charging stations tracking
2024-02-01  Jérôme Benoitfeat: add addChargingStations command to UI API
2024-01-31  Jérôme Benoitfeat: add command to list templates on UI services
2024-01-31  Jérôme Benoitrefactor: consolidate charging stations tracking
2024-01-29  Jérôme Benoitrefactor: remove unneeded try {} catch {}
2024-01-20  Jérôme Benoitrefactor: cleanup unneeded type casting
2024-01-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-13  Jérôme Benoitfix: handle properly async performance storage
2024-01-13  Jérôme Benoitchore: update copyright years
2024-01-12  Jérôme Benoitrefactor: refine prettier configuration
2024-01-12  Jérôme Benoitbuild(deps-dev): apply updates
2024-01-06  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/jsdom-23.1.0 into...
2024-01-04  Jérôme Benoitfix: ensure graceful shutdown waits only for started...
2024-01-04  Jérôme Benoitrefactor: switch eslint configuration to strict type...
2023-12-29  Jérôme Benoitrefactor: cleanup isNullOrdefined usage
2023-12-29  Jérôme Benoitrefactor: more coding style fixes
2023-12-29  Jérôme Benoitchore: switch coding style to JS standard
2023-12-28  Jérôme Benoitbuild: switch to NodeNext module resolution
2023-12-15  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/vite-5.0.9 into...
2023-11-30  Jérôme Benoitfix: ensure UI server remains active at simulator stop
2023-11-29  Jérôme Benoitfix: ensure event listeners are always removed at simul...
2023-11-29  Jérôme Benoitrefactor: rename elementsPerWorkers 'single' -> 'all
2023-11-29  Jérôme Benoitrefactor: factor out configuration handling helpers
2023-11-28  Jérôme Benoitperf: allow to fine tune worker_threads ressource confi...
2023-11-28  Jérôme Benoitperf(simulator): remove worker configuration attribute...
2023-11-28  Jérôme BenoitMerge branch 'main' into combined-prs-branch
2023-11-27  Jérôme Benoitfix: fix performance configuration change at runtime
2023-11-20  Jérôme Benoitrefactor: remove unneeded encapsulation in arrow function
2023-11-19  Jérôme Benoitrefactor: rename constant to a more sensible name
2023-11-19  Jérôme Benoitfix: remove incorrect promise race usage at stopping...
2023-11-09  Jérôme Benoitfix: ensure charging stations are stopped if UI server...
2023-11-08  Jérôme Benoitfix: disable dynamic reload until spurious file change...
2023-11-08  Jérôme Benoitfix: disable simulator restart at spurious configuratio...
2023-11-07  Jérôme Benoitfix(simulator): ensure configuration file reload will...
2023-11-07  Jérôme Benoitfix(simulator): remove unneeded main thread check at...
2023-11-07  Jérôme Benoitfix(simulator): remove unneeded main thread check at...
2023-11-06  Jérôme Benoitfix(ui): util module is not available in browser
2023-11-01  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/types/node-20...
2023-10-30  Jérôme Benoitbuild: rollup -> esbuild
2023-10-10  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.8.4 into...
2023-10-05  Jérôme Benoitbuild(deps-dev): apply updates
2023-09-30  Jérôme Benoitrefactor: null -> undefined where appropriate
2023-09-26  Jérôme BenoitMerge pull request #748 from SAP/combined-prs-branch
2023-09-25  Jérôme Benoitfix: ensure the ATG will start from its saved status
2023-09-15  Jérôme Benoitrefactor!: rename staticPool tunable in worker section...
2023-09-13  Jérôme BenoitMerge dependabot/github_actions/docker/setup-buildx...
2023-09-09  Jérôme Benoitrefactor: use classic setter in configuration class
2023-09-05  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-09-05  Jérôme Benoitrefactor: cleanup constants namespace
2023-09-03  Jérôme Benoitrefactor: cleanup exit codes
2023-07-30  Jérôme Benoitrefactor: rename src/charging-station/Utils.ts -> src...
2023-07-30  Jérôme Benoitfeat: add initial HTTP/2 support to ui server (mutually...
2023-07-28  Jérôme Benoitrefactor: cleanup module name namespace
2023-07-28  Jérôme Benoitfix: revert incorrect fix to elementsPerWorker 'auto...
2023-07-28  Jérôme Benoitfix: fix elementsPerWorker 'auto' computation, take 2
2023-07-28  Jérôme Benoitfix: fix elementsPerWorker 'auto' computation
2023-07-23  Jérôme Benoitperf: fine tune default pool size for load tests
2023-07-20  Jérôme Benoitfeat: strict message event checking in worker set mode
2023-07-20  Jérôme Benoitfeat: add error handling to worker set worker
2023-07-20  Jérôme Benoitrefactor: remove now uneeded sanity check at worker...
2023-07-19  Jérôme Benoitfix: fix 'Cannot read properties of undefined' with...
2023-07-17  Jérôme Benoitrefactor: cleanup configuration class usage
next