Update Insomnia UI requests collection export
[e-mobility-charging-stations-simulator.git] / src /
2022-06-03  Jérôme BenoitAdd initial support for ESM build
2022-06-03  Jérôme BenoitPrepare the code for ESM support
2022-06-02  Jérôme BenoitEnsure that workerSet always properly start a worker...
2022-06-02  Jérôme BenoitCheck for empty templates configuration at startup
2022-06-01  Jérôme BenoitSimplify ATG logPrefix() method
2022-06-01  Jérôme BenoitRename the project to SAP branding approved name
2022-05-27  Jérôme BenoitAdd helpers to close and terminate WS connection
2022-05-26  Jérôme BenoitFix cut&paste typo
2022-05-26  Jérôme BenoitFix WS reconnect timeout calculation
2022-05-24  Jérôme BenoitMove cache related helper to the right class
2022-05-24  Jérôme BenoitRemove dead code
2022-05-24  Jérôme BenoitAdd a shared LRU cache per worker
2022-05-23  Jérôme BenoitRefine an error message
2022-05-23  Jérôme BenoitFix serial number propagation at charging station templ...
2022-05-23  Jérôme BenoitUntangle charging station info from charging station...
2022-05-20  Jérôme BenoitPermit to disable persistent configuration storage.
2022-05-18  Jérôme BenoitPrepare the repository to be hosted on SAP GitHub organ...
2022-05-18  Jérôme BenoitReduce a bit more the charging station instance memory...
2022-05-18  Jérôme BenoitFix not initialized variables at startup
2022-05-18  Jérôme BenoitRemove commented out code
2022-05-17  Jérôme BenoitReduce charging station instance memory footprint
2022-05-16  Jérôme BenoitUse import type where appropriate
2022-05-16  Jérôme BenoitUntangle ChargingStation class from OCPP services classes
2022-05-14  Jérôme BenoitAvoid attribute namespace collision
2022-05-14  Jérôme BenoitFix UI server options type and instantiation signature
2022-05-13  Jérôme BenoitAdd UI server factory with server class abstraction
2022-05-13  Jérôme BenoitAdd deprecation warning for ui server configuration...
2022-05-13  Jérôme BenoitRefine UI server attributes scope and type
2022-05-13  Jérôme BenoitRestructure UI server code to prepare it for issue...
2022-05-12  Jérôme BenoitMake the UI server request handler signature more generic
2022-05-09  Jérôme BenoitUpdate dependencies
2022-05-09  Jérôme BenoitProperly handle NaN in Math.min usage
2022-05-08  Jérôme BenoitMerge pull request #232 from jerome-benoit/feature...
2022-05-08  Jérôme BenoitAdd missing src/charging-station/ocpp/OCPPServiceUtils...
2022-05-08  Jérôme BenoitAdd tunable in template to disable limitation on custom...
2022-05-08  Jérôme BenoitMake fluctuated metervalues around a static one respect...
2022-05-07  Jérôme BenoitFactor out power limitation calculation in metervalues
2022-05-07  Jérôme BenoitRefine JSDoc
2022-05-07  Jérôme BenoitRename a method to avoid confusion
2022-05-07  Jérôme BenoitImprove charging profiles power limitation debugging
2022-05-07  Jérôme BenoitMerge pull request #230 from OliveGerste/Extend-chargin...
2022-05-06  Jérôme BenoitMerge branch 'master' into Extend-charging-profile...
2022-05-06  Jérôme BenoitUse the fixed JsonType definition where appropriate
2022-05-06  OliveGersteExtended charging profile support
2022-05-06  Jérôme BenoitRemove uneeded type usage
2022-05-06  Jérôme BenoitFix Json type definition naming
2022-05-05  Jérôme BenoitRefine JsonType definition
2022-05-04  Jérôme BenoitApply dependencies update
2022-05-02  Jérôme BenoitUse ternary operator in helpers methods
2022-05-01  Jérôme BenoitImprove OCPP incoming requests handling
2022-04-27  Jérôme BenoitRename result to response
2022-04-27  Jérôme BenoitFactor out connectors initialization code
2022-04-27  Jérôme BenoitSimplify logic in createStationInfoHash() CS method
2022-04-27  Jérôme BenoitFix truncated boot notification payload
2022-04-25  Jérôme BenoitEnsure heartbeat interval configuration are initialized...
2022-04-25  Jérôme BenoitMerge branch 'master' of github.com:jerome-benoit/charg...
2022-04-25  Jérôme BenoitFix latest CS info content handling
2022-04-25  Jérôme BenoitMerge pull request #214 from jerome-benoit/fixe_ui_webs...
2022-04-25  Jérôme BenoitMerge branch 'master' into fixe_ui_websocket
2022-04-25  Jérôme BenoitRefine comment at CS configuration file handling
2022-04-25  Jérôme BenoitAdd support for CS info configuration file change detection
2022-04-25  HazbinFaultedremoved unecessary code&comment
2022-04-25  HazbinFaultedfixed empty list response to LIST_CHARGING_STATIONS
2022-04-25  HazbinFaultedfixe
2022-04-18  Jérôme BenoitApply dependencies update
2022-04-18  Jérôme BenoitAdd status notification support to trigger message...
2022-04-17  Jérôme BenoitImprove error information at OCPP incoming message...
2022-04-17  Jérôme BenoitSimplify incoming OCPP request payload parsing
2022-04-17  Jérôme BenoitFixlets to OCPP error message format, take 2
2022-04-17  Jérôme BenoitFixlets to OCPP error message format
2022-04-17  Jérôme BenoitFix OCPP message type definition and usage
2022-04-15  Jérôme BenoitFix Pending registration status handling at boot notifi...
2022-04-15  Jérôme BenoitFixlets to log message after methods renaming
2022-04-15  Jérôme BenoitRename a type definition
2022-04-15  Jérôme BenoitProperly name OCPP command handler methods
2022-04-15  Jérôme BenoitMerge pull request #207 from jerome-benoit/fix-response...
2022-04-15  Sébastien SavalleAllow to send result message when station is in pending...
2022-04-13  Jérôme BenoitSilence a sonar security issue
2022-04-13  Jérôme BenoitFactor out OCPP message type to string method
2022-04-13  Jérôme BenoitLog early OCPP command payload
2022-04-13  Jérôme BenoitFactor out feature profile check at OCPP command handling
2022-04-13  Jérôme BenoitAdd OCPP commands payload logging in the logs
2022-04-13  Jérôme BenoitMerge pull request #205 from jerome-benoit/feature...
2022-04-13  Jérôme BenoitMerge branch 'master' into feature/rawmessagelogs
2022-04-13  Calin Crecealog raw socket messages
2022-04-12  Jérôme BenoitMake the UI pages HTML 4 compliant
2022-04-12  Jérôme BenoitCode cleanups
2022-04-12  Jérôme BenoitMerge pull request #203 from jdurnwald/master
2022-04-12  Jeff DurnwaldMerge branch 'master' of https://github.com/jdurnwald...
2022-04-12  Jeff DurnwaldMoved ui folder
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-04-09  Jérôme BenoitInit performance observer as early as possible
2022-04-07  Jérôme BenoitMerge branch 'master' into master
2022-04-07  Jérôme BenoitMerge branch 'master' into master
2022-04-07  Jérôme BenoitEnsure the WS connection have not been forcibly closed...
2022-04-06  Jeff DurnwaldAdded start/stop capabilities through http
2022-03-30  Jérôme BenoitAdd support for random meter serial number
2022-03-30  Jérôme BenoitUse camel case for feature profiles
next