Validate response PDU (#137)
[e-mobility-charging-stations-simulator.git] / src / performance / storage /
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...