feat: allow to provision number of stations by template
[e-mobility-charging-stations-simulator.git] / src / types / ConfigurationData.ts
2024-03-26  Jérôme Benoitfeat: allow to provision number of stations by template
2024-03-19  Jérôme Benoitrefactor: rename configuration elementStartDelay to...
2024-03-07  Jérôme Benoitrefactor: cleanup eslint configuration
2024-01-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-12  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...
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-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-08-08  Jérôme Benoitrefactor: flag tunable as deprecated
2023-07-30  Jérôme Benoitfeat: add initial HTTP/2 support to ui server (mutually...
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-06-11  Jérôme Benoitfeat: move logging configuration into its own section
2023-06-05  Jérôme BenoitMerge branch 'main' into reservation-feature
2023-05-31  Jérôme Benoitfeat: add configuration tunable for logging enablement
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-02-14  Jérôme Benoitrefactor(simulator): explicitly export needed types...
2023-02-14  Jérôme Benoitrefactor(simulator): switch import to node: syntax
2023-02-13  Jérôme Benoitrefactor(simulator): switch to internal modules export...
2023-02-12  Jérôme Benoitrefactor(simulator): switch to named exports
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2022-12-23  Jérôme BenoitAdd configuration directive for the maximum log files...
2022-09-25  Jérôme BenoitATG: add support for idTag distribution algorithms
2022-09-15  Jérôme BenoitConvert types to native type
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-03  Jérôme BenoitMerge pull request #80 from SAP/worker-configuration
2022-07-02  Jérôme BenoitAdd worker configuration section
2022-05-14  Jérôme BenoitFix UI server options type and instantiation signature
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...
2022-03-03  Jérôme BenoitAdd tunable for charging station start delay for linear...
2022-02-09  Jérôme BenoitSimplify some code logic
2022-02-06  Jérôme BenoitFix build due to winston types definition fix
2022-02-01  Jérôme BenoitUnify supervision urls setup and distribution to chargi...
2022-01-31  Jérôme BenoitFix build due to winston types definition
2021-12-06  Jérôme BenoitUse camel case everywhere
2021-12-01  Jérôme BenoitAdd a configuration section for the UI WS server
2021-08-25  Jérôme BenoitPerformance statistics: add JSON file storage support.
2021-07-22  Jérôme BenoitMerge branch 'master' of github.wdf.sap.corp:E-Mobility...
2021-06-19  Jérôme BenoitAdd per phase support to MeterValues in template.
2021-05-19  Calin CreceaMerge branch 'master' of https://github.wdf.sap.corp...
2021-05-17  Jérôme BenoitAdd configuration tunable for pool worker choice strategy
2021-04-30  Jérôme BenoitMake the worker start delay a tunable.
2021-01-25  Jérôme BenoitSwitch to poolifier worker threads pool implementation.
2021-01-21  Jérôme BenoitDon't access singleton instance attribute directly
2021-01-21  Jakobrenaming (pool size != max pool size)
2021-01-21  Jérôme BenoitCleanups.
2021-01-21  Jérôme BenoitMerge pull request #6 from LucasBrazi06/memory-optimization
2021-01-20  JakobMemory optimization + worker configuration
2020-11-22  Jérôme BenoitAdd exponential delay at reconnect
2020-11-13  Jérôme BenoitAdd median to statistics.
2020-11-12  Jérôme BenoitLast configuration tunable rename.
2020-11-11  Jérôme BenoitAdd logs rotation.
2020-11-11  Jérôme BenoitMore typing.