e-mobility-charging-stations-simulator.git
3 years agoRename index.js to start.js
Jérôme Benoit [Thu, 22 Oct 2020 13:31:36 +0000 (15:31 +0200)] 
Rename index.js to start.js

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix missing template files loading error.
Jérôme Benoit [Wed, 21 Oct 2020 20:42:39 +0000 (22:42 +0200)] 
Fix missing template files loading error.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 years agoSpell fix.
Jérôme Benoit [Wed, 21 Oct 2020 12:35:03 +0000 (14:35 +0200)] 
Spell fix.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoAvoid information duplication for connectors
Jérôme Benoit [Wed, 21 Oct 2020 12:30:13 +0000 (14:30 +0200)] 
Avoid information duplication for connectors

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoHandle the number of connectors in metervalues generator.
Jérôme Benoit [Wed, 21 Oct 2020 09:54:25 +0000 (11:54 +0200)] 
Handle the number of connectors in metervalues generator.

And add handling of the MeterValuesSampledData standard OCPP parameter.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoMove attributes init to the right place.
Jérôme Benoit [Tue, 20 Oct 2020 22:13:56 +0000 (00:13 +0200)] 
Move attributes init to the right place.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix undefined at startup.
Jérôme Benoit [Tue, 20 Oct 2020 21:53:26 +0000 (23:53 +0200)] 
Fix undefined at startup.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoRemove useless empty check and init on variable.
Jérôme Benoit [Tue, 20 Oct 2020 21:41:36 +0000 (23:41 +0200)] 
Remove useless empty check and init on variable.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoAdd a FIXME comment.
Jérôme Benoit [Tue, 20 Oct 2020 21:38:31 +0000 (23:38 +0200)] 
Add a FIXME comment.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUse hash to conditionally recreate _connectors attribute.
Jérôme Benoit [Tue, 20 Oct 2020 21:33:14 +0000 (23:33 +0200)] 
Use hash to conditionally recreate _connectors attribute.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoVariable renaming to a sensible name.
Jérôme Benoit [Tue, 20 Oct 2020 20:36:33 +0000 (22:36 +0200)] 
Variable renaming to a sensible name.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoAllow docker image build without submodules access.
Jérôme Benoit [Tue, 20 Oct 2020 20:07:00 +0000 (22:07 +0200)] 
Allow docker image build without submodules access.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUse a sensible naming in methods.
Jérôme Benoit [Tue, 20 Oct 2020 19:20:22 +0000 (21:20 +0200)] 
Use a sensible naming in methods.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix zero value in metervalues charging station templates.
Jérôme Benoit [Tue, 20 Oct 2020 18:57:30 +0000 (20:57 +0200)] 
Fix zero value in metervalues charging station templates.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUpdate submodules.
Jérôme Benoit [Tue, 20 Oct 2020 18:38:13 +0000 (20:38 +0200)] 
Update submodules.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoBe consistent in variables naming.
Jérôme Benoit [Tue, 20 Oct 2020 18:03:42 +0000 (20:03 +0200)] 
Be consistent in variables naming.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoAllow to specify a hardcoded value for metervalues in template.
Jérôme Benoit [Tue, 20 Oct 2020 17:51:51 +0000 (19:51 +0200)] 
Allow to specify a hardcoded value for metervalues in template.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix StopTransaction.
Jérôme Benoit [Tue, 20 Oct 2020 17:00:38 +0000 (19:00 +0200)] 
Fix StopTransaction.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix metervalues generator.
Jérôme Benoit [Tue, 20 Oct 2020 15:36:32 +0000 (17:36 +0200)] 
Fix metervalues generator.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoCleanups.
Jérôme Benoit [Tue, 20 Oct 2020 14:58:41 +0000 (16:58 +0200)] 
Cleanups.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoInitialization fixes.
Jérôme Benoit [Tue, 20 Oct 2020 14:12:38 +0000 (16:12 +0200)] 
Initialization fixes.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoAdd Reset command handling.
Jérôme Benoit [Tue, 20 Oct 2020 07:25:38 +0000 (09:25 +0200)] 
Add Reset command handling.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix unit conversion.
Jérôme Benoit [Mon, 19 Oct 2020 14:43:32 +0000 (16:43 +0200)] 
Fix unit conversion.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUpdate README.md
Jérôme Benoit [Mon, 19 Oct 2020 13:03:15 +0000 (15:03 +0200)] 
Update README.md

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUpdate README.md
Jérôme Benoit [Mon, 19 Oct 2020 13:01:45 +0000 (15:01 +0200)] 
Update README.md

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUpdate README.md
Jérôme Benoit [Mon, 19 Oct 2020 12:59:53 +0000 (14:59 +0200)] 
Update README.md

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUpdate README.md
Jérôme Benoit [Mon, 19 Oct 2020 12:56:08 +0000 (14:56 +0200)] 
Update README.md

