chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / AbstractUIServer.ts
2023-12-29  Jérôme Benoitchore: switch coding style to JS standard
2023-12-28  Jérôme Benoitbuild: switch to NodeNext module resolution
2023-11-09  Jérôme Benoitfix: ensure charging stations are stopped if UI server...
2023-07-30  Jérôme Benoitfeat: add initial HTTP/2 support to ui server (mutually...
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-06-05  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-05-29  Jérôme Benoitrefactor: cleanup UI server variable namespace
2023-05-28  Jérôme Benoitrefactor: cleanup UI service method namespace
2023-05-27  Jérôme Benoitfix: do not send UI protocol response if no handler...
2023-05-26  Jérôme Benoitfix: fix undefined payload check in UI server code
2023-05-26  Jérôme Benoitfix: wait for charging stations to be stopped at simula...
2023-05-25  Jérôme Benoitfeat: add graceful shutdown
2023-05-22  Jérôme Benoitfix: various fixes to files handling and their content...
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-02-14  Jérôme Benoitrefactor(simulator): sort exports, switch to node:...
2023-02-12  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-02-12  Jérôme Benoitfix(simulator): make the modules export/import a bit...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-01-12  Jérôme BenoitLinter fixes
2023-01-04  Jérôme BenoitMore import type usage
2022-09-30  Jérôme BenoitTrivial code cleanups
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-04  Jérôme BenoitUI server: add basic authentication support
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-27  Jérôme BenoitRefine TS and linter configuration
2022-08-27  Jérôme BenoitUI Server: dedupe some code in helpers
2022-08-24  Jérôme BenoitAdd WebSocket connection close and open support to...
2022-08-23  Jérôme BenoitUnify request and response handler naming
2022-08-22  Lucas MigeonVue UI + UI server
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-06-03  Jérôme BenoitPrepare the code for ESM support
2022-05-14  Jérôme BenoitAvoid attribute namespace collision
2022-05-13  Jérôme BenoitAdd UI server factory with server class abstraction