]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/history - src/charging-station/Bootstrap.ts
refactor: handle empty string configuration file name
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
2025-04-03  Jérôme BenoitMerge dependabot/npm_and_yarn/regular-959e00c54f into...
2025-04-01  Jérôme Benoitchore(deps-dev): apply updates
2025-02-08  Jérôme BenoitMerge dependabot/pip/tests/ocpp-server/regular-9ab7691e...
2024-12-10  Jérôme Benoitchore(deps): apply updates
2024-11-20  Jérôme Benoitchore(deps-dev): apply updates
2024-11-03  Jérôme BenoitMerge dependabot/npm_and_yarn/regular-3f0156b8ce into...
2024-11-01  Jérôme Benoitrefactor: cleanup linter warnings
2024-09-06  Jérôme BenoitMerge dependabot/pip/tests/ocpp-server/regular-8a1364bd...
2024-08-26  dependabot[bot]build(deps): bump the regular group with 3 updates...
2024-08-23  Jérôme Benoitrefactor: revert overzealous enums ordering
2024-08-21  Jérôme Benoitrefactor: switch to eslint-plugin-perfectionist
2024-07-25  Jérôme Benoitbuild(ci): reenabled auto code formating and linting...
2024-07-17  Jérôme BenoitMerge dependabot/npm_and_yarn/typescript-eslint-7.16...
2024-07-15  Jérôme Benoitchore: post neostandard migration code cleanup
2024-07-14  Jérôme Benoitchore: migrate to neostandard eslint configuration
2024-05-21  Jérôme Benoitrefactor: code formatting
2024-04-04  Jérôme BenoitMerge dependabot/npm_and_yarn/types/tar-6.1.12 into...
2024-03-26  Jérôme Benoitfeat: allow to provision number of stations by template
2024-03-23  Jérôme Benoitfix: only process worker message events when necessary
2024-03-23  Jérôme Benoitfix: skip worker message events processing
2024-03-23  Jérôme Benoitrefactor: cleanup app message handling code
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
next