refactor: cleanup eslint configuration
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / UIWebSocketServer.ts
2024-03-07  Jérôme Benoitrefactor: cleanup eslint configuration
2024-02-22  Jérôme Benoitrefactor: improve error reporting in the UI server...
2024-02-15  Jérôme Benoitrefactor: factor out UI Server helpers into arrow functions
2024-02-09  Jérôme Benoitfeat: add options to `addChargingStations` UI protocol...
2024-02-05  Jérôme BenoitMerge pull request #970 from SAP/ui-performance-statistics
2024-02-05  Jérôme Benoitfeat: add performance statistics to UI protocol
2024-01-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-12  Jérôme Benoitrefactor: refine prettier configuration
2024-01-06  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/jsdom-23.1.0 into...
2024-01-04  Jérôme Benoitrefactor: cleanup a few unneeded type casting
2024-01-04  Jérôme Benoitrefactor: switch eslint configuration to strict type...
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-08-07  Jérôme Benoitfix: ensure null or undefined checks in condition
2023-07-18  Jérôme Benoitrefactor: cleanup default worker options handling
2023-07-18  Jérôme Benoitbuild(simulator): switch to strict type checking
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-05  Jérôme Benoitrefactor: split Utils static methods class into functions
2023-07-04  Jérôme Benoitrefactor: cleanup imports
2023-06-05  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-05-27  Jérôme Benoitfix: do not send UI protocol response if no handler...
2023-05-26  Jérôme Benoitfix: only send UI server response when needed
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-02-26  Jérôme Benoitrefactor(simulator): constify and factor out empty...
2023-02-14  Jérôme Benoitrefactor(simulator): sort exports, switch to node:...
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-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
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-10-15  Jérôme BenoitUse node crypto built-in uuid v4 generator
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-09  Jérôme BenoitUI Server: Always delete reponse handler in error case
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 BenoitUI server: do not crash at payload validation
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 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-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 BenoitRefine TS and linter configuration
2022-08-26  Jérôme BenoitWeb UI: add and fix missing commands support
2022-08-24  Jérôme BenoitAdd WebSocket connection close and open support to...
2022-08-23  Jérôme BenoitImplement error handling and propagation in IPC and...
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-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...