build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / worker /
2023-04-09  Jérôme Benoitfix: reference poolifier pool property
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-13  Jérôme Benoitrefactor(simulator): switch to internal modules export...
2023-02-12  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-02-12  Jérôme Benoitfix(simulator): make the modules export/import a bit...
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-25  Jérôme BenoitStrict null type check fixes
2023-01-25  Jérôme BenoitRefine code formatting rules
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 BenoitMerge branch 'main' into patch-1
2023-01-03  Jérôme BenoitSilence one eslint warning
2023-01-03  Jérôme BenoitOptimize worker handlers calls by binding them to the...
2023-01-02  Jérôme BenoitWorkerSet: remove ugly hack to deal with async worker...
2022-11-27  Jérôme BenoitRefine worker exit with error message
2022-09-16  Jérôme BenoitSimplify WorkerUtils.defaultErrorHandler usage in...
2022-09-16  Jérôme BenoitLog errors in worker
2022-09-11  Jérôme BenoitImprove error messages
2022-08-30  Jérôme BenoitMove hashId to stationInfo
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-07-13  Jérôme BenoitAvoid to instantiated static only classes
2022-07-13  Jérôme BenoitWarn if UI server is configured to listen on something...
2022-06-03  Jérôme BenoitAdd initial support for ESM build
2022-06-02  Jérôme BenoitEnsure that workerSet always properly start a worker...
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 Benoitsrc/worker/WorkerConstants.ts: add
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
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 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-10-03  Jérôme BenoitMark some attributes readonly
2021-09-21  Jérôme BenoitFix ATG run duration computation
2021-09-17  Jérôme BenoitSilence sonar a bit
2021-09-13  Jérôme BenoitLog also ws closing reason
2021-08-29  Jérôme BenoitUse IIFE (https://developer.mozilla.org/en-US/docs...
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-28  Jérôme BenoitAdd MongDB support to storage for performance records.
2021-08-27  Jérôme BenoitEnsure an error is throwed in object factories if imple...
2021-08-26  Jérôme BenoitColorize console message ouputs
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-08-21  Jérôme BenoitOptimize a loop in the worker related code.
2021-08-15  Jérôme BenoitSpecify the copyright author on some files where change...
2021-08-13  Jérôme BenoitEnsure performance statistics is started before connect...
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-07-16  Jérôme BenoitImprove and fix error handling at sending OCPP commands
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-05-02  Jérôme BenoitCheck for threadId worker attribute only
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-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-16  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-02-15  Jérôme BenoitRemove matching worker set element when a worker exit.
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 BenoitFix worker thread exit message.
2021-01-25  Jérôme BenoitSwitch to poolifier worker threads pool implementation.
2021-01-25  Jérôme BenoitAdd proper worker set elements reference counting.
2021-01-25  Jérôme BenoitAdd WorkerEvents enum.
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...
2021-01-24  Jérôme BenoitMove workers handling code in its own directory.