refactor(simulator): switch to named exports
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / UIHttpServer.ts
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-02-07  Jérôme Benoitfix(simulator): detect string emptyness properly
2023-01-26  Jérôme BenoitImprove log messages prefixing
2023-01-26  Jérôme BenoitUse arrow function for log messages prefixing
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitRefine code formatting rules
2023-01-12  Jérôme BenoitLinter fixes
2023-01-04  Jérôme BenoitMore import type usage
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-09  Jérôme BenoitUI Server: Always delete reponse handler in error case
2022-09-09  Jérôme BenoitUI Server: fix 'write after end' issue for real
2022-09-09  Jérôme BenoitUI Server: Improve error handling
2022-09-08  Jérôme BenoitUI Server: factor out authentication code
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 BenoitRemove uneeded intermediate variable
2022-09-04  Jérôme BenoitUI Server: factor out authentication logic
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 BenoitUI Protocol: Build response with the global excecution...
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)