build(deps): Bump sonarsource/sonarcloud-github-action
[e-mobility-charging-stations-simulator.git] / src /
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 Benoitfix: fix integer check condition
2023-07-28  Jérôme Benoitperf: switch to deep-clone for cloning (20% faster)
2023-07-28  Jérôme Benoitrefactor: add sanity checks to worker set arguments
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-27  Jérôme Benoitrefactor: factor out configuration section cache population
2023-07-26  Jérôme Benoitrefactor: silence linter on code duplication
2023-07-26  Jérôme Benoitfix: fix configuration callback property type
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
2023-07-25  Jérôme Benoitdocs: refine code comments
2023-07-25  Jérôme Benoitfix: warn abount unsupported charging profiles structure
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 Benoitfix: fix recurring charging profile translation to...
2023-07-25  Jérôme Benoitfix: properly use date-fns difference functions
2023-07-25  Jérôme Benoitfix: handle properly charging profile schedule period...
2023-07-25  Jérôme Benoitfix: ensure recurring profile duration is valid
2023-07-25  Jérôme Benoitfix: handle properly charging profile validity date
2023-07-25  Jérôme Benoitperf: only sort charging schdule periods if needed
2023-07-25  Jérôme Benoitfix: ensure charging schedule periods are sorted by...
2023-07-25  Jérôme Benoitrefactor: add sanity check on recurring charging profil...
2023-07-25  Jérôme Benoitfix: properly handling moving recurring charging profiles
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-25  Jérôme Benoitfeat: add support charging profile validity interval
2023-07-24  Jérôme Benoitrefactor: refine log level
2023-07-24  Jérôme Benoitrefactor: add type for charging profiles limit
2023-07-24  Jérôme Benoitfeat: add support for relative charging profile
2023-07-24  Jérôme BenoitMerge pull request #634 from SAP/fix-limitation-from...
2023-07-24  Jérôme Benoitrefactor: improve recurring charging profile mishandlin...
2023-07-24  Jérôme Benoitfeat: add support for charging profiles relative to...
2023-07-24  Jérôme Benoitrefactor: cleanup variable namespace
2023-07-24  Jérôme Benoitrefactor: add sanity checks to recurring profiles trans...
2023-07-24  Jérôme Benoitfix: properly translate schedule start date to current...
2023-07-24  Jérôme Benoitfix: handle recurring charging profiles only in the...
2023-07-24  Jérôme Benoitfix: remove monthly recurring charging profiles
2023-07-24  Jérôme Benoitfeat: support all recurrency types in charging profiles
2023-07-24  Jérôme Benoitrefactor: cleanup getLimitFromChargingProfiles() helper...
2023-07-24  Jérôme Benoitfix: ensure daily recurring charging profiles are adjus...
2023-07-24  Jérôme Benoitfix: fix daily recurring charging profiles handling
2023-07-24  Jérôme Benoitrefactor: cleanup date 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 Benoitfix: fix ATG configuration save at template reload
2023-07-23  Jérôme Benoitperf: fine tune default pool size for load tests
2023-07-23  Jérôme Benoitfix: clone configuration only if defined
2023-07-22  Jérôme Benoitrefactor(simulator): cleanup worker set variable namespace
2023-07-21  Jérôme Benoitfix: use aliased payload type on broadcast channel
2023-07-21  Jérôme Benoitfix: wait for worker exit to clean the worker set
2023-07-21  Jérôme Benoitfix: fix promises return type
2023-07-20  Jérôme Benoitrefactor: emit worker set info at element started event
2023-07-20  Jérôme Benoitfeat: add worker set events
2023-07-20  Jérôme Benoitfeat: strict message event checking in worker set mode
2023-07-20  Jérôme Benoitfeat: add error handling to worker set worker
2023-07-20  Jérôme Benoitrefactor: remove now uneeded sanity check at worker...
2023-07-19  Jérôme Benoitfix: do not use async callback with setInterval()
2023-07-19  Jérôme Benoitfix: fix 'Cannot read properties of undefined' with...
2023-07-19  Jérôme Benoitfix: fix ATG startup
2023-07-18  Jérôme Benoitrefactor: cleanup default worker options handling
2023-07-18  Jérôme Benoitdocs: improve code comments
2023-07-18  Jérôme Benoitrefactor: factor out OCPP params handling helpers
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 Benoitfix: ensure reservation expiration internal is > 0
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: add type parameter to OCPP stack for request...
2023-07-16  Jérôme Benoitrefactor: cleanup null checks and helpers
2023-07-16  Jérôme Benoitrefactor: cleanup type casting
2023-07-16  Jérôme Benoitbuild(ci): fix linting
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-14  Jérôme Benoitbuild(simulator): silence linter
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 Benoitfix: fix elementsPerWorker automatic calculation
2023-07-12  Jérôme Benoitfeat: add elementsPerWorker automatic calculation
2023-07-12  Jérôme Benoitbuild(deps): apply updates
2023-07-11  Jérôme Benoitfeat(simulator): allow to deprecate only template confi...
2023-07-11  Jérôme Benoitfix: properly deprecate payloadSchemaValidation templat...
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
next