refactor: cleanup standard deviation implementation
[e-mobility-charging-stations-simulator.git] / src / charging-station /
2023-09-15  Jérôme Benoitrefactor!: rename staticPool tunable in worker section...
2023-09-13  Jérôme BenoitMerge dependabot/github_actions/docker/setup-buildx...
2023-09-09  Jérôme Benoitrefactor: remove unneeded redefinition of poolifier...
2023-09-09  Jérôme Benoitrefactor: use classic setter in configuration class
2023-09-08  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-09-08  Jérôme Benoitrefactor: ensure logPrefix helper is always used
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 Benoitrefactor: cleanup exit codes
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
2023-08-08  Jérôme Benoitfix: fix log messages formatting
2023-08-07  Jérôme Benoitrefactor: remove unneeded backward compatibility code
2023-08-07  Jérôme Benoitfix: ensure null or undefined checks in condition
2023-08-07  Jérôme Benoitfeat: reduce the number of deprecated configuration...
2023-08-07  Jérôme Benoitfix: fix configuration section cache usage
2023-08-06  Jérôme Benoitrefactor: cleanup try catch constructs
2023-08-04  Jérôme Benoitrefactor: use helper to check charging station at WS...
2023-08-04  Jérôme Benoitrefactor: cleanup arguments namespace
2023-08-04  Jérôme Benoitrefactor: cleanup default optional default arguments...
2023-08-04  Jérôme Benoitfix: ensure composite schedule period start at 0
2023-08-04  Jérôme Benoitfix: fix gap in schedule periods in composeChargingSche...
2023-08-03  Jérôme Benoitfeat: add helper to compose i2 charging schedules ...
2023-08-03  Jérôme Benoitfix: typo in condition check at remote start transaction
2023-08-03  Jérôme Benoitfix: fix charging profile handling at remote start...
2023-08-03  Jérôme Benoitrefactor: cleanup incoming OCPP requests handling code
2023-08-03  Jérôme Benoitrefactor: improve start transaction sanity checks log...
2023-08-03  Jérôme Benoitperf: lookup connector status once at OCPP responses...
2023-08-03  Jérôme Benoitrefactor: improve tx changing profile checks
2023-08-03  Jérôme Benoitfix: remove transaction charging profiles at stop trans...
2023-08-03  Jérôme Benoitfix: tx charging profiles have precedence over the...
2023-08-03  Jérôme Benoitrefactor: factor out charging schedule composition...
2023-08-02  Jérôme Benoitfix: avoid gaps in get composite schedule
2023-08-02  Jérôme Benoitfix: fix wrong charging profiles resorting at power...
2023-08-02  Jérôme Benoitfix: ensure charging profiles used for power limitation...
2023-08-02  Jérôme Benoitrefactor: improve log messages
2023-08-02  Jérôme Benoitrefactor: improve debug log messages
2023-08-02  Jérôme Benoitfix: ensure the latest schedule period within the charg...
2023-08-01  Jérôme Benoitrefactor: cleanup RFID authorization code
2023-08-01  Jérôme Benoitfix: avoid overlapping schedule periods in get composit...
2023-08-01  Jérôme Benoitfix: reduce the number of overlaping charging profiles...
2023-08-01  Jérôme Benoitrefactor: cleanup import
2023-08-01  Jérôme Benoitrefactor: factor out charging profiles preparation
2023-08-01  Jérôme Benoitfeat: make get composite schedule closer to OCPP 1...
2023-08-01  Jérôme Benoitrefactor: cleanup get composite schedule code
2023-08-01  Jérôme Benoitfeat: improve get composite schedule
2023-07-31  Jérôme Benoitrefactor: cleanup reservation code helpers
2023-07-31  Jérôme Benoitfix: ensure all charging station changes are pushed...
2023-07-31  Jérôme Benoitrefactor: use object destructuration for incoming reque...
2023-07-31  Jérôme Benoitfix: fix valid reservation detection at start transaction
2023-07-31  Jérôme Benoitfix: fix reservationId payload field filling at start...
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-31  Jérôme Benoitrefactor: remove unneeded condition at changing availab...
2023-07-31  Jérôme Benoitfix: properly handle changing availability on multiples...
2023-07-31  Jérôme Benoitrefactor: factor out remote stop transaction helper
2023-07-31  Jérôme Benoitrefactor: factor out change availability helper
2023-07-31  Jérôme Benoitrefactor: cleanup RFID tags authorization code
2023-07-30  Jérôme Benoitfix: authorize remotely only if configured
2023-07-30  Jérôme Benoitrefactor: cleanup reservation methods scope
2023-07-30  Jérôme Benoitfix: check reservation status at the end at start trans...
2023-07-30  Jérôme Benoitfix: ensure transaction id is a safe integer
2023-07-30  Jérôme Benoitfix: fix authorize response handling
2023-07-30  Jérôme Benoitrefactor: code cleanup
2023-07-30  Jérôme Benoitfix: fix some undefined/null checks
2023-07-30  Jérôme Benoitfix: fix reservation at remote start
2023-07-30  Jérôme Benoitfix: fix reservation removal at transaction start
2023-07-30  Jérôme Benoitrefactor: cleanup reservation check condition
2023-07-30  Jérôme Benoitrefactor: remove uneeded helper in reservation code
2023-07-30  Jérôme Benoitrefactor: rename src/charging-station/Utils.ts -> src...
2023-07-30  Jérôme Benoitfix: handle proper the number of arguments in isConnect...
2023-07-30  Jérôme Benoitfix: fix ui server default application protocol version...
2023-07-30  Jérôme Benoitfeat: add initial HTTP/2 support to ui server (mutually...
2023-07-30  Jérôme Benoitrefactor: split WorkerConstants class
2023-07-30  Jérôme Benoitrefactor: use keyof to build the reservation filter key
2023-07-30  Jérôme Benoitrefactor: cleanup reservation code
2023-07-29  Jérôme Benoitfix: fix reservable connector detection
2023-07-28  Jérôme Benoitrefactor: cleanup module name namespace
2023-07-28  Jérôme Benoitrefactor: remove unneeded redefinition of reservation...
2023-07-28  Jérôme Benoitfix: revert incorrect fix to elementsPerWorker 'auto...
2023-07-28  Jérôme Benoitfix: fix elementsPerWorker 'auto' computation, take 2
2023-07-28  Jérôme Benoitfix: fix elementsPerWorker 'auto' computation
2023-07-28  Jérôme Benoitperf: switch to deep-clone for cloning (20% faster)
2023-07-27  Jérôme Benoitrefactor: rename ChargingStationConfigurationUtils...
2023-07-27  Jérôme Benoitrefactor: factor out feature profile test
2023-07-27  Jérôme Benoitrefactor: remove uneeded unknown intermediate type...
2023-07-26  Jérôme Benoitrefactor: silence linter on code duplication
2023-07-26  Jérôme Benoittest: code cleanup
2023-07-26  Jérôme Benoitrefactor: factor out ATG and charging profiles sanity...
2023-07-26  Jérôme Benoitfix: stop reservation expiration check at stop
2023-07-26  Jérôme Benoitrefactor: refine charging profiles handling variables...
2023-07-26  Jérôme Benoitrefactor: improve time handling code
2023-07-26  Jérôme Benoitrefactor: cleanup log messages
2023-07-25  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-07-25  Jérôme Benoitrefactor: add more sanity checks to charging profiles...
2023-07-25  Jérôme Benoitdocs: refine code comments
next