Rename the project to SAP branding approved name
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 1 Jun 2022 15:16:41 +0000 (17:16 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 1 Jun 2022 15:16:41 +0000 (17:16 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 files changed:
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.reuse/dep5
README.md
docker/Makefile
docker/docker-compose.yml
manifest-cf-template.yml
package-lock.json
package.json
sonar-project.properties
src/scripts/deleteChargingStations.js
src/utils/Constants.ts

index 1d54c4d7370c4133faa3547f7dfb9cb548c18d2b..ea64bd270e8842131f7ec6c2a2b8f8152f01cd40 100644 (file)
@@ -7,7 +7,7 @@ body:
       value: |
         Thank you for reporting an issue.
 
-        This issue tracker is for bugs and issues found in emobility-charging-stations-simulator.
+        This issue tracker is for bugs and issues found in e-mobility-charging-stations-simulator.
 
         Please fill in as much of the template below as you're able.
   - type: checkboxes
@@ -22,7 +22,7 @@ body:
       description: Description of the bug.
   - type: input
     attributes:
-      label: emobility-charging-stations-simulator version
+      label: e-mobility-charging-stations-simulator version
   - type: input
     attributes:
       label: Node.js Version
index e0c6214d8a034d9f27b7c309e4bc6997c35a8541..18d77c10c87b7aa99a3888f8c375706cb269f5ba 100644 (file)
@@ -7,7 +7,7 @@ body:
       value: |
         Thank you for requesting a feature.
 
-        This issue tracker is for feature requests in emobility-charging-stations-simulator.
+        This issue tracker is for feature requests in e-mobility-charging-stations-simulator.
 
   - type: checkboxes
     attributes:
index 09513c93aed1463f7ea1269f658e271bde15c2d9..e49d7381ba9a49c148419d52a9bca7db1a6fb0ce 100644 (file)
@@ -32,7 +32,7 @@ jobs:
       - name: npm run coverage
         run: npm run coverage
       - name: SonarCloud Scan
-        if: "github.repository == 'sap/emobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '16.x'"
+        if: "github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '16.x'"
         uses: sonarsource/sonarcloud-github-action@master
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
index 8742d0ae3572ba89f33709732394eefd48e62e72..8ea7d2ddca783b8f3aa4dcb1e3c2648d8040745c 100644 (file)
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: emobility-charging-stations-simulator
+Upstream-Name: e-mobility-charging-stations-simulator
 Upstream-Contact: Jerome Benoit <jerome.benoit@sap.com>
-Source: <https://github.com/sap/emobility-charging-stations-simulator>
+Source: <https://github.com/sap/e-mobility-charging-stations-simulator>
 Disclaimer: The code in this project may include calls to APIs ("API Calls") of
  SAP or third-party products or services developed outside of this project
  ("External Products").
index 6056973becd90ad312150096f524a5075a6e2137..db611192a541e339c967d0b2449368b253aa7f12 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# [emobility-charging-stations-simulator](https://github.com/sap/emobility-charging-stations-simulator)
+# [e-mobility-charging-stations-simulator](https://github.com/sap/e-mobility-charging-stations-simulator)
 
 ## Summary
 
@@ -368,7 +368,7 @@ All kind of OCPP parameters are supported in a charging station configuration or
 
 ## Support, Feedback, Contributing
 
-This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/emobility-charging-stations-simulator/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).
+This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/e-mobility-charging-stations-simulator/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).
 
 ## Code of Conduct
 
@@ -376,4 +376,4 @@ We as members, contributors, and leaders pledge to make participation in our com
 
 ## Licensing
 
-Copyright 2020-2022 SAP SE or an SAP affiliate company and emobility-charging-stations-simulator contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/emobility-charging-stations-simulator).
+Copyright 2020-2022 SAP SE or an SAP affiliate company and e-mobility-charging-stations-simulator contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/e-mobility-charging-stations-simulator).
index 951fda692bc76eb05aae66e9a4e2080ddba60ff7..ced950e4a1c1b583120872558e9daecfd700bcbe 100644 (file)
@@ -1,9 +1,9 @@
 PROJECT_NAME?=evse
-NAME:=emobility-charging-stations-simulator
+NAME:=e-mobility-charging-stations-simulator
 SUBMODULES_INIT?=false
 DOCKER_ECR_ACCOUNT_ID?=166296450311
 DOCKER_ECR_REGION?=eu-west-3
-DOCKER_ECR_REGISTRY_NAME?=emobility-charging-stations-simulator
+DOCKER_ECR_REGISTRY_NAME?=e-mobility-charging-stations-simulator
 DOCKER_ECR_TAG?=latest
 
 .PHONY: all
