This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a commit to branch release-v1.0
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit 4fd2e0906c6d7f766ede34930ef01901a6dd8eab
Author: mr-ks <[email protected]>
AuthorDate: Mon Mar 25 08:10:57 2024 +0100

    fix: add missing config for the ADO Go Plugin (#7209)
---
 config-ui/src/plugins/components/scope-config-form/index.tsx | 8 ++++++++
 config-ui/src/release/stable.ts                              | 7 +++++++
 2 files changed, 15 insertions(+)

diff --git a/config-ui/src/plugins/components/scope-config-form/index.tsx 
b/config-ui/src/plugins/components/scope-config-form/index.tsx
index 35797cc69..7c8d6f0f5 100644
--- a/config-ui/src/plugins/components/scope-config-form/index.tsx
+++ b/config-ui/src/plugins/components/scope-config-form/index.tsx
@@ -194,6 +194,14 @@ export const ScopeConfigForm = ({
                 />
               )}
 
+              {plugin === 'azuredevops_go' && (
+                <AzureTransformation
+                  entities={entities}
+                  transformation={transformation}
+                  setTransformation={setTransformation}
+                />
+              )}
+
               {plugin === 'bamboo' && (
                 <BambooTransformation
                   entities={entities}
diff --git a/config-ui/src/release/stable.ts b/config-ui/src/release/stable.ts
index 51f8c047f..ee5d44845 100644
--- a/config-ui/src/release/stable.ts
+++ b/config-ui/src/release/stable.ts
@@ -30,6 +30,13 @@ const URLS = {
       TRANSFORMATION:
         
'https://devlake.apache.org/docs/Configuration/AzureDevOps#step-3---adding-transformation-rules-optional',
     },
+    AZUREDEVOPS_GO: {
+      BASIS: 'https://devlake.apache.org/docs/Configuration/AzureDevOps',
+      RATE_LIMIT: 
'https://devlake.apache.org/docs/Configuration/AzureDevOps/#custom-rate-limit-optional',
+      AUTH_TOKEN: 
'https://devlake.apache.org/docs/Configuration/AzureDevOps#auth-tokens',
+      TRANSFORMATION:
+        
'https://devlake.apache.org/docs/Configuration/AzureDevOps#step-3---adding-transformation-rules-optional',
+    },
     BAMBOO: {
       BASIS: 'https://devlake.apache.org/docs/Configuration/Bamboo',
       RATE_LIMIT: 
'https://devlake.apache.org/docs/Configuration/Bamboo/#custom-rate-limit-optional',

Reply via email to