build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src /
2024-02-10  Jérôme Benoitrefactor: consolidate default values handling
2024-02-10  Jérôme Benoitfeat: allow to override event more template tunables...
2024-02-10  Jérôme Benoitrefactor: cleanup default stationInfo handling
2024-02-09  Jérôme Benoitfix: fix stationInfo persistent configuration default
2024-02-09  Jérôme Benoitrefactor: code formatting fixlets
2024-02-09  Jérôme Benoitfeat: allow to override more template tunables at addCh...
2024-02-09  Jérôme Benoitfeat(ui): display supervision url in charging stations...
2024-02-09  Jérôme Benoitrefactor: cleanup variables namespace
2024-02-09  Jérôme Benoitdocs: update UI protocol requests collections
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 Benoitdocs: add missing setSupervisionUrl request to insomnia...
2024-02-05  Jérôme Benoitfix: fix performance statistics formatting in log messages
2024-02-05  Jérôme BenoitMerge pull request #970 from SAP/ui-performance-statistics
2024-02-05  Jérôme Benoitfix: fix UI protocol setSupervisionUrl insomnia payload
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 Benoitfix: ensure worket set stop event is emitted once
2024-02-05  Jérôme BenoitMerge pull request #969 from SAP/untanble-add-start
2024-02-05  Jérôme Benoitfix: add charging station at instantiation
2024-02-05  Jérôme Benoitfeat: untangle add charging station op from start charg...
2024-02-04  Jérôme Benoitrefactor: cleanup charging station worker namespace
2024-02-04  Jérôme Benoitrefactor: cleanup log messages
2024-02-04  Jérôme Benoitrefactor: ensure ATG will not start a transaction if...
2024-02-04  Jérôme Benoitfix: make the ATG wait for running transactions to...
2024-02-04  Jérôme Benoitrefactor: cleanup cached request helpers namespace
2024-02-04  Jérôme Benoitrefactor: improve error OCPP error message
2024-02-03  Jérôme Benoitrefactor: silencer linter warnings
2024-02-01  Jérôme Benoitrefactor: cleanup control flow in statistic helpers
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 Benoitdocs: add addChargingStations request to Insomnia reque...
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-31  Jérôme Benoitfeat: expose template name used in stationInfo
2024-01-30  Jérôme Benoitrefactor: cleanup UI service response
2024-01-30  Jérôme Benoitrefactor: cleanup type definition in internal messaging
2024-01-30  Jérôme Benoitrefactor: refine type casting in internal simulator...
2024-01-30  Jérôme Benoitperf: 'await' on UI request handlers only when necessary
2024-01-30  Jérôme Benoitperf: 'await' on OCPP request handlers only when necessary
2024-01-30  Jérôme Benoitrefactor: convert remote stop transaction to two stages...
2024-01-29  Jérôme Benoitdocs: add few comments to incoming request handling...
2024-01-29  Jérôme Benoitfix: ensure the second stage at handling incoming reque...
2024-01-29  Jérôme Benoitperf: add fastpath for trigger message handling
2024-01-29  Jérôme Benoitrefactor: add generic 2 stages incoming request respons...
2024-01-29  Jérôme Benoitrefactor: remove unneeded try {} catch {}
2024-01-29  Jérôme BenoitMerge pull request #960 from SAP/fix-remote-start
2024-01-29  Jérôme Benoitrefactor: move OCPP event emission ops to the promises...
2024-01-29  Jérôme Benoitfix: use nextTick to delay event emission
2024-01-29  Jérôme Benoitrefactor: cleanup log messages formatting
2024-01-29  Jérôme Benoitfix: ensure remote start transaction triggers a delayed...
2024-01-29  Jérôme Benoitfix: fix control flow at remote start
2024-01-28  Jérôme Benoitfix: ensure WS connection retry flag is reset in all...
2024-01-28  Jérôme Benoitbuild(simulator): silence linter error
2024-01-28  Jérôme Benoitrefactor: do not regenerate error stack strace needlessly
2024-01-28  Jérôme Benoittest: add tests for BaseError custom error
2024-01-28  Jérôme Benoitrefactor: use Error static function to generate BaseErr...
2024-01-28  Jérôme Benoitfix: recreate stack trace on BaseError only if needed
2024-01-28  Jérôme Benoitrefactor: remove unneeded export
2024-01-28  Jérôme Benoitfix: fix race condition at reconnection on ATG duration...
2024-01-28  Jérôme Benoitfix: ensure the ATG is properly restored after disconne...
2024-01-27  Jérôme Benoitrefactor: cleanup charging station events handling
2024-01-27  Jérôme Benoitfix: ensure the message sequence is started after recon...
2024-01-25  Jérôme Benoitrefactor: cleanup payload validation properties namespace
2024-01-25  Jérôme Benoitfix: avoid duplicate payload validation function
2024-01-25  Jérôme Benoitperf: cache only JSON payload validation functions
2024-01-21  Jérôme Benoitfix: handle WebSocket opening error
2024-01-21  Jérôme Benoitrefactor: refine missing ATG status log message
2024-01-21  Jérôme Benoitrefactor: improve error logging if ATG connector status...
2024-01-21  Jérôme Benoitfix: improve malformed OCPP message handling
2024-01-21  Jérôme Benoitrefactor: type casting cleanups
2024-01-21  Jérôme Benoitrefactor: type casting cleanups
2024-01-20  Jérôme Benoitfix: address two FIXMEs at websocket events handling
2024-01-20  Jérôme Benoitrefactor: cleanup unneeded type casting
2024-01-20  Jérôme Benoitrefactor: remove unneeded binding
2024-01-20  Jérôme Benoitrefactor: use the same empty function everywhere
2024-01-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-15  Jérôme Benoitbuild(deps): apply updates
2024-01-14  Jérôme Benoitrefactor: set CSs stop timeout to 60s
2024-01-14  Jérôme Benoitrefactor: cleanup arguments namespace
2024-01-14  Jérôme Benoitfix: use MikroORM upsert
2024-01-14  Jérôme Benoitfix: fix nullish exception on boot notification handling
2024-01-14  Jérôme Benoitrefactor: prepare for MikroORM storage support
2024-01-13  Jérôme Benoitrefactor: cleanup MikroORM entities
2024-01-13  Jérôme Benoitfix: handle properly async performance storage
2024-01-13  Jérôme Benoitrefactor: update MikroORM entities definition
2024-01-13  Jérôme Benoitrefactor: make storage init compliant with MikroORM 6
2024-01-13  Jérôme Benoitfix: warn about reserved transaction started not found
2024-01-13  Jérôme Benoitrefactor: remove unneeded eslint-disable
2024-01-13  Jérôme Benoitfix: ensure convertToDate() convert null date to undefined
2024-01-13  Jérôme Benoitrefactor: consistent arguments name in type utils
2024-01-13  Jérôme Benoitrefactor: rename cloneObject() -> clone()
2024-01-13  Jérôme Benoitchore: update copyright years
2024-01-13  Jérôme Benoitrefactor: silence linter
2024-01-13  Jérôme Benoitrefactor: improve types testing types definition
next