index 55c0526e5fa681753549fa60ce0e34c8f8bb4afc..1f21f63932c3842da7e36ed3e377dd8a28107ecc 100644 (file)
@@ -3,7 +3,7 @@ networks:
   ev_network:
     driver: bridge
 services:
-  charging-stations-simulator:
+  e-mobility-charging-stations-simulator:
     build:
       context: ..
       dockerfile: docker/Dockerfile
index 8a2acc2e4054bc1930888459503a927cdc96c105..d7c5d6df11590b31c9b438101c15ebba4fb199b2 100644 (file)
@@ -1,5 +1,5 @@
 applications:
-  - name: emobility-charging-stations-simulator
+  - name: e-mobility-charging-stations-simulator
     memory: 1G
     disk_quota: 1G
     instances: 1
index 3cb58fc5a620ab9cd17a8af3a13919d844766228..d03035d2742b516b4bdf3468e5535bd7d9b5a037 100644 (file)
@@ -1,11 +1,11 @@
 {
-  "name": "emobility-charging-stations-simulator",
+  "name": "e-mobility-charging-stations-simulator",
   "version": "1.1.60",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
-      "name": "emobility-charging-stations-simulator",
+      "name": "e-mobility-charging-stations-simulator",
       "version": "1.1.60",
       "license": "Apache-2.0",
       "dependencies": {
index c51af1c61962e5486b6724a641835ab97542e840..4cd71187312fd53b20f12393f7c5efd0cc21af60 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "name": "emobility-charging-stations-simulator",
+  "name": "e-mobility-charging-stations-simulator",
   "version": "1.1.60",
   "engines": {
     "node": ">=16.0.0",
@@ -7,7 +7,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/sap/emobility-charging-stations-simulator.git"
+    "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git"
   },
   "description": "Electric Vehicle charging stations simulator",
   "author": "SAP E-Mobility <e-mobility@sap.com>",
     ]
   },
   "auto-changelog": {
-    "commitUrl": "https://github.com/sap/emobility-charging-stations-simulator/commit/{id}",
-    "issueUrl": "https://github.com/sap/emobility-charging-stations-simulator/issues/{id}",
-    "mergeUrl": "https://github.com/sap/emobility-charging-stations-simulator/pull/{id}",
-    "compareUrl": "https://github.com/sap/emobility-charging-stations-simulator/compare/{from}...{to}"
+    "commitUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/commit/{id}",
+    "issueUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/issues/{id}",
+    "mergeUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/pull/{id}",
+    "compareUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/compare/{from}...{to}"
   },
   "mikro-orm": {
     "tsConfigPath": "./tsconfig-orm.json",
index cd5fc484b70292f144eb06028f87b58834625314..e4c1dc988a5df3b531aff63be531bbf94210db1c 100644 (file)
@@ -1,8 +1,8 @@
-sonar.projectKey=jerome-benoit_emobility-charging-stations-simulator
+sonar.projectKey=jerome-benoit_e-mobility-charging-stations-simulator
 sonar.organization=jerome-benoit
 
 # This is the name and version displayed in the SonarCloud UI.
-sonar.projectName=emobility-charging-stations-simulator
+sonar.projectName=e-mobility-charging-stations-simulator
 sonar.projectVersion=1.0.0
 
 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
index 3a46893a64cf1b8390aebae84be71d7959198f9f..e720136bf7e2d2227116874d63db2d020012ca72 100755 (executable)
@@ -6,7 +6,7 @@ const fs = require('fs');
 // This script deletes charging stations
 // Filter charging stations by id pattern
 
-// Use Case: emobility-charging-stations-simulator creates thousands of charging stations, which are not longer needed.
+// Use Case: e-mobility-charging-stations-simulator creates thousands of charging stations, which are not longer needed.
 // Delete these charging stations all at once
 
 // Config
index e31d9b2599e73de44087708f5e42aa060e15b60a..433f95e032c80b43f7599404017f4d980529af63 100644 (file)
@@ -119,7 +119,7 @@ export default class Constants {
   static readonly DEFAULT_FLUCTUATION_PERCENT = 5;
 
   static readonly DEFAULT_PERFORMANCE_RECORDS_FILENAME = 'performanceRecords.json';
-  static readonly DEFAULT_PERFORMANCE_RECORDS_DB_NAME = 'emobility-charging-stations-simulator';
+  static readonly DEFAULT_PERFORMANCE_RECORDS_DB_NAME = 'e-mobility-charging-stations-simulator';
   static readonly PERFORMANCE_RECORDS_TABLE = 'performance_records';
 
   static readonly DEFAULT_UI_WEBSOCKET_SERVER_HOST = 'localhost';