build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server /
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-18  Jérôme Benoitrefactor: spell fix in log messages
2024-03-18  Jérôme Benoitrefactor: improve configuration sanity checks log messages
2024-03-10  Jérôme Benoitrefactor: cleanup some type casting
2024-03-10  Jérôme Benoitfeat!: handle Set at JSON serialization to string
2024-03-09  Jérôme Benoitrefactor: strong type UUID usage in UI protocol
2024-03-07  Jérôme Benoitrefactor: cleanup eslint configuration
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-22  Jérôme Benoitrefactor: improve error reporting in the UI server...
2024-02-21  Jérôme Benoitfix(ui): ensure UI server can only be started once
2024-02-20  Jérôme Benoitfix: clear UI server cache at simulator stop
2024-02-15  Jérôme Benoitrefactor: silence unused arguments warning
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-14  Jérôme Benoitfix: fix exception at HTTP UI server authentication...
2024-02-11  Jérôme Benoitfeat: add `deleteChargingStations` SRPC command to...
2024-02-09  Jérôme Benoitrefactor: cleanup variables namespace
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-04  Jérôme Benoitrefactor: cleanup log messages
2024-02-03  Jérôme Benoitrefactor: silencer linter warnings
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-31  Jérôme Benoitrefactor: consolidate charging stations tracking
2024-01-30  Jérôme Benoitperf: 'await' on UI request handlers only when necessary
2024-01-20  Jérôme Benoitrefactor: cleanup unneeded type casting
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-12  Jérôme Benoitbuild(deps-dev): apply updates
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: 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 Benoitbuild: use literal regexp for loopback address matching
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-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-11-20  Jérôme Benoitrefactor: improve OCPP error defaults and usage
2023-11-09  Jérôme Benoitfix: ensure charging stations are stopped if UI server...
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-09-13  Jérôme BenoitMerge dependabot/github_actions/docker/setup-buildx...
2023-09-05  Jérôme BenoitMerge branch 'main' of github.com:SAP/e-mobility-chargi...
2023-09-05  Jérôme Benoitrefactor: cleanup constants namespace
2023-08-07  Jérôme Benoitfix: ensure null or undefined checks in condition
2023-08-06  Jérôme Benoitrefactor: cleanup try catch constructs
2023-07-31  Jérôme Benoitfix: fix reservationId payload field filling at start...
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-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-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(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-07-04  Jérôme Benoitrefactor: cleanup imports
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: 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-22  Jérôme Benoitfix: various fixes to files handling and their content...
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-26  Jérôme Benoitrefactor(simulator): constify and factor out empty...
2023-02-20  Jérôme Benoitrefactor(simulator): introduce HTTP methods enum
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-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-07  Jérôme Benoitfix(simulator): detect string emptyness properly
2023-02-06  Jérôme Benoitrefactor(simulator): propagate and handle startup error...
2023-01-26  Jérôme BenoitImprove log messages prefixing
next