@itentialopensource/adapter-gitlab 0.13.5 → 0.14.0
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 +8 -0
- package/PROPERTIES.md +5 -0
- package/README.md +60 -63
- package/SYSTEMINFO.md +3 -1
- package/TAB1.md +3 -1
- package/TAB2.md +39 -4422
- package/metadata.json +27 -5
- package/package.json +4 -6
- package/propertiesSchema.json +5 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.json +19109 -19062
- package/report/adapterInfo.json +4 -4
- package/report/sample-openapi.json +22114 -0
- package/report/updateReport1713879322492.json +120 -0
- package/sampleProperties.json +1 -0
- package/test/integration/adapterTestIntegration.js +1 -0
- package/test/unit/adapterTestUnit.js +0 -2
- /package/report/{adapter-openapi.yaml → sample-openapi.yaml} +0 -0
package/metadata.json
CHANGED
|
@@ -34,8 +34,16 @@
|
|
|
34
34
|
"repoLink": "https://gitlab.com/itentialopensource/adapters/devops-netops/adapter-gitlab",
|
|
35
35
|
"docLink": "https://docs.itential.com/opensource/docs/gitlab",
|
|
36
36
|
"demoLinks": [
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
{
|
|
38
|
+
"title": "How NetDevOps Teams can Rapidly Build & Design Network Automations",
|
|
39
|
+
"link": "https://www.itential.com/blog/company/hybrid-cloud-automation/how-netdevops-teams-can-rapidly-build-design-network-automations/",
|
|
40
|
+
"public": true
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"title": "Itential GitLab Resources",
|
|
44
|
+
"link": "https://www.itential.com/search/?_sf_s=gitlab",
|
|
45
|
+
"public": true
|
|
46
|
+
}
|
|
39
47
|
],
|
|
40
48
|
"trainingLinks": [],
|
|
41
49
|
"faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
|
|
@@ -45,8 +53,16 @@
|
|
|
45
53
|
"vendorLink": "https://about.gitlab.com/",
|
|
46
54
|
"productLink": "https://about.gitlab.com/",
|
|
47
55
|
"apiLinks": [
|
|
48
|
-
|
|
49
|
-
|
|
56
|
+
{
|
|
57
|
+
"title": "GitLab Rest API",
|
|
58
|
+
"link": "https://docs.gitlab.com/ee/api/rest/",
|
|
59
|
+
"public": true
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"title": "GitLab API Resources",
|
|
63
|
+
"link": "https://docs.gitlab.com/ee/api/api_resources.html",
|
|
64
|
+
"public": true
|
|
65
|
+
}
|
|
50
66
|
]
|
|
51
67
|
},
|
|
52
68
|
"assets": [],
|
|
@@ -154,5 +170,11 @@
|
|
|
154
170
|
],
|
|
155
171
|
"transformationProjects": [],
|
|
156
172
|
"exampleProjects": []
|
|
157
|
-
}
|
|
173
|
+
},
|
|
174
|
+
"authMethods": [
|
|
175
|
+
{
|
|
176
|
+
"type": "API Key",
|
|
177
|
+
"primary": true
|
|
178
|
+
}
|
|
179
|
+
]
|
|
158
180
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-gitlab",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "This adapter integrates with system described as: gitlab.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Gitlab",
|
|
7
7
|
"wizardVersion": "2.44.7",
|
|
8
|
-
"engineVersion": "1.67.
|
|
8
|
+
"engineVersion": "1.67.16",
|
|
9
9
|
"adapterType": "http",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"artifactize": "npm i && node utils/packModificationScript.js",
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"test:baseunit": "mocha test/unit/adapterBaseTestUnit.js --LOG=error",
|
|
17
17
|
"test:unit": "mocha test/unit/adapterTestUnit.js --LOG=error",
|
|
18
18
|
"test:integration": "mocha test/integration/adapterTestIntegration.js --LOG=error",
|
|
19
|
-
"test:cover": "nyc --reporter html --reporter text mocha --reporter dot test/*",
|
|
20
19
|
"test": "npm run test:baseunit && npm run test:unit && npm run test:integration",
|
|
21
20
|
"adapter:install": "npm i && node utils/tbScript.js install",
|
|
22
21
|
"adapter:checkMigrate": "node utils/checkMigrate.js",
|
|
@@ -50,10 +49,10 @@
|
|
|
50
49
|
},
|
|
51
50
|
"repository": {
|
|
52
51
|
"type": "git",
|
|
53
|
-
"url": "git@gitlab.com:itentialopensource/adapters/
|
|
52
|
+
"url": "git@gitlab.com:itentialopensource/adapters/adapter-gitlab.git"
|
|
54
53
|
},
|
|
55
54
|
"author": "Itential",
|
|
56
|
-
"homepage": "https://gitlab.com/itentialopensource/adapters/
|
|
55
|
+
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-gitlab#readme",
|
|
57
56
|
"dependencies": {
|
|
58
57
|
"@itentialopensource/adapter-utils": "^5.3.10",
|
|
59
58
|
"acorn": "^8.10.0",
|
|
@@ -66,7 +65,6 @@
|
|
|
66
65
|
"mocha": "^10.3.0",
|
|
67
66
|
"mocha-param": "^2.0.1",
|
|
68
67
|
"mongodb": "^4.16.0",
|
|
69
|
-
"nyc": "^15.1.0",
|
|
70
68
|
"ping": "^0.4.4",
|
|
71
69
|
"prompts": "^2.4.2",
|
|
72
70
|
"readline-sync": "^1.4.10",
|
package/propertiesSchema.json
CHANGED
|
@@ -945,6 +945,11 @@
|
|
|
945
945
|
"devicebroker": {
|
|
946
946
|
"type": "object",
|
|
947
947
|
"properties": {
|
|
948
|
+
"enabled": {
|
|
949
|
+
"type": "boolean",
|
|
950
|
+
"description": "Whether or not the device broker calls have been mapped",
|
|
951
|
+
"default": false
|
|
952
|
+
},
|
|
948
953
|
"getDevice": {
|
|
949
954
|
"type": "array",
|
|
950
955
|
"description": "Broker call(s) to getDevice",
|
|
Binary file
|