From 9132ac1902de388ec2fb8fb101b2cf2aab309e40 Mon Sep 17 00:00:00 2001 From: Li Shen Date: Mon, 8 May 2023 14:38:11 +0800 Subject: [PATCH 1/2] Update ado extension manifest --- .gitignore | 4 ++++ vsts_extension/Tasks/HydraLabDeployTest/task.json | 4 ++-- vsts_extension/vss-extension.json | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 812b63ae1..efc8a7fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,10 @@ node_modules # VS extenstions *.vsix +# generated js files for ADO extension +/vsts_extension/Tasks/HydraLabDeployTest/hydra-lab-deploy-test.js +/vsts_extension/Tasks/HydraLabDeployTest/hydra-lab-deploy-test.js.map + # Credential and local env specified files local.properties application-local.yml diff --git a/vsts_extension/Tasks/HydraLabDeployTest/task.json b/vsts_extension/Tasks/HydraLabDeployTest/task.json index 7706f5b6d..2ec2084ec 100644 --- a/vsts_extension/Tasks/HydraLabDeployTest/task.json +++ b/vsts_extension/Tasks/HydraLabDeployTest/task.json @@ -1,5 +1,5 @@ { - "id": "faa2220b-3a71-4022-873e-d5b7b188eb53", + "id": "9942F8CF-A440-EA84-C607-732E5DB242C9", "name": "HydraLabDeployTest", "friendlyName": "Deploy Test to HydraLab", "description": "Deploy Test to HydraLab", @@ -24,7 +24,7 @@ "aliases": [ "serviceConnection" ], - "type": "connectedService:hydra-lab", + "type": "connectedService:hydra-lab-alter", "label": "Service connection", "defaultValue": "", "required": true, diff --git a/vsts_extension/vss-extension.json b/vsts_extension/vss-extension.json index f491f6c3c..e717f900d 100644 --- a/vsts_extension/vss-extension.json +++ b/vsts_extension/vss-extension.json @@ -1,6 +1,6 @@ { "manifestVersion": 1, - "id": "hydra-lab", + "id": "hydra-lab-alter", "name": "Hydra Lab", "version": "2.0.13", "publisher": "", @@ -54,7 +54,7 @@ "ms.vss-endpoint.endpoint-types" ], "properties": { - "name": "hydra-lab", + "name": "hydra-lab-alter", "displayName": "Hydra Lab", "url": "https://example.com", "inputDescriptors": [], From 7c1971688fd96255c694335e56eb69ea988e437e Mon Sep 17 00:00:00 2001 From: Li Shen Date: Mon, 8 May 2023 16:07:29 +0800 Subject: [PATCH 2/2] Update overview content --- vsts_extension/overview.md | 2 +- vsts_extension/vss-extension.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vsts_extension/overview.md b/vsts_extension/overview.md index 5badd9da9..4dc807749 100644 --- a/vsts_extension/overview.md +++ b/vsts_extension/overview.md @@ -1,6 +1,6 @@ # Introduction -This extension contains a set of deployment tasks which allow you to automate deploy tests to Hydra Lab from your CI environment. This can reduce the effort needed to test your app, since you can simply push changes to the configured source control branches, and let your automated build take care of the rest. +This extension contains a set of deployment tasks which allow you to automatically deploy tests to Hydra Lab from your CI environment. This can streamline the testing process, since you only need to push changes to the specified source control branches, and let your automated build handle the rest. # Introduction of Hydra Lab Platform diff --git a/vsts_extension/vss-extension.json b/vsts_extension/vss-extension.json index e717f900d..d9a73c00b 100644 --- a/vsts_extension/vss-extension.json +++ b/vsts_extension/vss-extension.json @@ -10,7 +10,7 @@ "id": "Microsoft.VisualStudio.Services" } ], - "description": "Hydra Lab Azure Devops Extension - Allow you to automate deploy tests to Hydra Lab platform from your CI/CD environment.", + "description": "Hydra Lab Azure Devops Extension - Allow you to automatically deploy tests to Hydra Lab platform from your CI/CD environment.", "categories": [ "Azure Pipelines" ],