@n8n-dev/n8n-nodes-gitlab 1.0.25 → 1.0.26
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/README.md +159 -23
- package/dist/credentials/GitlabApi.credentials.js +2 -2
- package/dist/nodes/Gitlab/Gitlab.node.js +2 -2
- package/dist/nodes/Gitlab/resources/access-tokens/index.js +6 -6
- package/dist/nodes/Gitlab/resources/access-tokens/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/agents/index.js +3 -3
- package/dist/nodes/Gitlab/resources/agents/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/applications/index.js +3 -3
- package/dist/nodes/Gitlab/resources/applications/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/ci-jobs/index.js +3 -3
- package/dist/nodes/Gitlab/resources/ci-jobs/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/ci-runners/index.js +3 -3
- package/dist/nodes/Gitlab/resources/ci-runners/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/clusters/index.js +3 -3
- package/dist/nodes/Gitlab/resources/clusters/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/container-registry/index.js +3 -3
- package/dist/nodes/Gitlab/resources/container-registry/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/features/index.js +6 -6
- package/dist/nodes/Gitlab/resources/features/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/geo/index.js +3 -3
- package/dist/nodes/Gitlab/resources/geo/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/group-import-and-export/index.js +3 -3
- package/dist/nodes/Gitlab/resources/group-import-and-export/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/groups/index.js +3 -3
- package/dist/nodes/Gitlab/resources/groups/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/instance/index.js +7 -7
- package/dist/nodes/Gitlab/resources/instance/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/integrations/index.js +6 -6
- package/dist/nodes/Gitlab/resources/integrations/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/internal-operations/index.js +6 -6
- package/dist/nodes/Gitlab/resources/internal-operations/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/metadata/index.js +6 -6
- package/dist/nodes/Gitlab/resources/metadata/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/packages/index.js +15 -15
- package/dist/nodes/Gitlab/resources/packages/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/project-import/index.js +6 -6
- package/dist/nodes/Gitlab/resources/project-import/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/runners/index.js +3 -3
- package/dist/nodes/Gitlab/resources/runners/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/usage-data/index.js +9 -9
- package/dist/nodes/Gitlab/resources/usage-data/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/users/index.js +3 -3
- package/dist/nodes/Gitlab/resources/users/index.js.map +1 -1
- package/dist/nodes/Gitlab/resources/web-commits/index.js +3 -3
- package/dist/nodes/Gitlab/resources/web-commits/index.js.map +1 -1
- package/dist/package.json +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -53,29 +53,165 @@ That's it. No configuration files. No code. It just works.
|
|
|
53
53
|
|
|
54
54
|
## Resources
|
|
55
55
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
56
|
+
<details>
|
|
57
|
+
<summary><b>Groups</b> (1 operations)</summary>
|
|
58
|
+
|
|
59
|
+
- Post Reset the runner registration token for the instance
|
|
60
|
+
|
|
61
|
+
</details>
|
|
62
|
+
|
|
63
|
+
<details>
|
|
64
|
+
<summary><b>Runners</b> (1 operations)</summary>
|
|
65
|
+
|
|
66
|
+
- Post Reset the runner registration token for the instance
|
|
67
|
+
|
|
68
|
+
</details>
|
|
69
|
+
|
|
70
|
+
<details>
|
|
71
|
+
<summary><b>Packages</b> (5 operations)</summary>
|
|
72
|
+
|
|
73
|
+
- Get Authenticate user against conan CLI
|
|
74
|
+
- Get Check for valid user credentials per conan CLI
|
|
75
|
+
- Get Ping the Conan API
|
|
76
|
+
- Post NPM registry bulk advisory endpoint
|
|
77
|
+
- Post NPM registry quick audit endpoint
|
|
78
|
+
|
|
79
|
+
</details>
|
|
80
|
+
|
|
81
|
+
<details>
|
|
82
|
+
<summary><b>Group Import And Export</b> (1 operations)</summary>
|
|
83
|
+
|
|
84
|
+
- Post Workhorse authorize the group import upload
|
|
85
|
+
|
|
86
|
+
</details>
|
|
87
|
+
|
|
88
|
+
<details>
|
|
89
|
+
<summary><b>Access Tokens</b> (2 operations)</summary>
|
|
90
|
+
|
|
91
|
+
- Get Retrieve a personal access token
|
|
92
|
+
- Delete Revoke a personal access token
|
|
93
|
+
|
|
94
|
+
</details>
|
|
95
|
+
|
|
96
|
+
<details>
|
|
97
|
+
<summary><b>Ci Jobs</b> (1 operations)</summary>
|
|
98
|
+
|
|
99
|
+
- Get Retrieve a job by job token
|
|
100
|
+
|
|
101
|
+
</details>
|
|
102
|
+
|
|
103
|
+
<details>
|
|
104
|
+
<summary><b>Applications</b> (1 operations)</summary>
|
|
105
|
+
|
|
106
|
+
- Get applications
|
|
107
|
+
|
|
108
|
+
</details>
|
|
109
|
+
|
|
110
|
+
<details>
|
|
111
|
+
<summary><b>Agents</b> (1 operations)</summary>
|
|
112
|
+
|
|
113
|
+
- Get List all GitLab agents for Kubernetes by job token
|
|
114
|
+
|
|
115
|
+
</details>
|
|
116
|
+
|
|
117
|
+
<details>
|
|
118
|
+
<summary><b>Ci Runners</b> (1 operations)</summary>
|
|
119
|
+
|
|
120
|
+
- Get Discover Job Router information
|
|
121
|
+
|
|
122
|
+
</details>
|
|
123
|
+
|
|
124
|
+
<details>
|
|
125
|
+
<summary><b>Internal Operations</b> (2 operations)</summary>
|
|
126
|
+
|
|
127
|
+
- Post Process Slack interaction events
|
|
128
|
+
- Post Get Slack interactive component options
|
|
129
|
+
|
|
130
|
+
</details>
|
|
131
|
+
|
|
132
|
+
<details>
|
|
133
|
+
<summary><b>Usage Data</b> (3 operations)</summary>
|
|
134
|
+
|
|
135
|
+
- Get the latest ServicePing payload
|
|
136
|
+
- Get Non SQL usage ping metrics
|
|
137
|
+
- Get raw SQL queries for usage data SQL metrics
|
|
138
|
+
|
|
139
|
+
</details>
|
|
140
|
+
|
|
141
|
+
<details>
|
|
142
|
+
<summary><b>Users</b> (1 operations)</summary>
|
|
143
|
+
|
|
144
|
+
- Get Return the user specific counts
|
|
145
|
+
|
|
146
|
+
</details>
|
|
147
|
+
|
|
148
|
+
<details>
|
|
149
|
+
<summary><b>Instance</b> (2 operations)</summary>
|
|
150
|
+
|
|
151
|
+
- Get API v4 Application Appearance
|
|
152
|
+
- Get Retrieve application statistics
|
|
153
|
+
|
|
154
|
+
</details>
|
|
155
|
+
|
|
156
|
+
<details>
|
|
157
|
+
<summary><b>Web Commits</b> (1 operations)</summary>
|
|
158
|
+
|
|
159
|
+
- Get the public key for web commits
|
|
160
|
+
|
|
161
|
+
</details>
|
|
162
|
+
|
|
163
|
+
<details>
|
|
164
|
+
<summary><b>Clusters</b> (1 operations)</summary>
|
|
165
|
+
|
|
166
|
+
- Get List all instance clusters
|
|
167
|
+
|
|
168
|
+
</details>
|
|
169
|
+
|
|
170
|
+
<details>
|
|
171
|
+
<summary><b>Container Registry</b> (1 operations)</summary>
|
|
172
|
+
|
|
173
|
+
- Post Receives notifications from the container registry when an operation occurs
|
|
174
|
+
|
|
175
|
+
</details>
|
|
176
|
+
|
|
177
|
+
<details>
|
|
178
|
+
<summary><b>Features</b> (2 operations)</summary>
|
|
179
|
+
|
|
180
|
+
- Get List all feature flags
|
|
181
|
+
- Get List all feature flag definitions
|
|
182
|
+
|
|
183
|
+
</details>
|
|
184
|
+
|
|
185
|
+
<details>
|
|
186
|
+
<summary><b>Geo</b> (1 operations)</summary>
|
|
187
|
+
|
|
188
|
+
- Get Determine if a Geo site should proxy requests
|
|
189
|
+
|
|
190
|
+
</details>
|
|
191
|
+
|
|
192
|
+
<details>
|
|
193
|
+
<summary><b>Integrations</b> (2 operations)</summary>
|
|
194
|
+
|
|
195
|
+
- Post Process Slack interaction events
|
|
196
|
+
- Post Get Slack interactive component options
|
|
197
|
+
|
|
198
|
+
</details>
|
|
199
|
+
|
|
200
|
+
<details>
|
|
201
|
+
<summary><b>Metadata</b> (2 operations)</summary>
|
|
202
|
+
|
|
203
|
+
- Get Retrieve metadata information for this GitLab instance
|
|
204
|
+
- Get Retrieves version information for the GitLab instance
|
|
205
|
+
|
|
206
|
+
</details>
|
|
207
|
+
|
|
208
|
+
<details>
|
|
209
|
+
<summary><b>Project Import</b> (2 operations)</summary>
|
|
210
|
+
|
|
211
|
+
- Post Workhorse authorize the project import upload
|
|
212
|
+
- Post Workhorse authorize the project relation import upload
|
|
213
|
+
|
|
214
|
+
</details>
|
|
79
215
|
|
|
80
216
|
---
|
|
81
217
|
|
|
@@ -4,7 +4,7 @@ exports.GitlabApi = void 0;
|
|
|
4
4
|
class GitlabApi {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.name = 'N8nDevGitlabApi';
|
|
7
|
-
this.displayName = '
|
|
7
|
+
this.displayName = 'GitLab API';
|
|
8
8
|
this.icon = { light: 'file:../nodes/Gitlab/gitlab.svg', dark: 'file:../nodes/Gitlab/gitlab.dark.svg' };
|
|
9
9
|
this.documentationUrl = '';
|
|
10
10
|
this.properties = [
|
|
@@ -15,7 +15,7 @@ class GitlabApi {
|
|
|
15
15
|
default: '',
|
|
16
16
|
required: true,
|
|
17
17
|
placeholder: 'https://api.example.com',
|
|
18
|
-
description: 'The base URL of your
|
|
18
|
+
description: 'The base URL of your GitLab API server',
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
displayName: 'API Key',
|
|
@@ -26,14 +26,14 @@ const project_import_1 = require("./resources/project-import");
|
|
|
26
26
|
class Gitlab {
|
|
27
27
|
constructor() {
|
|
28
28
|
this.description = {
|
|
29
|
-
displayName: '
|
|
29
|
+
displayName: 'GitLab',
|
|
30
30
|
name: 'N8nDevGitlab',
|
|
31
31
|
icon: { light: 'file:./gitlab.svg', dark: 'file:./gitlab.dark.svg' },
|
|
32
32
|
group: ['input'],
|
|
33
33
|
version: 1,
|
|
34
34
|
subtitle: '={{\$parameter["operation"] + ": " + \$parameter["resource"]}}',
|
|
35
35
|
description: 'GitLab DevOps platform',
|
|
36
|
-
defaults: { name: '
|
|
36
|
+
defaults: { name: 'GitLab' },
|
|
37
37
|
usableAsTool: true,
|
|
38
38
|
inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
39
39
|
outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
@@ -16,8 +16,8 @@ exports.accessTokensDescription = [
|
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Get
|
|
20
|
-
"value": "Get
|
|
19
|
+
"name": "Get API v4 Personal Access Tokens Self",
|
|
20
|
+
"value": "Get API v4 Personal Access Tokens Self",
|
|
21
21
|
"action": "Retrieve a personal access token",
|
|
22
22
|
"description": "Retrieves a specified personal access token by passing it to the API in a header.",
|
|
23
23
|
"routing": {
|
|
@@ -28,8 +28,8 @@ exports.accessTokensDescription = [
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
|
-
"name": "Delete
|
|
32
|
-
"value": "Delete
|
|
31
|
+
"name": "Delete API v4 Personal Access Tokens Self",
|
|
32
|
+
"value": "Delete API v4 Personal Access Tokens Self",
|
|
33
33
|
"action": "Revoke a personal access token",
|
|
34
34
|
"description": "Revokes a personal access token by passing it to the API in a header.",
|
|
35
35
|
"routing": {
|
|
@@ -56,7 +56,7 @@ exports.accessTokensDescription = [
|
|
|
56
56
|
"Access Tokens"
|
|
57
57
|
],
|
|
58
58
|
"operation": [
|
|
59
|
-
"Get
|
|
59
|
+
"Get API v4 Personal Access Tokens Self"
|
|
60
60
|
]
|
|
61
61
|
}
|
|
62
62
|
}
|
|
@@ -75,7 +75,7 @@ exports.accessTokensDescription = [
|
|
|
75
75
|
"Access Tokens"
|
|
76
76
|
],
|
|
77
77
|
"operation": [
|
|
78
|
-
"Delete
|
|
78
|
+
"Delete API v4 Personal Access Tokens Self"
|
|
79
79
|
]
|
|
80
80
|
}
|
|
81
81
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/access-tokens/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,uBAAuB,GAAsB;IACxD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,eAAe;iBACf;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/access-tokens/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,uBAAuB,GAAsB;IACxD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,eAAe;iBACf;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,wCAAwC;gBAChD,OAAO,EAAE,wCAAwC;gBACjD,QAAQ,EAAE,kCAAkC;gBAC5C,aAAa,EAAE,mFAAmF;gBAClG,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,sCAAsC;qBAC7C;iBACD;aACD;YACD;gBACC,MAAM,EAAE,2CAA2C;gBACnD,OAAO,EAAE,2CAA2C;gBACpD,QAAQ,EAAE,gCAAgC;gBAC1C,aAAa,EAAE,uEAAuE;gBACtF,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,QAAQ;wBAClB,KAAK,EAAE,sCAAsC;qBAC7C;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,yCAAyC;QACxD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,eAAe;iBACf;gBACD,WAAW,EAAE;oBACZ,wCAAwC;iBACxC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,4CAA4C;QAC3D,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,eAAe;iBACf;gBACD,WAAW,EAAE;oBACZ,2CAA2C;iBAC3C;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -16,8 +16,8 @@ exports.agentsDescription = [
|
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Get
|
|
20
|
-
"value": "Get
|
|
19
|
+
"name": "Get API v4 Job Allowed Agents",
|
|
20
|
+
"value": "Get API v4 Job Allowed Agents",
|
|
21
21
|
"action": "List all GitLab agents for Kubernetes by job token",
|
|
22
22
|
"description": "Lists all GitLab agents for Kubernetes with a specified `CI_JOB_TOKEN`.",
|
|
23
23
|
"routing": {
|
|
@@ -44,7 +44,7 @@ exports.agentsDescription = [
|
|
|
44
44
|
"Agents"
|
|
45
45
|
],
|
|
46
46
|
"operation": [
|
|
47
|
-
"Get
|
|
47
|
+
"Get API v4 Job Allowed Agents"
|
|
48
48
|
]
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/agents/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAsB;IAClD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,QAAQ;iBACR;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/agents/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAsB;IAClD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,QAAQ;iBACR;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,+BAA+B;gBACvC,OAAO,EAAE,+BAA+B;gBACxC,QAAQ,EAAE,oDAAoD;gBAC9D,aAAa,EAAE,yEAAyE;gBACxF,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,6BAA6B;qBACpC;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,gCAAgC;QAC/C,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,QAAQ;iBACR;gBACD,WAAW,EAAE;oBACZ,+BAA+B;iBAC/B;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -16,8 +16,8 @@ exports.applicationsDescription = [
|
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Get
|
|
20
|
-
"value": "Get
|
|
19
|
+
"name": "Get API v4 Applications",
|
|
20
|
+
"value": "Get API v4 Applications",
|
|
21
21
|
"action": "Get applications",
|
|
22
22
|
"description": "List all registered applications",
|
|
23
23
|
"routing": {
|
|
@@ -44,7 +44,7 @@ exports.applicationsDescription = [
|
|
|
44
44
|
"Applications"
|
|
45
45
|
],
|
|
46
46
|
"operation": [
|
|
47
|
-
"Get
|
|
47
|
+
"Get API v4 Applications"
|
|
48
48
|
]
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/applications/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,uBAAuB,GAAsB;IACxD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/applications/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,uBAAuB,GAAsB;IACxD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,yBAAyB;gBACjC,OAAO,EAAE,yBAAyB;gBAClC,QAAQ,EAAE,kBAAkB;gBAC5B,aAAa,EAAE,kCAAkC;gBACjD,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,uBAAuB;qBAC9B;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,0BAA0B;QACzC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,yBAAyB;iBACzB;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -16,8 +16,8 @@ exports.ciJobsDescription = [
|
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Get
|
|
20
|
-
"value": "Get
|
|
19
|
+
"name": "Get API v4 Job",
|
|
20
|
+
"value": "Get API v4 Job",
|
|
21
21
|
"action": "Retrieve a job by job token",
|
|
22
22
|
"description": "Retrieves a job that was generated by a specified job token.",
|
|
23
23
|
"routing": {
|
|
@@ -44,7 +44,7 @@ exports.ciJobsDescription = [
|
|
|
44
44
|
"Ci Jobs"
|
|
45
45
|
],
|
|
46
46
|
"operation": [
|
|
47
|
-
"Get
|
|
47
|
+
"Get API v4 Job"
|
|
48
48
|
]
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/ci-jobs/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAsB;IAClD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,SAAS;iBACT;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/ci-jobs/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAsB;IAClD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,SAAS;iBACT;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,gBAAgB;gBACxB,OAAO,EAAE,gBAAgB;gBACzB,QAAQ,EAAE,6BAA6B;gBACvC,aAAa,EAAE,8DAA8D;gBAC7E,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,cAAc;qBACrB;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,iBAAiB;QAChC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,SAAS;iBACT;gBACD,WAAW,EAAE;oBACZ,gBAAgB;iBAChB;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -16,8 +16,8 @@ exports.ciRunnersDescription = [
|
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Get
|
|
20
|
-
"value": "Get
|
|
19
|
+
"name": "Get API v4 Runners Router Discovery",
|
|
20
|
+
"value": "Get API v4 Runners Router Discovery",
|
|
21
21
|
"action": "Discover Job Router information",
|
|
22
22
|
"description": "Discovers Job Router information for a runner. You must provide a valid runner authentication token.",
|
|
23
23
|
"routing": {
|
|
@@ -44,7 +44,7 @@ exports.ciRunnersDescription = [
|
|
|
44
44
|
"Ci Runners"
|
|
45
45
|
],
|
|
46
46
|
"operation": [
|
|
47
|
-
"Get
|
|
47
|
+
"Get API v4 Runners Router Discovery"
|
|
48
48
|
]
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/ci-runners/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,oBAAoB,GAAsB;IACrD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,YAAY;iBACZ;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/ci-runners/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,oBAAoB,GAAsB;IACrD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,YAAY;iBACZ;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,qCAAqC;gBAC7C,OAAO,EAAE,qCAAqC;gBAC9C,QAAQ,EAAE,iCAAiC;gBAC3C,aAAa,EAAE,sGAAsG;gBACrH,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,mCAAmC;qBAC1C;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,sCAAsC;QACrD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,YAAY;iBACZ;gBACD,WAAW,EAAE;oBACZ,qCAAqC;iBACrC;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -16,8 +16,8 @@ exports.clustersDescription = [
|
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Get
|
|
20
|
-
"value": "Get
|
|
19
|
+
"name": "Get API v4 Admin Clusters",
|
|
20
|
+
"value": "Get API v4 Admin Clusters",
|
|
21
21
|
"action": "List all instance clusters",
|
|
22
22
|
"description": "Lists all instance clusters for the instance.",
|
|
23
23
|
"routing": {
|
|
@@ -44,7 +44,7 @@ exports.clustersDescription = [
|
|
|
44
44
|
"Clusters"
|
|
45
45
|
],
|
|
46
46
|
"operation": [
|
|
47
|
-
"Get
|
|
47
|
+
"Get API v4 Admin Clusters"
|
|
48
48
|
]
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/clusters/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAsB;IACpD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/clusters/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAsB;IACpD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,2BAA2B;gBACnC,OAAO,EAAE,2BAA2B;gBACpC,QAAQ,EAAE,4BAA4B;gBACtC,aAAa,EAAE,+CAA+C;gBAC9D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,yBAAyB;qBAChC;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,4BAA4B;QAC3C,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,2BAA2B;iBAC3B;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -16,8 +16,8 @@ exports.containerRegistryDescription = [
|
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Post
|
|
20
|
-
"value": "Post
|
|
19
|
+
"name": "Post API v4 Container Registry Event Events",
|
|
20
|
+
"value": "Post API v4 Container Registry Event Events",
|
|
21
21
|
"action": "Receives notifications from the container registry when an operation occurs",
|
|
22
22
|
"description": "This feature was introduced in GitLab 12.10",
|
|
23
23
|
"routing": {
|
|
@@ -44,7 +44,7 @@ exports.containerRegistryDescription = [
|
|
|
44
44
|
"Container Registry"
|
|
45
45
|
],
|
|
46
46
|
"operation": [
|
|
47
|
-
"Post
|
|
47
|
+
"Post API v4 Container Registry Event Events"
|
|
48
48
|
]
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/container-registry/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,4BAA4B,GAAsB;IAC7D;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,oBAAoB;iBACpB;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/container-registry/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,4BAA4B,GAAsB;IAC7D;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,oBAAoB;iBACpB;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,6CAA6C;gBACrD,OAAO,EAAE,6CAA6C;gBACtD,QAAQ,EAAE,6EAA6E;gBACvF,aAAa,EAAE,6CAA6C;gBAC5D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,MAAM;wBAChB,KAAK,EAAE,0CAA0C;qBACjD;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,8CAA8C;QAC7D,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,oBAAoB;iBACpB;gBACD,WAAW,EAAE;oBACZ,6CAA6C;iBAC7C;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -16,8 +16,8 @@ exports.featuresDescription = [
|
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Get
|
|
20
|
-
"value": "Get
|
|
19
|
+
"name": "Get API v4 Features",
|
|
20
|
+
"value": "Get API v4 Features",
|
|
21
21
|
"action": "List all feature flags",
|
|
22
22
|
"description": "Lists all feature flags for the instance.",
|
|
23
23
|
"routing": {
|
|
@@ -28,8 +28,8 @@ exports.featuresDescription = [
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
|
-
"name": "Get
|
|
32
|
-
"value": "Get
|
|
31
|
+
"name": "Get API v4 Features Definitions",
|
|
32
|
+
"value": "Get API v4 Features Definitions",
|
|
33
33
|
"action": "List all feature flag definitions",
|
|
34
34
|
"description": "Lists all feature flag definitions.",
|
|
35
35
|
"routing": {
|
|
@@ -56,7 +56,7 @@ exports.featuresDescription = [
|
|
|
56
56
|
"Features"
|
|
57
57
|
],
|
|
58
58
|
"operation": [
|
|
59
|
-
"Get
|
|
59
|
+
"Get API v4 Features"
|
|
60
60
|
]
|
|
61
61
|
}
|
|
62
62
|
}
|
|
@@ -75,7 +75,7 @@ exports.featuresDescription = [
|
|
|
75
75
|
"Features"
|
|
76
76
|
],
|
|
77
77
|
"operation": [
|
|
78
|
-
"Get
|
|
78
|
+
"Get API v4 Features Definitions"
|
|
79
79
|
]
|
|
80
80
|
}
|
|
81
81
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/features/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAsB;IACpD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/features/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAsB;IACpD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,qBAAqB;gBAC7B,OAAO,EAAE,qBAAqB;gBAC9B,QAAQ,EAAE,wBAAwB;gBAClC,aAAa,EAAE,2CAA2C;gBAC1D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,mBAAmB;qBAC1B;iBACD;aACD;YACD;gBACC,MAAM,EAAE,iCAAiC;gBACzC,OAAO,EAAE,iCAAiC;gBAC1C,QAAQ,EAAE,mCAAmC;gBAC7C,aAAa,EAAE,qCAAqC;gBACpD,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,+BAA+B;qBACtC;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,sBAAsB;QACrC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,qBAAqB;iBACrB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,kCAAkC;QACjD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,iCAAiC;iBACjC;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -16,8 +16,8 @@ exports.geoDescription = [
|
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Get
|
|
20
|
-
"value": "Get
|
|
19
|
+
"name": "Get API v4 Geo Proxy",
|
|
20
|
+
"value": "Get API v4 Geo Proxy",
|
|
21
21
|
"action": "Determine if a Geo site should proxy requests",
|
|
22
22
|
"description": "Returns a Geo proxy response",
|
|
23
23
|
"routing": {
|
|
@@ -44,7 +44,7 @@ exports.geoDescription = [
|
|
|
44
44
|
"Geo"
|
|
45
45
|
],
|
|
46
46
|
"operation": [
|
|
47
|
-
"Get
|
|
47
|
+
"Get API v4 Geo Proxy"
|
|
48
48
|
]
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/geo/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,cAAc,GAAsB;IAC/C;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,KAAK;iBACL;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/geo/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,cAAc,GAAsB;IAC/C;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,KAAK;iBACL;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,sBAAsB;gBAC9B,OAAO,EAAE,sBAAsB;gBAC/B,QAAQ,EAAE,+CAA+C;gBACzD,aAAa,EAAE,8BAA8B;gBAC7C,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,oBAAoB;qBAC3B;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,uBAAuB;QACtC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,KAAK;iBACL;gBACD,WAAW,EAAE;oBACZ,sBAAsB;iBACtB;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -16,8 +16,8 @@ exports.groupImportAndExportDescription = [
|
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Post
|
|
20
|
-
"value": "Post
|
|
19
|
+
"name": "Post API v4 Groups Import Authorize",
|
|
20
|
+
"value": "Post API v4 Groups Import Authorize",
|
|
21
21
|
"action": "Workhorse authorize the group import upload",
|
|
22
22
|
"description": "This feature was introduced in GitLab 12.8",
|
|
23
23
|
"routing": {
|
|
@@ -44,7 +44,7 @@ exports.groupImportAndExportDescription = [
|
|
|
44
44
|
"Group Import And Export"
|
|
45
45
|
],
|
|
46
46
|
"operation": [
|
|
47
|
-
"Post
|
|
47
|
+
"Post API v4 Groups Import Authorize"
|
|
48
48
|
]
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/group-import-and-export/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,+BAA+B,GAAsB;IAChE;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,yBAAyB;iBACzB;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/group-import-and-export/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,+BAA+B,GAAsB;IAChE;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,yBAAyB;iBACzB;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,qCAAqC;gBAC7C,OAAO,EAAE,qCAAqC;gBAC9C,QAAQ,EAAE,6CAA6C;gBACvD,aAAa,EAAE,4CAA4C;gBAC3D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,MAAM;wBAChB,KAAK,EAAE,kCAAkC;qBACzC;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,sCAAsC;QACrD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,yBAAyB;iBACzB;gBACD,WAAW,EAAE;oBACZ,qCAAqC;iBACrC;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -16,8 +16,8 @@ exports.groupsDescription = [
|
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Post
|
|
20
|
-
"value": "Post
|
|
19
|
+
"name": "Post API v4 Runners Reset Registration Token",
|
|
20
|
+
"value": "Post API v4 Runners Reset Registration Token",
|
|
21
21
|
"action": "Reset the runner registration token for the instance",
|
|
22
22
|
"description": "Resets the runner registration token for the GitLab instance.",
|
|
23
23
|
"routing": {
|
|
@@ -44,7 +44,7 @@ exports.groupsDescription = [
|
|
|
44
44
|
"Groups"
|
|
45
45
|
],
|
|
46
46
|
"operation": [
|
|
47
|
-
"Post
|
|
47
|
+
"Post API v4 Runners Reset Registration Token"
|
|
48
48
|
]
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/groups/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAsB;IAClD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,QAAQ;iBACR;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Gitlab/resources/groups/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAsB;IAClD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,QAAQ;iBACR;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,8CAA8C;gBACtD,OAAO,EAAE,8CAA8C;gBACvD,QAAQ,EAAE,sDAAsD;gBAChE,aAAa,EAAE,+DAA+D;gBAC9E,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,MAAM;wBAChB,KAAK,EAAE,2CAA2C;qBAClD;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,+CAA+C;QAC9D,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,QAAQ;iBACR;gBACD,WAAW,EAAE;oBACZ,8CAA8C;iBAC9C;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -16,9 +16,9 @@ exports.instanceDescription = [
|
|
|
16
16
|
},
|
|
17
17
|
"options": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Get
|
|
20
|
-
"value": "Get
|
|
21
|
-
"action": "Get
|
|
19
|
+
"name": "Get API v4 Application Appearance",
|
|
20
|
+
"value": "Get API v4 Application Appearance",
|
|
21
|
+
"action": "Get API v4 Application Appearance",
|
|
22
22
|
"description": "Get the current appearance",
|
|
23
23
|
"routing": {
|
|
24
24
|
"request": {
|
|
@@ -28,8 +28,8 @@ exports.instanceDescription = [
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
|
-
"name": "Get
|
|
32
|
-
"value": "Get
|
|
31
|
+
"name": "Get API v4 Application Statistics",
|
|
32
|
+
"value": "Get API v4 Application Statistics",
|
|
33
33
|
"action": "Retrieve application statistics",
|
|
34
34
|
"description": "Retrieves the current application statistics for this GitLab instance.",
|
|
35
35
|
"routing": {
|
|
@@ -56,7 +56,7 @@ exports.instanceDescription = [
|
|
|
56
56
|
"Instance"
|
|
57
57
|
],
|
|
58
58
|
"operation": [
|
|
59
|
-
"Get
|
|
59
|
+
"Get API v4 Application Appearance"
|
|
60
60
|
]
|
|
61
61
|
}
|
|
62
62
|
}
|
|
@@ -75,7 +75,7 @@ exports.instanceDescription = [
|
|
|
75
75
|
"Instance"
|
|
76
76
|
],
|
|
77
77
|
"operation": [
|
|
78
|
-
"Get
|
|
78
|
+
"Get API v4 Application Statistics"
|
|
79
79
|
]
|
|
80
80
|
}
|
|
81
81
|
}
|