feat: ensure charging station add op return its station info
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerDynamicPool.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: untangle worker pool/set init from start
2024-03-19  Jérôme Benoitrefactor: rename configuration elementStartDelay to...
2024-01-06  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/jsdom-23.1.0 into...
2024-01-04  Jérôme Benoitrefactor: switch eslint configuration to strict type...
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-10-10  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.8.4 into...
2023-10-03  Jérôme Benoitbuild(deps): apply updates
2023-09-24  Jérôme Benoitbuild(deps): apply updates
2023-09-13  Jérôme BenoitMerge dependabot/github_actions/docker/setup-buildx...
2023-09-10  Jérôme Benoitfeat: randomize startup delays
2023-07-18  Jérôme Benoitrefactor: cleanup default worker options handling
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-04  Jérôme Benoitrefactor: cleanup imports
2023-07-01  Jérôme Benoitdocs: improve code documentation
2023-06-10  Jérôme Benoitfix: fix worker options argument passing to worker...
2023-06-05  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-06-02  Jérôme Benoitfeat: expose pool/set information
2023-06-02  Jérôme Benoitfeat: add event emitter to worker pool/set code
2023-06-01  Jérôme Benoitfeat: restart worker on uncaught exception
2023-05-26  Jérôme Benoitrefactor: convert WorkerUtils class static methods...
2023-04-09  Jérôme Benoitfix: reference poolifier pool property
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 check fixes
2023-01-12  Jérôme BenoitLinter fixes
2023-01-03  Jérôme BenoitOptimize worker handlers calls by binding them to the...
2022-09-16  Jérôme BenoitLog errors in 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-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitEnhance default value for worker options handling
2022-03-04  Jérôme BenoitCleanup worker internal API
2022-03-03  Jérôme BenoitAdd tunable for charging station start delay for linear...
2022-02-04  Jérôme BenoitIntroduce JSON type and use it for OCPP and internal...
2021-10-03  Jérôme BenoitMark some attributes readonly
2021-09-21  Jérôme BenoitFix ATG run duration computation
2021-09-13  Jérôme BenoitLog also ws closing reason
2021-08-28  Jérôme BenoitMove worker message handler to the options argument
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-23  Jérôme BenoitUse singleton design pattern directly in the worker...
2021-08-13  Jérôme BenoitEnsure performance statistics is started before connect...
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-15  Jérôme BenoitMerge branch 'master' of github.com:sap-labs-france...
2021-04-11  Jérôme BenoitImprove a bit JSDoc.
2021-03-24  Jérôme BenoitAdd eslint jsdoc plugin and refine a bit the existing...
2021-03-09  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-03-08  Jérôme BenoitPer worker max number of elements is not relevant on...
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-24  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-02-19  Jérôme BenoitAlign worker code naming.
2021-02-19  Jérôme BenoitUpdate to poolifier 2.0.0-beta.6 (#10)
2021-02-01  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
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-25  Jérôme BenoitFix worker thread exit message.
2021-01-25  Jérôme BenoitSwitch to poolifier worker threads pool implementation.