feat: allow to provision number of stations by template
[e-mobility-charging-stations-simulator.git] / src / types / Statistics.ts
2024-03-26  Jérôme Benoitfeat: allow to provision number of stations by template
2024-03-10  Jérôme Benoitfeat!: handle Set at JSON serialization to string
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-01-06  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/jsdom-23.1.0 into...
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-07-16  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-09  Jérôme Benoitrefactor: cleanup performance statistics namespace
2023-07-05  Jérôme Benoitrefactor: cleanup performance statistics variables...
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-02-14  Jérôme Benoitrefactor(simulator): explicitly export needed types...
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 Benoitrefactor(simulator): switch to named exports
2023-01-12  Jérôme BenoitLinter fixes
2023-01-10  Jérôme BenoitConvert some type definitions to type syntax
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2023-01-04  Jérôme BenoitAdd initial classes structure for the OCPP 2.0 stack
2022-09-16  Jérôme BenoitConvert Statistics interface to type
2022-09-15  Jérôme BenoitConvert types to native type
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-08-22  Lucas MigeonVue UI + UI server
2022-02-21  Jérôme BenoitEnsure 1:1 mapping between charging station instance...
2021-12-06  Jérôme BenoitUse camel case everywhere
2021-11-22  Jérôme BenoitMake the performance measurement time series actually...
2021-10-02  Jérôme BenoitUse a map to store OCPP command statistics
2021-09-02  Jérôme BenoitImprove OCPP error handling, fix performance storage...
2021-08-28  Jérôme BenoitAdd support for more DB engines via TypeORM
2021-08-28  Jérôme BenoitAdd MongDB support to storage for performance records.
2021-08-25  Jérôme BenoitPerformance statistics: add JSON file storage support.
2021-08-15  Jérôme BenoitAdd 95th percentile to performance statistics
2021-08-13  Jérôme BenoitAdd support for performance statistics for all requests...