@itentialopensource/adapter-git 0.3.5 → 0.3.7

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 CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.3.7 [08-26-2024]
3
+
4
+ * update dependencies and metadata
5
+
6
+ See merge request itentialopensource/adapters/adapter-git!11
7
+
8
+ ---
9
+
10
+ ## 0.3.6 [08-14-2024]
11
+
12
+ * Changes made at 2024.08.14_17:46PM
13
+
14
+ See merge request itentialopensource/adapters/adapter-git!10
15
+
16
+ ---
17
+
2
18
  ## 0.3.5 [08-07-2024]
3
19
 
4
20
  * Changes made at 2024.08.06_18:42PM
package/metadata.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "adapter-git",
3
3
  "webName": "Adapter for Integration to Git",
4
+ "supportLevel": "community",
4
5
  "vendor": "Generic",
5
6
  "product": "Git",
7
+ "techAlliance": false,
6
8
  "osVersion": [],
7
9
  "apiVersions": [],
8
10
  "iapVersions": [
@@ -17,16 +19,10 @@
17
19
  "CI/CD"
18
20
  ],
19
21
  "tags": [
20
- "Pipeline",
21
- "Version Control",
22
- "Build and Deploy"
22
+ "CI/CD & Self-Service"
23
23
  ],
24
24
  "useCases": [
25
- "Automate Start of CI/CD Process",
26
- "Create, update, manage and remove Projects",
27
- "Automated Deployment of a new System, Application or Project",
28
- "Versioning of Infrastructure Configuration",
29
- "Automation of Network Configuration Changes from Repository"
25
+ "CI/CD Pipeline"
30
26
  ],
31
27
  "deprecated": {
32
28
  "isDeprecated": false
@@ -43,7 +39,7 @@
43
39
  "storeLink": "",
44
40
  "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-git",
45
41
  "repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-git",
46
- "docLink": "https://docs.itential.com/opensource/docs/git",
42
+ "docLink": "https://gitlab.com/itentialopensource/adapters/adapter-git/-/blob/master/README.md?ref_type=heads",
47
43
  "demoLinks": [],
48
44
  "trainingLinks": [
49
45
  {
@@ -54,7 +50,7 @@
54
50
  "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
55
51
  "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
56
52
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
57
- "webLink": "",
53
+ "webLink": "https://www.itential.com/adapters/git/",
58
54
  "vendorLink": "https://en.wikipedia.org/wiki/Git",
59
55
  "productLink": "https://en.wikipedia.org/wiki/Git",
60
56
  "apiLinks": [
@@ -63,7 +59,9 @@
63
59
  "link": "https://www.npmjs.com/package/isomorphic-git",
64
60
  "public": true
65
61
  }
66
- ]
62
+ ],
63
+ "workshopLinks": [],
64
+ "workshopHomePage": "https://www.itential.com/get-started/"
67
65
  },
68
66
  "assets": [],
69
67
  "relatedItems": {
@@ -73,6 +71,5 @@
73
71
  "workflowProjects": [],
74
72
  "transformationProjects": [],
75
73
  "exampleProjects": []
76
- },
77
- "supportLevel": "community"
74
+ }
78
75
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-git",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "description": "Itential adapter to run git commands",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file