From 53f14b89f7d0403c169774da4e7cba9fdc6c75a9 Mon Sep 17 00:00:00 2001 From: Jakub Balhar Date: Wed, 16 Oct 2024 10:11:20 +0200 Subject: [PATCH] Correct base branch for PR (#3850) Correct the lines Signed-off-by: Jakub Balhar --- .../src/main/resources/apicatalog-log-messages.yml | 4 ++-- .../src/main/resources/discovery-log-messages.yml | 2 +- scripts/docs/index.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-catalog-services/src/main/resources/apicatalog-log-messages.yml b/api-catalog-services/src/main/resources/apicatalog-log-messages.yml index 99be09fcef..dd84f811d0 100644 --- a/api-catalog-services/src/main/resources/apicatalog-log-messages.yml +++ b/api-catalog-services/src/main/resources/apicatalog-log-messages.yml @@ -100,7 +100,7 @@ messages: - The Gateway was not found. The Transform service cannot perform the request. Wait for the Gateway to be discovered.\n - The URI is not valid. Ensure the service is providing a valid URL.\n - Not able to select a route for the URL of the specific service. The original URL is used. If necessary, check the routing metadata of the service.\n - - The path of the service URL is not valid. Ensure the service is providing the correct path." + - The path of the service URL is not valid. Ensure the service is providing the correct path.\n" - key: org.zowe.apiml.apicatalog.serviceNotFound number: ZWEAC706 @@ -124,7 +124,7 @@ messages: action: "Refer to the specific printed message. Possible causes include:\n - The URI is not valid. Ensure the service is providing a valid URL.\n - Not able to select a route for the URL of the specific service. The original URL is used. If necessary, check the routing metadata of the service.\n - - The path of the service URL is not valid. Ensure the service is providing the correct path." + - The path of the service URL is not valid. Ensure the service is providing the correct path.\n" - key: org.zowe.apiml.apicatalog.StaticDefinitionGenerationFailed number: ZWEAC709 diff --git a/discovery-service/src/main/resources/discovery-log-messages.yml b/discovery-service/src/main/resources/discovery-log-messages.yml index 1a801d313a..787492f8ae 100644 --- a/discovery-service/src/main/resources/discovery-log-messages.yml +++ b/discovery-service/src/main/resources/discovery-log-messages.yml @@ -51,7 +51,7 @@ messages: text: "Unable to process static API definition data: '%s' - '%s'" reason: "A problem occurred while parsing a static API definition file." action: "Review the mentioned static API definition file for errors.\n - Refer to the specific log message to determine the exact cause of the problem:\n + Refer to the specific log message to determine the exact cause of the problem:\n\n - ServiceId is not defined in the file '%s'. The instance will not be created. Make sure to specify the ServiceId.\n - The `instanceBaseUrls` parameter of %s is not defined. The instance will not be created. Make sure to specify the `InstanceBaseUrl` property.\n - The API Catalog UI tile ID %s is invalid. The service %s will not have an API Catalog UI tile. Specify the correct catalog title ID.\n diff --git a/scripts/docs/index.js b/scripts/docs/index.js index 09c27ce843..be5ca9073f 100644 --- a/scripts/docs/index.js +++ b/scripts/docs/index.js @@ -34,7 +34,7 @@ const branchHash = randomBytes(32).toString('hex'); repo: 'docs-site', title: 'Automatic update for the Error messages in API-Layer PR', head: branch, - base: 'v3-doc-branch', + base: 'master', body: 'Updated API ML error messages' });