3 years agoRefine log level.
Jérôme Benoit [Mon, 19 Oct 2020 11:55:46 +0000 (13:55 +0200)] 
Refine log level.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix template reload.
Jérôme Benoit [Mon, 19 Oct 2020 11:40:31 +0000 (13:40 +0200)] 
Fix template reload.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFixlet to configuration tunable value check.
Jérôme Benoit [Mon, 19 Oct 2020 11:03:12 +0000 (13:03 +0200)] 
Fixlet to configuration tunable value check.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoVariable renaming.
Jérôme Benoit [Mon, 19 Oct 2020 10:54:36 +0000 (12:54 +0200)] 
Variable renaming.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoImprove debug logging.
Jérôme Benoit [Mon, 19 Oct 2020 09:38:08 +0000 (11:38 +0200)] 
Improve debug logging.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoProperly implement StopTransaction.
Jérôme Benoit [Sun, 18 Oct 2020 21:03:30 +0000 (23:03 +0200)] 
Properly implement StopTransaction.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoHandle reboot OCPP params option.
Jérôme Benoit [Sun, 18 Oct 2020 14:36:00 +0000 (16:36 +0200)] 
Handle reboot OCPP params option.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoHandle OCPP parameter change to the heartbeat.
Jérôme Benoit [Sun, 18 Oct 2020 14:20:24 +0000 (16:20 +0200)] 
Handle OCPP parameter change to the heartbeat.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoImprove changeConfiguration.
Jérôme Benoit [Sun, 18 Oct 2020 13:58:00 +0000 (15:58 +0200)] 
Improve changeConfiguration.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFully implement getConfiguration
Jérôme Benoit [Sun, 18 Oct 2020 13:39:14 +0000 (15:39 +0200)] 
Fully implement getConfiguration

And fix random integer generator bugs.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoAdd and use array helper.
Jérôme Benoit [Sun, 18 Oct 2020 10:19:58 +0000 (12:19 +0200)] 
Add and use array helper.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoMethod renaming.
Jérôme Benoit [Sun, 18 Oct 2020 06:50:32 +0000 (08:50 +0200)] 
Method renaming.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoAllow to specify a serial number prefix.
Jérôme Benoit [Sun, 18 Oct 2020 06:43:32 +0000 (08:43 +0200)] 
Allow to specify a serial number prefix.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUpdate submodule.
Jérôme Benoit [Sun, 18 Oct 2020 00:45:27 +0000 (02:45 +0200)] 
Update submodule.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoRefine date format in logs.
Jérôme Benoit [Sun, 18 Oct 2020 00:41:07 +0000 (02:41 +0200)] 
Refine date format in logs.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix heartbeat initialization
Jérôme Benoit [Sun, 18 Oct 2020 00:25:09 +0000 (02:25 +0200)] 
Fix heartbeat initialization

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix configuration files.
Jérôme Benoit [Sat, 17 Oct 2020 23:31:29 +0000 (01:31 +0200)] 
Fix configuration files.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoCleanups.
Jérôme Benoit [Sat, 17 Oct 2020 23:19:55 +0000 (01:19 +0200)] 
Cleanups.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoMake getConfiguration response smarter.
Jérôme Benoit [Sat, 17 Oct 2020 22:46:53 +0000 (00:46 +0200)] 
Make getConfiguration response smarter.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoVarious initialization fixes.
Jérôme Benoit [Sat, 17 Oct 2020 20:47:04 +0000 (22:47 +0200)] 
Various initialization fixes.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoImprove logging.
Jérôme Benoit [Sat, 17 Oct 2020 16:48:36 +0000 (18:48 +0200)] 
Improve logging.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoMake the station worker self contained.
Jérôme Benoit [Sat, 17 Oct 2020 14:47:53 +0000 (16:47 +0200)] 
Make the station worker self contained.

And various other cleanups.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoRemove a linter error.
Jérôme Benoit [Fri, 16 Oct 2020 22:47:12 +0000 (00:47 +0200)] 
Remove a linter error.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix type comparisons
Jérôme Benoit [Fri, 16 Oct 2020 22:23:10 +0000 (00:23 +0200)] 
Fix type comparisons

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoAdd runtime persitence on OCPP parameters.
Jérôme Benoit [Thu, 15 Oct 2020 22:48:24 +0000 (00:48 +0200)] 
Add runtime persitence on OCPP parameters.

