@itentialopensource/adapter-gitlab 0.13.3 → 0.13.5

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.13.5 [03-26-2024]
3
+
4
+ * Changes made at 2024.03.26_14:28PM
5
+
6
+ See merge request itentialopensource/adapters/devops-netops/adapter-gitlab!29
7
+
8
+ ---
9
+
10
+ ## 0.13.4 [03-11-2024]
11
+
12
+ * Changes made at 2024.03.11_13:24PM
13
+
14
+ See merge request itentialopensource/adapters/devops-netops/adapter-gitlab!28
15
+
16
+ ---
17
+
2
18
  ## 0.13.3 [03-01-2024]
3
19
 
4
20
  * Add approve merge request call
package/TAB1.md ADDED
@@ -0,0 +1,10 @@
1
+ # Overview
2
+
3
+ This adapter is used to integrate the Itential Automation Platform (IAP) with the GitLab System. The API that was used to build the adapter for GitLab is usually available in the report directory of this adapter. The adapter utilizes the GitLab API to provide the integrations that are deemed pertinent to IAP. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.
4
+
5
+ ## Details
6
+ The GitLab adapter from Itential is used to integrate the Itential Automation Platform (IAP) with GitLab. With this adapter you have the ability to perform operations such as:
7
+
8
+ - Integration Services: Integration services will facilitate your integration of external tools to GitLab by providing a centralized DevOps platform.
9
+
10
+ For further technical details on how to install and use this adapter, please click the Technical Documentation tab.