From 077bb3c6339fcc77eb6a1ecb1266118a38f05d47 Mon Sep 17 00:00:00 2001 From: Harm Meiejr Date: Tue, 9 Jan 2024 11:09:27 +0100 Subject: [PATCH 1/2] chore: rename mc-app to merchant-center-custom-application --- README.md | 4 ++-- application-templates/javascript/connect.yaml | 4 ++-- application-templates/javascript/docs/README.md | 2 +- application-templates/typescript/connect.yaml | 4 ++-- application-templates/typescript/docs/README.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 85f9fa6..39e00be 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ deployAs: - key: ENVIRONMENT_VARIABLE_3 description: description variable 3 - name: app4 - applicationType: mc-app + applicationType: merchant-center-custom-application endpoint: /app4 configuration: standardConfiguration: @@ -169,7 +169,7 @@ deployAs: ## Property definition - `name` - Folder name of respective application component from the root of monorepo which will be used as identifier of the application. Deployment output url, topic & schedule can be fetched based on this reference -- `applicationType` - Type of deployment . Can be one of `service`, `event`, `job` and `mc-app` +- `applicationType` - Type of deployment . Can be one of `service`, `event`, `job` and `merchant-center-custom-application` - `endpoint` - Point of entry for respective application component - `scripts.postDeploy` - Post-deploy script to execute after the connector deployment process - `scripts.preUndeploy` - Pre-undeploy script to execute before the connector undeployment process diff --git a/application-templates/javascript/connect.yaml b/application-templates/javascript/connect.yaml index bc4624f..f3dfebb 100644 --- a/application-templates/javascript/connect.yaml +++ b/application-templates/javascript/connect.yaml @@ -55,8 +55,8 @@ deployAs: description: commercetools Composable Commerce client secret - key: CTP_SCOPE description: commercetools Composable Commerce client scope - # - name: mc-app - # applicationType: mc-app + # - name: merchant-center-custom-application + # applicationType: merchant-center-custom-application # endpoint: / # configuration: # standardConfiguration: diff --git a/application-templates/javascript/docs/README.md b/application-templates/javascript/docs/README.md index ef3c038..8237709 100644 --- a/application-templates/javascript/docs/README.md +++ b/application-templates/javascript/docs/README.md @@ -1 +1 @@ -This connector has sample `service` , `event`, `job` & `mc-app` applications \ No newline at end of file +This connector has sample `service` , `event`, `job` & `merchant-center-custom-application` applications \ No newline at end of file diff --git a/application-templates/typescript/connect.yaml b/application-templates/typescript/connect.yaml index d5bc3fc..d9ebdee 100644 --- a/application-templates/typescript/connect.yaml +++ b/application-templates/typescript/connect.yaml @@ -55,8 +55,8 @@ deployAs: description: commercetools Composable Commerce client secret - key: CTP_SCOPE description: commercetools Composable Commerce client scope - # - name: mc-app - # applicationType: mc-app + # - name: merchant-center-custom-application + # applicationType: merchant-center-custom-application # endpoint: / # configuration: # standardConfiguration: diff --git a/application-templates/typescript/docs/README.md b/application-templates/typescript/docs/README.md index ef3c038..8237709 100644 --- a/application-templates/typescript/docs/README.md +++ b/application-templates/typescript/docs/README.md @@ -1 +1 @@ -This connector has sample `service` , `event`, `job` & `mc-app` applications \ No newline at end of file +This connector has sample `service` , `event`, `job` & `merchant-center-custom-application` applications \ No newline at end of file From 3bef5756711ee1d094f5f4926bb8f66bf77842f3 Mon Sep 17 00:00:00 2001 From: Harm Meiejr Date: Wed, 10 Jan 2024 16:36:31 +0100 Subject: [PATCH 2/2] chore: rename directory --- .../{mc-app => merchant-center-custom-application}/README.md | 0 .../{mc-app => merchant-center-custom-application}/README.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename application-templates/javascript/{mc-app => merchant-center-custom-application}/README.md (100%) rename application-templates/typescript/{mc-app => merchant-center-custom-application}/README.md (100%) diff --git a/application-templates/javascript/mc-app/README.md b/application-templates/javascript/merchant-center-custom-application/README.md similarity index 100% rename from application-templates/javascript/mc-app/README.md rename to application-templates/javascript/merchant-center-custom-application/README.md diff --git a/application-templates/typescript/mc-app/README.md b/application-templates/typescript/merchant-center-custom-application/README.md similarity index 100% rename from application-templates/typescript/mc-app/README.md rename to application-templates/typescript/merchant-center-custom-application/README.md