Fix eslint and prettier configuration
[e-mobility-charging-stations-simulator.git] / src / utils /
2022-03-04  Jérôme BenoitFix eslint and prettier configuration
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitFix incoming message error handling
2022-03-04  Jérôme BenoitAlign constants namespace
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-24  Jérôme BenoitDo not throw an error at OCPP message sending to avoid...
2022-02-21  Jérôme BenoitEnsure 1:1 mapping between charging station instance...
2022-02-18  Jérôme BenoitAdd return type to getLogger
2022-02-17  Jérôme BenoitEnforce singleton design pattern for the logger
2022-02-09  Jérôme BenoitSimplify some code logic
2022-02-09  Jérôme BenoitAdd occpStrictCompliance template tunable
2022-02-06  Jérôme BenoitFix build due to winston types definition fix
2022-02-04  Jérôme BenoitFix PENDING state boot notification handling
2022-02-01  Jérôme BenoitUnify supervision urls setup and distribution to chargi...
2022-01-31  Jérôme BenoitFix build due to winston types definition
2021-12-09  Jérôme BenoitFix default configuration handling on some sections
2021-12-09  Jérôme BenoitTry to propagate error on configuration file reload.
2021-12-08  Jérôme BenoitProperly default also the performance storage enablement
2021-12-08  Jérôme BenoitApply dependencies update
2021-12-07  Jérôme BenoitMerge branch 'master' of github.com:jerome-benoit/charg...
2021-12-07  Jérôme BenoitMerge pull request #112 from jerome-benoit/fix-template
2021-12-07  Jérôme BenoitMerge branch 'master' into fix-template
2021-12-07  captaineaglexfix performanceStorage type assignment when not present
2021-12-06  Jérôme BenoitUse camel case everywhere
2021-12-01  Jérôme BenoitSwitch to current node.js LTS version
2021-12-01  Jérôme BenoitAdd a configuration section for the UI WS server
2021-10-06  Jérôme BenoitFix callback invocation in promiseWithTimeout()
2021-10-04  Jérôme BenoitFix OCPP message sending timeout handling code
2021-09-27  Jérôme BenoitOCPP stack bug fixes:
2021-09-26  Jérôme BenoitAdd more ATG internal states tracking
2021-09-25  Jérôme BenoitTrack ATG status on a per connector basis.
2021-09-21  Jérôme BenoitFix negative values in meter values
2021-09-19  Jérôme BenoitAdd sanity checks to random integer generation
2021-09-19  Jérôme BenoitAdd sanity checks to random number generation code
2021-09-18  Jérôme BenoitSimplify calculation at duration formatting
2021-09-18  Jérôme BenoitDisplay milliseconds at duration formatting
2021-09-18  Jérôme BenoitFix duration formatting for large one
2021-09-18  Jérôme BenoitSecure random integer generator inputs
2021-09-17  Jérôme BenoitAdd scope to helper methods in Utils class.
2021-09-17  Jérôme BenoitRefine a method documentation
2021-09-17  Jérôme BenoitFix and secure random number generation code
2021-09-16  Jérôme BenoitFix ATG execution time accuracy.
2021-09-12  Jérôme BenoitRemove some any type usage
2021-09-11  Jérôme BenoitCleanup configuration files watching code
2021-09-05  Jérôme BenoitAdd support for OCPP 1.6 TriggerMessage command
2021-09-04  Jérôme BenoitSwitch rollup bundler TS plugin to rollup-plugin-ts
2021-09-03  Jérôme BenoitCleanup MikroORM configuration code for performance...
2021-09-02  Jérôme BenoitImprove OCPP error handling, fix performance storage...
2021-08-31  Jérôme BenoitUse morgan law properly to allow remote start transacti...
2021-08-28  Jérôme BenoitAdd support for more DB engines via TypeORM
2021-08-28  Jérôme BenoitAdd MongDB support to storage for performance records.
2021-08-27  Jérôme BenoitRefine console ouput colorization
2021-08-27  Jérôme BenoitEnsure an error is throwed in object factories if imple...
2021-08-27  Jérôme BenoitFix console log level in file exception handler
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-26  Jérôme BenoitAdd support for deprecated configuration key in a section
2021-08-26  Jérôme BenoitRename Configuration.deprecateConfigurationKey() to...
2021-08-25  Jérôme BenoitSilence some sonar code smells
2021-08-25  Jérôme BenoitStorage: storage records in JSON file as an array to...
2021-08-25  Jérôme BenoitFix regexp compliancy for sonar static analyzer
2021-08-25  Jérôme BenoitPerformance statistics: add JSON file storage support.
2021-08-23  Jérôme BenoitRevert wrong returned value after a test.
2021-08-21  Jérôme BenoitFix sonarcloud bugs report.
2021-08-15  Jérôme BenoitSpecify the copyright author on some files where change...
2021-08-15  Jérôme BenoitAdd 95th percentile to performance statistics
2021-08-15  Jérôme BenoitClear performance mark after usage.
2021-08-14  Jérôme BenoitApply security dependencies update.
2021-08-14  Jérôme BenoitFix performance statistics handling at charging station...
2021-08-13  Jérôme BenoitChange OCPP classes methods scope to protected
2021-08-13  Jérôme BenoitEnsure performance statistics is started before connect...
2021-08-13  Jérôme BenoitAdd support for performance statistics for all requests...
2021-08-13  Jérôme BenoitEncapsulate performance init code in the same class.
2021-08-12  Jérôme BenoitSimplify performance measurement API
2021-08-12  Jérôme BenoitCleanups: performance statistics, URI handling.
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-07-10  Jérôme BenoitAdd GetDiagnostics command support
2021-06-20  Jérôme BenoitOptimize random fluctuated computation
2021-06-19  Jérôme BenoitAdd per phase support to MeterValues in template.
2021-06-14  Jérôme BenoitUse ConnectionTineOut OCPP parameter as WS timeout
2021-06-13  Jérôme BenoitAdd support for ConnectionTimeOut standard parameter
2021-06-13  Jérôme BenoitAdd support for transaction data MeterValues
2021-05-31  Jérôme BenoitRefine some logs level.
2021-05-31  Jérôme BenoitGracefully handle simulator missing files or files...
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 BenoitCode cleanups
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-15  Jérôme BenoitMake a constants name consistent.
2021-05-15  Jérôme BenoitApply dependencies update
2021-05-15  Jérôme BenoitCircularArray.ts: Fix unshift return
2021-05-15  Jérôme BenoitCircularArray.ts: Consistent check
2021-05-14  Jérôme BenoitUse the circular array new constructor signature.
2021-05-14  Jérôme BenoitFix circular array initialization
2021-05-13  Jérôme BenoitMake the default circular array size a const
2021-05-13  Jérôme BenoitAllow unbound circular array size
2021-05-13  Jérôme BenoitAdd some methods to the circular array.
2021-05-12  Jérôme BenoitCircularArray.ts: add attribute scope.
next