@itentialopensource/adapter-gitlab 0.10.0 → 0.10.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 +34 -15
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.10.2 [10-19-2023]
|
|
3
|
+
|
|
4
|
+
* more meta changes
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/devops-netops/adapter-gitlab!18
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.10.1 [09-27-2023]
|
|
11
|
+
|
|
12
|
+
* more meta changes
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/devops-netops/adapter-gitlab!18
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.10.0 [09-26-2023]
|
|
3
19
|
|
|
4
20
|
* Adapter Engine has been updated and the changes are being migrated to the adapter
|
package/metadata.json
CHANGED
|
@@ -19,12 +19,16 @@
|
|
|
19
19
|
"CI/CD"
|
|
20
20
|
],
|
|
21
21
|
"tags": [
|
|
22
|
-
"Pipeline"
|
|
22
|
+
"Pipeline",
|
|
23
|
+
"Version Control",
|
|
24
|
+
"Build and Deploy"
|
|
23
25
|
],
|
|
24
26
|
"useCases": [
|
|
25
27
|
"Automate Start of CI/CD Process",
|
|
26
28
|
"Create, update, manage and remove Projects",
|
|
27
|
-
"Automated Deployment of a new System, Application or Project"
|
|
29
|
+
"Automated Deployment of a new System, Application or Project",
|
|
30
|
+
"Versioning of Infrastructure Configuration",
|
|
31
|
+
"Automation of Network Configuration Changes from Repository"
|
|
28
32
|
],
|
|
29
33
|
"deprecated": {
|
|
30
34
|
"isDeprecated": false
|
|
@@ -35,7 +39,10 @@
|
|
|
35
39
|
"npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-gitlab",
|
|
36
40
|
"repoLink": "https://gitlab.com/itentialopensource/adapters/devops-netops/adapter-gitlab.git",
|
|
37
41
|
"docLink": "https://docs.itential.com/opensource/docs/gitlab",
|
|
38
|
-
"demoLinks": [
|
|
42
|
+
"demoLinks": [
|
|
43
|
+
"https://www.itential.com/blog/company/hybrid-cloud-automation/how-netdevops-teams-can-rapidly-build-design-network-automations/",
|
|
44
|
+
"https://www.itential.com/search/?_sf_s=gitlab"
|
|
45
|
+
],
|
|
39
46
|
"faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
|
|
40
47
|
"contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
|
|
41
48
|
"issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
|
|
@@ -65,18 +72,6 @@
|
|
|
65
72
|
"docLink": "",
|
|
66
73
|
"webLink": "https://www.itential.com/automations/prebuilt-promotion/"
|
|
67
74
|
},
|
|
68
|
-
{
|
|
69
|
-
"name": "Automation Gateway Copy Files From Git",
|
|
70
|
-
"webName": "Copy Script from GitLab or GitHub into Automation Gateway",
|
|
71
|
-
"overview": "This Pre-Built Automation enables users to copy a file from a Gitlab or GitHub repository to an IAG server.",
|
|
72
|
-
"isDependency": false,
|
|
73
|
-
"versions": [
|
|
74
|
-
"^1.0.5"
|
|
75
|
-
],
|
|
76
|
-
"repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/automation-gateway-copy-files-from-git",
|
|
77
|
-
"docLink": "",
|
|
78
|
-
"webLink": "https://www.itential.com/automations/automation-gateway-copy-files-from-git/"
|
|
79
|
-
},
|
|
80
75
|
{
|
|
81
76
|
"name": "Push Bundles To Gitlab Using Adapter",
|
|
82
77
|
"webName": "Push Bundles To Gitlab Using Adapter",
|
|
@@ -89,6 +84,30 @@
|
|
|
89
84
|
"docLink": "",
|
|
90
85
|
"webLink": ""
|
|
91
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"name": "Push Bundles To GitLab",
|
|
89
|
+
"webName": "Push Bundles To GitLab",
|
|
90
|
+
"overview": "Ability to push a Pre-Builts into a GitLab repository",
|
|
91
|
+
"isDependency": false,
|
|
92
|
+
"versions": [
|
|
93
|
+
"^0.0.22"
|
|
94
|
+
],
|
|
95
|
+
"repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/push-bundles-to-gitlab",
|
|
96
|
+
"docLink": "",
|
|
97
|
+
"webLink": "https://www.itential.com/automations/push-bundles-to-gitlab/"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "Automation Gateway Copy Files From Git",
|
|
101
|
+
"webName": "Copy Script from GitLab or GitHub into Automation Gateway",
|
|
102
|
+
"overview": "This Pre-Built Automation enables users to copy a file from a Gitlab or GitHub repository to an IAG server.",
|
|
103
|
+
"isDependency": false,
|
|
104
|
+
"versions": [
|
|
105
|
+
"^1.0.5"
|
|
106
|
+
],
|
|
107
|
+
"repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/automation-gateway-copy-files-from-git",
|
|
108
|
+
"docLink": "",
|
|
109
|
+
"webLink": "https://www.itential.com/automations/automation-gateway-copy-files-from-git/"
|
|
110
|
+
},
|
|
92
111
|
{
|
|
93
112
|
"name": "Create Gitlab Branch",
|
|
94
113
|
"webName": "Create GitLab Branch",
|
package/package.json
CHANGED
|
Binary file
|
package/report/adapterInfo.json
CHANGED