README.md: update to reflect response payload format change on
[e-mobility-charging-stations-simulator.git] / src / charging-station /
2022-09-03  Jérôme BenoitREADME.md: update to reflect response payload format...
2022-09-03  Jérôme BenoitImports cleanup
2022-09-03  Jérôme BenoitUI Protocol: Expose ATG status and use array for all...
2022-09-02  Jérôme BenoitREADME.md: document added UI protocol features
2022-09-02  Jérôme BenoitUI server: refine attributes scope
2022-09-02  Jérôme BenoitUI Protocol: Build response with the global excecution...
2022-09-01  Jérôme BenoitAlign 'started' attribute usage to all classes
2022-09-01  Jérôme BenoitUI server: permit to address all charging stations
2022-08-31  Jérôme BenoitWeb UI: add start/stop ATG command
2022-08-31  Jérôme BenoitFix two ATG semantic consistencies
2022-08-30  Jérôme BenoitUI Server: Add support for starting the ATG on defined...
2022-08-30  Jérôme BenoitRefine an ATG log message
2022-08-30  Jérôme BenoitFix meterStop type in stop transaction payload
2022-08-30  Jérôme BenoitFix charging station initialization order
2022-08-30  Jérôme BenoitMove hashId to stationInfo
2022-08-29  Jérôme BenoitAdd return type to methods
2022-08-29  Jérôme BenoitAdd initial support to start/stop ATG with the UI services
2022-08-29  Jérôme BenoitCleanup Array.from() usage
2022-08-29  Jérôme BenoitAdd UI protocol Insomnia project export instead of...
2022-08-29  Jérôme BenoitAvoid to reopen an already open WebSocket to the OCPP...
2022-08-28  Jérôme BenoitFix UI WebSocket server protocol parsing at connection
2022-08-28  Jérôme BenoitRefine UI protocol documentation
2022-08-28  Jérôme BenoitUniformize log messages, take 2
2022-08-28  Jérôme BenoitUniformize log messages format
2022-08-28  Jérôme BenoitAdd postman collection for UI HTPP server
2022-08-27  Jérôme BenoitEnsure charging station data is always JSON serializable
2022-08-27  Jérôme BenoitFix build
2022-08-27  Jérôme BenoitWeb UI: rename some directories to a sensible name
2022-08-27  Jérôme BenoitUI server: fix HTTP transport start/stop
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-27  Jérôme BenoitUI Server: dedupe some code in helpers
2022-08-27  Jérôme BenoitUI server: logging and code refinements
2022-08-26  Jérôme BenoitUI Server: factor out reponse status to http status...
2022-08-26  Jérôme BenoitUI server: comment and code cleanups
2022-08-26  Jérôme BenoitFix http-status-codes import
2022-08-26  Jérôme BenoitAdd UI HTTP server (#6)
2022-08-26  Jérôme BenoitWeb UI: add and fix support for start/stop charging...
2022-08-26  Jérôme BenoitWeb UI: add and fix missing commands support
2022-08-25  Jérôme BenoitUI protocol: Allow to send some relevant commands to...
2022-08-25  Jérôme BenoitFix UI protocol type definitions
2022-08-24  Jérôme BenoitFix exit conditions at startup
2022-08-24  Jérôme BenoitImprove payload type checking in OCPP, UI and Broadcast...
2022-08-24  Jérôme BenoitAdd WebSocket connection close and open support to...
2022-08-23  Jérôme BenoitSimplify AbtractUIService logPrefix method
2022-08-23  Jérôme BenoitUI service attribute rename: workerBroadcastChannel...
2022-08-23  Jérôme BenoitImplement error handling and propagation in IPC and...
2022-08-23  Jérôme BenoitApply dependencies update
2022-08-23  Jérôme BenoitFix undefined meterStop at sending stopTransaction
2022-08-23  Jérôme BenoitAlign more request and reponse handlers name
2022-08-23  Jérôme BenoitUnify request and response handler naming
2022-08-23  Jérôme BenoitAdd boot notification response to the UI command listCh...
2022-08-23  Jérôme BenoitForward UI request UUID to broadcast channel request
2022-08-23  Jérôme BenoitSimplify BroadcastChannel classes inheritance
2022-08-23  Jérôme BenoitUI server: add start/stop charging station command
2022-08-22  Lucas MigeonVue UI + UI server
2022-08-22  Jérôme BenoitBound most called methods in the OCPP stack
2022-08-21  Jérôme BenoitImplement singleton design pattern with strict null...
2022-08-20  Jérôme BenoitAjvErrorsToErrorType -> ajvErrorsToErrorType
2022-08-20  Jérôme BenoitUse the generic OCPPServiceUtils import where appropriate
2022-08-20  Jérôme BenoitFix log messages in case of missing JSON schema for...
2022-08-20  Jérôme BenoitFactor out in helpers PDU payload validation
2022-08-20  Jérôme BenoitAdd and use helper to convert Ajv JSON schema validatio...
2022-08-18  Jérôme BenoitApply dependencies update
2022-08-18  Jérôme BenoitRequests PDU validation (#139)
2022-08-18  Jérôme BenoitValidate response PDU (#137)
2022-08-18  Jérôme BenoitIncoming requests payload validation with JSON schemas...
2022-08-11  Jérôme BenoitApply dependencies update
2022-08-11  Jérôme BenoitSeparate OCPP command support check implementation...
2022-08-11  Jérôme BenoitImprove supported OCPP commands filtering
2022-08-11  Jérôme BenoitAdd template section to list OCPP commands supported...
2022-08-04  Jérôme BenoitMerge pull request #117 from SAP/feat/support-config...
2022-08-04  Siwar GAROUACHIsupport relative paths for charging station templates
2022-08-01  Jérôme BenoitAdd one sanity check at UI server incoming requests...
2022-08-01  Jérôme BenoitAdd UUIDv4 id to UI protocol message structure
2022-07-26  Jérôme BenoitTrack version is UI service instance
2022-07-23  Jérôme BenoitImprove incoming request handling error log
2022-07-23  Jérôme BenoitFix one log level
2022-07-21  Jérôme BenoitEnsure MeterValues command payload is properly formed
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-07-13  Jérôme BenoitWarn if UI server is configured to listen on something...
2022-07-03  Jérôme BenoitAdd helper in LRU cache to get cache key
2022-07-03  Jérôme BenoitMerge pull request #80 from SAP/worker-configuration
2022-07-02  Jérôme BenoitAdd worker configuration section
2022-06-16  Jérôme BenoitUse helper to close connection
2022-06-16  Jérôme BenoitMerge pull request #57 from SAP/fix-ws-reconnection
2022-06-16  Sébastien SavalleFix websocket reconnection
2022-06-12  Jérôme BenoitUnreference the worker implementation at stop
2022-06-12  Jérôme BenoitSimplify Bootstrap initialization code
2022-06-12  Jérôme BenoitRename class ChargingStatinCache to SharedLRUCache
2022-06-10  Jérôme BenoitAdd a shared cache per worker for authorized tags
2022-06-08  Jérôme BenoitApply dependencies update
2022-06-04  Jérôme BenoitRemove any usage in the charging station cache
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 BenoitCheck for empty templates configuration at startup
2022-06-01  Jérôme BenoitSimplify ATG logPrefix() method
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
next