e-mobility-charging-stations-simulator.git
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>
2 years agoRename Configuration.deprecateConfigurationKey() to Configuration.warnDeprecatedConfi...
Jérôme Benoit [Thu, 26 Aug 2021 09:22:50 +0000 (11:22 +0200)] 
Rename Configuration.deprecateConfigurationKey() to Configuration.warnDeprecatedConfigurationKey()

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoSilence some sonar code smells
Jérôme Benoit [Wed, 25 Aug 2021 22:26:30 +0000 (00:26 +0200)] 
Silence some sonar code smells

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.44 v1.0.44
Jérôme Benoit [Wed, 25 Aug 2021 22:16:12 +0000 (00:16 +0200)] 
Release 1.0.44

2 years agoStorage: storage records in JSON file as an array to ease import.
Jérôme Benoit [Wed, 25 Aug 2021 22:13:33 +0000 (00:13 +0200)] 
Storage: storage records in JSON file as an array to ease import.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.43 v1.0.43
Jérôme Benoit [Wed, 25 Aug 2021 21:10:49 +0000 (23:10 +0200)] 
Release 1.0.43

2 years agoFix regexp compliancy for sonar static analyzer
Jérôme Benoit [Wed, 25 Aug 2021 21:02:05 +0000 (23:02 +0200)] 
Fix regexp compliancy for sonar static analyzer

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoPerformance statistics: add JSON file storage support.
Jérôme Benoit [Wed, 25 Aug 2021 20:42:45 +0000 (22:42 +0200)] 
Performance statistics: add JSON file storage support.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
2 years agoDisable a eslint rule on a line
Jérôme Benoit [Tue, 24 Aug 2021 09:48:29 +0000 (11:48 +0200)] 
Disable a eslint rule on a line

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

2 years agoDo not enforce the singleton design pattern in the worker object factory
Jérôme Benoit [Mon, 23 Aug 2021 22:24:36 +0000 (00:24 +0200)] 
Do not enforce the singleton design pattern in the worker object factory

Let the caller be responsible of not duplicating pool/set reference

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.41 v1.0.41
Jérôme Benoit [Mon, 23 Aug 2021 21:24:26 +0000 (23:24 +0200)] 
Release 1.0.41

2 years agoUse singleton design pattern directly in the worker object factory
Jérôme Benoit [Mon, 23 Aug 2021 21:07:23 +0000 (23:07 +0200)] 
Use singleton design pattern directly in the worker object factory

And remove all now uneeded singleton classes

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoBump @typescript-eslint to 4.29.3
Jérôme Benoit [Mon, 23 Aug 2021 19:19:37 +0000 (21:19 +0200)] 
Bump @typescript-eslint to 4.29.3

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoMerge pull request #8 from jerome-benoit/dependabot/npm_and_yarn/rollup-2.56.3
Jérôme Benoit [Mon, 23 Aug 2021 19:00:05 +0000 (21:00 +0200)] 
Merge pull request #8 from jerome-benoit/dependabot/npm_and_yarn/rollup-2.56.3

Bump rollup from 2.56.2 to 2.56.3

2 years agoBump rollup from 2.56.2 to 2.56.3
dependabot[bot] [Mon, 23 Aug 2021 18:27:29 +0000 (18:27 +0000)] 
Bump rollup from 2.56.2 to 2.56.3

