Prepare code for strict type checking
[e-mobility-charging-stations-simulator.git] / src /
2021-01-24  Jérôme BenoitFix charging stations counting.
2021-01-24  Jérôme BenoitCleanup workers handling classes.
2021-01-23  Jérôme BenoitMake some Wrk attributes conditionally initialized.
2021-01-23  Jérôme BenoitAdd WorkerPool file
2021-01-23  Jérôme BenoitRename private attributes and methods.
2021-01-22  Jérôme BenoitRename ChargingStationInfo.name -> ChargingStationInfo...
2021-01-21  Jérôme BenoitFix type cast
2021-01-21  Jérôme BenoitRefine comment.
2021-01-21  Jérôme BenoitAdd a default value for workerPoolMaxSize.
2021-01-21  Jérôme BenoitAdd some sanity checks to Wrk class.
2021-01-21  Jérôme BenoitDon't access singleton instance attribute directly
2021-01-21  JakobFixed counters + start workers with delay
2021-01-21  Jakobrenaming (pool size != max pool size)
2021-01-21  Jakobremove setMaxListener (not longer needed)
2021-01-21  Jérôme BenoitFix worker startup and cleanup some attributes in Wrk...
2021-01-21  Jérôme BenoitFix worker with pool handling
2021-01-21  Jérôme BenoitCleanups.
2021-01-21  Jérôme BenoitMerge pull request #6 from LucasBrazi06/memory-optimization
2021-01-20  JakobMemory optimization + worker configuration
2021-01-20  JakobAuthorize Request added
2021-01-20  Jakobscripts to set CS public or delete CS
2021-01-18  Jérôme BenoitDependencies update and cleanups.
2021-01-18  Jérôme BenoitForce ATG stop is the charging station is unavailable.
2021-01-18  Jérôme BenoitFix worker pool superfluous creation by using a singlet...
2021-01-17  Jérôme BenoitHandle availability and registration properly.
2021-01-15  Jérôme BenoitAvoid code duplicatiom.
2021-01-14  Jérôme BenoitHandle missing interval in boot notification response.
2021-01-14  Jérôme BenoitFix type conversion to string.
2021-01-13  Jérôme BenoitType OCPP requests
2021-01-13  Jérôme BenoitUpdate dependencies and submodules.
2021-01-09  Jérôme BenoitTyping.
2021-01-08  Jérôme BenoitMerge branch 'master' of github.com:LucasBrazi06/ev...
2021-01-03  Jérôme BenoitInitial support to the change availability command.
2021-01-03  Jérôme BenoitFix log messsage.
2021-01-03  Jérôme BenoitRemove _heartbeatInterval attribute.
2021-01-03  Jérôme BenoitUntangle internal configuration key type from the OCPP...
2021-01-02  Jérôme BenoitAdd enum for standard OCPP parameters key.
2021-01-02  Jérôme BenoitCleanups.
2021-01-01  Jérôme BenoitType cast
2021-01-01  Jérôme BenoitMore typing
2021-01-01  Jérôme BenoitType all requests
2021-01-01  Jérôme BenoitAdd enum list for request command name.
2021-01-01  Jérôme BenoitRename a constant.
2021-01-01  Jérôme BenoitImprove OCPP types.
2021-01-01  Jérôme BenoitRefine log messages.
2021-01-01  Jérôme BenoitAdd comment
2021-01-01  Jérôme BenoitSpell fix.
2021-01-01  Jérôme BenoitRemove some useless attributes to ChargingStation class.
2020-12-31  Jérôme BenoitImprove charging station registration handling.
2020-12-26  Jérôme BenoitRenaming.
2020-12-24  Jérôme BenoitDo case insensitive OCPP parameter key matching in...
2020-12-22  Jérôme BenoitTyping.
2020-12-22  Jérôme BenoitUse generic for typing cloneObject helper.
2020-12-11  Jérôme BenoitUpdate submodule
2020-12-11  Jérôme BenoitFix merge.
2020-12-11  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:EVSE/ev...
2020-12-08  Jérôme BenoitSubmodule ref update.
2020-12-07  Jérôme BenoitFix the reconnect logic.
2020-12-04  Jérôme BenoitAdd type sanity check to ChangeConfiguration OCPP command
2020-12-04  Jérôme BenoitRemoved useless type conversion.
2020-12-04  Jérôme BenoitRevert "Heartbeat interval is expected to be a string."
2020-12-04  Jérôme BenoitHeartbeat interval is expected to be a string.
2020-11-29  Jérôme BenoitMake SPRC resquest/response synchronous.
2020-11-28  Jérôme BenoitAdd connector Id 0 handling by default
2020-11-28  Jérôme BenoitInitial support for SetChargingProfile command
2020-11-28  Jérôme BenoitSend meterStop at stop transaction
2020-11-28  Jérôme BenoitTyping.
2020-11-26  Jérôme BenoitType
2020-11-25  Jérôme BenoitFixlet to templates.
2020-11-24  Jérôme BenoitUpdate sub-module.
2020-11-24  Jérôme BenoitAdd ClearCache command support.
2020-11-24  Jérôme BenoitAdd missed type file.
2020-11-24  Jérôme BenoitFix rounding helper
2020-11-23  Jérôme BenoitMake CircularArray class self-contained and an independ...
2020-11-23  Jérôme BenoitUpdate to typescript 4.1.2
2020-11-23  Jérôme BenoitMake Configuration class self-contained.
2020-11-23  Jérôme BenoitPush down more tunables in charging station template.
2020-11-22  Jérôme BenoitAdd exponential delay at reconnect
2020-11-22  Jérôme BenoitAdd WebSocketPingInterval support.
2020-11-20  Jérôme BenoitFinish circular array implementation.
2020-11-20  Jérôme BenoitFix circular array.
2020-11-20  Jérôme BenoitUse a circular array to store time measurements.
2020-11-19  Jérôme BenoitCleanup
2020-11-19  Jérôme BenoitWarn about deprecated configuration key at startup.
2020-11-17  Jérôme BenoitArray empty detection fix.
2020-11-14  Jérôme BenoitFixlets to logs message.
2020-11-13  Jérôme BenoitAdd median to statistics.
2020-11-13  Jérôme BenoitRename statistics counter.
2020-11-13  Jérôme BenoitFix message buffer handling.
2020-11-12  Jérôme BenoitArguments renaming.
2020-11-12  Jérôme BenoitLast configuration tunable rename.
2020-11-11  Jérôme BenoitMove some types to their OCPP version directory.
2020-11-11  Jérôme BenoitAdd logs rotation.
2020-11-11  Jérôme BenoitTyping.
2020-11-11  Jérôme BenoitMore typing.
2020-11-10  Jérôme BenoitTyping.
2020-11-10  Jérôme BenoitKeep track of the connector status and restore it prope...
2020-11-08  Jérôme BenoitUse tslib import helpers.
2020-11-04  Jérôme BenoitAdd build:clean script.
2020-11-04  Jérôme BenoitType fixlet.
next