build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / utils /
2023-11-07  Jérôme Benoitfix: fix subsequent configuration change reload without...
2023-11-07  Jérôme Benoitfix: avoid concurrent configuration change callback...
2023-11-07  Jérôme Benoitfix(simulator): ensure configuration file reload will...
2023-11-01  Jérôme Benoittest: add ElectricUtils.ts tests
2023-10-10  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.8.4 into...
2023-09-29  Jérôme Benoitfix: ensure log prefix helper is initialized at configu...
2023-09-26  Jérôme BenoitMerge pull request #748 from SAP/combined-prs-branch
2023-09-25  Jérôme Benoitfix: ensure the ATG will start from its saved status
2023-09-16  Jérôme Benoitrefactor: cleanup standard deviation implementation
2023-09-15  Jérôme Benoitrefactor: cleanup standard deviation implementation
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-10  Jérôme Benoitfeat: randomize startup delays
2023-09-09  Jérôme Benoitrefactor: switch to public static instead of setter...
2023-09-09  Jérôme Benoitrefactor: use classic setter in configuration class
2023-09-08  Jérôme Benoitrefactor: silence sonar
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-07  Jérôme BenoitMerge branch 'main' into dependabot/github_actions...
2023-09-07  Jérôme Benoitperf: convert deepClone() to arrow function
2023-09-06  Jérôme Benoitperf: add and use homemade optimized deep cloning imple...
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 Benoitdocs: refine code comments
2023-09-03  Jérôme Benoitperf: optimize min/max implementation
2023-09-02  Jérôme Benoitrefactor: remove unneeded code in configuration handling
2023-09-02  Jérôme Benoitfix: use static this context
2023-09-02  Jérôme Benoitfeat: print deprecation warnings once
2023-08-25  Jérôme Benoitrefactor: refine exponential delay code
2023-08-25  Jérôme Benoitrefactor: improve stdDeviation signature
2023-08-25  Jérôme Benoitperf: switch to SMA and SMM in performance statistics
2023-08-09  Jérôme Benoitrefactor: introduce an async lock mutex helper to run...
2023-08-08  Jérôme Benoitrefactor: remove deprecated configuration tunable handling
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-07-31  Jérôme Benoitfix: fix reservationId payload field filling at start...
2023-07-30  Jérôme Benoitrefactor: add date validation to date convertion helper
2023-07-30  Jérôme Benoitfix: add date validation check in date conversion helper
2023-07-30  Jérôme Benoitrefactor: refine error message at building default...
2023-07-30  Jérôme Benoitrefactor: split WorkerConstants class
2023-07-29  Jérôme Benoitfix: fix circular array splice semantic
2023-07-28  Jérôme Benoitperf: switch to deep-clone for cloning (20% faster)
2023-07-27  Jérôme Benoitrefactor: factor out configuration section cache population
2023-07-26  Jérôme Benoitfix: fix configuration callback property type
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-25  Jérôme Benoitdocs: refine code comments
2023-07-25  Jérôme Benoitrefactor: cleanup log messages
2023-07-25  Jérôme Benoitfeat: warn if charging profile schedule periods are...
2023-07-25  Jérôme Benoitrefactor: factor out recurring charging profile handling
2023-07-25  Jérôme Benoitrefactor: add sanity checks to charging profiles handling
2023-07-24  Jérôme Benoitrefactor: use helpers to manipulate duration
2023-07-24  Jérôme Benoitfeat: improve duration formatting
2023-07-23  Jérôme Benoitperf: fine tune default pool size for load tests
2023-07-21  Jérôme Benoitfix: fix promises return type
2023-07-19  Jérôme Benoitfix: fix 'Cannot read properties of undefined' with...
2023-07-18  Jérôme Benoitbuild(simulator): switch to strict type checking
2023-07-17  Jérôme Benoitrefactor: cleanup configuration class usage
2023-07-17  Jérôme Benoitrefactor: move code into try catch block
2023-07-17  Jérôme Benoitfix: fix inscoped this in configuration class
2023-07-17  Jérôme Benoitrefactor: improve configuration section typing
2023-07-16  Jérôme Benoitfix: ensure configuration section cache is always initi...
2023-07-16  Jérôme Benoitrefactor: order configuration class methods
2023-07-16  Jérôme Benoitfix: fix configuration section caching
2023-07-16  Jérôme Benoitrefactor: cleanup configuration namespace
2023-07-16  Jérôme Benoitfeat: add configuration cache
2023-07-16  Jérôme Benoitrefactor: syntax check in worker configuration section
2023-07-16  Jérôme Benoitrefactor: cleanup type casting
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-14  Jérôme Benoitrefactor: cleanup
2023-07-14  Jérôme Benoitrefactor: remove pool strategy from worker configuratio...
2023-07-12  Jérôme Benoitfeat: add elementsPerWorker automatic calculation
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-07  Jérôme Benoitrefactor: factor out extractTimeSeriesValues() helper
2023-07-05  Jérôme Benoitrefactor: split Utils static methods class into functions
2023-07-04  Jérôme Benoitrefactor: cleanup imports
2023-07-02  Jérôme Benoitrefactor: refine error type in helper
2023-07-02  Jérôme Benoitrefactor: improve helper arguments validation
2023-07-01  Jérôme Benoitdocs: improve code documentation
2023-07-01  Jérôme Benoitfix: fix roundTo() corner cases
2023-07-01  Jérôme Benoitrefactor: use a directory to store performance related...
2023-06-19  Jérôme Benoitfix: ensure simulator will stop after a timeout (120s)
2023-06-11  Jérôme Benoitfix: properly handle non existing configuration sections
2023-06-11  Jérôme Benoitrefactor: refine configuration deprecation message
2023-06-11  Jérôme Benoitfeat: move logging configuration into its own section
2023-06-05  Jérôme BenoitMerge pull request #574 from JulianHBuecher/reservation...
2023-06-05  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-05-31  Jérôme Benoitfeat: add configuration tunable for logging enablement
2023-05-30  Jérôme Benoitfix: fix commonjs import issue with node.js 16.x.x
2023-05-29  Jérôme Benoitrefactor: use mnemonist queue implementation instead...
2023-05-29  Jérôme Benoitperf: use O(1) queue implementation in async locking...
2023-05-29  Jérôme Benoitrefactor(simulator): factor out statistic helpers
2023-05-29  Jérôme Benoitrefactor: cleanup async lock acquire()
2023-05-28  Jérôme Benoitrefactor(simulator): convert more class static helpers...
2023-05-28  Jérôme Benoitrefactor(simulator): export directly logger helper
2023-05-28  Jérôme Benoitrefactor(simulator): convert some class method helpers...
2023-05-26  Jérôme Benoitfix: fix default error params setting
2023-05-26  Jérôme Benoitrefactor: factor out default error handling params
2023-05-25  Jérôme BenoitMerge branch 'main' into reservation-feature
next