build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / src /
11 days ago  Jérôme Benoitfix: avoid duplicated slash in connection url
2024-04-14  Jérôme Benoitrefactor: silence typing errors
2024-04-11  Jérôme Benoitfix: restore connector status reserved only if needed
2024-04-11  Jérôme BenoitMerge pull request #1033 from SAP/dependabot/npm_and_ya...
2024-04-11  Jérôme BenoitMerge pull request #1032 from SAP/fix-reserved-start...
2024-04-11  Jérôme BenoitMerge branch 'main' into fix-reserved-start-transaction
2024-04-10  Jérôme Benoitfix: send preparing connector status before `StartTrans...
2024-04-09  Jérôme Benoitbuild(deps-dev): apply updates
2024-04-08  Jérôme Benoitfix: reset 'Reserved' connector status if transaction...
2024-04-06  Jérôme Benoitbuild(deps-dev): apply updates
2024-04-04  Jérôme BenoitMerge dependabot/npm_and_yarn/types/tar-6.1.12 into...
2024-04-04  Jérôme Benoitfix: register worker error callback once
2024-03-29  Jérôme Benoitbuild(deps-dev): apply updates
2024-03-26  Jérôme Benoitfeat: allow to provision number of stations by template
2024-03-25  Jérôme Benoitrefactor: cleanup worker related type definitions
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: preincrement worker set counter
2024-03-23  Jérôme Benoitrefactor: cleanup worker set message handling code
2024-03-23  Jérôme Benoitrefactor: cleanup app message handling code
2024-03-22  Jérôme Benoitrefactor: cleanup worket set message handling
2024-03-22  Jérôme Benoitfix: untangle worker set message from application message
2024-03-22  Jérôme Benoitrefactor: cleanup logic at building station info
2024-03-22  Jérôme Benoitfix: ensure proper status in add charging stations...
2024-03-22  Jérôme Benoitfix: ensure add charging stations reponse display only...
2024-03-21  Jérôme Benoitrefactor: use ramdba helper for builtin types
2024-03-21  Jérôme Benoitfix: ensure error at adding charging stations not stop...
2024-03-20  Jérôme Benoitrefactor: cleanup variables namespace
2024-03-20  Jérôme Benoitrefactor: cleanup utils export
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 Benoitrefactor: strong stype configuration key deprecation...
2024-03-19  Jérôme Benoitrefactor: move template firmware defaults to constants
2024-03-19  Jérôme Benoitfix: fix simulator initialization ordering
2024-03-19  Jérôme Benoitfix: fix worker set elementsPerWorker sanity check
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-18  Jérôme Benoitrefactor: use native node random integer generator
2024-03-18  Jérôme Benoitrefactor: remove unneeded isString() helper
2024-03-18  Jérôme Benoitrefactor: spell fix in log messages
2024-03-18  Jérôme Benoitrefactor: improve configuration sanity checks log messages
2024-03-13  Jérôme Benoitrefactor: use more ramdba helpers
2024-03-11  Jérôme Benoitrefactor: convert home made helpers to rambda ones
2024-03-10  Jérôme Benoitrefactor(ui): validate UUID format
2024-03-10  Jérôme Benoitrefactor: cleanup some type casting
2024-03-10  Jérôme Benoitrefactor: cleanup debug code
2024-03-10  Jérôme Benoitfeat!: handle Set at JSON serialization to string
2024-03-09  Jérôme Benoitrefactor: strong type UUID usage in UI protocol
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: refine type definitions
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-07  Jérôme Benoitbuild: fix linter error
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-05  Jérôme Benoitfix: get diagnostics is trying to upload the incorrect...
2024-03-05  Jérôme Benoitfix(simulator): ftp client incorrect access request...
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-26  Jérôme Benoitfix: fix supervision url handling at charging stations...
2024-02-24  Jérôme Benoitrefactor: cleanup integer conversion helper
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
next