@itentialopensource/adapter-db_sybase 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/TAB2.md +2 -2
- package/metadata.json +4 -4
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
- package/sampleProperties.json +2 -2
- package/test/integration/adapterTestIntegration.js +2 -2
- package/compliance-report.json +0 -9
- package/compliance-report.txt +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.3.5 [10-15-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.10.14_20:37PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-db_sybase!10
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.3.4 [08-25-2024]
|
|
11
|
+
|
|
12
|
+
* update dependencies and metadata
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-db_sybase!8
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.3.3 [08-14-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.08.14_18:52PM
|
package/TAB2.md
CHANGED
|
@@ -46,8 +46,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
46
46
|
"port": 1433,
|
|
47
47
|
"encrypt": true,
|
|
48
48
|
"authentication": {
|
|
49
|
-
"username": "
|
|
50
|
-
"password": "
|
|
49
|
+
"username": "username",
|
|
50
|
+
"password": "password"
|
|
51
51
|
},
|
|
52
52
|
"ssl": {
|
|
53
53
|
"enabled": false,
|
package/metadata.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adapter-db_sybase",
|
|
3
3
|
"webName": "Adapter for Integration to Sybase Database",
|
|
4
|
+
"supportLevel": "community",
|
|
4
5
|
"vendor": "SAP",
|
|
5
6
|
"product": "Sybase",
|
|
7
|
+
"techAlliance": false,
|
|
6
8
|
"osVersion": [],
|
|
7
9
|
"apiVersions": [],
|
|
8
10
|
"iapVersions": [
|
|
@@ -38,7 +40,7 @@
|
|
|
38
40
|
"storeLink": "",
|
|
39
41
|
"npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-db_sybase",
|
|
40
42
|
"repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-db_sybase",
|
|
41
|
-
"docLink": "",
|
|
43
|
+
"docLink": "https://gitlab.com/itentialopensource/adapters/adapter-db_sybase/-/blob/master/README.md?ref_type=heads",
|
|
42
44
|
"demoLinks": [],
|
|
43
45
|
"trainingLinks": [
|
|
44
46
|
{
|
|
@@ -75,7 +77,5 @@
|
|
|
75
77
|
"workflowProjects": [],
|
|
76
78
|
"transformationProjects": [],
|
|
77
79
|
"exampleProjects": []
|
|
78
|
-
}
|
|
79
|
-
"supportLevel": "community",
|
|
80
|
-
"techAlliance": false
|
|
80
|
+
}
|
|
81
81
|
}
|
package/package.json
CHANGED
|
Binary file
|
package/sampleProperties.json
CHANGED
|
@@ -25,7 +25,7 @@ const attemptTimeout = 10000;
|
|
|
25
25
|
// always check these in with bogus data!!!
|
|
26
26
|
const host = 'localhost';
|
|
27
27
|
const username = 'your username';
|
|
28
|
-
const
|
|
28
|
+
const usepass = 'your password';
|
|
29
29
|
const port = 1433;
|
|
30
30
|
const sslenable = false;
|
|
31
31
|
const sslinvalid = false;
|
|
@@ -46,7 +46,7 @@ global.pronghornProps = {
|
|
|
46
46
|
port,
|
|
47
47
|
authentication: {
|
|
48
48
|
username,
|
|
49
|
-
password
|
|
49
|
+
password: usepass
|
|
50
50
|
},
|
|
51
51
|
ssl: {
|
|
52
52
|
enabled: sslenable,
|
package/compliance-report.json
DELETED
package/compliance-report.txt
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
---------------------------------------------------------------------------------------------
|
|
2
|
-
**** Project Compliance Summary ****
|
|
3
|
-
0 project(s) are not valid
|
|
4
|
-
0 project(s) are valid
|
|
5
|
-
---------------------------------------------------------------------------------------------
|