fix: use homebrew async locking primitive to order file writing
[e-mobility-charging-stations-simulator.git] / src / performance / storage /
2023-04-30  Jérôme Benoitfix: use homebrew async locking primitive to order...
2023-04-24  Jérôme Benoitrefactor: cleanup storage type case
2023-03-18  Jérôme Benoitbuild(simulator): switch to TS 5.x.x
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 BenoitStrict null type 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-08-22  Lucas MigeonVue UI + UI server
2022-07-17  Jérôme BenoitUse eslint extension for import sorting instead of...
2022-04-18  Jérôme BenoitApply dependencies update
2022-03-12  Jérôme BenoitAdd OCPP params file monitoring
2022-03-05  Jérôme BenoitApply dependencies update
2022-03-04  Jérôme BenoitApply prettier formating
2022-03-04  Jérôme BenoitFix incoming message error handling
2022-02-24  Jérôme BenoitDo not throw an error at OCPP message sending to avoid...
2022-02-21  Jérôme BenoitEnsure 1:1 mapping between charging station instance...
2022-02-17  Jérôme BenoitEnforce singleton design pattern for the logger
2021-12-06  Jérôme BenoitRename MikroORMStorage.ts to MikroOrmStorage.ts
2021-12-06  Jérôme BenoitRename JSONFileStorage.ts to JsonFileStorage.ts
2021-12-06  Jérôme BenoitUse camel case in more place
2021-12-06  Jérôme BenoitUse camel case everywhere
2021-10-19  Jérôme BenoitSilence linter some more
2021-10-02  Jérôme BenoitIndentation cleanup
2021-10-02  Jérôme BenoitUse a map to store OCPP command statistics
2021-10-01  Jérôme BenoitFlag some attributes readonly
2021-09-21  Jérôme BenoitFix ATG run duration computation
2021-09-15  Jérôme BenoitSilence a sonar warning
2021-09-13  Jérôme BenoitFix performance storage jsonfile consistency at write:
2021-09-12  Jérôme BenoitCleanup fs operations encoding
2021-09-12  Jérôme BenoitRemove some any type usage
2021-09-12  Jérôme BenoitAdd error handling in one performance storage class
2021-09-04  Jérôme BenoitSwitch rollup bundler TS plugin to rollup-plugin-ts
2021-09-03  Jérôme BenoitCleanup MikroORM configuration code for performance...
2021-09-02  Jérôme BenoitImprove OCPP error handling, fix performance storage...