And more type convertion fixes.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix remote transaction start.
Jérôme Benoit [Thu, 15 Oct 2020 16:39:20 +0000 (18:39 +0200)] 
Fix remote transaction start.

Type comparison issue, should be migrated to typescript.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoDeps update.
Jérôme Benoit [Sun, 11 Oct 2020 08:42:58 +0000 (10:42 +0200)] 
Deps update.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 years agoUse absolute path from the current directory for configuration file.
Jérôme Benoit [Thu, 8 Oct 2020 09:09:14 +0000 (11:09 +0200)] 
Use absolute path from the current directory for configuration file.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 years agoUse singleton design pattern for configuration file.
Jérôme Benoit [Wed, 7 Oct 2020 20:08:07 +0000 (22:08 +0200)] 
Use singleton design pattern for configuration file.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 years agoDeps update.
Jérôme Benoit [Wed, 7 Oct 2020 12:20:36 +0000 (14:20 +0200)] 
Deps update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoDependencies update.
Jérôme Benoit [Sun, 13 Sep 2020 19:42:11 +0000 (21:42 +0200)] 
Dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoDependencies update.
Jérôme Benoit [Wed, 26 Aug 2020 18:22:23 +0000 (20:22 +0200)] 
Dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoApply security updates to dependencies.
Jérôme Benoit [Tue, 25 Aug 2020 14:35:31 +0000 (16:35 +0200)] 
Apply security updates to dependencies.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoDependencies update.
Jérôme Benoit [Wed, 29 Jul 2020 19:42:14 +0000 (21:42 +0200)] 
Dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoDedupe dependencies.
Jérôme Benoit [Mon, 27 Jul 2020 16:20:26 +0000 (18:20 +0200)] 
Dedupe dependencies.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoDependencies update.
Jérôme Benoit [Mon, 27 Jul 2020 16:19:12 +0000 (18:19 +0200)] 
Dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoDependencies update.
Jérôme Benoit [Thu, 23 Jul 2020 18:53:11 +0000 (20:53 +0200)] 
Dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUpdate dependencies.
Jérôme Benoit [Sun, 19 Jul 2020 18:46:10 +0000 (20:46 +0200)] 
Update dependencies.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoMerge pull request #4 from LucasBrazi06/dependabot/npm_and_yarn/lodash-4.17.19
FABIANO Serge [Fri, 17 Jul 2020 13:39:04 +0000 (15:39 +0200)] 
Merge pull request #4 from LucasBrazi06/dependabot/npm_and_yarn/lodash-4.17.19

Bump lodash from 4.17.15 to 4.17.19

3 years agoBump lodash from 4.17.15 to 4.17.19
dependabot[bot] [Fri, 17 Jul 2020 13:13:52 +0000 (13:13 +0000)] 
Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoDependencies update.
Jérôme Benoit [Fri, 17 Jul 2020 13:12:34 +0000 (15:12 +0200)] 
Dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoDependencies update.
Jérôme Benoit [Fri, 3 Jul 2020 14:14:31 +0000 (16:14 +0200)] 
Dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoEnsure OCPP error messages always follow the OCPP specs
Jérôme Benoit [Mon, 29 Jun 2020 19:24:52 +0000 (21:24 +0200)] 
Ensure OCPP error messages always follow the OCPP specs

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUpdate submodule.
Jérôme Benoit [Wed, 17 Jun 2020 22:23:30 +0000 (00:23 +0200)] 
Update submodule.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoApply dependencies update.
Jérôme Benoit [Mon, 15 Jun 2020 12:14:25 +0000 (14:14 +0200)] 
Apply dependencies update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoDependency update.
Jérôme Benoit [Sat, 6 Jun 2020 09:43:12 +0000 (11:43 +0200)] 
Dependency update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoDependency update.
Jérôme Benoit [Fri, 5 Jun 2020 17:17:53 +0000 (19:17 +0200)] 
Dependency update.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoUpdate dependencies.
Jérôme Benoit [Sat, 30 May 2020 18:30:08 +0000 (20:30 +0200)] 
Update dependencies.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 years agoUpdate flow types
Jérôme Benoit [Fri, 22 May 2020 12:11:55 +0000 (14:11 +0200)] 
Update flow types

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoRemove uneeded depencencies.
Jérôme Benoit [Fri, 22 May 2020 12:10:22 +0000 (14:10 +0200)] 
Remove uneeded depencencies.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoGive more informations on JSON parsing error.
Jérôme Benoit [Tue, 19 May 2020 12:22:46 +0000 (14:22 +0200)] 
Give more informations on JSON parsing error.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoUpdate node engine to 14.x.x
Jérôme Benoit [Mon, 18 May 2020 20:04:50 +0000 (22:04 +0200)] 
Update node engine to 14.x.x

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoAdd flow typed file.
Jérôme Benoit [Sun, 17 May 2020 21:10:54 +0000 (23:10 +0200)] 
Add flow typed file.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 years agoUpdate dependencies.
Jérôme Benoit [Sun, 17 May 2020 21:10:01 +0000 (23:10 +0200)] 
Update dependencies.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
4 years agoMerge pull request #3 from LucasBrazi06/dependabot/npm_and_yarn/acorn-6.4.1
Jérôme Benoit [Mon, 11 May 2020 12:56:00 +0000 (14:56 +0200)] 
Merge pull request #3 from LucasBrazi06/dependabot/npm_and_yarn/acorn-6.4.1

