build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStationUtils.ts
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-10  Jérôme Benoitrefactor: cleanup loops over object keys
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-07-04  Jérôme Benoitrefactor: cleanup imports
2023-06-28  Jérôme Benoitfix: various fixes to the reservation code
2023-06-07  Jérôme BenoitMerge branch 'main' into reservation-process-bug-fix
2023-06-07  Jérôme Benoitrefactor: factor out charging station events waiter
2023-05-25  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-05-24  Jérôme Benoitrefactor(simulator): factor out default ATG configuration
2023-05-24  Jérôme Benoitrefactor(simulator): rename checkTemplateFile() ->...
2023-05-24  Jérôme Benoitrefactor(simulator): warn at startup for missing id...
2023-05-20  Jérôme Benoitrefactor(simulator): move configuration related helpers
2023-05-20  Jérôme Benoitbuild(simulator): don't preserve modules
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-04-30  Jérôme Benoitfix: reference a connector status clone in connectors map
2023-04-30  Jérôme Benoitfix: fix ATG refresh at template changes
2023-04-29  Jérôme Benoitrefactor: factor out template file check
2023-04-29  Jérôme Benoitfix: untangle connectors/evses init from station info one
2023-04-28  Jérôme Benoitfix: fix station info generation
2023-04-28  Jérôme Benoitfeat: add support for evses in all identified code...
2023-04-28  Jérôme Benoitfix: fix phase rotation value helper return type
2023-04-28  Jérôme Benoitrefactor: factor out connector phase rotation value...
2023-04-28  Jérôme Benoitfeat: add connector status handling at boot with evses...
2023-04-28  Jérôme Benoitrefactor: uniformize log messages formatting
2023-04-28  Jérôme Benoitrefactor: remove unneeded connector 0 handling at conne...
2023-04-28  Jérôme Benoitrefactor: remove unneeded premise in condition
2023-04-28  Jérôme Benoitfeat: save connectors/evses map in charging station...
2023-04-27  Jérôme Benoitrefactor: cleanup connectors initialization code
2023-04-26  Jérôme Benoitrefactor: move helpers to utils
2023-04-26  Jérôme Benoitfeat: make evse and connector configurations in templat...
2023-03-27  Jérôme Benoitfix: ensure charging profiles are deeply cloned before...
2023-03-27  Jérôme Benoitfeat: add initial support get composite schedule OCPP...
2023-03-26  Jérôme Benoitfix: ensure charging station uid is stable between...
2023-03-26  Jérôme Benoitrefactor(simulator): move template keys deprecation...
2023-03-26  Jérôme Benoitrefactor: rename a template key to a more sensible...
2023-03-23  Jérôme Benoitfix: add charging station status checkpoints to firmwar...
2023-03-18  Jérôme Benoitfix: brown paper bag issue at referencing the same...
2023-02-27  Jérôme Benoitrefactor(simulator): align casing on enums between...
2023-02-26  Jérôme Benoitrefactor(simulator): constify and factor out empty...
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 Benoitrefactor(simulator): switch to named exports
2023-02-10  Jérôme Benoitfix(simulator): fix brown paper bag bugs after helpers...
2023-02-10  Jérôme Benoitfix(simulator): fix empty array detection helper semantic
2023-02-07  Jérôme Benoitfix(simulator): detect string emptyness properly
2023-01-26  Jérôme BenoitImprove log messages prefixing
2023-01-26  Jérôme BenoitAdd error handling to JSON schemas file reading
2023-01-25  Jérôme BenoitEmpty string handling fixes
2023-01-25  Jérôme BenoitFalsy/truthy test fixes
2023-01-25  Jérôme BenoitStrict null type check fixes
2023-01-23  Jérôme BenoitAvoid strings concatenation
2023-01-23  Jérôme BenoitSwitch log messages to string literal
2023-01-17  Jérôme BenoitSilence rollup warnings
2023-01-15  Jérôme BenoitFactor out power limitation code into static helper
2023-01-14  Jérôme BenoitCleanup some helpers defaults values
2023-01-08  Jérôme BenoitRename the variable used to build CS hashId
2023-01-07  Jérôme BenoitFixes to OCA OCPP 2.0.1 JSON schemas
2023-01-05  Jérôme BenoitAdd BootNotification and ClearCache OCPP 2.0.1 commands...
2023-01-03  Jérôme BenoitOptimize worker handlers calls by binding them to the...
2022-12-24  Jérôme BenoitDocument template directive 'firmwareVersionPattern'
2022-10-02  Jérôme BenoitCleanup shared helpers structure
2022-10-01  Jérôme BenoitUI protocol: cleanup version handling code
2022-09-25  Jérôme BenoitATG: add support for idTag distribution algorithms
2022-09-24  Jérôme BenoitFix strict boolean checks
2022-09-20  Jérôme BenoitReplace more interface with type for types definition
2022-09-03  Jérôme BenoitUI Protocol: Expose ATG status and use array for all...
2022-08-30  Jérôme BenoitMove hashId to stationInfo
2022-08-28  Jérôme BenoitUniformize log messages, take 2
2022-08-27  Jérôme BenoitEnsure charging station data is always JSON serializable
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-23  Jérôme BenoitImplement error handling and propagation in IPC and...
2022-08-11  Jérôme BenoitSeparate OCPP command support check implementation...
2022-08-11  Jérôme BenoitImprove supported OCPP commands filtering
2022-08-11  Jérôme BenoitAdd template section to list OCPP commands supported...
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-07-13  Jérôme BenoitWarn if UI server is configured to listen on something...
2022-07-03  Jérôme BenoitMerge pull request #80 from SAP/worker-configuration
2022-07-02  Jérôme BenoitAdd worker configuration section
2022-06-10  Jérôme BenoitAdd a shared cache per worker for authorized tags
2022-06-03  Jérôme BenoitPrepare the code for ESM support
2022-05-24  Jérôme BenoitMove cache related helper to the right class
2022-05-24  Jérôme BenoitAdd a shared LRU cache per worker
2022-05-23  Jérôme BenoitRefine an error message
2022-05-23  Jérôme BenoitFix serial number propagation at charging station templ...
2022-05-23  Jérôme BenoitUntangle charging station info from charging station...
2022-05-20  Jérôme BenoitPermit to disable persistent configuration storage.
2022-05-18  Jérôme BenoitReduce a bit more the charging station instance memory...
2022-05-18  Jérôme BenoitRemove commented out code
2022-05-17  Jérôme BenoitReduce charging station instance memory footprint