@itentialopensource/adapter-git 0.3.0 → 0.3.2
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 +51 -45
- package/package.json +3 -3
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.3.2 [03-13-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.03.11_13:20PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/devops-netops/adapter-git!6
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.3.1 [01-08-2024]
|
|
11
|
+
|
|
12
|
+
* remove the fix resolution and metadata issues
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/devops-netops/adapter-git!4
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.3.0 [01-06-2024]
|
|
3
19
|
|
|
4
20
|
* 2023 migration changes
|
package/metadata.json
CHANGED
|
@@ -1,47 +1,53 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
2
|
+
"name": "adapter-git",
|
|
3
|
+
"webName": "Adapter for Integration to Git",
|
|
4
|
+
"vendor": "Git",
|
|
5
|
+
"product": "Git",
|
|
6
|
+
"osVersion": [],
|
|
7
|
+
"apiVersions": [],
|
|
8
|
+
"iapVersions": [
|
|
9
|
+
"2021.1.x",
|
|
10
|
+
"2021.2.x",
|
|
11
|
+
"2022.1.x",
|
|
12
|
+
"2023.1.x"
|
|
13
|
+
],
|
|
14
|
+
"method": "Library",
|
|
15
|
+
"type": "Adapter",
|
|
16
|
+
"domains": [
|
|
17
|
+
"CI/CD"
|
|
18
|
+
],
|
|
19
|
+
"tags": [
|
|
20
|
+
"CI/CD & Self-Service"
|
|
21
|
+
],
|
|
22
|
+
"useCases": [
|
|
23
|
+
"CI/CD Pipeline"
|
|
24
|
+
],
|
|
25
|
+
"deprecated": {
|
|
26
|
+
"isDeprecated": false
|
|
27
|
+
},
|
|
28
|
+
"brokerSince": "",
|
|
29
|
+
"documentation": {
|
|
30
|
+
"storeLink": "",
|
|
31
|
+
"npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-git",
|
|
32
|
+
"repoLink": "https://gitlab.com/itentialopensource/adapters/devops-netops/adapter-git",
|
|
33
|
+
"docLink": "https://docs.itential.com/opensource/docs/git",
|
|
34
|
+
"demoLinks": [],
|
|
35
|
+
"trainingLinks": [],
|
|
36
|
+
"faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
|
|
37
|
+
"contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
|
|
38
|
+
"issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
|
|
39
|
+
"webLink": "",
|
|
40
|
+
"vendorLink": "",
|
|
41
|
+
"productLink": "",
|
|
42
|
+
"apiLinks": []
|
|
43
|
+
},
|
|
44
|
+
"assets": [],
|
|
45
|
+
"relatedItems": {
|
|
46
|
+
"adapters": [],
|
|
47
|
+
"integrations": [],
|
|
48
|
+
"ecosystemApplications": [],
|
|
49
|
+
"workflowProjects": [],
|
|
50
|
+
"transformationProjects": [],
|
|
51
|
+
"exampleProjects": []
|
|
52
|
+
}
|
|
47
53
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-git",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Itential adapter to run git commands",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.44.7",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"adapterType": "library",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"artifactize": "npm i && node utils/packModificationScript.js",
|
|
11
|
-
"preinstall": "node utils/setup.js
|
|
11
|
+
"preinstall": "node utils/setup.js",
|
|
12
12
|
"deinstall": "node utils/removeHooks.js",
|
|
13
13
|
"lint": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js . --ext .json --ext .js",
|
|
14
14
|
"lint:errors": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js . --ext .json --ext .js --quiet",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"homepage": "https://gitlab.com/itentialopensource/adapters/devops-netops/adapter-git#readme",
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"ajv": "^8.12.0",
|
|
47
|
-
"isomorphic-git": "^1.21.0",
|
|
48
47
|
"avsc": "^5.4.21",
|
|
49
48
|
"fs-extra": "^11.1.1",
|
|
49
|
+
"isomorphic-git": "^1.21.0",
|
|
50
50
|
"json-query": "^2.2.2",
|
|
51
51
|
"patch-package": "^6.4.7",
|
|
52
52
|
"readline-sync": "^1.4.10",
|
|
Binary file
|