refactor: cleanup default stationInfo handling
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStation.ts
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
2023-11-22  Jérôme Benoitfix: ensure updated CS event is emitted on all possible...
2023-11-20  Jérôme Benoitfix: ensure the message buffer is flushed once accepted...
2023-11-20  Jérôme Benoitrefactor: more stricter type checking in condition
2023-11-20  Jérôme Benoitrefactor: stricter type checking in conditions
2023-11-19  Jérôme Benoitfix: ensure error at WS message sending is handled
2023-11-14  Jérôme Benoitbuild(ci): fix linter errors
2023-11-12  Jérôme Benoitfix: avoid NaN at meterValues generation
2023-11-12  Jérôme Benoitrefactor(simulator): remove unneeded intermediate variable
2023-11-12  Jérôme Benoitbuild: bump volta pnpm version
2023-11-12  Jérôme Benoitfix: ensure voltage is defined in stationInfo
2023-11-11  Jérôme Benoitfix: make ATG wait for CS/connector availability
2023-11-11  Jérôme Benoitfix: strict condition on boolean
2023-11-11  Jérôme Benoitfix: refine CS registration error message
2023-11-10  Jérôme Benoitfix: fix stationInfo default values
2023-11-10  Jérôme Benoitfix: fix types in stationInfo properties refactoring
2023-11-10  Jérôme Benoitrefactor: remove getter on stationInfo properties
2023-11-10  Jérôme Benoitfeat: add template tunable to stop transaction at CS...
2023-11-10  Jérôme Benoitfix(simulator): properly handle template change at...
2023-11-10  Jérôme Benoitfeat: reenable configuration files change watchers
2023-11-10  Jérôme Benoitfeat: add events for charging station status change
2023-11-10  Jérôme Benoitfix: ensure running transactions are stopped at CS...
2023-11-09  Jérôme Benoitfix: ensure connectors status are saved is configuration
2023-11-08  Jérôme Benoitfix: disable dynamic reload until spurious file change...
2023-11-07  Jérôme Benoitfix: ensure stop transaction is sent at ATG stop
2023-10-10  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.8.4 into...
2023-09-30  Jérôme Benoitrefactor: null -> undefined where appropriate
2023-09-13  Jérôme BenoitMerge dependabot/github_actions/docker/setup-buildx...
2023-09-05  Jérôme Benoitrefactor: use helper for null in undefined in condition
2023-09-05  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-09-05  Jérôme Benoitrefactor: cleanup constants namespace
2023-09-03  Jérôme Benoitperf: optimize min/max implementation
2023-09-02  Jérôme Benoitfeat: print deprecation warnings once
2023-08-09  Jérôme Benoitrefactor: introduce an async lock mutex helper to run...
2023-08-09  Jérôme Benoitdocs: add code comment
2023-08-08  Jérôme Benoitrefactor: remove deprecated configuration tunable handling
next