build(deps-dev): bump eslint-plugin-vue from 9.21.1 to 9.22.0 in /ui/web
[e-mobility-charging-stations-simulator.git] / src /
2024-02-22  Jérôme Benoitrefactor: improve error reporting in the UI server...
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-15  Jérôme Benoitrefactor: silence unused arguments warning
2024-02-15  Jérôme Benoitrefactor: factor out UI Server helpers into arrow functions
2024-02-15  Jérôme Benoitrefactor: cleanup import path
2024-02-15  Jérôme Benoitrefactor: refine UI Server configuration checks
2024-02-15  Jérôme Benoitfeat: add a basic authentication scheme for UI WebSocke...
2024-02-14  Jérôme Benoitfix: fix exception at HTTP UI server authentication...
2024-02-14  Jérôme Benoitdocs: refine Insomnia requests collection
2024-02-13  Jérôme Benoitrefactor: use native cloning function
2024-02-13  Jérôme Benoitfix: add missing type generic to clone()
2024-02-13  Jérôme Benoitperf: switch from lodash to rambda
2024-02-13  Jérôme Benoitfix: use lodash merge to deep merge objects
2024-02-13  Jérôme Benoitfix: ensure number of connectors is deleted from existi...
2024-02-13  Jérôme Benoitfix: ensure the number of connectors is not part of...
2024-02-13  Jérôme Benoitrefactor: align charging station info between simulator...
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 Benoitfix: flag worker set as stopped as soon the stopped...
2024-02-11  Jérôme Benoitrefactor: use syntax shortcuts
2024-02-11  Jérôme Benoitrefactor: factor out more charging station options...
2024-02-11  Jérôme Benoitfix: ensure workers are unreferenced at termination
2024-02-11  Jérôme Benoitrefactor: convert to nullish condition check where...
2024-02-11  Jérôme Benoitfix: ensure persistence configuration override is taken...
2024-02-11  Jérôme Benoitfix: do not leak event listeners at charging station...
2024-02-11  Jérôme Benoitrefactor: cleanup charging station options handling
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-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
next