Rename ev-simulator to charging-stations-simulator
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 26 Aug 2021 17:24:59 +0000 (19:24 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 26 Aug 2021 17:24:59 +0000 (19:24 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
CONTRIBUTING.md [deleted file]
README.md
manifest-cf-template.yml
package-lock.json
package.json
src/assets/cla/SAP CCLA.pdf [deleted file]
src/scripts/deleteChargingStations.js

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644 (file)
index bfdc28a..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Contributing to ev-simulator
-
-You want to contribute to ev-simulator? Welcome! Please read this document to understand what you can do:
- * [Analyze Issues](#analyze-issues)
- * [Reporting Security Issues](#reporting-security-issues)
- * [Contribute Code](#contribute-code)
- * [Reporting Security Issues](#reporting-security-issues)
- * [Contributor License Agreement Acceptance](#contributor-license-agreement-acceptance)
-
-## Analyze Issues
-Analyzing issue reports can be a lot of effort. Any help is welcome!
-Go to [the Github issue tracker](https://github.com/sap-labs-france/ev-simulator/issues?state=open) and find an open issue which needs additional work or a bugfix. Maybe you can even find and [contribute](#contribute-code) a bugfix?
-
-## Issue Handling Process
-When an issue is reported, a committer will look at it and either confirm it as a real issue (by giving the "approved" label), close it if it is not an issue, or ask for more details. Approved issues are then either assigned to a committer in GitHub, reported in our internal issue handling system, or left open as "contribution welcome" for easy or not urgent fixes. An issue that is about a real bug is closed as soon as the fix is committed.
-
-## Contribute Code
-You are welcome to contribute code to ev-simulator in order to fix bugs or to implement new features.
-
-## Reporting Security Issues
-If you find a security issue, please act responsibly and report it not in the public issue tracker, but directly to us, so we can fix it before it can be exploited:
- * SAP Customers: if the found security issue is not covered by a published security note, please report it by creating a customer message at https://service.sap.com/message.
- * Researchers/non-Customers: please send the related information to secure@sap.com using [PGP for e-mail encryption](http://global.sap.com/pc/security/keyblock.txt).
-Also refer to the general [SAP security information page](https://www.sap.com/corporate/en/company/security.html).
-
-## Contributor License Agreement Acceptance
-When you contribute (code, documentation, or anything else), you have to be aware that your contribution is covered by the same [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0) that is applied to ev-simulator itself.
-In particular you need to agree to the Individual Contributor License Agreement,
-which can be [found here](https://gist.github.com/CLAassistant/bd1ea8ec8aa0357414e8).
-(This applies to all contributors, including those contributing on behalf of a company). If you agree to its content, you simply have to click on the link posted by the CLA assistant as a comment to the pull request. Click it to check the CLA, then accept it on the following screen if you agree to it. CLA assistant will save this decision for upcoming contributions and will notify you if there is any change to the CLA in the meantime.
-
-### Company Contributors
-
-If employees of a company contribute code, in **addition** to the individual agreement mentioned above, one company agreement must be submitted. This is mainly for the protection of the contributing employees.
-
-A company representative authorized to do so needs to download, fill in, and print the [Corporate Contributor License Agreement](/src/assets/cla/SAP%20CCLA.pdf) form and then proceed with one of the following options:
-
-- Scan and e-mail it to [opensource@sap.com](mailto:opensource@sap.com)
-- Fax it to: +49 6227 78-45813
-- Send it by traditional letter to:
-  _OSPO Core_
-  _Dietmar-Hopp-Allee 16_
-  _69190 Walldorf_
-  _Germany_
-
-The form contains a list of employees who are authorized to contribute on behalf of your company. When this list changes, please let us know.
index 84d9736b638beefd634632e7b548dc5439bf25e1..71112238884c96bb04896c2cbf86f13cdbffbf27 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ev-simulator
+# charging-stations-simulator
 
 ## Summary
 
index 2e37ca31845fa6b408bb465d609dd83b5ba541f0..1883969c92873cef0a7f4561e8ea98761855bd8e 100644 (file)
@@ -1,5 +1,5 @@
 applications:
-- name: sap-ev-simulator
+- name: charging-stations-simulator
   memory: 1G
   disk_quota: 1G
   instances: 1
index b5771e3609607d18ec53a37eabe16b5a4e944b9b..3f7bf747825fc825160189af3e24b3647037c303 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "name": "ev-simulator",
+  "name": "charging-stations-simulator",
   "version": "1.0.45",
   "lockfileVersion": 1,
   "requires": true,
index 23a520d33eceec3377d64701cd2267cb72993b2f..b2c915e60e716b75a321c3acf2e5d882ec1a29a9 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "name": "ev-simulator",
+  "name": "charging-stations-simulator",
   "version": "1.0.45",
   "engines": {
     "node": "14.x.x",
@@ -7,7 +7,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/jerome-benoit/ev-simulator.git"
+    "url": "https://github.com/jerome-benoit/charging-stations-simulator.git"
   },
   "description": "Electric Vehicle charging stations simulator",
   "author": "SAP E-Mobility Labs France <e-mobility@sap.com>",
   ],
   "main": "dist/start.js",
   "auto-changelog": {
-    "commitUrl": "https://github.com/jerome-benoit/ev-simulator/commit/{id}",
-    "issueUrl": "https://github.com/jerome-benoit/ev-simulator/issues/{id}",
-    "mergeUrl": "https://github.com/jerome-benoit/ev-simulator/pull/{id}",
-    "compareUrl": "https://github.com/jerome-benoit/ev-simulator/compare/{from}...{to}"
+    "commitUrl": "https://github.com/jerome-benoit/charging-stations-simulator/commit/{id}",
+    "issueUrl": "https://github.com/jerome-benoit/charging-stations-simulator/issues/{id}",
+    "mergeUrl": "https://github.com/jerome-benoit/charging-stations-simulator/pull/{id}",
+    "compareUrl": "https://github.com/jerome-benoit/charging-stations-simulator/compare/{from}...{to}"
   },
   "scripts": {
     "prestart": "npm run build",
diff --git a/src/assets/cla/SAP CCLA.pdf b/src/assets/cla/SAP CCLA.pdf
deleted file mode 100644 (file)
index f88845e..0000000
Binary files a/src/assets/cla/SAP CCLA.pdf and /dev/null differ
index 274f15660d1c561717842881c6b6a6903f6f1830..3ebeb0942a1d007a18db7324cc12504088639816 100755 (executable)
@@ -6,7 +6,7 @@ const fs = require('fs');
 // This script deletes charging stations
 // Filter charging stations by id pattern
 
-// Use Case: ev-simulator creates thousands of charging stations, which are not longer needed.
+// Use Case: charging-stations-simulator creates thousands of charging stations, which are not longer needed.
 // Delete these charging stations all at once
 
 // Config