fix: avoid duplicated slash in connection url
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStation.ts
2024-04-25  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 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-04  Jérôme BenoitMerge dependabot/npm_and_yarn/types/tar-6.1.12 into...
2024-03-29  Jérôme Benoitbuild(deps-dev): apply updates
2024-03-22  Jérôme Benoitrefactor: cleanup logic at building station info
2024-03-20  Jérôme BenoitMerge pull request #1016 from SAP/dependabot/npm_and_ya...
2024-03-19  Jérôme Benoitrefactor: move template firmware defaults to constants
2024-03-19  Jérôme Benoitfix: fix worker configuration merge issue
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: spell fix in log messages
2024-03-18  Jérôme Benoitrefactor: improve configuration sanity checks log messages
2024-03-11  Jérôme Benoitrefactor: convert home made helpers to rambda ones
2024-03-07  Jérôme Benoitrefactor: cleanup eslint configuration
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-02-26  Jérôme Benoitfix: fix supervision url handling at charging stations...
2024-02-20  Jérôme Benoitfix: clear UI server cache at simulator stop
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-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 Benoitrefactor: use syntax shortcuts
2024-02-11  Jérôme Benoitrefactor: factor out more charging station options...
2024-02-11  Jérôme Benoitrefactor: convert to nullish condition check where...
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 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 Benoitfeat: add options to `addChargingStations` UI protocol...
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 Benoitfix: make the ATG wait for running transactions to...
2024-02-04  Jérôme Benoitrefactor: improve error OCPP error message
2024-01-31  Jérôme Benoitfeat: expose template name used in stationInfo
2024-01-28  Jérôme Benoitfix: ensure WS connection retry flag is reset in all...
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-21  Jérôme Benoitfix: handle WebSocket opening error
2024-01-21  Jérôme Benoitfix: improve malformed OCPP message handling
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-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-14  Jérôme Benoitfix: fix nullish exception on boot notification handling
2024-01-13  Jérôme Benoitrefactor: update MikroORM entities definition
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: improve types testing types definition
2024-01-12  Jérôme Benoitfix: ensure dates in ISO string format are properly...
2024-01-12  Jérôme Benoitrefactor: refine prettier configuration
2024-01-12  Jérôme Benoitbuild(deps-dev): apply updates
2024-01-12  Jérôme Benoitrefactor: cleanup nullish values handling
2024-01-10  Jérôme Benoitfix: fix nullish exception
2024-01-10  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.10.8 into...
2024-01-08  Jérôme Benoitrefactor: cleanup type definition
2024-01-06  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/jsdom-23.1.0 into...
2024-01-04  Jérôme Benoitrefactor: cleanup a few unneeded type casting
2024-01-04  Jérôme Benoitfix: readd safety check in charging station log prefix...
2024-01-04  Jérôme Benoitrefactor: cleanup some unneeded conditions
2024-01-04  Jérôme Benoitrefactor: switch eslint configuration to strict type...
2023-12-29  Jérôme Benoitbuild: cleanup eslint-disable in code
2023-12-29  Jérôme Benoitrefactor: remove isUndefined() helper
2023-12-29  Jérôme Benoitrefactor: cleanup isNullOrUndefined 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-12-09  Jérôme Benoitfix: avoid null exception at firmware upgrade
2023-12-09  Jérôme Benoitrefactor: use RegExp.exec()
2023-12-09  Jérôme Benoitrefactor: factor out default station info
2023-12-08  Jérôme Benoitrefactor: silence TS type casting error
2023-12-05  Jérôme Benoitrefactor: cleanup types import
2023-12-05  Jérôme Benoitperf: minimize OCPPUtils exports
2023-12-04  Jérôme Benoitperf: reduce OCPPUtils memory usage
2023-11-30  Jérôme Benoitfix: ensure UI server remains active at simulator stop
2023-11-29  Jérôme Benoitrefactor: cleanup buffered messages handling code
2023-11-28  Jérôme BenoitMerge dependabot/npm_and_yarn/esbuild-0.19.8 into combi...
2023-11-26  Jérôme Benoitfix: fix recursion loop getTemplateFromFile -> logPrefi...
2023-11-24  Jérôme BenoitMerge pull request #858 from SAP/combined-prs-branch
2023-11-24  Jérôme Benoitrefactor: remove unneeded registration status getter
2023-11-24  Jérôme Benoitfeat: add message buffer flush interval
2023-11-23  Jérôme Benoitfix: ensure configuration keys are saved with the right...
2023-11-23  Jérôme Benoitrefactor: remove unneeded max power getter
2023-11-23  Jérôme Benoitrefactor: cleanup persistent stationInfo tunable handling
2023-11-23  Jérôme Benoitfix: fix configuration loading from file
2023-11-23  Jérôme Benoitfix: make stationInfo attributes writable again
2023-11-23  Jérôme Benoitfix: add getter/setter on some station info attributes
next