feat: ensure charging station add op return its station info
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerFactory.ts
2024-03-20  Jérôme Benoitfeat: ensure charging station add op return its station...
2024-03-20  Jérôme BenoitMerge pull request #1016 from SAP/dependabot/npm_and_ya...
2024-03-19  Jérôme Benoitfix: fix worker configuration merge issue
2024-01-06  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/jsdom-23.1.0 into...
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-11-28  Jérôme BenoitMerge branch 'main' into combined-prs-branch
2023-11-27  Jérôme Benoitfix: fix performance configuration change at runtime
2023-09-15  Jérôme Benoitrefactor!: rename staticPool tunable in worker section...
2023-07-30  Jérôme Benoitrefactor: split WorkerConstants class
2023-07-18  Jérôme Benoitrefactor: cleanup default worker options handling
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-06-10  Jérôme Benoitfix: fix worker options argument passing to worker...
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-14  Jérôme Benoitrefactor(simulator): sort exports, switch to node:...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-01-25  Jérôme BenoitStrict null type check fixes
2023-01-12  Jérôme BenoitLinter fixes
2023-01-04  Jérôme BenoitMore import type usage
2023-01-02  Jérôme BenoitWorkerSet: remove ugly hack to deal with async worker...
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-06-03  Jérôme BenoitAdd initial support for ESM build
2022-04-25  HazbinFaultedremoved unecessary code&comment
2022-04-25  HazbinFaultedfixed empty list response to LIST_CHARGING_STATIONS
2022-04-25  HazbinFaultedfixe
2022-03-05  Jérôme BenoitFactor out worker related constants
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitFix workerSet startup
2022-03-04  Jérôme BenoitCleanup worker internal API
2022-03-03  Jérôme BenoitWorkerSet: consolidate the worker start delay code
2022-03-03  Jérôme BenoitAdd tunable for charging station start delay for linear...
2022-02-22  Jérôme BenoitEnsure 1:1 mapping between charging station and ATG...
2022-02-04  Jérôme BenoitIntroduce JSON type and use it for OCPP and internal...
2021-09-21  Jérôme BenoitFix ATG run duration computation
2021-08-29  Jérôme BenoitAdd a sanity check at worker implementation options...
2021-08-29  Jérôme BenoitAdd support for performance storage on worker pool
2021-08-28  Jérôme BenoitMove worker message handler to the options argument
2021-08-27  Jérôme BenoitEnsure an error is throwed in object factories if imple...
2021-08-26  Jérôme BenoitStorage: use worker threads message passing to store...
2021-08-25  Jérôme BenoitSilence some sonar code smells
2021-08-24  Jérôme BenoitDisable a eslint rule on a line
2021-08-23  Jérôme BenoitDo not enforce the singleton design pattern in the...
2021-08-23  Jérôme BenoitUse singleton design pattern directly in the worker...
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-05-19  Jérôme BenoitConstify some hardcoded worker related numbers
2021-05-19  Calin CreceaMerge branch 'master' of https://github.wdf.sap.corp...
2021-05-17  Jérôme BenoitPrepare code for strict type checking
2021-05-17  Jérôme BenoitAdd configuration tunable for pool worker choice strategy
2021-04-30  Jérôme BenoitMake the worker start delay a tunable.
2021-04-22  Jérôme BenoitWorkerFactory.ts: Use nullish coalescing operator
2021-03-02  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-03-01  Jérôme BenoitRename Wrk -> WorkerAbstract
2021-02-01  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-01-29  Jérôme BenoitCleanups: renaming.
2021-01-29  Jérôme BenoitFix Wrk default options.
2021-01-27  Jérôme BenoitInitial support for main configuration file changes...
2021-01-26  Jérôme BenoitUse generic for worker data type.
2021-01-26  Jérôme BenoitFix workerSet process mode.
2021-01-25  Jérôme BenoitSwitch to poolifier worker threads pool implementation.
2021-01-25  Jérôme BenoitMake filename = default exported class name.
2021-01-24  Jérôme BenoitUse object factory design pattern for code handling...