refactor: silence typing errors
[e-mobility-charging-stations-simulator.git] / src / charging-station / AutomaticTransactionGenerator.ts
2024-04-14  Jérôme Benoitrefactor: silence typing errors
2024-04-04  Jérôme BenoitMerge dependabot/npm_and_yarn/types/tar-6.1.12 into...
2024-03-18  Jérôme Benoitrefactor: use native node random integer generator
2024-03-07  Jérôme Benoitrefactor: cleanup eslint configuration
2024-02-11  Jérôme Benoitfeat: add `deleteChargingStations` SRPC command to...
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-01-28  Jérôme Benoitfix: ensure the ATG is properly restored after disconne...
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-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-13  Jérôme Benoitrefactor: remove unneeded eslint-disable
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 Benoitbuild(deps-dev): apply updates
2024-01-10  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.10.8 into...
2024-01-08  Jérôme Benoitfeat: add ATG absolute stop date support
2024-01-08  Jérôme Benoitfix: compute the ATG stop date only once
2024-01-08  Jérôme Benoitfix: fix ATG connector statuses date handling
2024-01-07  Jérôme Benoitfix: fix off-by-one in ATG statuses handling
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: switch eslint configuration to strict type...
2023-12-29  Jérôme Benoitrefactor: cleanup isNullOrdefined 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-11  Jérôme Benoitperf: remove AsyncResource usage
2023-12-04  Jérôme Benoitperf: reduce OCPPUtils memory usage
2023-11-30  Jérôme Benoitfix: only reset defined ATG connector status
2023-11-13  Jérôme Benoitfix: do not test for connector status in ATG
2023-11-12  Jérôme Benoitrefactor: make ATG wait busy loop test first
2023-11-11  Jérôme Benoitfix: make ATG wait for CS/connector availability
2023-11-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-11-10  Jérôme Benoitfix(simulator): properly handle template change at...
2023-11-10  Jérôme Benoitfix: ensure running transactions are stopped at CS...
2023-11-07  Jérôme Benoitrefactor: change log level to debug at ATG stop
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-26  Jérôme BenoitMerge pull request #748 from SAP/combined-prs-branch
2023-09-25  Jérôme Benoitfix: only reset ATG connector status at ATG startup
2023-09-25  Jérôme Benoitfix: ensure the ATG will start from its saved status
2023-08-07  Jérôme Benoitfix: ensure null or undefined checks in condition
2023-07-31  Jérôme Benoitperf: only clone the targeted connector status in ATG
2023-07-31  Jérôme Benoitfix: check for the connector status definition in ATG
2023-07-30  Jérôme Benoitfix: fix authorize response handling
2023-07-30  Jérôme Benoitfix: fix some undefined/null checks
2023-07-30  Jérôme Benoitfix: fix reservation removal at transaction start
2023-07-30  Jérôme Benoitrefactor: rename src/charging-station/Utils.ts -> src...
2023-07-28  Jérôme Benoitrefactor: cleanup module name namespace
2023-07-28  Jérôme Benoitperf: switch to deep-clone for cloning (20% faster)
2023-07-26  Jérôme Benoitrefactor: factor out ATG and charging profiles sanity...
2023-07-26  Jérôme Benoitrefactor: improve time handling code
2023-07-19  Jérôme Benoitfix: fix ATG startup
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-14  Jérôme Benoitbuild(simulator): silence linter
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-05  Jérôme Benoitrefactor: split ChargingStationUtils class static metho...
2023-07-05  Jérôme Benoitrefactor: split Utils static methods class into functions
2023-06-05  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-06-04  Jérôme Benoitfix: avoid concurrent ATG startup
2023-05-27  Jérôme Benoitfix: clone ATG connector status before altering it
2023-05-27  Jérôme Benoitfix: fix CS configuration hash calculation
2023-05-25  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-05-24  Jérôme Benoitrefactor(simulator): simplify ATG default configuration...
2023-05-24  Jérôme Benoitrefactor(simulator): add more default values to ATG
2023-05-24  Jérôme Benoitrefactor(simulator): factor out default ATG configuration
2023-05-20  Jérôme Benoitbuild(simulator): use module imports for performance
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-05-12  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-05-12  Jérôme Benoitrefactor: cleanup method namaspace
2023-04-30  Jérôme Benoitfix: fix ATG refresh at template changes
2023-04-28  Jérôme Benoitfeat: support evses in more code path
2023-04-28  Jérôme Benoitrefactor: uniformize log messages formatting
2023-04-07  Jérôme Benoitrefactor(simulator): use helper for undefined or null...
2023-03-26  Jérôme Benoitrefactor(simulator): cleanup id tags cache namespace
2023-03-24  Jérôme Benoitperf(simulator): use content addressable cache for...
2023-03-23  Jérôme Benoitfix: add charging station status checkpoints to firmwar...
2023-03-21  Jérôme Benoitfix: stop the ATG on connector if its status is unavailable
2023-02-26  Jérôme Benoitrefactor(simulator): constify and factor out empty...
2023-02-14  Jérôme Benoitrefactor(simulator): sort exports, switch to node:...
2023-02-13  Jérôme Benoitrefactor(simulator): switch utils to internal module...
2023-02-13  Jérôme Benoitrefactor(simulator): switch to internal modules export...
2023-02-12  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-02-12  Jérôme Benoitfix(simulator): make the modules export/import a bit...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-01-26  Jérôme BenoitUse arrow function for log messages prefixing
2023-01-25  Jérôme BenoitFalsy/truthy test fixes
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitStrict null type check fixes
2023-01-23  Jérôme BenoitSwitch log messages to string literal
2023-01-12  Jérôme BenoitLinter fixes
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2022-12-18  Jérôme BenoitFix charging station started status detection
2022-12-17  Jérôme BenoitUI Server: fix connection upgrade error handling
2022-10-04  Jérôme BenoitFix type cast at AsyncResource usage
2022-10-03  Jérôme BenoitPermit to run code in async scope in the OCPP stack
2022-10-02  Jérôme BenoitStrict boolean checks
2022-10-01  Jérôme BenoitATG: Cleanup connector statuses initialization
next