fix: ensure add charging stations reponse display only the necessary
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / ui-services / AbstractUIService.ts
2024-03-22  Jérôme Benoitfix: ensure add charging stations reponse display only...
2024-03-21  Jérôme Benoitfix: ensure error at adding charging stations not stop...
2024-03-20  Jérôme Benoitfeat: ensure charging station add op return its station...
2024-03-10  Jérôme Benoitrefactor: cleanup some type casting
2024-03-09  Jérôme Benoitrefactor: strong type UUID usage in UI protocol
2024-03-07  Jérôme Benoitrefactor: add sanity checks at adding charging station(s)
2024-03-01  Jérôme Benoitfeat(ui): use toggle button to star/stop simulator
2024-02-15  Jérôme Benoitrefactor: silence unused arguments warning
2024-02-11  Jérôme Benoitfeat: add `deleteChargingStations` SRPC command to...
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-02-01  Jérôme Benoitfeat: add addChargingStations command to UI API
2024-01-31  Jérôme Benoitfeat: add command to list templates on UI services
2024-01-30  Jérôme Benoitperf: 'await' on UI request handlers only when necessary
2024-01-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-13  Jérôme Benoitrefactor: improve types testing types definition
2024-01-12  Jérôme Benoitrefactor: refine prettier configuration
2024-01-10  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.10.8 into...
2024-01-09  Jérôme Benoitbuild(deps-dev): apply updates
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: switch eslint configuration to strict type...
2023-12-29  Jérôme Benoitrefactor: cleanup isNullOrUndefined usage
2023-12-29  Jérôme Benoitrefactor: more coding style fixes
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-12-15  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/vite-5.0.9 into...
2023-11-30  Jérôme Benoitfix: handle invalid hashIds in UI server payload
2023-11-30  Jérôme Benoitfix: ensure no null serialized values end in UI server...
2023-11-30  Jérôme Benoitfix: handle not found hashId in UI server
2023-11-20  Jérôme Benoitrefactor: improve OCPP error defaults and usage
2023-10-10  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.8.4 into...
2023-09-30  Jérôme Benoitrefactor: null -> undefined where appropriate
2023-08-06  Jérôme Benoitrefactor: cleanup try catch constructs
2023-07-18  Jérôme Benoitbuild(simulator): switch to strict type checking
2023-07-16  Jérôme Benoitbuild(ci): fix linting
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-10  Jérôme Benoitrefactor: cleanup loops over object keys
2023-07-05  Jérôme Benoitrefactor: split Utils static methods class into functions
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-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-20  Jérôme Benoitrefactor(simulator): factor out common helpers
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-04-07  Jérôme Benoitrefactor(simulator): use helper for undefined or null...
2023-03-16  Jérôme Benoitfeat: set supervision url through the UI protocol
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-13  Jérôme Benoitperf(simulator): filter array for undefined before...
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-10  Jérôme Benoitfix(simulator): fix empty array detection helper semantic
2023-02-06  Jérôme Benoitrefactor(simulator): propagate and handle startup error...
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-08  Jérôme BenoitAdd initial support for OCPP 1.6 firmware update simulation
2022-11-16  Jérôme BenoitAdd OCPP DataTransfer request support
2022-10-02  Jérôme BenoitUI Server: Cleanup commands handling initialization
2022-09-24  Jérôme BenoitConvert interface to type
2022-09-09  Jérôme BenoitUI Protocol: add boot notification command support
2022-09-09  Jérôme BenoitRefine scopes
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 BenoitBroadcast Channel: optimize requests handling implement...
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 BenoitCleanup Array.from() usage
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-26  Jérôme BenoitUI server: comment and code cleanups
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-05-13  Jérôme BenoitAdd UI server factory with server class abstraction
2022-05-13  Jérôme BenoitRestructure UI server code to prepare it for issue...