Add initial classes structure for the OCPP 2.0 stack
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server /
2023-01-04  Jérôme BenoitMore import type usage
2022-12-18  Jérôme BenoitFix charging station started status detection
2022-12-17  Jérôme BenoitUI Server: fix connection upgrade error handling
2022-11-16  Jérôme BenoitAdd OCPP DataTransfer request support
2022-10-15  Jérôme BenoitUse node crypto built-in uuid v4 generator
2022-10-02  Jérôme BenoitUI Server: Cleanup commands handling initialization
2022-10-02  Jérôme BenoitOCPP: Cleanup helpers
2022-10-02  Jérôme BenoitCleanup shared helpers structure
2022-10-01  Jérôme BenoitUI protocol: cleanup version handling code
2022-09-30  Jérôme BenoitTrivial code cleanups
2022-09-24  Jérôme BenoitFix strict boolean checks
2022-09-24  Jérôme BenoitConvert interface to type
2022-09-11  Jérôme BenoitImprove error messages
2022-09-09  Jérôme BenoitUI Protocol: add boot notification command support
2022-09-09  Jérôme BenoitUI Server: Always delete reponse handler in error case
2022-09-09  Jérôme BenoitRefine scopes
2022-09-09  Jérôme BenoitUI Server: fix 'write after end' issue for real
2022-09-09  Jérôme BenoitUI Server: refine methods scope
2022-09-09  Jérôme BenoitUI Server: Improve error handling
2022-09-08  Jérôme BenoitUI protocol: add meter values command
2022-09-08  Jérôme BenoitUI Server: factor out authentication code
2022-09-08  Jérôme BenoitUI Server: Add a unique request handler for procedure...
2022-09-08  Jérôme BenoitUI Protocol: add Authorize command support
2022-09-08  Jérôme BenoitBroadcast Channel: optimize requests handling implement...
2022-09-07  Jérôme BenoitUI Server: factor out responses handling logic in abstr...
2022-09-07  Jérôme BenoitUI Server: fix write after end
2022-09-06  Jérôme BenoitUI server: factor services registration
2022-09-05  Jérôme BenoitUI server: do not crash at payload validation
2022-09-05  Jérôme BenoitUI protocol: add OCPP heartbeat command support
2022-09-05  Jérôme BenoitRemove uneeded intermediate variable
2022-09-04  Jérôme BenoitUI Services: add status notification command
2022-09-04  Jérôme BenoitWS UI Server: do not crash the server at authentication...
2022-09-04  Jérôme BenoitUI Server: factor out authentication logic
2022-09-04  Jérôme BenoitWS UI server: use error on socket destroy
2022-09-04  Jérôme BenoitUI server: add basic authentication support
2022-09-03  Jérôme BenoitUI HTTP server: fix stop simulator response handling
2022-09-03  Jérôme BenoitUI services: fix broadcast channel reponse handler...
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-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-28  Jérôme BenoitFix UI WebSocket server protocol parsing at connection
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 missing commands support
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 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 BenoitForward UI request UUID to broadcast channel request
2022-08-23  Jérôme BenoitUI server: add start/stop charging station command
2022-08-22  Lucas MigeonVue UI + UI server
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-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-06-03  Jérôme BenoitPrepare the code for ESM support
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...