e-mobility-charging-stations-simulator.git
16 months agoVersion 1.1.89 v1.1.89
Jérôme Benoit [Mon, 9 Jan 2023 16:34:12 +0000 (17:34 +0100)] 
Version 1.1.89

16 months agoREADME.md: fix configuration path links
Jérôme Benoit [Mon, 9 Jan 2023 16:24:28 +0000 (17:24 +0100)] 
README.md: fix configuration path links

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoREADME.md: update to reflect enableStatistics default value change
Jérôme Benoit [Mon, 9 Jan 2023 16:19:04 +0000 (17:19 +0100)] 
README.md: update to reflect enableStatistics default value change

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoFix error propagation into the UI server
Jérôme Benoit [Mon, 9 Jan 2023 15:48:31 +0000 (16:48 +0100)] 
Fix error propagation into the UI server

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoBump patch level is firmware version at reboot at firmware update
Jérôme Benoit [Mon, 9 Jan 2023 12:42:49 +0000 (13:42 +0100)] 
Bump patch level is firmware version at reboot at firmware update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoDisable performance statistics by default
Jérôme Benoit [Sun, 8 Jan 2023 23:34:26 +0000 (00:34 +0100)] 
Disable performance statistics by default

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoAdd stop transaction reason at firmware update
Jérôme Benoit [Sun, 8 Jan 2023 23:14:16 +0000 (00:14 +0100)] 
Add stop transaction reason at firmware update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoAdd initial support for OCPP 1.6 firmware update simulation
Jérôme Benoit [Sun, 8 Jan 2023 23:09:05 +0000 (00:09 +0100)] 
Add initial support for OCPP 1.6 firmware update simulation