4 years agoCode formatting.
Jérôme Benoit [Sat, 9 May 2020 12:02:34 +0000 (14:02 +0200)] 
Code formatting.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoUpdate ev-aws submodule.
Jérôme Benoit [Sat, 9 May 2020 11:52:06 +0000 (13:52 +0200)] 
Update ev-aws submodule.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoDocker: fix generated image tagging.
Jérôme Benoit [Thu, 7 May 2020 18:46:30 +0000 (20:46 +0200)] 
Docker: fix generated image tagging.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoGitHub actions: Avoid linting on push.
Jérôme Benoit [Wed, 6 May 2020 15:54:18 +0000 (17:54 +0200)] 
GitHub actions: Avoid linting on push.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoRefine node version requirement.
Jérôme Benoit [Tue, 5 May 2020 22:19:10 +0000 (00:19 +0200)] 
Refine node version requirement.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoGitHub actions: env CI variable is already set to true by default.
Jérôme Benoit [Tue, 5 May 2020 11:12:31 +0000 (13:12 +0200)] 
GitHub actions: env CI variable is already set to true by default.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoGitHub actions: do not run action twice on PRs for real.
Jérôme Benoit [Fri, 1 May 2020 15:11:57 +0000 (17:11 +0200)] 
GitHub actions: do not run action twice on PRs for real.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoGitHub actions: do not run action twice on PRs.
Jérôme Benoit [Fri, 1 May 2020 14:44:15 +0000 (16:44 +0200)] 
GitHub actions: do not run action twice on PRs.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoGitHub action: properly separate different steps in jobs
Jérôme Benoit [Fri, 1 May 2020 12:45:08 +0000 (14:45 +0200)] 
GitHub action: properly separate different steps in jobs

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoUpdate submodule.
Jérôme Benoit [Mon, 27 Apr 2020 20:42:49 +0000 (22:42 +0200)] 
Update submodule.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoGive more sensible name to GitHub job.
Jérôme Benoit [Sat, 25 Apr 2020 00:37:24 +0000 (02:37 +0200)] 
Give more sensible name to GitHub job.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoAdd forgotten GitHub action file.
Jérôme Benoit [Sat, 25 Apr 2020 00:15:34 +0000 (02:15 +0200)] 
Add forgotten GitHub action file.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoRename linting GitHub action file to a more sensible name.
Jérôme Benoit [Sat, 25 Apr 2020 00:14:50 +0000 (02:14 +0200)] 
Rename linting GitHub action file to a more sensible name.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoAdd GitHub actions.
Jérôme Benoit [Fri, 24 Apr 2020 23:16:36 +0000 (01:16 +0200)] 
Add GitHub actions.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoFix git:sdiff script.
Jérôme Benoit [Fri, 24 Apr 2020 13:14:08 +0000 (15:14 +0200)] 
Fix git:sdiff script.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years ago.cfignore: files list refinement.
Jérôme Benoit [Thu, 23 Apr 2020 17:35:09 +0000 (19:35 +0200)] 
.cfignore: files list refinement.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agoCleanup CF template.
Jérôme Benoit [Thu, 23 Apr 2020 16:28:21 +0000 (18:28 +0200)] 
Cleanup CF template.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
4 years agopackage.json: reference 14.x.x as node.js engine.
Jérôme Benoit [Wed, 22 Apr 2020 19:39:54 +0000 (21:39 +0200)] 
package.json: reference 14.x.x as node.js engine.

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