Throw an error in the template does not have default required mesurand
[e-mobility-charging-stations-simulator.git] / src /
2021-08-31  Jérôme BenoitThrow an error in the template does not have default...
2021-08-31  Jérôme BenoitFix siemens charging station template
2021-08-31  Jérôme BenoitUse morgan law properly to allow remote start transacti...
2021-08-31  Jérôme BenoitFix remote start transactiion: connection status can...
2021-08-29  Jérôme BenoitRevert wrong any type removal
2021-08-29  Jérôme BenoitUse IIFE (https://developer.mozilla.org/en-US/docs...
2021-08-29  Jérôme BenoitRefine and use OCPP error specialisation
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 BenoitAdd support for more DB engines via TypeORM
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 BenoitRefine console ouput colorization
2021-08-27  Jérôme BenoitBootstrap.ts: refine the log prefix string
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-27  Jérôme BenoitRename StationWorker.ts to ChargingStationWorker.ts
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 BenoitRename ev-simulator to charging-stations-simulator
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-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-23  Jérôme BenoitRevert wrong returned value after a test.
2021-08-21  Jérôme BenoitCleanup: rename isWebSocketOpened to isWebSocketConnect...
2021-08-21  Jérôme BenoitOptimize a loop in the worker related code.
2021-08-21  Jérôme BenoitRename OCCP16IncomingRequestService.ts to OCPP16Incomin...
2021-08-21  Jérôme BenoitFix sonarcloud bugs report.
2021-08-20  Jérôme BenoitAdd charging station template fields for HTTP basic...
2021-08-15  Jérôme BenoitSpecify the copyright author on some files where change...
2021-08-15  Jérôme BenoitFix MeterValues JSON payload
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 BenoitFix error handling of incoming OCPP request
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-28  Jérôme BenoitLog a warning if a transaction id sent by the OCPP...
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-07-20  Jérôme BenoitAllow to use fluctuated value for SoC MeterValues.
2021-07-16  Jérôme BenoitImprove and fix error handling at sending OCPP commands
2021-07-12  Jérôme BenoitRename OcppError.ts to OCPPError.ts
2021-07-12  Jérôme BenoitMake filename match the class case.
2021-07-10  Jérôme BenoitAdd GetDiagnostics command support
2021-06-29  Jérôme BenoitApply dependencies update.
2021-06-28  Jérôme BenoitProperly handle charging profiles set a remote start...
2021-06-27  Jérôme BenoitLog message cleanup
2021-06-27  Jérôme BenoitVarious fixes at charging profiles handling:
2021-06-27  Jérôme BenoitConsistent naming for CS template enums
2021-06-27  Jérôme BenoitFix Boostrap singleton class direct call
2021-06-27  Jérôme BenoitConsistent variables naming.
2021-06-21  Jérôme BenoitKeep track of authorize request idtag status.
2021-06-20  Jérôme BenoitOptimize random fluctuated computation
2021-06-20  Jérôme BenoitConsistent name for MeterValues related CS template...
2021-06-20  Jérôme BenoitAdd tunable for phase line to line voltage MeterValues
2021-06-19  Jérôme BenoitLogs message cleanup
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 BenoitComplete AuthorizeRemoteTxRequests support in remote...
2021-06-13  Jérôme BenoitDocumentation on OCPP parameters
2021-06-13  Jérôme BenoitAdd support for transaction data MeterValues
2021-06-12  Jérôme BenoitAdd support for unit in meter values.
2021-06-12  Jérôme BenoitFix power unit in kW handling in charging station template
2021-06-12  Jérôme BenoitMeterValues: add Transaction.Begin and .End support
2021-06-11  Jérôme BenoitAdd initial support at sending transaction.{begin,end...
2021-06-11  Jérôme BenoitMerge branch 'master' of github.com:sap-labs-france...
2021-06-11  Jérôme BenoitApply dependencies update.
2021-06-06  Jérôme BenoitATG: make requireAuthorize optional
2021-06-04  Jérôme BenoitDefault ATG to send authorize command before starting...
2021-06-01  Jérôme BenoitUpdate submodule reference
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-30  Jérôme BenoitSimplify code with nullish coalescing
2021-05-27  Jérôme BenoitCode cleanups
2021-05-27  Jérôme BenoitUpdate submodule ref
2021-05-25  Jérôme BenoitApply dependencies update.
2021-05-19  Jérôme BenoitConstify some hardcoded worker related numbers
2021-05-19  Jérôme BenoitLinter fixlet
2021-05-19  Jérôme BenoitAdd some version handling automation
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.
next