fix: various fixes to files handling and their content caching
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 22 May 2023 08:48:13 +0000 (10:48 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 22 May 2023 08:48:13 +0000 (10:48 +0200)
commit7b5dbe910fc30484324da90ee209ab7002bc5071
tree4f2e9db4ca3aff9ae01b32533eccd4ae0353cd84
parentceec2441596cccd7bc5249721cd9ac8487cb920f
fix: various fixes to files handling and their content caching

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
14 files changed:
.vscode/settings.json
src/charging-station/ChargingStation.ts
src/charging-station/ChargingStationConfigurationUtils.ts
src/charging-station/IdTagsCache.ts
src/charging-station/ocpp/OCPPIncomingRequestService.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/charging-station/ui-server/AbstractUIServer.ts
src/performance/storage/JsonFileStorage.ts
src/performance/storage/MongoDBStorage.ts
src/performance/storage/Storage.ts
src/performance/storage/StorageFactory.ts
src/types/Error.ts
src/utils/Configuration.ts
src/utils/ErrorUtils.ts