fix: untangle worker set message from application message
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStationWorker.ts
2024-03-22  Jérôme Benoitfix: untangle worker set message from application message
2024-03-20  Jérôme Benoitfeat: ensure charging station add op return its station...
2024-03-07  Jérôme Benoitrefactor: cleanup eslint configuration
2024-02-09  Jérôme Benoitfeat: add options to `addChargingStations` UI protocol...
2024-02-05  Jérôme BenoitMerge pull request #969 from SAP/untanble-add-start
2024-02-05  Jérôme Benoitfix: add charging station at instantiation
2024-02-05  Jérôme Benoitfeat: untangle add charging station op from start charg...
2024-02-04  Jérôme Benoitrefactor: cleanup charging station worker namespace
2024-01-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-13  Jérôme Benoitchore: update copyright years
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-12-15  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/vite-5.0.9 into...
2023-12-11  Jérôme Benoitperf: a charging station worker is not an AsyncResource
2023-11-22  Jérôme Benoitrefactor: add error name in worker set worker startup...
2023-11-20  Jérôme Benoitrefactor: strong type data sent to worker
2023-10-10  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.8.4 into...
2023-09-30  Jérôme Benoitrefactor: null -> undefined where appropriate
2023-09-13  Jérôme BenoitMerge dependabot/github_actions/docker/setup-buildx...
2023-09-09  Jérôme Benoitrefactor: remove unneeded redefinition of poolifier...
2023-07-30  Jérôme Benoitfeat: add initial HTTP/2 support to ui server (mutually...
2023-07-30  Jérôme Benoitrefactor: split WorkerConstants class
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-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-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-01  Jérôme Benoitdocs: improve code documentation
2023-06-28  Jérôme Benoitrefactor: cleanup worker export
2023-06-05  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-06-04  Jérôme Benoitfix: avoid concurrent ATG startup
2023-06-02  Jérôme Benoitfeat: add event emitter to worker pool/set code
2023-06-01  Jérôme Benoitrefactor: encapsulate worker in an object
2023-06-01  Jérôme Benoitfix: ensure all charging stations are started as an...
2023-06-01  Jérôme Benoitperf: run charging station as async resource in the...
2023-05-25  Jérôme Benoitfeat: add graceful shutdown
2023-05-20  Jérôme Benoitfix: fix overrides handling for dependencies
2023-05-20  Jérôme Benoitrefactor(simulator): move configuration related helpers
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-04-10  Jérôme Benoitperf: use arrow functions in hot code paths
2023-02-27  Jérôme Benoitrefactor(simulator): align casing on enums between...
2023-02-14  Jérôme Benoitrefactor(simulator): sort exports, switch to node:...
2023-02-13  Jérôme Benoitrefactor(simulator): switch utils to internal module...
2023-02-13  Jérôme Benoitrefactor(simulator): switch to internal modules export...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-01-12  Jérôme BenoitLinter fixes
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2023-01-04  Jérôme BenoitMore import type usage
2023-01-03  Jérôme BenoitOptimize worker handlers calls by binding them to the...
2022-09-25  Jérôme BenoitATG: add support for idTag distribution algorithms
2022-09-16  Jérôme BenoitLog errors in worker
2022-09-16  Jérôme BenoitLog unconditionally uncaughtException and unhandledReje...
2022-09-16  Jérôme BenoitLog unconditionally uncaughtException and unhandledReje...
2022-08-22  Lucas MigeonVue UI + UI server
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-05-17  Jérôme BenoitReduce charging station instance memory footprint
2022-04-13  Jérôme BenoitMerge branch 'master' into feature/rawmessagelogs
2022-04-12  Jeff DurnwaldMerge branch 'master' of https://github.com/jdurnwald...
2022-04-12  jdurnwaldMerge branch 'master' into master
2022-04-09  Jérôme BenoitFix a type casting
2022-04-09  Jérôme BenoitFix a type casting
2022-03-05  Jérôme BenoitFix remaining linter errors properly
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 BenoitFix workerSet linear ramp up at startup
2021-09-26  Jérôme BenoitUntangle charging station worker types from the generic...
2021-08-28  Jérôme BenoitAdd MongDB support to storage for performance records.
2021-08-27  Jérôme BenoitRename StationWorker.ts to ChargingStationWorker.ts