Bumps [rollup](https://github.com/rollup/rollup) from 2.56.2 to 2.56.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.56.2...v2.56.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoRelease 1.0.40 v1.0.40
Jérôme Benoit [Mon, 23 Aug 2021 18:25:13 +0000 (20:25 +0200)] 
Release 1.0.40

2 years agoRevert wrong returned value after a test.
Jérôme Benoit [Mon, 23 Aug 2021 15:11:17 +0000 (17:11 +0200)] 
Revert wrong returned value after a test.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix GH actions run on dependabot PRs.
Jérôme Benoit [Sun, 22 Aug 2021 09:44:38 +0000 (11:44 +0200)] 
Fix GH actions run on dependabot PRs.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoUse GitHub token in GH actions
Jérôme Benoit [Sat, 21 Aug 2021 20:45:40 +0000 (22:45 +0200)] 
Use GitHub token in GH actions

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoCleanup: rename isWebSocketOpened to isWebSocketConnectionOpened
Jérôme Benoit [Sat, 21 Aug 2021 20:06:59 +0000 (22:06 +0200)] 
Cleanup: rename isWebSocketOpened to isWebSocketConnectionOpened

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoOptimize a loop in the worker related code.
Jérôme Benoit [Sat, 21 Aug 2021 20:02:28 +0000 (22:02 +0200)] 
Optimize a loop in the worker related code.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoGitHub action: move linter step before the build
Jérôme Benoit [Sat, 21 Aug 2021 18:54:03 +0000 (20:54 +0200)] 
GitHub action: move linter step before the build

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoGitHub action: continue on linter errors
Jérôme Benoit [Sat, 21 Aug 2021 18:47:49 +0000 (20:47 +0200)] 
GitHub action: continue on linter errors

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoAdd coverage run to GitHub actions
Jérôme Benoit [Sat, 21 Aug 2021 18:39:43 +0000 (20:39 +0200)] 
Add coverage run to GitHub actions

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agopackage.json: avoid to build before running test
Jérôme Benoit [Sat, 21 Aug 2021 18:32:56 +0000 (20:32 +0200)] 
package.json: avoid to build before running test

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoMerge GH actions in one file.
Jérôme Benoit [Sat, 21 Aug 2021 18:26:42 +0000 (20:26 +0200)] 
Merge GH actions in one file.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRefine GH actions scope
Jérôme Benoit [Sat, 21 Aug 2021 17:04:13 +0000 (19:04 +0200)] 
Refine GH actions scope

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRefine sonarcloud configuration
Jérôme Benoit [Sat, 21 Aug 2021 16:54:35 +0000 (18:54 +0200)] 
Refine sonarcloud configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoUpdate poolifier link
Jérôme Benoit [Sat, 21 Aug 2021 16:37:21 +0000 (18:37 +0200)] 
Update poolifier link

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoGH action: Use the right repo token
Jérôme Benoit [Sat, 21 Aug 2021 15:23:47 +0000 (17:23 +0200)] 
GH action: Use the right repo token

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.39 v1.0.39
Jérôme Benoit [Sat, 21 Aug 2021 12:45:31 +0000 (14:45 +0200)] 
Release 1.0.39

2 years agoRename OCCP16IncomingRequestService.ts to OCPP16IncomingRequestService.ts
Jérôme Benoit [Sat, 21 Aug 2021 12:37:21 +0000 (14:37 +0200)] 
Rename OCCP16IncomingRequestService.ts to OCPP16IncomingRequestService.ts

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix sonarcloud bugs report.
Jérôme Benoit [Sat, 21 Aug 2021 12:26:23 +0000 (14:26 +0200)] 
Fix sonarcloud bugs report.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix syntax error in GH action build.yml
Jérôme Benoit [Sat, 21 Aug 2021 11:05:06 +0000 (13:05 +0200)] 
Fix syntax error in GH action build.yml

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoAdd sonarcloud to GitHub actions
Jérôme Benoit [Sat, 21 Aug 2021 11:02:09 +0000 (13:02 +0200)] 
Add sonarcloud to GitHub actions

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.38 v1.0.38
Jérôme Benoit [Sat, 21 Aug 2021 10:07:13 +0000 (12:07 +0200)] 
Release 1.0.38

2 years agoBump @types/node from 14.17.10 to 14.17.11
Jérôme Benoit [Sat, 21 Aug 2021 10:05:21 +0000 (12:05 +0200)] 
Bump @types/node from 14.17.10 to 14.17.11

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoBump mocha from 9.0.3 to 9.1.0
Jérôme Benoit [Fri, 20 Aug 2021 21:21:44 +0000 (23:21 +0200)] 
Bump mocha from 9.0.3 to 9.1.0

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.37 v1.0.37
Jérôme Benoit [Fri, 20 Aug 2021 06:37:34 +0000 (08:37 +0200)] 
Release 1.0.37

2 years agoAdd charging station template fields for HTTP basic authentication
Jérôme Benoit [Fri, 20 Aug 2021 06:36:11 +0000 (08:36 +0200)] 
Add charging station template fields for HTTP basic authentication

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoMerge pull request #2 from jerome-benoit/dependabot/npm_and_yarn/ws-8.2.0
Jérôme Benoit [Thu, 19 Aug 2021 09:12:20 +0000 (11:12 +0200)] 
Merge pull request #2 from jerome-benoit/dependabot/npm_and_yarn/ws-8.2.0

Bump ws from 8.1.0 to 8.2.0

2 years agoBump ws from 8.1.0 to 8.2.0
dependabot[bot] [Wed, 18 Aug 2021 11:19:35 +0000 (11:19 +0000)] 
Bump ws from 8.1.0 to 8.2.0

Bumps [ws](https://github.com/websockets/ws) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.1.0...8.2.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoApply dependencies update
Jérôme Benoit [Tue, 17 Aug 2021 09:52:40 +0000 (11:52 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoCreate codeql-analysis.yml
Jérôme Benoit [Sun, 15 Aug 2021 22:41:23 +0000 (00:41 +0200)] 
Create codeql-analysis.yml

2 years agoAdd dependabot configuration file.
Jérôme Benoit [Sun, 15 Aug 2021 22:36:24 +0000 (00:36 +0200)] 
Add dependabot configuration file.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoREADME.md: Refine copyright application sentence some more
Jérôme Benoit [Sun, 15 Aug 2021 22:09:25 +0000 (00:09 +0200)] 
README.md: Refine copyright application sentence some more

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agopackage.json: add contributors field
Jérôme Benoit [Sun, 15 Aug 2021 22:07:37 +0000 (00:07 +0200)] 
package.json: add contributors field

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoREADME.md: Refine copyright application sentence
Jérôme Benoit [Sun, 15 Aug 2021 21:59:22 +0000 (23:59 +0200)] 
README.md: Refine copyright application sentence

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoSpecify the copyright author on some files where changes are not done
Jérôme Benoit [Sun, 15 Aug 2021 21:56:31 +0000 (23:56 +0200)] 
Specify the copyright author on some files where changes are not done
under the SAP CLA.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.36 v1.0.36
Jérôme Benoit [Sun, 15 Aug 2021 18:54:01 +0000 (20:54 +0200)] 
Release 1.0.36

2 years agoFix a unit test failure.
Jérôme Benoit [Sun, 15 Aug 2021 18:51:08 +0000 (20:51 +0200)] 
Fix a unit test failure.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix MeterValues JSON payload
Jérôme Benoit [Sun, 15 Aug 2021 18:43:30 +0000 (20:43 +0200)] 
Fix MeterValues JSON payload

Close https://github.com/sap-labs-france/ev-simulator/issues/17

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.35 v1.0.35
Jérôme Benoit [Sun, 15 Aug 2021 11:47:45 +0000 (13:47 +0200)] 
Release 1.0.35

2 years agoApply dependencies update.
Jérôme Benoit [Sun, 15 Aug 2021 11:47:06 +0000 (13:47 +0200)] 
Apply dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoAdd 95th percentile to performance statistics
Jérôme Benoit [Sun, 15 Aug 2021 11:43:00 +0000 (13:43 +0200)] 
Add 95th percentile to performance statistics

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoClear performance mark after usage.
Jérôme Benoit [Sun, 15 Aug 2021 08:23:21 +0000 (10:23 +0200)] 
Clear performance mark after usage.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoApply security dependencies update.
Jérôme Benoit [Sat, 14 Aug 2021 19:03:20 +0000 (21:03 +0200)] 
Apply security dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.34 v1.0.34
Jérôme Benoit [Sat, 14 Aug 2021 08:44:51 +0000 (10:44 +0200)] 
Release 1.0.34

2 years agoFix performance statistics handling at charging station template reload
Jérôme Benoit [Sat, 14 Aug 2021 08:43:50 +0000 (10:43 +0200)] 
Fix performance statistics handling at charging station template reload

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoChange OCPP classes methods scope to protected
Jérôme Benoit [Fri, 13 Aug 2021 21:33:34 +0000 (23:33 +0200)] 
Change OCPP classes methods scope to protected

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix error handling of incoming OCPP request
Jérôme Benoit [Fri, 13 Aug 2021 21:03:40 +0000 (23:03 +0200)] 
Fix error handling of incoming OCPP request

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.33 v1.0.33
Jérôme Benoit [Fri, 13 Aug 2021 20:45:45 +0000 (22:45 +0200)] 
Release 1.0.33

2 years agoEnsure performance statistics is started before connection to the OCPP
Jérôme Benoit [Fri, 13 Aug 2021 20:44:30 +0000 (22:44 +0200)] 
Ensure performance statistics is started before connection to the OCPP
server.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.32 v1.0.32
Jérôme Benoit [Fri, 13 Aug 2021 18:27:59 +0000 (20:27 +0200)] 
Release 1.0.32

2 years agoAdd support for performance statistics for all requests sent to the OCPP
Jérôme Benoit [Fri, 13 Aug 2021 18:20:51 +0000 (20:20 +0200)] 
Add support for performance statistics for all requests sent to the OCPP
server.

The distinction between request and response is not done.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoEncapsulate performance init code in the same class.
Jérôme Benoit [Fri, 13 Aug 2021 15:13:34 +0000 (17:13 +0200)] 
Encapsulate performance init code in the same class.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoSimplify performance measurement API
Jérôme Benoit [Thu, 12 Aug 2021 22:11:19 +0000 (00:11 +0200)] 
Simplify performance measurement API

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoCleanups: performance statistics, URI handling.
Jérôme Benoit [Thu, 12 Aug 2021 20:50:28 +0000 (22:50 +0200)] 
Cleanups: performance statistics, URI handling.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoApply dependencies update
Jérôme Benoit [Mon, 9 Aug 2021 16:35:02 +0000 (18:35 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoApply dependencies update
Jérôme Benoit [Fri, 6 Aug 2021 13:56:57 +0000 (15:56 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.31 v1.0.31
Jérôme Benoit [Wed, 28 Jul 2021 18:57:22 +0000 (20:57 +0200)] 
Release 1.0.31

2 years agoLog a warning if a transaction id sent by the OCPP-J server is not an
Jérôme Benoit [Wed, 28 Jul 2021 18:56:04 +0000 (20:56 +0200)] 
Log a warning if a transaction id sent by the OCPP-J server is not an
integer and cast it.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.30 v1.0.30
Jérôme Benoit [Thu, 22 Jul 2021 14:50:25 +0000 (16:50 +0200)] 
Release 1.0.30

2 years agoApply dependencies update.
Jérôme Benoit [Thu, 22 Jul 2021 14:49:54 +0000 (16:49 +0200)] 
Apply dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoMerge branch 'master' of github.wdf.sap.corp:E-Mobility/ev-simulator
Jérôme Benoit [Thu, 22 Jul 2021 14:33:23 +0000 (16:33 +0200)] 
Merge branch 'master' of github.wdf.sap.corp:E-Mobility/ev-simulator

2 years agoRelease 1.0.29 v1.0.29
Jérôme Benoit [Tue, 20 Jul 2021 17:05:21 +0000 (19:05 +0200)] 
Release 1.0.29

2 years agoAllow to use fluctuated value for SoC MeterValues.
Jérôme Benoit [Tue, 20 Jul 2021 14:24:10 +0000 (16:24 +0200)] 
Allow to use fluctuated value for SoC MeterValues.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.28 v1.0.28
Jérôme Benoit [Fri, 16 Jul 2021 10:06:43 +0000 (12:06 +0200)] 
Release 1.0.28

2 years agoImprove and fix error handling at sending OCPP commands
Jérôme Benoit [Fri, 16 Jul 2021 10:05:29 +0000 (12:05 +0200)] 
Improve and fix error handling at sending OCPP commands

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoApply dependencies update
Jérôme Benoit [Mon, 12 Jul 2021 10:13:26 +0000 (12:13 +0200)] 
Apply dependencies update

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRename OcppError.ts to OCPPError.ts
Jérôme Benoit [Mon, 12 Jul 2021 10:07:45 +0000 (12:07 +0200)] 
Rename OcppError.ts to OCPPError.ts

2 years agoMake filename match the class case.
Jérôme Benoit [Mon, 12 Jul 2021 10:03:41 +0000 (12:03 +0200)] 
Make filename match the class case.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.27 v1.0.27
Jérôme Benoit [Sat, 10 Jul 2021 20:09:44 +0000 (22:09 +0200)] 
Release 1.0.27

2 years agoUse the fork as the main release repo for now
Jérôme Benoit [Sat, 10 Jul 2021 20:08:13 +0000 (22:08 +0200)] 
Use the fork as the main release repo for now

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoAdd GetDiagnostics command support
Jérôme Benoit [Sat, 10 Jul 2021 19:50:01 +0000 (21:50 +0200)] 
Add GetDiagnostics command support

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoApply dependencies update.
Jérôme Benoit [Tue, 29 Jun 2021 17:12:35 +0000 (19:12 +0200)] 
Apply dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.26 v1.0.26
Jérôme Benoit [Mon, 28 Jun 2021 13:58:40 +0000 (15:58 +0200)] 
Release 1.0.26

2 years agoProperly handle charging profiles set a remote start transaction.
Jérôme Benoit [Mon, 28 Jun 2021 13:56:59 +0000 (15:56 +0200)] 
Properly handle charging profiles set a remote start transaction.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoRelease 1.0.25 v1.0.25
Jérôme Benoit [Sun, 27 Jun 2021 20:14:44 +0000 (22:14 +0200)] 
Release 1.0.25

2 years agoLog message cleanup
Jérôme Benoit [Sun, 27 Jun 2021 20:14:05 +0000 (22:14 +0200)] 
Log message cleanup

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoVarious fixes at charging profiles handling:
Jérôme Benoit [Sun, 27 Jun 2021 20:03:40 +0000 (22:03 +0200)] 
Various fixes at charging profiles handling:

+ ensure set at remote start transaction
+ fix set with matching txProfile, etc.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoConsistent naming for CS template enums
Jérôme Benoit [Sun, 27 Jun 2021 13:16:36 +0000 (15:16 +0200)] 
Consistent naming for CS template enums

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoFix Boostrap singleton class direct call
Jérôme Benoit [Sun, 27 Jun 2021 13:06:26 +0000 (15:06 +0200)] 
Fix Boostrap singleton class direct call

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoConsistent variables naming.
Jérôme Benoit [Sun, 27 Jun 2021 09:13:03 +0000 (11:13 +0200)] 
Consistent variables naming.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
2 years agoApply dependencies update
Jérôme Benoit [Sat, 26 Jun 2021 18:50:54 +0000 (20:50 +0200)] 
Apply dependencies update

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