e-mobility-charging-stations-simulator.git
2 years agoVersion 1.1.2 v1.1.2
Jérôme Benoit [Fri, 17 Sep 2021 07:23:21 +0000 (09:23 +0200)] 
Version 1.1.2

2 years agoFix and secure random number generation code
Jérôme Benoit [Fri, 17 Sep 2021 07:22:15 +0000 (09:22 +0200)] 
Fix and secure random number generation code

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoSilence sonar a bit
Jérôme Benoit [Fri, 17 Sep 2021 05:33:03 +0000 (07:33 +0200)] 
Silence sonar a bit

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoApply dependencies update
Jérôme Benoit [Thu, 16 Sep 2021 21:49:50 +0000 (23:49 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoVersion 1.1.1 v1.1.1
Jérôme Benoit [Thu, 16 Sep 2021 21:26:50 +0000 (23:26 +0200)] 
Version 1.1.1

2 years agoFix ATG execution time accuracy.
Jérôme Benoit [Thu, 16 Sep 2021 21:23:36 +0000 (23:23 +0200)] 
Fix ATG execution time accuracy.

And parallel run on each CS connectors

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoSilence a sonar warning
Jérôme Benoit [Wed, 15 Sep 2021 21:13:37 +0000 (23:13 +0200)] 
Silence a sonar warning

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoVersion 1.1.0 v1.1.0
Jérôme Benoit [Wed, 15 Sep 2021 20:55:33 +0000 (22:55 +0200)] 
Version 1.1.0

2 years agoApply dependency update
Jérôme Benoit [Wed, 15 Sep 2021 20:54:35 +0000 (22:54 +0200)] 
Apply dependency update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoConsistently name charging stations run on CF on multiple instances
Jérôme Benoit [Wed, 15 Sep 2021 16:10:13 +0000 (18:10 +0200)] 
Consistently name charging stations run on CF on multiple instances

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix .cfignore file for templates.
Jérôme Benoit [Wed, 15 Sep 2021 13:36:24 +0000 (15:36 +0200)] 
Fix .cfignore file for templates.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoVersion 1.0.62 v1.0.62
Jérôme Benoit [Wed, 15 Sep 2021 07:22:39 +0000 (09:22 +0200)] 
Version 1.0.62

2 years agoFix misplaced parenthesis
Jérôme Benoit [Tue, 14 Sep 2021 21:48:58 +0000 (23:48 +0200)] 
Fix misplaced parenthesis

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoCleanup OCPP message sending and error code
Jérôme Benoit [Tue, 14 Sep 2021 21:39:26 +0000 (23:39 +0200)] 
Cleanup OCPP message sending and error code

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoVersion 1.0.61 v1.0.61
Jérôme Benoit [Tue, 14 Sep 2021 19:33:35 +0000 (21:33 +0200)] 
Version 1.0.61

2 years agoApply dependencies update
Jérôme Benoit [Tue, 14 Sep 2021 19:32:32 +0000 (21:32 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix log message quoting
Jérôme Benoit [Tue, 14 Sep 2021 19:16:38 +0000 (21:16 +0200)] 
Fix log message quoting

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoVersion 1.0.60 v1.0.60
Jérôme Benoit [Mon, 13 Sep 2021 21:40:07 +0000 (23:40 +0200)] 
Version 1.0.60

2 years agoFix performance storage jsonfile consistency at write:
Jérôme Benoit [Mon, 13 Sep 2021 21:33:18 +0000 (23:33 +0200)] 
Fix performance storage jsonfile consistency at write:

+ Use a lock file to avoid concurrent read->write
+ Switch to synchronous fs operations
+ Ensure a unique id will be used as a performance mark

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoConstity and factor out last performance entry
Jérôme Benoit [Mon, 13 Sep 2021 19:23:28 +0000 (21:23 +0200)] 
Constity and factor out last performance entry

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoLog also ws closing reason
Jérôme Benoit [Mon, 13 Sep 2021 17:07:10 +0000 (19:07 +0200)] 
Log also ws closing reason

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoCleanup fs operations encoding
Jérôme Benoit [Sun, 12 Sep 2021 19:07:58 +0000 (21:07 +0200)] 
Cleanup fs operations encoding

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoOnly GitHub action sonar with node.js 14 on that repository
Jérôme Benoit [Sun, 12 Sep 2021 18:56:45 +0000 (20:56 +0200)] 
Only GitHub action sonar with node.js 14 on that repository

2 years agoAdd node.js 16.x to CI for testing purpose
Jérôme Benoit [Sun, 12 Sep 2021 17:51:56 +0000 (19:51 +0200)] 
Add node.js 16.x to CI for testing purpose

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoVersion 1.0.59 v1.0.59
Jérôme Benoit [Sun, 12 Sep 2021 14:08:23 +0000 (16:08 +0200)] 
Version 1.0.59

2 years agoUse the same message for git and GitHub version releasing
Jérôme Benoit [Sun, 12 Sep 2021 14:07:12 +0000 (16:07 +0200)] 
Use the same message for git and GitHub version releasing

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.58 v1.0.58
Jérôme Benoit [Sun, 12 Sep 2021 13:59:35 +0000 (15:59 +0200)] 
Release 1.0.58

2 years agoRefine issue templates
Jérôme Benoit [Sun, 12 Sep 2021 13:56:36 +0000 (15:56 +0200)] 
Refine issue templates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix issue template escaping
Jérôme Benoit [Sun, 12 Sep 2021 13:53:18 +0000 (15:53 +0200)] 
Fix issue template escaping

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix escaping in issue templates
Jérôme Benoit [Sun, 12 Sep 2021 13:51:22 +0000 (15:51 +0200)] 
Fix escaping in issue templates

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix escaping in issue templates
Jérôme Benoit [Sun, 12 Sep 2021 13:46:06 +0000 (15:46 +0200)] 
Fix escaping in issue templates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoAdd GitHub issue templates
Jérôme Benoit [Sun, 12 Sep 2021 13:42:22 +0000 (15:42 +0200)] 
Add GitHub issue templates

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoCleanup CF and docker deployment support
Jérôme Benoit [Sun, 12 Sep 2021 13:03:51 +0000 (15:03 +0200)] 
Cleanup CF and docker deployment support

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoFix OCPP error details message default
Jérôme Benoit [Sun, 12 Sep 2021 12:33:47 +0000 (14:33 +0200)] 
Fix OCPP error details message default

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRemove some any type usage
Jérôme Benoit [Sun, 12 Sep 2021 12:26:27 +0000 (14:26 +0200)] 
Remove some any type usage

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRefine eslint configuration
Jérôme Benoit [Sun, 12 Sep 2021 12:06:49 +0000 (14:06 +0200)] 
Refine eslint configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoAdd error handling in one performance storage class
Jérôme Benoit [Sun, 12 Sep 2021 12:01:42 +0000 (14:01 +0200)] 
Add error handling in one performance storage class

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoType a ws callback
Jérôme Benoit [Sun, 12 Sep 2021 11:40:28 +0000 (13:40 +0200)] 
Type a ws callback

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.57 v1.0.57
Jérôme Benoit [Sun, 12 Sep 2021 09:25:20 +0000 (11:25 +0200)] 
Release 1.0.57

2 years agoRefine GitHub release name
Jérôme Benoit [Sun, 12 Sep 2021 09:24:22 +0000 (11:24 +0200)] 
Refine GitHub release name

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoAnother fixlet to README.md
Jérôme Benoit [Sun, 12 Sep 2021 09:13:51 +0000 (11:13 +0200)] 
Another fixlet to README.md

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFixlet to README.md
Jérôme Benoit [Sun, 12 Sep 2021 09:13:00 +0000 (11:13 +0200)] 
Fixlet to README.md

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoDefault docker image build without git submodules
Jérôme Benoit [Sun, 12 Sep 2021 09:09:19 +0000 (11:09 +0200)] 
Default docker image build without git submodules

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.56 v1.0.56
Jérôme Benoit [Sun, 12 Sep 2021 08:53:22 +0000 (10:53 +0200)] 
Release 1.0.56

2 years agoRefine the list of performance storage supported engines
Jérôme Benoit [Sun, 12 Sep 2021 08:51:29 +0000 (10:51 +0200)] 
Refine the list of performance storage supported engines

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoDocument configuration files reload feature usage.
Jérôme Benoit [Sun, 12 Sep 2021 08:44:13 +0000 (10:44 +0200)] 
Document configuration files reload feature usage.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoIndentation cleanup
Jérôme Benoit [Sat, 11 Sep 2021 21:04:39 +0000 (23:04 +0200)] 
Indentation cleanup

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoDocument prerequisites installation
Jérôme Benoit [Sat, 11 Sep 2021 20:42:42 +0000 (22:42 +0200)] 
Document prerequisites installation

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoCleanup configuration files watching code
Jérôme Benoit [Sat, 11 Sep 2021 20:21:39 +0000 (22:21 +0200)] 
Cleanup configuration files watching code

Still buggy with worker threads

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoUse a Map to cache OCPP requests in use
Jérôme Benoit [Sat, 11 Sep 2021 19:45:59 +0000 (21:45 +0200)] 
Use a Map to cache OCPP requests in use

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoRefine .gitignore.
Jérôme Benoit [Fri, 10 Sep 2021 15:39:33 +0000 (17:39 +0200)] 
Refine .gitignore.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoApply dependencies update
Jérôme Benoit [Thu, 9 Sep 2021 14:37:31 +0000 (16:37 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoApply dependencies update
Jérôme Benoit [Wed, 8 Sep 2021 15:29:17 +0000 (17:29 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoMerge branch 'master' of github.com:jerome-benoit/charging-stations-simulator
Jérôme Benoit [Tue, 7 Sep 2021 13:55:05 +0000 (15:55 +0200)] 
Merge branch 'master' of github.com:jerome-benoit/charging-stations-simulator

2 years agoUse nullish coalescing in OCPP stack
Jérôme Benoit [Tue, 7 Sep 2021 13:53:37 +0000 (15:53 +0200)] 
Use nullish coalescing in OCPP stack

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoMerge pull request #30 from jerome-benoit/add-code-of-conduct-1
Jérôme Benoit [Mon, 6 Sep 2021 12:45:56 +0000 (14:45 +0200)] 
Merge pull request #30 from jerome-benoit/add-code-of-conduct-1

Create CODE_OF_CONDUCT.md

2 years agoCreate CODE_OF_CONDUCT.md
Jérôme Benoit [Mon, 6 Sep 2021 12:43:03 +0000 (14:43 +0200)] 
Create CODE_OF_CONDUCT.md

2 years agoCleanup files and files name.
Jérôme Benoit [Mon, 6 Sep 2021 06:11:18 +0000 (08:11 +0200)] 
Cleanup files and files name.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoUse generics for incoming message error handling
Jérôme Benoit [Sun, 5 Sep 2021 17:56:05 +0000 (19:56 +0200)] 
Use generics for incoming message error handling

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.55 v1.0.55
Jérôme Benoit [Sun, 5 Sep 2021 17:50:44 +0000 (19:50 +0200)] 
Release 1.0.55

2 years agoAdd support for OCPP 1.6 TriggerMessage command
Jérôme Benoit [Sun, 5 Sep 2021 17:47:12 +0000 (19:47 +0200)] 
Add support for OCPP 1.6 TriggerMessage command

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoSwitch rollup bundler TS plugin to rollup-plugin-ts
Jérôme Benoit [Sat, 4 Sep 2021 20:07:22 +0000 (22:07 +0200)] 
Switch rollup bundler TS plugin to rollup-plugin-ts

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoCleanup MikroORM configuration code for performance storage
Jérôme Benoit [Fri, 3 Sep 2021 08:28:01 +0000 (10:28 +0200)] 
Cleanup MikroORM configuration code for performance storage

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.54 v1.0.54
Jérôme Benoit [Thu, 2 Sep 2021 20:13:18 +0000 (22:13 +0200)] 
Release 1.0.54

2 years agoFix OCPPError command attribute affectation
Jérôme Benoit [Thu, 2 Sep 2021 20:07:40 +0000 (22:07 +0200)] 
Fix OCPPError command attribute affectation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoImprove OCPP error handling, fix performance storage default file path
Jérôme Benoit [Thu, 2 Sep 2021 19:54:32 +0000 (21:54 +0200)] 
Improve OCPP error handling, fix performance storage default file path

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoThrow an error in the template does not have default required mesurand
Jérôme Benoit [Tue, 31 Aug 2021 19:29:26 +0000 (21:29 +0200)] 
Throw an error in the template does not have default required mesurand
set

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoFix siemens charging station template
Jérôme Benoit [Tue, 31 Aug 2021 16:29:22 +0000 (18:29 +0200)] 
Fix siemens charging station template

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.53 v1.0.53
Jérôme Benoit [Tue, 31 Aug 2021 16:08:22 +0000 (18:08 +0200)] 
Release 1.0.53

2 years agoUse morgan law properly to allow remote start transaction to work.
Jérôme Benoit [Tue, 31 Aug 2021 16:07:25 +0000 (18:07 +0200)] 
Use morgan law properly to allow remote start transaction to work.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.52 v1.0.52
Jérôme Benoit [Tue, 31 Aug 2021 15:29:27 +0000 (17:29 +0200)] 
Release 1.0.52

2 years agoFix remote start transactiion: connection status can be preparing
Jérôme Benoit [Tue, 31 Aug 2021 15:25:12 +0000 (17:25 +0200)] 
Fix remote start transactiion: connection status can be preparing

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRevert wrong any type removal
Jérôme Benoit [Sun, 29 Aug 2021 17:07:07 +0000 (19:07 +0200)] 
Revert wrong any type removal

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoUse IIFE (https://developer.mozilla.org/en-US/docs/Glossary/IIFE) for
Jérôme Benoit [Sun, 29 Aug 2021 16:57:37 +0000 (18:57 +0200)] 
Use IIFE (https://developer.mozilla.org/en-US/docs/Glossary/IIFE) for
message sent to the main thread

It's a fire and forget semantic, so enforce it at the code level.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRefine and use OCPP error specialisation
Jérôme Benoit [Sun, 29 Aug 2021 16:01:06 +0000 (18:01 +0200)] 
Refine and use OCPP error specialisation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoAdd a sanity check at worker implementation options check
Jérôme Benoit [Sun, 29 Aug 2021 13:31:58 +0000 (15:31 +0200)] 
Add a sanity check at worker implementation options check

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoRelease 1.0.51 v1.0.51
Jérôme Benoit [Sun, 29 Aug 2021 12:59:54 +0000 (14:59 +0200)] 
Release 1.0.51

2 years agoAdd support for performance storage on worker pool
Jérôme Benoit [Sun, 29 Aug 2021 12:56:46 +0000 (14:56 +0200)] 
Add support for performance storage on worker pool

Update poolifier to the latest version supporting the definition of a message
handler on the workers.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoRelease 1.0.50 v1.0.50
Jérôme Benoit [Sat, 28 Aug 2021 22:53:26 +0000 (00:53 +0200)] 
Release 1.0.50

2 years agoAdd support for more DB engines via TypeORM
Jérôme Benoit [Sat, 28 Aug 2021 22:51:41 +0000 (00:51 +0200)] 
Add support for more DB engines via TypeORM

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoMove worker message handler to the options argument
Jérôme Benoit [Sat, 28 Aug 2021 14:12:43 +0000 (16:12 +0200)] 
Move worker message handler to the options argument

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.49 v1.0.49
Jérôme Benoit [Sat, 28 Aug 2021 07:15:57 +0000 (09:15 +0200)] 
Release 1.0.49

2 years agoAdd MongDB support to storage for performance records.
Jérôme Benoit [Sat, 28 Aug 2021 07:14:11 +0000 (09:14 +0200)] 
Add MongDB support to storage for performance records.

Cleanup the storage API

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRefine console ouput colorization
Jérôme Benoit [Fri, 27 Aug 2021 19:49:42 +0000 (21:49 +0200)] 
Refine console ouput colorization

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.48 v1.0.48
Jérôme Benoit [Fri, 27 Aug 2021 08:04:55 +0000 (10:04 +0200)] 
Release 1.0.48

2 years agoBootstrap.ts: refine the log prefix string
Jérôme Benoit [Fri, 27 Aug 2021 08:03:52 +0000 (10:03 +0200)] 
Bootstrap.ts: refine the log prefix string

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoEnsure an error is throwed in object factories if implementation is not
Jérôme Benoit [Fri, 27 Aug 2021 07:46:48 +0000 (09:46 +0200)] 
Ensure an error is throwed in object factories if implementation is not
found

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoFix console log level in file exception handler
Jérôme Benoit [Fri, 27 Aug 2021 07:18:28 +0000 (09:18 +0200)] 
Fix console log level in file exception handler

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoREADME.md: refine performanceStorage configuration documentation
Jérôme Benoit [Fri, 27 Aug 2021 07:09:08 +0000 (09:09 +0200)] 
README.md: refine performanceStorage configuration documentation

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRename StationWorker.ts to ChargingStationWorker.ts
Jérôme Benoit [Fri, 27 Aug 2021 06:32:00 +0000 (08:32 +0200)] 
Rename StationWorker.ts to ChargingStationWorker.ts

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.47 v1.0.47
Jérôme Benoit [Thu, 26 Aug 2021 22:41:00 +0000 (00:41 +0200)] 
Release 1.0.47

2 years agoColorize console message ouputs
Jérôme Benoit [Thu, 26 Aug 2021 22:39:08 +0000 (00:39 +0200)] 
Colorize console message ouputs

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoStorage: use worker threads message passing to store performance records from
Jérôme Benoit [Thu, 26 Aug 2021 21:58:19 +0000 (23:58 +0200)] 
Storage: use worker threads message passing to store performance records from
the main thread

Pool usage does not yet support it.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoAlso rename the sonar project name.
Jérôme Benoit [Thu, 26 Aug 2021 17:38:51 +0000 (19:38 +0200)] 
Also rename the sonar project name.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoUpdate sonar project key
Jérôme Benoit [Thu, 26 Aug 2021 17:31:47 +0000 (19:31 +0200)] 
Update sonar project key

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.46 v1.0.46
Jérôme Benoit [Thu, 26 Aug 2021 17:26:18 +0000 (19:26 +0200)] 
Release 1.0.46

2 years agoRename ev-simulator to charging-stations-simulator
Jérôme Benoit [Thu, 26 Aug 2021 17:24:59 +0000 (19:24 +0200)] 
Rename ev-simulator to charging-stations-simulator

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.45 v1.0.45
Jérôme Benoit [Thu, 26 Aug 2021 17:10:08 +0000 (19:10 +0200)] 
Release 1.0.45

2 years agoApply dependencies update
Jérôme Benoit [Thu, 26 Aug 2021 17:08:46 +0000 (19:08 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoAdd support for deprecated configuration key in a section
Jérôme Benoit [Thu, 26 Aug 2021 16:46:26 +0000 (18:46 +0200)] 
Add support for deprecated configuration key in a section

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>