@itentialopensource/adapter-calix_cloud_devportal 0.3.2 → 0.3.4
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/metadata.json +5 -5
- package/package.json +4 -4
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +4 -4
- package/sampleProperties.json +3 -3
- package/test/integration/adapterTestConnectivity.js +0 -24
- package/test/unit/adapterTestUnit.js +1 -1
- 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.4 [10-14-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.10.14_19:36PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-calix_cloud_devportal!13
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.3.3 [08-24-2024]
|
|
11
|
+
|
|
12
|
+
* update dependencies and metadata
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-calix_cloud_devportal!11
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.3.2 [08-14-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.08.14_17:39PM
|
package/metadata.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adapter-calix_cloud_devportal",
|
|
3
3
|
"webName": "Adapter for Integration to Calix Developer Portal",
|
|
4
|
+
"supportLevel": "community",
|
|
4
5
|
"vendor": "Calix",
|
|
5
6
|
"product": "Developer Portal",
|
|
7
|
+
"techAlliance": false,
|
|
6
8
|
"osVersion": [],
|
|
7
9
|
"apiVersions": [
|
|
8
10
|
"1.0.0"
|
|
@@ -54,7 +56,7 @@
|
|
|
54
56
|
"storeLink": "",
|
|
55
57
|
"npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-calix_cloud_devportal",
|
|
56
58
|
"repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-calix_cloud_devportal",
|
|
57
|
-
"docLink": "",
|
|
59
|
+
"docLink": "https://gitlab.com/itentialopensource/adapters/adapter-calix_cloud_devportal/-/blob/master/README.md?ref_type=heads",
|
|
58
60
|
"demoLinks": [],
|
|
59
61
|
"trainingLinks": [
|
|
60
62
|
{
|
|
@@ -65,7 +67,7 @@
|
|
|
65
67
|
"faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
|
|
66
68
|
"contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
|
|
67
69
|
"issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
|
|
68
|
-
"webLink": "",
|
|
70
|
+
"webLink": "https://www.itential.com/adapters/calix-cloud-dev-portal/",
|
|
69
71
|
"vendorLink": "https://www.calix.com/",
|
|
70
72
|
"productLink": "https://www.calix.com/platforms/calix_cloud/operations-cloud.html",
|
|
71
73
|
"apiLinks": [],
|
|
@@ -80,7 +82,5 @@
|
|
|
80
82
|
"workflowProjects": [],
|
|
81
83
|
"transformationProjects": [],
|
|
82
84
|
"exampleProjects": []
|
|
83
|
-
}
|
|
84
|
-
"supportLevel": "community",
|
|
85
|
-
"techAlliance": false
|
|
85
|
+
}
|
|
86
86
|
}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-calix_cloud_devportal",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "This adapter integrates with system: Calix Cloud Devportal",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.44.7",
|
|
7
|
-
"engineVersion": "1.
|
|
7
|
+
"engineVersion": "1.68.2",
|
|
8
8
|
"adapterType": "http",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"artifactize": "npm i && node utils/packModificationScript.js",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"author": "Itential",
|
|
55
55
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-calix_cloud_devportal#readme",
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@itentialopensource/adapter-utils": "^5.
|
|
57
|
+
"@itentialopensource/adapter-utils": "^5.9.4",
|
|
58
58
|
"acorn": "^8.12.1",
|
|
59
59
|
"ajv": "^8.17.1",
|
|
60
60
|
"axios": "^1.7.4",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"prompts": "^2.4.2",
|
|
70
70
|
"readline-sync": "^1.4.10",
|
|
71
71
|
"semver": "^7.6.3",
|
|
72
|
-
"winston": "^3.
|
|
72
|
+
"winston": "^3.14.2"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"chai": "^4.3.7",
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.2
|
|
2
|
+
"version": "0.3.2",
|
|
3
3
|
"configLines": 8433,
|
|
4
4
|
"scriptLines": 1783,
|
|
5
5
|
"codeLines": 7893,
|
|
6
|
-
"testLines":
|
|
7
|
-
"testCases":
|
|
8
|
-
"totalCodeLines":
|
|
6
|
+
"testLines": 7684,
|
|
7
|
+
"testCases": 370,
|
|
8
|
+
"totalCodeLines": 17360,
|
|
9
9
|
"wfTasks": 93
|
|
10
10
|
}
|
package/sampleProperties.json
CHANGED
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"ostypePrefix": "meraki-",
|
|
138
138
|
"port": "{port}",
|
|
139
139
|
"ipaddress": "{ip_addr}",
|
|
140
|
-
"serial"
|
|
140
|
+
"serial": "{serial}"
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
],
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"ostypePrefix": "meraki-",
|
|
164
164
|
"port": "{port}",
|
|
165
165
|
"ipaddress": "{ip_addr}",
|
|
166
|
-
"serial"
|
|
166
|
+
"serial": "{serial}",
|
|
167
167
|
"id": "{myid}"
|
|
168
168
|
}
|
|
169
169
|
}
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"ostypePrefix": "meraki-",
|
|
248
248
|
"port": "{port}",
|
|
249
249
|
"ipaddress": "{ip_addr}",
|
|
250
|
-
"serial"
|
|
250
|
+
"serial": "{serial}",
|
|
251
251
|
"id": "{myid}"
|
|
252
252
|
}
|
|
253
253
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
/* eslint no-unused-vars: warn */
|
|
5
5
|
|
|
6
6
|
const assert = require('assert');
|
|
7
|
-
const http = require('http');
|
|
8
7
|
const https = require('https');
|
|
9
8
|
const mocha = require('mocha');
|
|
10
9
|
const ping = require('ping');
|
|
@@ -53,29 +52,6 @@ describe('[integration] Adapter Test', () => {
|
|
|
53
52
|
});
|
|
54
53
|
});
|
|
55
54
|
|
|
56
|
-
it('Support HTTP on port 80', (done) => {
|
|
57
|
-
const requestOptions = {
|
|
58
|
-
host,
|
|
59
|
-
port: 80,
|
|
60
|
-
method: 'HEAD'
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
const req = http.request(requestOptions, (res) => {
|
|
64
|
-
try {
|
|
65
|
-
assert.ok(res.statusCode >= 200 && res.statusCode < 400);
|
|
66
|
-
done();
|
|
67
|
-
} catch (error) {
|
|
68
|
-
done(error);
|
|
69
|
-
}
|
|
70
|
-
});
|
|
71
|
-
|
|
72
|
-
req.on('error', (err) => {
|
|
73
|
-
done(err);
|
|
74
|
-
});
|
|
75
|
-
|
|
76
|
-
req.end();
|
|
77
|
-
});
|
|
78
|
-
|
|
79
55
|
it('Support HTTPS on port 443', (done) => {
|
|
80
56
|
const requestOptions = {
|
|
81
57
|
host,
|
|
@@ -323,7 +323,7 @@ describe('[unit] Calix_cloud_devportal Adapter Test', () => {
|
|
|
323
323
|
assert.equal('^0.4.4', packageDotJson.dependencies.ping);
|
|
324
324
|
assert.equal('^1.4.10', packageDotJson.dependencies['readline-sync']);
|
|
325
325
|
assert.equal('^7.6.3', packageDotJson.dependencies.semver);
|
|
326
|
-
assert.equal('^3.
|
|
326
|
+
assert.equal('^3.14.2', packageDotJson.dependencies.winston);
|
|
327
327
|
done();
|
|
328
328
|
} catch (error) {
|
|
329
329
|
log.error(`Test Failure: ${error}`);
|
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
|
-
---------------------------------------------------------------------------------------------
|