feat: ensure charging station add op return its station info
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerAbstract.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-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-12-16  Jérôme Benoitrefactor: refine worker factory arguments checking
2023-12-15  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/vite-5.0.9 into...
2023-12-11  Jérôme Benoitbuild: cleanup eslint configuration
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-07-18  Jérôme Benoitrefactor: cleanup default worker options handling
2023-07-18  Jérôme Benoitbuild(simulator): switch to strict type checking
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-04-24  Jérôme Benoitrefactor: add sanity check to worker script handling
2023-03-18  Jérôme Benoitfix: brown paper bag issue at referencing the same...
2023-02-26  Jérôme Benoitrefactor(simulator): constify and factor out empty...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-01-26  Jérôme BenoitAdd error handling to JSON schemas file reading
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-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-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 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-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-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-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-02  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-03-01  Jérôme BenoitRename Wrk -> WorkerAbstract