Skip to content

Commit 752a8a6

Browse files
committed
Connection help + Polyglot adjust boolean conversion
1 parent 51a9b35 commit 752a8a6

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Synapse",
3-
"version": "0.1.29",
4-
"versionDate": "2021-12-07",
3+
"version": "0.1.30",
4+
"versionDate": "2022-01-18",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "5.2.0",

reverse_engineering/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
},
1414
"value": "connectByExternalBrowser"
1515
}],
16-
"externalBrowserPort": 8080
16+
"externalBrowserPort": 8080,
17+
"helpUrl": "https://hackolade.com/help/ConnecttoSynapse.html"
1718
}

reverse_engineering/connection_settings_modal/connectionSettingsModalConfig.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,29 @@
7373
},
7474
{
7575
"tab": "Authentication",
76+
"helpUrl": [
77+
{
78+
"value": "https://hackolade.com/help/SQLServerauthentication.html",
79+
"dependency": {
80+
"key": "authMethod",
81+
"value": "Username / Password",
82+
},
83+
},
84+
{
85+
"value": "https://hackolade.com/help/Windowsauthentication.html",
86+
"dependency": {
87+
"key": "authMethod",
88+
"value": "Username / Password (Windows)",
89+
},
90+
},
91+
{
92+
"value": "https://hackolade.com/help/AzureActiveDirectoryauthenticati.html",
93+
"dependency": {
94+
"key": "authMethod",
95+
"value": ["Azure Active Directory (Username / Password)", "Azure Active Directory (MFA)"],
96+
},
97+
}
98+
],
7699
"structure": [
77100
{
78101
"inputLabel": "Authentication method",

0 commit comments

Comments
 (0)