build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / types /
2024-04-04  Jérôme BenoitMerge dependabot/npm_and_yarn/types/tar-6.1.12 into...
2024-03-26  Jérôme Benoitfeat: allow to provision number of stations by template
2024-03-25  Jérôme Benoitrefactor: cleanup worker related type definitions
2024-03-22  Jérôme Benoitfix: untangle worker set message from application message
2024-03-20  Jérôme Benoitfeat: ensure charging station add op return its station...
2024-03-19  Jérôme Benoitrefactor: rename configuration elementStartDelay to...
2024-03-10  Jérôme Benoitrefactor: cleanup debug code
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: refine type definitions
2024-03-02  Jérôme Benoitfeat: expose template stats to UI server simulatorState...
2024-03-01  Jérôme Benoitfeat(ui): use toggle button to star/stop simulator
2024-02-15  Jérôme Benoitfeat: add a basic authentication scheme for UI WebSocke...
2024-02-13  Jérôme Benoitrefactor: align charging station info between simulator...
2024-02-12  Jérôme Benoitfeat: allow to override supervisionUrls at adding charg...
2024-02-11  Jérôme Benoitfix: find the first free indexes at adding charging...
2024-02-11  Jérôme Benoitfeat: add `deleteChargingStations` SRPC command to...
2024-02-10  Jérôme Benoitrefactor: consolidate default values handling
2024-02-10  Jérôme Benoitfeat: allow to override event more template tunables...
2024-02-09  Jérôme Benoitrefactor: code formatting fixlets
2024-02-09  Jérôme Benoitfeat: allow to override more template tunables at addCh...
2024-02-09  Jérôme Benoitfeat(ui): display supervision url in charging stations...
2024-02-09  Jérôme Benoitfeat: add options to `addChargingStations` UI protocol...
2024-02-05  Jérôme Benoitfix: fix performance statistics formatting in log messages
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-05  Jérôme BenoitMerge pull request #969 from SAP/untanble-add-start
2024-02-05  Jérôme Benoitfeat: untangle add charging station op from start charg...
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 Benoitfeat: expose template name used in stationInfo
2024-01-29  Jérôme Benoitperf: add fastpath for trigger message handling
2024-01-28  Jérôme Benoitfix: ensure the ATG is properly restored after disconne...
2024-01-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-14  Jérôme Benoitrefactor: prepare for MikroORM storage support
2024-01-13  Jérôme Benoitrefactor: cleanup MikroORM entities
2024-01-13  Jérôme Benoitrefactor: update MikroORM entities definition
2024-01-13  Jérôme Benoitrefactor: make storage init compliant with MikroORM 6
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-08  Jérôme Benoitfeat: add ATG absolute stop date support
2024-01-07  Jérôme Benoitfix: fix off-by-one in ATG statuses handling
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-30  Jérôme Benoitfix: fix get composite schedule rejection condition
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-12-05  Jérôme Benoitperf: minimize OCPPUtils exports
2023-11-29  Jérôme Benoitrefactor: cleanup ElementsPerWorkerType type definition
2023-11-29  Jérôme Benoitrefactor: add type for worker configuration attribute
2023-11-29  Jérôme Benoitrefactor: rename elementsPerWorkers 'single' -> 'all
2023-11-28  Jérôme Benoitperf: allow to fine tune worker_threads ressource confi...
2023-11-20  Jérôme Benoitrefactor: cleanup types signature namespace
2023-11-13  Jérôme Benoitrefactor: move charging station events enum to its...
2023-11-11  Jérôme Benoitfix: make ATG wait for CS/connector availability
2023-11-10  Jérôme Benoitfeat: add template tunable to stop transaction at CS...
2023-11-10  Jérôme Benoitfeat: add events for charging station status change
2023-11-10  Jérôme Benoitfix: ensure running transactions are stopped at CS...
2023-08-08  Jérôme Benoitrefactor: flag tunable as deprecated
2023-08-03  Jérôme Benoitrefactor: factor out charging schedule composition...
2023-08-01  Jérôme Benoitrefactor: cleanup import
2023-07-31  Jérôme Benoitrefactor: factor out change availability helper
2023-07-31  Jérôme Benoitrefactor: cleanup RFID tags authorization code
2023-07-30  Jérôme Benoitfeat: add initial HTTP/2 support to ui server (mutually...
2023-07-30  Jérôme Benoitrefactor: use keyof to build the reservation filter key
2023-07-28  Jérôme Benoitfix: fix circular dependencies in types
2023-07-28  Jérôme Benoitrefactor: remove unneeded redefinition of reservation...
2023-07-24  Jérôme BenoitMerge pull request #634 from SAP/fix-limitation-from...
2023-07-24  Jérôme Benoitfeat: add support for charging profiles relative to...
2023-07-24  Jérôme Benoitfix: remove monthly recurring charging profiles
2023-07-19  Jérôme Benoitfix: fix 'Cannot read properties of undefined' with...
2023-07-16  Jérôme Benoitfix: fix configuration section caching
2023-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-14  Jérôme Benoitrefactor: remove pool strategy from worker configuratio...
2023-07-12  Jérôme Benoitfeat: add elementsPerWorker automatic calculation
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-09  Jérôme Benoitrefactor: cleanup performance statistics namespace
2023-07-07  Jérôme Benoitrefactor: remove payloadSchemaValidation from template...
2023-07-05  Jérôme Benoitrefactor: cleanup performance statistics variables...
2023-06-11  Jérôme Benoitfeat: move logging configuration into its own section
2023-06-07  Jérôme BenoitMerge pull request #596 from JulianHBuecher/reservation...
2023-06-07  Jérôme BenoitMerge branch 'main' into reservation-process-bug-fix
2023-06-07  Jérôme Benoitrefactor: factor out charging station events waiter
2023-06-07  Julian Buecherfix: missing status updates regarding reservation cance...
2023-06-05  Jérôme Benoitfix: validate response payload related to reservation...
2023-06-05  Jérôme BenoitMerge pull request #574 from JulianHBuecher/reservation...
2023-06-05  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-06-05  Julian Buecherrefactor: applied changes for pull request
2023-05-31  Jérôme Benoitfeat: add configuration tunable for logging enablement
2023-05-29  Jérôme Benoitfix: allow to set some x509 certificates in templates
2023-05-27  Jérôme Benoitfix: fix CS configuration hash calculation
2023-05-25  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-05-25  Julian BuecherUpdate src/types/ocpp/Responses.ts
2023-05-25  Julian BuecherUpdate src/types/ocpp/Responses.ts
2023-05-24  Julian Buecherrefactor: rewriting functionalities and added additiona...
2023-05-24  Julian Buecherbuild(simulator): features for reserve-now and cancel...
2023-05-24  Julian Buecherbuild(simulator): constants, requests and responses...
next