fix(ui): ensure UI server can only be started once
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / UIServerFactory.ts
2024-02-21  Jérôme Benoitfix(ui): ensure UI server can only be started once
2024-02-15  Jérôme Benoitrefactor: factor out UI Server helpers into arrow functions
2024-02-15  Jérôme Benoitrefactor: cleanup import path
2024-02-15  Jérôme Benoitrefactor: refine UI Server configuration checks
2024-02-15  Jérôme Benoitfeat: add a basic authentication scheme for UI WebSocke...
2024-02-04  Jérôme Benoitrefactor: cleanup log messages
2024-01-06  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/jsdom-23.1.0 into...
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-28  Jérôme BenoitMerge branch 'main' into combined-prs-branch
2023-11-27  Jérôme Benoitfix: fix performance configuration change at runtime
2023-07-30  Jérôme Benoitfix: fix ui server default application protocol version...
2023-07-30  Jérôme Benoitfeat: add initial HTTP/2 support to ui server (mutually...
2023-07-17  Jérôme Benoitrefactor: cleanup configuration class usage
2023-07-16  Jérôme Benoitfix: fix configuration section caching
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-02-13  Jérôme Benoitrefactor(simulator): switch utils to internal module...
2023-02-13  Jérôme Benoitrefactor(simulator): switch to internal modules export...
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
2022-10-02  Jérôme BenoitCleanup shared helpers structure
2022-09-11  Jérôme BenoitImprove error messages
2022-09-09  Jérôme BenoitUI Server: Improve error handling
2022-09-04  Jérôme BenoitUI server: add basic authentication support
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-26  Jérôme BenoitAdd UI HTTP server (#6)
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-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