build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / performance / storage / JsonFileStorage.ts
2024-03-18  Jérôme Benoitbuild(deps-dev): apply updates
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-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-01-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-13  Jérôme Benoitchore: update copyright years
2024-01-12  Jérôme Benoitrefactor: refine prettier configuration
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 Benoitchore: switch coding style to JS standard
2023-12-28  Jérôme Benoitbuild: switch to NodeNext module resolution
2023-09-13  Jérôme BenoitMerge dependabot/github_actions/docker/setup-buildx...
2023-09-04  Jérôme Benoitperf: create and clear Map in performance code
2023-08-10  Jérôme Benoitbuild(deps-dev): apply updates
2023-08-09  Jérôme Benoitrefactor: introduce an async lock mutex helper to run...
2023-08-08  Jérôme Benoitfix: fix performance records duplication
2023-07-11  Jérôme Benoitbuild(deps-dev): apply updates
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-28  Jérôme Benoitrefactor(simulator): convert some class method helpers...
2023-05-22  Jérôme Benoitfix: various fixes to files handling and their content...
2023-05-20  Jérôme Benoitbuild(simulator): don't preserve modules
2023-05-19  Jérôme Benoitrefactor: revert internal exports
2023-05-10  Jérôme Benoitfix: handle relative path to performance records JSON...
2023-05-02  Jérôme Benoitrefactor: cleanup async lock API
2023-04-30  Jérôme Benoitfix: use homebrew async locking primitive to order...
2023-02-26  Jérôme Benoitrefactor(simulator): constify and factor out empty...
2023-02-14  Jérôme Benoitrefactor(simulator): use helper(s) where appropriate
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-26  Jérôme BenoitFactor out JSON schemas parsing with per OCPP stack...
2023-01-26  Jérôme BenoitAdd error handling to JSON schemas file reading
2023-01-25  Jérôme BenoitFix a null or undefined condition
2023-01-25  Jérôme BenoitFalsy/truthy test fixes
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitRefine code formatting rules
2023-01-12  Jérôme BenoitLinter fixes
2023-01-04  Jérôme BenoitHook the OCPP 2.0 stack into the main code
2022-09-16  Jérôme BenoitConvert Statistics interface to type
2022-08-29  Jérôme BenoitAdd helper to serialize to JSON object with a map
2022-08-27  Jérôme BenoitRefine TS and linter configuration
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-03-12  Jérôme BenoitAdd OCPP params file monitoring
2022-03-04  Jérôme BenoitApply prettier formating
2021-12-06  Jérôme BenoitRename JSONFileStorage.ts to JsonFileStorage.ts