Reference #169 and #36

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoBuffer OCPP message when an error occur at sending it
Jérôme Benoit [Sun, 8 Jan 2023 19:26:55 +0000 (20:26 +0100)] 
Buffer OCPP message when an error occur at sending it

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoAdd incoming request response sent payloads validatio
Jérôme Benoit [Sun, 8 Jan 2023 15:04:42 +0000 (16:04 +0100)] 
Add incoming request response sent payloads validatio

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoApply dependencies update
Jérôme Benoit [Sun, 8 Jan 2023 12:54:22 +0000 (13:54 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoAdd OCA security whitepaper JSON schemas
Jérôme Benoit [Sun, 8 Jan 2023 11:48:58 +0000 (12:48 +0100)] 
Add OCA security whitepaper JSON schemas

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoRename the variable used to build CS hashId
Jérôme Benoit [Sun, 8 Jan 2023 11:37:21 +0000 (12:37 +0100)] 
Rename the variable used to build CS hashId

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoFixes to OCPP commands PDU validation code:
Jérôme Benoit [Sun, 8 Jan 2023 08:33:18 +0000 (09:33 +0100)] 
Fixes to OCPP commands PDU validation code:

+ Validate helper for sent response
+ Simplify JSON schemas handling

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoAdd missing OCPP 1.6 command payload OCA JSON schemas
Jérôme Benoit [Sat, 7 Jan 2023 22:27:54 +0000 (23:27 +0100)] 
Add missing OCPP 1.6 command payload OCA JSON schemas

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoFixes to OCA OCPP 2.0.1 JSON schemas
Jérôme Benoit [Sat, 7 Jan 2023 19:52:30 +0000 (20:52 +0100)] 
Fixes to OCA OCPP 2.0.1 JSON schemas

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoREADME.md: Refine list of OCPP versions
Jérôme Benoit [Sat, 7 Jan 2023 16:49:52 +0000 (17:49 +0100)] 
README.md: Refine list of OCPP versions

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoREADME.md: refine tunable values
Jérôme Benoit [Sat, 7 Jan 2023 16:43:51 +0000 (17:43 +0100)] 
README.md: refine tunable values

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoMove date conversion to ISO string helper to utils class
Jérôme Benoit [Sat, 7 Jan 2023 16:38:33 +0000 (17:38 +0100)] 
Move date conversion to ISO string helper to utils class

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoFixes to OCPP command payload validation:
Jérôme Benoit [Sat, 7 Jan 2023 16:12:43 +0000 (17:12 +0100)] 
Fixes to OCPP command payload validation:

+ Fix multipleOf precision
+ Convert to ISO 8601 string date object in payload before validation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoRemove now useless Date conversions to string
Jérôme Benoit [Fri, 6 Jan 2023 22:09:08 +0000 (23:09 +0100)] 
Remove now useless Date conversions to string

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoFixes to OCPP 1.6 payload type definitions
Jérôme Benoit [Fri, 6 Jan 2023 21:43:40 +0000 (22:43 +0100)] 
Fixes to OCPP 1.6 payload type definitions

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoMove OCPP command payload constants into its own file
Jérôme Benoit [Fri, 6 Jan 2023 20:24:59 +0000 (21:24 +0100)] 
Move OCPP command payload constants into its own file

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoApply dependencies update
Jérôme Benoit [Fri, 6 Jan 2023 13:49:48 +0000 (14:49 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoCleanup rollup bundler externals
Jérôme Benoit [Thu, 5 Jan 2023 21:38:21 +0000 (22:38 +0100)] 
Cleanup rollup bundler externals

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoAdd missing OCPP 1.6 command payload JSON schemas
Jérôme Benoit [Thu, 5 Jan 2023 21:27:02 +0000 (22:27 +0100)] 
Add missing OCPP 1.6 command payload JSON schemas

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoMigrate all JSON schemas to draft-06 or higher
Jérôme Benoit [Thu, 5 Jan 2023 21:12:53 +0000 (22:12 +0100)] 
Migrate all JSON schemas to draft-06 or higher

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoApply dependencies update
Jérôme Benoit [Thu, 5 Jan 2023 20:25:06 +0000 (21:25 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoImport cleanups
Jérôme Benoit [Thu, 5 Jan 2023 19:02:19 +0000 (20:02 +0100)] 
Import cleanups

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoAdd BootNotification and ClearCache OCPP 2.0.1 commands support
Jérôme Benoit [Thu, 5 Jan 2023 18:29:52 +0000 (19:29 +0100)] 
Add BootNotification and ClearCache OCPP 2.0.1 commands support

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoWhitespace cleanup in log messages
Jérôme Benoit [Wed, 4 Jan 2023 23:11:51 +0000 (00:11 +0100)] 
Whitespace cleanup in log messages

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoSimplify statistics map typing at init
Jérôme Benoit [Wed, 4 Jan 2023 22:15:23 +0000 (23:15 +0100)] 
Simplify statistics map typing at init

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoHook the OCPP 2.0 stack into the main code
Jérôme Benoit [Wed, 4 Jan 2023 21:23:49 +0000 (22:23 +0100)] 
Hook the OCPP 2.0 stack into the main code

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoAdd initial classes structure for the OCPP 2.0 stack
Jérôme Benoit [Wed, 4 Jan 2023 19:42:07 +0000 (20:42 +0100)] 
Add initial classes structure for the OCPP 2.0 stack

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoMore import type usage
Jérôme Benoit [Wed, 4 Jan 2023 17:57:31 +0000 (18:57 +0100)] 
More import type usage

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoUse import type in more places
Jérôme Benoit [Wed, 4 Jan 2023 15:16:03 +0000 (16:16 +0100)] 
Use import type in more places

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
16 months agoApply dependencies update
Jérôme Benoit [Wed, 4 Jan 2023 14:51:28 +0000 (15:51 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
16 months agoApply dependencies update
Jérôme Benoit [Tue, 3 Jan 2023 20:30:17 +0000 (21:30 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoMerge pull request #341 from martinknechtel/patch-1
Jérôme Benoit [Tue, 3 Jan 2023 20:26:09 +0000 (21:26 +0100)] 
Merge pull request #341 from martinknechtel/patch-1

Thanks.

16 months agoMerge branch 'main' into patch-1
Jérôme Benoit [Tue, 3 Jan 2023 20:11:33 +0000 (21:11 +0100)] 
Merge branch 'main' into patch-1

16 months agoSilence one eslint warning
Jérôme Benoit [Tue, 3 Jan 2023 18:00:35 +0000 (19:00 +0100)] 
Silence one eslint warning

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoadd screenshot
Martin Knechtel [Tue, 3 Jan 2023 14:57:27 +0000 (15:57 +0100)] 
add screenshot

16 months agoAdd instructions to try out Web UI
Martin Knechtel [Tue, 3 Jan 2023 14:52:52 +0000 (15:52 +0100)] 
Add instructions to try out Web UI

16 months agoOptimize worker handlers calls by binding them to the current instance
Jérôme Benoit [Tue, 3 Jan 2023 14:20:34 +0000 (15:20 +0100)] 
Optimize worker handlers calls by binding them to the current instance

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoWorkerSet: remove ugly hack to deal with async worker message handler
Jérôme Benoit [Mon, 2 Jan 2023 20:12:53 +0000 (21:12 +0100)] 
WorkerSet: remove ugly hack to deal with async worker message handler

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoComment out performance statistics debug code
Jérôme Benoit [Mon, 2 Jan 2023 08:15:33 +0000 (09:15 +0100)] 
Comment out performance statistics debug code

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoFix WebSocket types usage
Jérôme Benoit [Sun, 1 Jan 2023 15:23:15 +0000 (16:23 +0100)] 
Fix WebSocket types usage

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoApply dependencies update
Jérôme Benoit [Sun, 1 Jan 2023 12:14:56 +0000 (13:14 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoHandle null or undefined meterStart and meterStop properly
Jérôme Benoit [Sat, 31 Dec 2022 21:34:23 +0000 (22:34 +0100)] 
Handle null or undefined meterStart and meterStop properly

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoAdd initial code structure for update firmware simulation
Jérôme Benoit [Fri, 30 Dec 2022 15:55:43 +0000 (16:55 +0100)] 
Add initial code structure for update firmware simulation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoEnsure number conversion helpers do not return NaN
Jérôme Benoit [Thu, 29 Dec 2022 22:48:03 +0000 (23:48 +0100)] 
Ensure number conversion helpers do not return NaN

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoREADME.md: fixlet to units acronym
Jérôme Benoit [Thu, 29 Dec 2022 12:33:03 +0000 (13:33 +0100)] 
README.md: fixlet to units acronym

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoApply dependencies update
Jérôme Benoit [Thu, 29 Dec 2022 11:20:35 +0000 (12:20 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoFix link in ui/web/README.md
Jérôme Benoit [Thu, 29 Dec 2022 10:37:48 +0000 (11:37 +0100)] 
Fix link in ui/web/README.md

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoDocument simulator configuration for Web UI usage.
Jérôme Benoit [Thu, 29 Dec 2022 10:33:28 +0000 (11:33 +0100)] 
Document simulator configuration for Web UI usage.

Reference: #333

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoFixes to performance:
Jérôme Benoit [Wed, 28 Dec 2022 20:47:47 +0000 (21:47 +0100)] 
Fixes to performance:

+ Clear measure after usage
+ Log statistics map properly

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoApply dependencies update
Jérôme Benoit [Tue, 27 Dec 2022 19:28:22 +0000 (20:28 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoRemove unneeded connexion URLs shallow copy
Jérôme Benoit [Mon, 26 Dec 2022 19:39:06 +0000 (20:39 +0100)] 
Remove unneeded connexion URLs shallow copy

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoDocument template directive 'firmwareVersionPattern'
Jérôme Benoit [Sat, 24 Dec 2022 10:33:45 +0000 (11:33 +0100)] 
Document template directive 'firmwareVersionPattern'

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoRefine some templates handling log messages
Jérôme Benoit [Fri, 23 Dec 2022 21:07:23 +0000 (22:07 +0100)] 
Refine some templates handling log messages

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoREADME.md: add link to winston repo
Jérôme Benoit [Fri, 23 Dec 2022 20:57:15 +0000 (21:57 +0100)] 
README.md: add link to winston repo

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoApply dependencies update
Jérôme Benoit [Fri, 23 Dec 2022 20:50:05 +0000 (21:50 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoCleanups uneeded encapsulating methods
Jérôme Benoit [Fri, 23 Dec 2022 18:38:07 +0000 (19:38 +0100)] 
Cleanups uneeded encapsulating methods

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoSwitch to more efficient object deep cloning and shallow merging
Jérôme Benoit [Fri, 23 Dec 2022 17:25:30 +0000 (18:25 +0100)] 
Switch to more efficient object deep cloning and shallow merging
implementations

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoDocument log rotation directives
Jérôme Benoit [Fri, 23 Dec 2022 15:20:34 +0000 (16:20 +0100)] 
Document log rotation directives

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoAdd configuration directive for the maximum log files size
Jérôme Benoit [Fri, 23 Dec 2022 13:44:43 +0000 (14:44 +0100)] 
Add configuration directive for the maximum log files size

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
16 months agoApply dependencies update
Jérôme Benoit [Thu, 22 Dec 2022 23:38:49 +0000 (00:38 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoUT: improve RNG tests
Jérôme Benoit [Tue, 20 Dec 2022 17:14:20 +0000 (18:14 +0100)] 
UT: improve RNG tests

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
16 months agoApply dependencies update
Jérôme Benoit [Tue, 20 Dec 2022 13:53:06 +0000 (14:53 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoUI Server: refine Insomnia WS requests collection
Jérôme Benoit [Sun, 18 Dec 2022 12:16:15 +0000 (13:16 +0100)] 
UI Server: refine Insomnia WS requests collection

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoFix charging station started status detection
Jérôme Benoit [Sun, 18 Dec 2022 10:43:54 +0000 (11:43 +0100)] 
Fix charging station started status detection

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoApply dependencies update
Jérôme Benoit [Sat, 17 Dec 2022 20:41:22 +0000 (21:41 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoApply dependencies update
Jérôme Benoit [Sat, 17 Dec 2022 20:36:48 +0000 (21:36 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoUI Server: add WS Insomnia requests collection
Jérôme Benoit [Sat, 17 Dec 2022 19:50:04 +0000 (20:50 +0100)] 
UI Server: add WS Insomnia requests collection

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoUI Server: fix connection upgrade error handling
Jérôme Benoit [Sat, 17 Dec 2022 19:24:41 +0000 (20:24 +0100)] 
UI Server: fix connection upgrade error handling

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoApply depedencies update
Jérôme Benoit [Sat, 17 Dec 2022 11:58:15 +0000 (12:58 +0100)] 
Apply depedencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoApply dependencies update
Jérôme Benoit [Tue, 13 Dec 2022 23:26:46 +0000 (00:26 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoSmall cleanups in Utils.ts
Jérôme Benoit [Sun, 11 Dec 2022 22:05:30 +0000 (23:05 +0100)] 
Small cleanups in Utils.ts

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoApply dependencies update
Jérôme Benoit [Sun, 11 Dec 2022 20:40:56 +0000 (21:40 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoApply dependencies update
Jérôme Benoit [Fri, 9 Dec 2022 14:38:52 +0000 (15:38 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoApply dependencies update
Jérôme Benoit [Thu, 8 Dec 2022 18:07:40 +0000 (19:07 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoApply dependencies update
Jérôme Benoit [Wed, 7 Dec 2022 20:53:29 +0000 (21:53 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoApply dependencies update
Jérôme Benoit [Wed, 7 Dec 2022 15:08:52 +0000 (16:08 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoApply dependencies update
Jérôme Benoit [Mon, 5 Dec 2022 16:49:05 +0000 (17:49 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoVersion 1.1.88 v1.1.88
Jérôme Benoit [Sun, 4 Dec 2022 20:06:23 +0000 (21:06 +0100)] 
Version 1.1.88

17 months agoApply dependencies update
Jérôme Benoit [Sun, 4 Dec 2022 20:04:57 +0000 (21:04 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoSync package-lock.json files
Jérôme Benoit [Sat, 3 Dec 2022 20:56:55 +0000 (21:56 +0100)] 
Sync package-lock.json files

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoMerge pull request #296 from SAP/dependabot/npm_and_yarn/ui/web/apollo-server-core...
Jérôme Benoit [Sat, 3 Dec 2022 17:34:19 +0000 (18:34 +0100)] 
Merge pull request #296 from SAP/dependabot/npm_and_yarn/ui/web/apollo-server-core-3.11.1

17 months agoBump apollo-server-core from 3.10.1 to 3.11.1 in /ui/web
dependabot[bot] [Sat, 3 Dec 2022 17:11:58 +0000 (17:11 +0000)] 
Bump apollo-server-core from 3.10.1 to 3.11.1 in /ui/web

Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from 3.10.1 to 3.11.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/apollo-server-core@3.11.1/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.11.1/packages/apollo-server-core)

---
updated-dependencies:
- dependency-name: apollo-server-core
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
17 months agoApply dependencies update
Jérôme Benoit [Sat, 3 Dec 2022 17:10:44 +0000 (18:10 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoRegenerate ui/web/package-lock.json
Jérôme Benoit [Fri, 2 Dec 2022 17:47:17 +0000 (18:47 +0100)] 
Regenerate ui/web/package-lock.json

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoBump decode-uri-component from 0.2.0 to 0.2.2 in /ui/web (#295)
dependabot[bot] [Fri, 2 Dec 2022 17:40:53 +0000 (18:40 +0100)] 
Bump decode-uri-component from 0.2.0 to 0.2.2 in /ui/web (#295)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 months agoApply dependencies update
Jérôme Benoit [Fri, 2 Dec 2022 17:31:53 +0000 (18:31 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoApply dependencies update
Jérôme Benoit [Wed, 30 Nov 2022 22:07:44 +0000 (23:07 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoREADME.md: properly format
Jérôme Benoit [Wed, 30 Nov 2022 21:56:21 +0000 (22:56 +0100)] 
README.md: properly format

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoMerge branch 'main' of github.com:SAP/e-mobility-charging-stations-simulator
Jérôme Benoit [Wed, 30 Nov 2022 21:54:30 +0000 (22:54 +0100)] 
Merge branch 'main' of github.com:SAP/e-mobility-charging-stations-simulator

17 months agoUI: remove unneeded dependency
Jérôme Benoit [Wed, 30 Nov 2022 21:53:39 +0000 (22:53 +0100)] 
UI: remove unneeded dependency

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoUpdate README.md
Ajinkya Patil [Tue, 29 Nov 2022 12:07:24 +0000 (13:07 +0100)] 
Update README.md

17 months agoApply dependencies update
Jérôme Benoit [Mon, 28 Nov 2022 21:31:44 +0000 (22:31 +0100)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 months agoRefine worker exit with error message
Jérôme Benoit [Sun, 27 Nov 2022 10:30:22 +0000 (11:30 +0100)] 
Refine worker exit with error message

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>