Update Insomnia UI requests collection export
[e-mobility-charging-stations-simulator.git] / src /
2022-08-29  Jérôme BenoitUpdate Insomnia UI requests collection export
2022-08-29  Jérôme BenoitCleanup Array.from() usage
2022-08-29  Jérôme BenoitAdd helper to serialize to JSON object with a map
2022-08-29  Jérôme BenoitAdd UI protocol Insomnia project export instead of...
2022-08-29  Jérôme BenoitAdd Insomnia UI protocol collection
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 BenoitWeb UI: fix NPE on connectors
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 BenoitWeb UI: configuration namespace cleanup
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 BenoitWeb UI: cleanup commented out code
2022-08-27  Jérôme BenoitApply dependencies update
2022-08-27  Jérôme BenoitFix build
2022-08-27  Jérôme BenoitAdd the source charging station that emits a response...
2022-08-27  Jérôme BenoitWeb UI: rename some directories to a sensible name
2022-08-27  Jérôme BenoitRemove debug cod
2022-08-27  Jérôme BenoitUI server: fix HTTP transport start/stop
2022-08-27  Jérôme BenoitWeb UI: add one UT
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: Refine documentation and code cleanup
2022-08-26  Jérôme BenoitWeb UI: display charging stations' registration status
2022-08-26  Jérôme BenoitWeb UI: method namespace cleanup
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 BenoitApply dependencies update
2022-08-25  Jérôme BenoitCleanup WorkerMessageEvents enum
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 BenoitREADME.md: document missing UI protocol commands
2022-08-24  Jérôme BenoitAdd WebSocket connection close and open support to...
2022-08-24  dependabot[bot]Bump apollo-server-core from 3.10.0 to 3.10.1 in /src...
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  dependabot[bot]Bump terser from 5.14.0 to 5.15.0 in /src/ui/web (...
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-25  Jérôme BenoitRemove unused OCPP version
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 BenoitAvoid to instantiated static only classes
2022-07-13  Jérôme BenoitApply dependencies update
2022-07-13  Jérôme BenoitWarn if UI server is configured to listen on something...
2022-07-10  Jérôme BenoitApply dependencies update
2022-07-03  Jérôme BenoitAdd helper in LRU cache to get cache key
2022-07-03  Jérôme BenoitUse spread on literal to handle default configuration...
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-07-01  Jérôme BenoitAdd more detailled installation instructions
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 script to sync sonar properties with package.json
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
next