@pulumi/gitlab 9.12.0-alpha.1782457766 → 10.0.0
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 +2 -2
- package/applicationSettings.d.ts +48 -18
- package/applicationSettings.d.ts.map +1 -1
- package/applicationSettings.js +8 -2
- package/applicationSettings.js.map +1 -1
- package/branchProtection.d.ts +48 -52
- package/branchProtection.d.ts.map +1 -1
- package/branchProtection.js +30 -24
- package/branchProtection.js.map +1 -1
- package/getGroup.d.ts +114 -2
- package/getGroup.d.ts.map +1 -1
- package/getGroup.js.map +1 -1
- package/getGroupHook.d.ts +40 -6
- package/getGroupHook.d.ts.map +1 -1
- package/getGroupHook.js.map +1 -1
- package/getGroupLabel.d.ts +125 -0
- package/getGroupLabel.d.ts.map +1 -0
- package/getGroupLabel.js +93 -0
- package/getGroupLabel.js.map +1 -0
- package/getGroupLabels.d.ts +74 -0
- package/getGroupLabels.d.ts.map +1 -0
- package/getGroupLabels.js +79 -0
- package/getGroupLabels.js.map +1 -0
- package/getGroupProtectedBranch.d.ts +82 -0
- package/getGroupProtectedBranch.d.ts.map +1 -0
- package/getGroupProtectedBranch.js +61 -0
- package/getGroupProtectedBranch.js.map +1 -0
- package/getGroupProtectedBranches.d.ts +54 -0
- package/getGroupProtectedBranches.d.ts.map +1 -0
- package/getGroupProtectedBranches.js +59 -0
- package/getGroupProtectedBranches.js.map +1 -0
- package/getProject.d.ts +355 -57
- package/getProject.d.ts.map +1 -1
- package/getProject.js +0 -6
- package/getProject.js.map +1 -1
- package/getProjectHook.d.ts +36 -6
- package/getProjectHook.d.ts.map +1 -1
- package/getProjectHook.js.map +1 -1
- package/getProjectMembership.d.ts +4 -40
- package/getProjectMembership.d.ts.map +1 -1
- package/getProjectMembership.js +0 -6
- package/getProjectMembership.js.map +1 -1
- package/getProjectProtectedBranch.d.ts +8 -21
- package/getProjectProtectedBranch.d.ts.map +1 -1
- package/getProjectProtectedBranch.js +0 -4
- package/getProjectProtectedBranch.js.map +1 -1
- package/getProjectProtectedBranches.d.ts +1 -10
- package/getProjectProtectedBranches.d.ts.map +1 -1
- package/getProjectProtectedBranches.js +0 -2
- package/getProjectProtectedBranches.js.map +1 -1
- package/getProjectServiceAccount.d.ts +97 -0
- package/getProjectServiceAccount.d.ts.map +1 -0
- package/getProjectServiceAccount.js +89 -0
- package/getProjectServiceAccount.js.map +1 -0
- package/getProjects.d.ts +22 -10
- package/getProjects.d.ts.map +1 -1
- package/getProjects.js +2 -0
- package/getProjects.js.map +1 -1
- package/getSystemHook.d.ts +111 -0
- package/getSystemHook.d.ts.map +1 -0
- package/getSystemHook.js +81 -0
- package/getSystemHook.js.map +1 -0
- package/getSystemHooks.d.ts +50 -0
- package/getSystemHooks.d.ts.map +1 -0
- package/getSystemHooks.js +73 -0
- package/getSystemHooks.js.map +1 -0
- package/group.d.ts +12 -0
- package/group.d.ts.map +1 -1
- package/group.js +2 -0
- package/group.js.map +1 -1
- package/groupAccessToken.d.ts +3 -3
- package/groupBranchProtection.d.ts +185 -0
- package/groupBranchProtection.d.ts.map +1 -0
- package/groupBranchProtection.js +146 -0
- package/groupBranchProtection.js.map +1 -0
- package/groupCluster.d.ts +1 -1
- package/groupCluster.js +1 -1
- package/groupDeployToken.d.ts +3 -3
- package/groupHook.d.ts +75 -3
- package/groupHook.d.ts.map +1 -1
- package/groupHook.js +15 -1
- package/groupHook.js.map +1 -1
- package/{integrationHarbor.d.ts → groupIntegrationHarbor.d.ts} +39 -43
- package/groupIntegrationHarbor.d.ts.map +1 -0
- package/{integrationHarbor.js → groupIntegrationHarbor.js} +30 -34
- package/groupIntegrationHarbor.js.map +1 -0
- package/groupSamlLink.d.ts +3 -3
- package/groupSavedReply.d.ts +78 -0
- package/groupSavedReply.d.ts.map +1 -0
- package/{deployToken.js → groupSavedReply.js} +19 -45
- package/groupSavedReply.js.map +1 -0
- package/groupServiceAccount.d.ts +12 -0
- package/groupServiceAccount.d.ts.map +1 -1
- package/groupServiceAccount.js +2 -0
- package/groupServiceAccount.js.map +1 -1
- package/groupServiceAccountAccessToken.d.ts +3 -3
- package/index.d.ts +45 -48
- package/index.d.ts.map +1 -1
- package/index.js +67 -86
- package/index.js.map +1 -1
- package/instanceCluster.d.ts +1 -1
- package/instanceCluster.js +1 -1
- package/integrationSlack.d.ts +0 -18
- package/integrationSlack.d.ts.map +1 -1
- package/integrationSlack.js +0 -2
- package/integrationSlack.js.map +1 -1
- package/memberRole.d.ts +3 -3
- package/package.json +2 -2
- package/personalAccessToken.d.ts +3 -3
- package/project.d.ts +36 -234
- package/project.d.ts.map +1 -1
- package/project.js +6 -26
- package/project.js.map +1 -1
- package/projectAccessToken.d.ts +3 -3
- package/projectCluster.d.ts +1 -1
- package/projectCluster.js +1 -1
- package/projectDeployToken.d.ts +3 -3
- package/projectHook.d.ts +103 -0
- package/projectHook.d.ts.map +1 -1
- package/projectHook.js +30 -1
- package/projectHook.js.map +1 -1
- package/projectIntegrationDatadog.d.ts +200 -0
- package/projectIntegrationDatadog.d.ts.map +1 -0
- package/{integrationGithub.js → projectIntegrationDatadog.js} +44 -45
- package/projectIntegrationDatadog.js.map +1 -0
- package/{integrationMicrosoftTeams.d.ts → projectIntegrationGoogleChat.d.ts} +35 -95
- package/projectIntegrationGoogleChat.d.ts.map +1 -0
- package/{integrationMicrosoftTeams.js → projectIntegrationGoogleChat.js} +12 -50
- package/projectIntegrationGoogleChat.js.map +1 -0
- package/projectIntegrationJira.d.ts +12 -12
- package/projectJobTokenScopes.d.ts +5 -21
- package/projectJobTokenScopes.d.ts.map +1 -1
- package/projectJobTokenScopes.js +6 -3
- package/projectJobTokenScopes.js.map +1 -1
- package/projectLabel.d.ts +12 -0
- package/projectLabel.d.ts.map +1 -1
- package/projectLabel.js +2 -0
- package/projectLabel.js.map +1 -1
- package/projectLevelMrApprovals.d.ts +21 -3
- package/projectLevelMrApprovals.d.ts.map +1 -1
- package/projectLevelMrApprovals.js +2 -0
- package/projectLevelMrApprovals.js.map +1 -1
- package/projectMergeRequestNote.d.ts +3 -3
- package/projectProtectedEnvironment.d.ts +4 -22
- package/projectProtectedEnvironment.d.ts.map +1 -1
- package/projectProtectedEnvironment.js +1 -3
- package/projectProtectedEnvironment.js.map +1 -1
- package/projectPushMirror.d.ts +12 -0
- package/projectPushMirror.d.ts.map +1 -1
- package/projectPushMirror.js +2 -0
- package/projectPushMirror.js.map +1 -1
- package/projectSavedReply.d.ts +78 -0
- package/projectSavedReply.d.ts.map +1 -0
- package/{label.js → projectSavedReply.js} +16 -24
- package/projectSavedReply.js.map +1 -0
- package/projectServiceAccount.d.ts +152 -0
- package/projectServiceAccount.d.ts.map +1 -0
- package/{integrationPipelinesEmail.js → projectServiceAccount.js} +42 -35
- package/projectServiceAccount.js.map +1 -0
- package/projectShareGroup.d.ts +2 -20
- package/projectShareGroup.d.ts.map +1 -1
- package/projectShareGroup.js +3 -2
- package/projectShareGroup.js.map +1 -1
- package/projectTargetBranchRule.d.ts +1 -1
- package/projectTargetBranchRule.js +1 -1
- package/systemHook.d.ts +50 -6
- package/systemHook.d.ts.map +1 -1
- package/systemHook.js +9 -1
- package/systemHook.js.map +1 -1
- package/types/input.d.ts +95 -249
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +1168 -168
- package/types/output.d.ts.map +1 -1
- package/userImpersonationToken.d.ts +3 -3
- package/userSavedReply.d.ts +66 -0
- package/userSavedReply.d.ts.map +1 -0
- package/userSavedReply.js +82 -0
- package/userSavedReply.js.map +1 -0
- package/deployToken.d.ts +0 -147
- package/deployToken.d.ts.map +0 -1
- package/deployToken.js.map +0 -1
- package/integrationCustomIssueTracker.d.ts +0 -142
- package/integrationCustomIssueTracker.d.ts.map +0 -1
- package/integrationCustomIssueTracker.js +0 -130
- package/integrationCustomIssueTracker.js.map +0 -1
- package/integrationEmailsOnPush.d.ts +0 -198
- package/integrationEmailsOnPush.d.ts.map +0 -1
- package/integrationEmailsOnPush.js +0 -137
- package/integrationEmailsOnPush.js.map +0 -1
- package/integrationExternalWiki.d.ts +0 -137
- package/integrationExternalWiki.d.ts.map +0 -1
- package/integrationExternalWiki.js +0 -126
- package/integrationExternalWiki.js.map +0 -1
- package/integrationGithub.d.ts +0 -156
- package/integrationGithub.d.ts.map +0 -1
- package/integrationGithub.js.map +0 -1
- package/integrationHarbor.d.ts.map +0 -1
- package/integrationHarbor.js.map +0 -1
- package/integrationJenkins.d.ts +0 -190
- package/integrationJenkins.d.ts.map +0 -1
- package/integrationJenkins.js +0 -138
- package/integrationJenkins.js.map +0 -1
- package/integrationJira.d.ts +0 -299
- package/integrationJira.d.ts.map +0 -1
- package/integrationJira.js +0 -159
- package/integrationJira.js.map +0 -1
- package/integrationMattermost.d.ts +0 -352
- package/integrationMattermost.d.ts.map +0 -1
- package/integrationMattermost.js +0 -163
- package/integrationMattermost.js.map +0 -1
- package/integrationMicrosoftTeams.d.ts.map +0 -1
- package/integrationMicrosoftTeams.js.map +0 -1
- package/integrationPipelinesEmail.d.ts +0 -123
- package/integrationPipelinesEmail.d.ts.map +0 -1
- package/integrationPipelinesEmail.js.map +0 -1
- package/integrationRedmine.d.ts +0 -136
- package/integrationRedmine.d.ts.map +0 -1
- package/integrationRedmine.js +0 -131
- package/integrationRedmine.js.map +0 -1
- package/integrationTelegram.d.ts +0 -253
- package/integrationTelegram.d.ts.map +0 -1
- package/integrationTelegram.js +0 -184
- package/integrationTelegram.js.map +0 -1
- package/label.d.ts +0 -108
- package/label.d.ts.map +0 -1
- package/label.js.map +0 -1
- package/projectMirror.d.ts +0 -166
- package/projectMirror.d.ts.map +0 -1
- package/projectMirror.js +0 -131
- package/projectMirror.js.map +0 -1
- package/runner.d.ts +0 -188
- package/runner.d.ts.map +0 -1
- package/runner.js +0 -122
- package/runner.js.map +0 -1
package/project.d.ts
CHANGED
|
@@ -58,12 +58,6 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
58
58
|
* Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
|
|
59
59
|
*/
|
|
60
60
|
readonly analyticsAccessLevel: pulumi.Output<string>;
|
|
61
|
-
/**
|
|
62
|
-
* Number of merge request approvals required for merging. Default is 0. This field **does not** work well in combination with the `gitlab.ProjectApprovalRule` resource. We recommend you do not use this deprecated field and use `gitlab.ProjectApprovalRule` instead. To be removed in 19.0.
|
|
63
|
-
*
|
|
64
|
-
* @deprecated Use the resource `gitlab.ProjectApprovalRule` instead. To be removed in 19.0.
|
|
65
|
-
*/
|
|
66
|
-
readonly approvalsBeforeMerge: pulumi.Output<number | undefined>;
|
|
67
61
|
/**
|
|
68
62
|
* Set to `true` to archive the project instead of deleting on destroy. If set to `true` it will entire omit the `DELETE` operation.
|
|
69
63
|
*/
|
|
@@ -132,6 +126,10 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
132
126
|
* Pipelines older than the configured time are deleted.
|
|
133
127
|
*/
|
|
134
128
|
readonly ciDeletePipelinesInSeconds: pulumi.Output<number>;
|
|
129
|
+
/**
|
|
130
|
+
* Show pipeline variables on the pipeline details page. Introduced in GitLab 17.8.
|
|
131
|
+
*/
|
|
132
|
+
readonly ciDisplayPipelineVariables: pulumi.Output<boolean>;
|
|
135
133
|
/**
|
|
136
134
|
* When a new deployment job starts, skip older deployment jobs that are still pending.
|
|
137
135
|
*/
|
|
@@ -153,7 +151,7 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
153
151
|
*/
|
|
154
152
|
readonly ciPushRepositoryForJobTokenAllowed: pulumi.Output<boolean>;
|
|
155
153
|
/**
|
|
156
|
-
* The role required to cancel a pipeline or job. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `
|
|
154
|
+
* The role required to cancel a pipeline or job. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `noOne`
|
|
157
155
|
*/
|
|
158
156
|
readonly ciRestrictPipelineCancellationRole: pulumi.Output<string>;
|
|
159
157
|
/**
|
|
@@ -168,12 +166,6 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
168
166
|
* Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
|
|
169
167
|
*/
|
|
170
168
|
readonly containerRegistryAccessLevel: pulumi.Output<string>;
|
|
171
|
-
/**
|
|
172
|
-
* Enable container registry for the project. Use `containerRegistryAccessLevel` instead. To be removed in 19.0.
|
|
173
|
-
*
|
|
174
|
-
* @deprecated Use `containerRegistryAccessLevel` instead. To be removed in 19.0.
|
|
175
|
-
*/
|
|
176
|
-
readonly containerRegistryEnabled: pulumi.Output<boolean>;
|
|
177
169
|
/**
|
|
178
170
|
* The default branch for the project.
|
|
179
171
|
*/
|
|
@@ -223,7 +215,7 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
223
215
|
*/
|
|
224
216
|
readonly httpUrlToRepo: pulumi.Output<string>;
|
|
225
217
|
/**
|
|
226
|
-
* Git URL to a repository to be imported.
|
|
218
|
+
* Git URL to a repository to be imported. Make sure to provide the credentials in `importUrlUsername` and `importUrlPassword`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `pulumi import`. See the examples section for how to properly use it.
|
|
227
219
|
*/
|
|
228
220
|
readonly importUrl: pulumi.Output<string>;
|
|
229
221
|
/**
|
|
@@ -246,12 +238,6 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
246
238
|
* Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
|
|
247
239
|
*/
|
|
248
240
|
readonly issuesAccessLevel: pulumi.Output<string>;
|
|
249
|
-
/**
|
|
250
|
-
* Enable issue tracking for the project. Use `issuesAccessLevel` instead. To be removed in 19.0.
|
|
251
|
-
*
|
|
252
|
-
* @deprecated Use `issuesAccessLevel` instead. To be removed in 19.0.
|
|
253
|
-
*/
|
|
254
|
-
readonly issuesEnabled: pulumi.Output<boolean>;
|
|
255
241
|
/**
|
|
256
242
|
* Sets the template for new issues in the project.
|
|
257
243
|
*/
|
|
@@ -292,12 +278,6 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
292
278
|
* Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
|
|
293
279
|
*/
|
|
294
280
|
readonly mergeRequestsAccessLevel: pulumi.Output<string>;
|
|
295
|
-
/**
|
|
296
|
-
* Enable merge requests for the project. Use `mergeRequestsAccessLevel` instead. To be removed in 19.0.
|
|
297
|
-
*
|
|
298
|
-
* @deprecated Use `mergeRequestsAccessLevel` instead. To be removed in 19.0.
|
|
299
|
-
*/
|
|
300
|
-
readonly mergeRequestsEnabled: pulumi.Output<boolean>;
|
|
301
281
|
/**
|
|
302
282
|
* Sets the template for new merge requests in the project.
|
|
303
283
|
*/
|
|
@@ -310,24 +290,6 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
310
290
|
* Allows merge train merge requests to be merged without waiting for pipelines to finish. Requires `mergePipelinesEnabled` to be set to `true` to take effect.
|
|
311
291
|
*/
|
|
312
292
|
readonly mergeTrainsSkipTrainAllowed: pulumi.Output<boolean>;
|
|
313
|
-
/**
|
|
314
|
-
* Deprecated: to be removed in 19.0. Use `gitlab.ProjectPullMirror` instead. Enable project pull mirror.
|
|
315
|
-
*
|
|
316
|
-
* @deprecated To be removed in 19.0. Use `gitlab.ProjectPullMirror` instead.
|
|
317
|
-
*/
|
|
318
|
-
readonly mirror: pulumi.Output<boolean>;
|
|
319
|
-
/**
|
|
320
|
-
* Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_overwrites_diverged_branches` instead. Enable overwrite diverged branches for a mirrored project.
|
|
321
|
-
*
|
|
322
|
-
* @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_overwrites_diverged_branches` instead.
|
|
323
|
-
*/
|
|
324
|
-
readonly mirrorOverwritesDivergedBranches: pulumi.Output<boolean>;
|
|
325
|
-
/**
|
|
326
|
-
* Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_trigger_builds` instead. Enable trigger builds on pushes for a mirrored project.
|
|
327
|
-
*
|
|
328
|
-
* @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_trigger_builds` instead.
|
|
329
|
-
*/
|
|
330
|
-
readonly mirrorTriggerBuilds: pulumi.Output<boolean>;
|
|
331
293
|
/**
|
|
332
294
|
* Set visibility of machine learning model experiments. Valid values are `disabled`, `private`, `enabled`.
|
|
333
295
|
*/
|
|
@@ -361,11 +323,9 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
361
323
|
*/
|
|
362
324
|
readonly onlyAllowMergeIfPipelineSucceeds: pulumi.Output<boolean>;
|
|
363
325
|
/**
|
|
364
|
-
*
|
|
365
|
-
*
|
|
366
|
-
* @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.only_mirror_protected_branches` instead.
|
|
326
|
+
* Set visibility of the package registry. Valid values are `disabled`, `private`, `enabled`, `public`.
|
|
367
327
|
*/
|
|
368
|
-
readonly
|
|
328
|
+
readonly packageRegistryAccessLevel: pulumi.Output<string>;
|
|
369
329
|
/**
|
|
370
330
|
* Enable packages repository for the project.
|
|
371
331
|
*/
|
|
@@ -386,12 +346,6 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
386
346
|
* Set to `true` to immediately permanently delete the project instead of scheduling a delete for Premium and Ultimate tiers.
|
|
387
347
|
*/
|
|
388
348
|
readonly permanentlyDeleteOnDestroy: pulumi.Output<boolean | undefined>;
|
|
389
|
-
/**
|
|
390
|
-
* Enable pipelines for the project. The `pipelinesEnabled` field is being sent as `jobsEnabled` in the GitLab API calls. Use `buildsAccessLevel` instead. To be removed in 19.0.
|
|
391
|
-
*
|
|
392
|
-
* @deprecated Use `buildsAccessLevel` instead. To be removed in 19.0.
|
|
393
|
-
*/
|
|
394
|
-
readonly pipelinesEnabled: pulumi.Output<boolean>;
|
|
395
349
|
/**
|
|
396
350
|
* Whether Secret Push Detection is enabled. Requires GitLab Ultimate.
|
|
397
351
|
*/
|
|
@@ -404,6 +358,10 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
404
358
|
* Show link to create/view merge request when pushing from the command line
|
|
405
359
|
*/
|
|
406
360
|
readonly printingMergeRequestLinkEnabled: pulumi.Output<boolean>;
|
|
361
|
+
/**
|
|
362
|
+
* Whether pipelines triggered for merge requests run with project secrets and protected variables, instead of the contributor's lower-privileged context.
|
|
363
|
+
*/
|
|
364
|
+
readonly protectMergeRequestPipelines: pulumi.Output<boolean>;
|
|
407
365
|
/**
|
|
408
366
|
* If true, jobs can be viewed by non-project members.
|
|
409
367
|
*
|
|
@@ -450,12 +408,6 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
450
408
|
* The default resource group process mode for the project.
|
|
451
409
|
*/
|
|
452
410
|
readonly resourceGroupDefaultProcessMode: pulumi.Output<string>;
|
|
453
|
-
/**
|
|
454
|
-
* Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline. Use `ciPipelineVariablesMinimumOverrideRole` instead. To be removed in 19.0.
|
|
455
|
-
*
|
|
456
|
-
* @deprecated Use `ciPipelineVariablesMinimumOverrideRole` instead. To be removed in 19.0.
|
|
457
|
-
*/
|
|
458
|
-
readonly restrictUserDefinedVariables: pulumi.Output<boolean>;
|
|
459
411
|
/**
|
|
460
412
|
* Registration token to use during runner setup.
|
|
461
413
|
*/
|
|
@@ -479,12 +431,6 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
479
431
|
* Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
|
|
480
432
|
*/
|
|
481
433
|
readonly snippetsAccessLevel: pulumi.Output<string>;
|
|
482
|
-
/**
|
|
483
|
-
* Enable snippets for the project. Use `snippetsAccessLevel` instead. To be removed in 19.0.
|
|
484
|
-
*
|
|
485
|
-
* @deprecated Use `snippetsAccessLevel` instead. To be removed in 19.0.
|
|
486
|
-
*/
|
|
487
|
-
readonly snippetsEnabled: pulumi.Output<boolean>;
|
|
488
434
|
/**
|
|
489
435
|
* Template used to create squash commit message in merge requests.
|
|
490
436
|
*/
|
|
@@ -501,12 +447,6 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
501
447
|
* The commit message used to apply merge request suggestions.
|
|
502
448
|
*/
|
|
503
449
|
readonly suggestionCommitMessage: pulumi.Output<string | undefined>;
|
|
504
|
-
/**
|
|
505
|
-
* The list of tags for a project; put array of tags, that should be finally assigned to a project. Use `topics` instead. To be removed in 19.0.
|
|
506
|
-
*
|
|
507
|
-
* @deprecated Use `topics` instead. To be removed in 19.0.
|
|
508
|
-
*/
|
|
509
|
-
readonly tags: pulumi.Output<string[]>;
|
|
510
450
|
/**
|
|
511
451
|
* When used without use*custom*template, name of a built-in project template. When used with use*custom*template, name of a custom project template. This option is mutually exclusive with `templateProjectId`.
|
|
512
452
|
*/
|
|
@@ -536,12 +476,6 @@ export declare class Project extends pulumi.CustomResource {
|
|
|
536
476
|
* Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
|
|
537
477
|
*/
|
|
538
478
|
readonly wikiAccessLevel: pulumi.Output<string>;
|
|
539
|
-
/**
|
|
540
|
-
* Enable wiki for the project. Use `wikiAccessLevel` instead. To be removed in 19.0.
|
|
541
|
-
*
|
|
542
|
-
* @deprecated Use `wikiAccessLevel` instead. To be removed in 19.0.
|
|
543
|
-
*/
|
|
544
|
-
readonly wikiEnabled: pulumi.Output<boolean>;
|
|
545
479
|
/**
|
|
546
480
|
* Create a Project resource with the given unique name, arguments, and options.
|
|
547
481
|
*
|
|
@@ -567,12 +501,6 @@ export interface ProjectState {
|
|
|
567
501
|
* Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
|
|
568
502
|
*/
|
|
569
503
|
analyticsAccessLevel?: pulumi.Input<string | undefined>;
|
|
570
|
-
/**
|
|
571
|
-
* Number of merge request approvals required for merging. Default is 0. This field **does not** work well in combination with the `gitlab.ProjectApprovalRule` resource. We recommend you do not use this deprecated field and use `gitlab.ProjectApprovalRule` instead. To be removed in 19.0.
|
|
572
|
-
*
|
|
573
|
-
* @deprecated Use the resource `gitlab.ProjectApprovalRule` instead. To be removed in 19.0.
|
|
574
|
-
*/
|
|
575
|
-
approvalsBeforeMerge?: pulumi.Input<number | undefined>;
|
|
576
504
|
/**
|
|
577
505
|
* Set to `true` to archive the project instead of deleting on destroy. If set to `true` it will entire omit the `DELETE` operation.
|
|
578
506
|
*/
|
|
@@ -641,6 +569,10 @@ export interface ProjectState {
|
|
|
641
569
|
* Pipelines older than the configured time are deleted.
|
|
642
570
|
*/
|
|
643
571
|
ciDeletePipelinesInSeconds?: pulumi.Input<number | undefined>;
|
|
572
|
+
/**
|
|
573
|
+
* Show pipeline variables on the pipeline details page. Introduced in GitLab 17.8.
|
|
574
|
+
*/
|
|
575
|
+
ciDisplayPipelineVariables?: pulumi.Input<boolean | undefined>;
|
|
644
576
|
/**
|
|
645
577
|
* When a new deployment job starts, skip older deployment jobs that are still pending.
|
|
646
578
|
*/
|
|
@@ -662,7 +594,7 @@ export interface ProjectState {
|
|
|
662
594
|
*/
|
|
663
595
|
ciPushRepositoryForJobTokenAllowed?: pulumi.Input<boolean | undefined>;
|
|
664
596
|
/**
|
|
665
|
-
* The role required to cancel a pipeline or job. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `
|
|
597
|
+
* The role required to cancel a pipeline or job. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `noOne`
|
|
666
598
|
*/
|
|
667
599
|
ciRestrictPipelineCancellationRole?: pulumi.Input<string | undefined>;
|
|
668
600
|
/**
|
|
@@ -677,12 +609,6 @@ export interface ProjectState {
|
|
|
677
609
|
* Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
|
|
678
610
|
*/
|
|
679
611
|
containerRegistryAccessLevel?: pulumi.Input<string | undefined>;
|
|
680
|
-
/**
|
|
681
|
-
* Enable container registry for the project. Use `containerRegistryAccessLevel` instead. To be removed in 19.0.
|
|
682
|
-
*
|
|
683
|
-
* @deprecated Use `containerRegistryAccessLevel` instead. To be removed in 19.0.
|
|
684
|
-
*/
|
|
685
|
-
containerRegistryEnabled?: pulumi.Input<boolean | undefined>;
|
|
686
612
|
/**
|
|
687
613
|
* The default branch for the project.
|
|
688
614
|
*/
|
|
@@ -732,7 +658,7 @@ export interface ProjectState {
|
|
|
732
658
|
*/
|
|
733
659
|
httpUrlToRepo?: pulumi.Input<string | undefined>;
|
|
734
660
|
/**
|
|
735
|
-
* Git URL to a repository to be imported.
|
|
661
|
+
* Git URL to a repository to be imported. Make sure to provide the credentials in `importUrlUsername` and `importUrlPassword`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `pulumi import`. See the examples section for how to properly use it.
|
|
736
662
|
*/
|
|
737
663
|
importUrl?: pulumi.Input<string | undefined>;
|
|
738
664
|
/**
|
|
@@ -755,12 +681,6 @@ export interface ProjectState {
|
|
|
755
681
|
* Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
|
|
756
682
|
*/
|
|
757
683
|
issuesAccessLevel?: pulumi.Input<string | undefined>;
|
|
758
|
-
/**
|
|
759
|
-
* Enable issue tracking for the project. Use `issuesAccessLevel` instead. To be removed in 19.0.
|
|
760
|
-
*
|
|
761
|
-
* @deprecated Use `issuesAccessLevel` instead. To be removed in 19.0.
|
|
762
|
-
*/
|
|
763
|
-
issuesEnabled?: pulumi.Input<boolean | undefined>;
|
|
764
684
|
/**
|
|
765
685
|
* Sets the template for new issues in the project.
|
|
766
686
|
*/
|
|
@@ -801,12 +721,6 @@ export interface ProjectState {
|
|
|
801
721
|
* Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
|
|
802
722
|
*/
|
|
803
723
|
mergeRequestsAccessLevel?: pulumi.Input<string | undefined>;
|
|
804
|
-
/**
|
|
805
|
-
* Enable merge requests for the project. Use `mergeRequestsAccessLevel` instead. To be removed in 19.0.
|
|
806
|
-
*
|
|
807
|
-
* @deprecated Use `mergeRequestsAccessLevel` instead. To be removed in 19.0.
|
|
808
|
-
*/
|
|
809
|
-
mergeRequestsEnabled?: pulumi.Input<boolean | undefined>;
|
|
810
724
|
/**
|
|
811
725
|
* Sets the template for new merge requests in the project.
|
|
812
726
|
*/
|
|
@@ -819,24 +733,6 @@ export interface ProjectState {
|
|
|
819
733
|
* Allows merge train merge requests to be merged without waiting for pipelines to finish. Requires `mergePipelinesEnabled` to be set to `true` to take effect.
|
|
820
734
|
*/
|
|
821
735
|
mergeTrainsSkipTrainAllowed?: pulumi.Input<boolean | undefined>;
|
|
822
|
-
/**
|
|
823
|
-
* Deprecated: to be removed in 19.0. Use `gitlab.ProjectPullMirror` instead. Enable project pull mirror.
|
|
824
|
-
*
|
|
825
|
-
* @deprecated To be removed in 19.0. Use `gitlab.ProjectPullMirror` instead.
|
|
826
|
-
*/
|
|
827
|
-
mirror?: pulumi.Input<boolean | undefined>;
|
|
828
|
-
/**
|
|
829
|
-
* Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_overwrites_diverged_branches` instead. Enable overwrite diverged branches for a mirrored project.
|
|
830
|
-
*
|
|
831
|
-
* @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_overwrites_diverged_branches` instead.
|
|
832
|
-
*/
|
|
833
|
-
mirrorOverwritesDivergedBranches?: pulumi.Input<boolean | undefined>;
|
|
834
|
-
/**
|
|
835
|
-
* Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_trigger_builds` instead. Enable trigger builds on pushes for a mirrored project.
|
|
836
|
-
*
|
|
837
|
-
* @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_trigger_builds` instead.
|
|
838
|
-
*/
|
|
839
|
-
mirrorTriggerBuilds?: pulumi.Input<boolean | undefined>;
|
|
840
736
|
/**
|
|
841
737
|
* Set visibility of machine learning model experiments. Valid values are `disabled`, `private`, `enabled`.
|
|
842
738
|
*/
|
|
@@ -870,11 +766,9 @@ export interface ProjectState {
|
|
|
870
766
|
*/
|
|
871
767
|
onlyAllowMergeIfPipelineSucceeds?: pulumi.Input<boolean | undefined>;
|
|
872
768
|
/**
|
|
873
|
-
*
|
|
874
|
-
*
|
|
875
|
-
* @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.only_mirror_protected_branches` instead.
|
|
769
|
+
* Set visibility of the package registry. Valid values are `disabled`, `private`, `enabled`, `public`.
|
|
876
770
|
*/
|
|
877
|
-
|
|
771
|
+
packageRegistryAccessLevel?: pulumi.Input<string | undefined>;
|
|
878
772
|
/**
|
|
879
773
|
* Enable packages repository for the project.
|
|
880
774
|
*/
|
|
@@ -895,12 +789,6 @@ export interface ProjectState {
|
|
|
895
789
|
* Set to `true` to immediately permanently delete the project instead of scheduling a delete for Premium and Ultimate tiers.
|
|
896
790
|
*/
|
|
897
791
|
permanentlyDeleteOnDestroy?: pulumi.Input<boolean | undefined>;
|
|
898
|
-
/**
|
|
899
|
-
* Enable pipelines for the project. The `pipelinesEnabled` field is being sent as `jobsEnabled` in the GitLab API calls. Use `buildsAccessLevel` instead. To be removed in 19.0.
|
|
900
|
-
*
|
|
901
|
-
* @deprecated Use `buildsAccessLevel` instead. To be removed in 19.0.
|
|
902
|
-
*/
|
|
903
|
-
pipelinesEnabled?: pulumi.Input<boolean | undefined>;
|
|
904
792
|
/**
|
|
905
793
|
* Whether Secret Push Detection is enabled. Requires GitLab Ultimate.
|
|
906
794
|
*/
|
|
@@ -913,6 +801,10 @@ export interface ProjectState {
|
|
|
913
801
|
* Show link to create/view merge request when pushing from the command line
|
|
914
802
|
*/
|
|
915
803
|
printingMergeRequestLinkEnabled?: pulumi.Input<boolean | undefined>;
|
|
804
|
+
/**
|
|
805
|
+
* Whether pipelines triggered for merge requests run with project secrets and protected variables, instead of the contributor's lower-privileged context.
|
|
806
|
+
*/
|
|
807
|
+
protectMergeRequestPipelines?: pulumi.Input<boolean | undefined>;
|
|
916
808
|
/**
|
|
917
809
|
* If true, jobs can be viewed by non-project members.
|
|
918
810
|
*
|
|
@@ -959,12 +851,6 @@ export interface ProjectState {
|
|
|
959
851
|
* The default resource group process mode for the project.
|
|
960
852
|
*/
|
|
961
853
|
resourceGroupDefaultProcessMode?: pulumi.Input<string | undefined>;
|
|
962
|
-
/**
|
|
963
|
-
* Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline. Use `ciPipelineVariablesMinimumOverrideRole` instead. To be removed in 19.0.
|
|
964
|
-
*
|
|
965
|
-
* @deprecated Use `ciPipelineVariablesMinimumOverrideRole` instead. To be removed in 19.0.
|
|
966
|
-
*/
|
|
967
|
-
restrictUserDefinedVariables?: pulumi.Input<boolean | undefined>;
|
|
968
854
|
/**
|
|
969
855
|
* Registration token to use during runner setup.
|
|
970
856
|
*/
|
|
@@ -988,12 +874,6 @@ export interface ProjectState {
|
|
|
988
874
|
* Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
|
|
989
875
|
*/
|
|
990
876
|
snippetsAccessLevel?: pulumi.Input<string | undefined>;
|
|
991
|
-
/**
|
|
992
|
-
* Enable snippets for the project. Use `snippetsAccessLevel` instead. To be removed in 19.0.
|
|
993
|
-
*
|
|
994
|
-
* @deprecated Use `snippetsAccessLevel` instead. To be removed in 19.0.
|
|
995
|
-
*/
|
|
996
|
-
snippetsEnabled?: pulumi.Input<boolean | undefined>;
|
|
997
877
|
/**
|
|
998
878
|
* Template used to create squash commit message in merge requests.
|
|
999
879
|
*/
|
|
@@ -1010,12 +890,6 @@ export interface ProjectState {
|
|
|
1010
890
|
* The commit message used to apply merge request suggestions.
|
|
1011
891
|
*/
|
|
1012
892
|
suggestionCommitMessage?: pulumi.Input<string | undefined>;
|
|
1013
|
-
/**
|
|
1014
|
-
* The list of tags for a project; put array of tags, that should be finally assigned to a project. Use `topics` instead. To be removed in 19.0.
|
|
1015
|
-
*
|
|
1016
|
-
* @deprecated Use `topics` instead. To be removed in 19.0.
|
|
1017
|
-
*/
|
|
1018
|
-
tags?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
1019
893
|
/**
|
|
1020
894
|
* When used without use*custom*template, name of a built-in project template. When used with use*custom*template, name of a custom project template. This option is mutually exclusive with `templateProjectId`.
|
|
1021
895
|
*/
|
|
@@ -1045,12 +919,6 @@ export interface ProjectState {
|
|
|
1045
919
|
* Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
|
|
1046
920
|
*/
|
|
1047
921
|
wikiAccessLevel?: pulumi.Input<string | undefined>;
|
|
1048
|
-
/**
|
|
1049
|
-
* Enable wiki for the project. Use `wikiAccessLevel` instead. To be removed in 19.0.
|
|
1050
|
-
*
|
|
1051
|
-
* @deprecated Use `wikiAccessLevel` instead. To be removed in 19.0.
|
|
1052
|
-
*/
|
|
1053
|
-
wikiEnabled?: pulumi.Input<boolean | undefined>;
|
|
1054
922
|
}
|
|
1055
923
|
/**
|
|
1056
924
|
* The set of arguments for constructing a Project resource.
|
|
@@ -1068,12 +936,6 @@ export interface ProjectArgs {
|
|
|
1068
936
|
* Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
|
|
1069
937
|
*/
|
|
1070
938
|
analyticsAccessLevel?: pulumi.Input<string | undefined>;
|
|
1071
|
-
/**
|
|
1072
|
-
* Number of merge request approvals required for merging. Default is 0. This field **does not** work well in combination with the `gitlab.ProjectApprovalRule` resource. We recommend you do not use this deprecated field and use `gitlab.ProjectApprovalRule` instead. To be removed in 19.0.
|
|
1073
|
-
*
|
|
1074
|
-
* @deprecated Use the resource `gitlab.ProjectApprovalRule` instead. To be removed in 19.0.
|
|
1075
|
-
*/
|
|
1076
|
-
approvalsBeforeMerge?: pulumi.Input<number | undefined>;
|
|
1077
939
|
/**
|
|
1078
940
|
* Set to `true` to archive the project instead of deleting on destroy. If set to `true` it will entire omit the `DELETE` operation.
|
|
1079
941
|
*/
|
|
@@ -1138,6 +1000,10 @@ export interface ProjectArgs {
|
|
|
1138
1000
|
* Pipelines older than the configured time are deleted.
|
|
1139
1001
|
*/
|
|
1140
1002
|
ciDeletePipelinesInSeconds?: pulumi.Input<number | undefined>;
|
|
1003
|
+
/**
|
|
1004
|
+
* Show pipeline variables on the pipeline details page. Introduced in GitLab 17.8.
|
|
1005
|
+
*/
|
|
1006
|
+
ciDisplayPipelineVariables?: pulumi.Input<boolean | undefined>;
|
|
1141
1007
|
/**
|
|
1142
1008
|
* When a new deployment job starts, skip older deployment jobs that are still pending.
|
|
1143
1009
|
*/
|
|
@@ -1159,7 +1025,7 @@ export interface ProjectArgs {
|
|
|
1159
1025
|
*/
|
|
1160
1026
|
ciPushRepositoryForJobTokenAllowed?: pulumi.Input<boolean | undefined>;
|
|
1161
1027
|
/**
|
|
1162
|
-
* The role required to cancel a pipeline or job. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `
|
|
1028
|
+
* The role required to cancel a pipeline or job. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `noOne`
|
|
1163
1029
|
*/
|
|
1164
1030
|
ciRestrictPipelineCancellationRole?: pulumi.Input<string | undefined>;
|
|
1165
1031
|
/**
|
|
@@ -1174,12 +1040,6 @@ export interface ProjectArgs {
|
|
|
1174
1040
|
* Set visibility of container registry, for this project. Valid values are `disabled`, `private`, `enabled`.
|
|
1175
1041
|
*/
|
|
1176
1042
|
containerRegistryAccessLevel?: pulumi.Input<string | undefined>;
|
|
1177
|
-
/**
|
|
1178
|
-
* Enable container registry for the project. Use `containerRegistryAccessLevel` instead. To be removed in 19.0.
|
|
1179
|
-
*
|
|
1180
|
-
* @deprecated Use `containerRegistryAccessLevel` instead. To be removed in 19.0.
|
|
1181
|
-
*/
|
|
1182
|
-
containerRegistryEnabled?: pulumi.Input<boolean | undefined>;
|
|
1183
1043
|
/**
|
|
1184
1044
|
* The default branch for the project.
|
|
1185
1045
|
*/
|
|
@@ -1221,7 +1081,7 @@ export interface ProjectArgs {
|
|
|
1221
1081
|
*/
|
|
1222
1082
|
groupWithProjectTemplatesId?: pulumi.Input<number | undefined>;
|
|
1223
1083
|
/**
|
|
1224
|
-
* Git URL to a repository to be imported.
|
|
1084
|
+
* Git URL to a repository to be imported. Make sure to provide the credentials in `importUrlUsername` and `importUrlPassword`. GitLab never returns the credentials, thus the provider cannot detect configuration drift in the credentials. They can also not be imported using `pulumi import`. See the examples section for how to properly use it.
|
|
1225
1085
|
*/
|
|
1226
1086
|
importUrl?: pulumi.Input<string | undefined>;
|
|
1227
1087
|
/**
|
|
@@ -1244,12 +1104,6 @@ export interface ProjectArgs {
|
|
|
1244
1104
|
* Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
|
|
1245
1105
|
*/
|
|
1246
1106
|
issuesAccessLevel?: pulumi.Input<string | undefined>;
|
|
1247
|
-
/**
|
|
1248
|
-
* Enable issue tracking for the project. Use `issuesAccessLevel` instead. To be removed in 19.0.
|
|
1249
|
-
*
|
|
1250
|
-
* @deprecated Use `issuesAccessLevel` instead. To be removed in 19.0.
|
|
1251
|
-
*/
|
|
1252
|
-
issuesEnabled?: pulumi.Input<boolean | undefined>;
|
|
1253
1107
|
/**
|
|
1254
1108
|
* Sets the template for new issues in the project.
|
|
1255
1109
|
*/
|
|
@@ -1290,12 +1144,6 @@ export interface ProjectArgs {
|
|
|
1290
1144
|
* Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
|
|
1291
1145
|
*/
|
|
1292
1146
|
mergeRequestsAccessLevel?: pulumi.Input<string | undefined>;
|
|
1293
|
-
/**
|
|
1294
|
-
* Enable merge requests for the project. Use `mergeRequestsAccessLevel` instead. To be removed in 19.0.
|
|
1295
|
-
*
|
|
1296
|
-
* @deprecated Use `mergeRequestsAccessLevel` instead. To be removed in 19.0.
|
|
1297
|
-
*/
|
|
1298
|
-
mergeRequestsEnabled?: pulumi.Input<boolean | undefined>;
|
|
1299
1147
|
/**
|
|
1300
1148
|
* Sets the template for new merge requests in the project.
|
|
1301
1149
|
*/
|
|
@@ -1308,24 +1156,6 @@ export interface ProjectArgs {
|
|
|
1308
1156
|
* Allows merge train merge requests to be merged without waiting for pipelines to finish. Requires `mergePipelinesEnabled` to be set to `true` to take effect.
|
|
1309
1157
|
*/
|
|
1310
1158
|
mergeTrainsSkipTrainAllowed?: pulumi.Input<boolean | undefined>;
|
|
1311
|
-
/**
|
|
1312
|
-
* Deprecated: to be removed in 19.0. Use `gitlab.ProjectPullMirror` instead. Enable project pull mirror.
|
|
1313
|
-
*
|
|
1314
|
-
* @deprecated To be removed in 19.0. Use `gitlab.ProjectPullMirror` instead.
|
|
1315
|
-
*/
|
|
1316
|
-
mirror?: pulumi.Input<boolean | undefined>;
|
|
1317
|
-
/**
|
|
1318
|
-
* Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_overwrites_diverged_branches` instead. Enable overwrite diverged branches for a mirrored project.
|
|
1319
|
-
*
|
|
1320
|
-
* @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_overwrites_diverged_branches` instead.
|
|
1321
|
-
*/
|
|
1322
|
-
mirrorOverwritesDivergedBranches?: pulumi.Input<boolean | undefined>;
|
|
1323
|
-
/**
|
|
1324
|
-
* Deprecated: to be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_trigger_builds` instead. Enable trigger builds on pushes for a mirrored project.
|
|
1325
|
-
*
|
|
1326
|
-
* @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.mirror_trigger_builds` instead.
|
|
1327
|
-
*/
|
|
1328
|
-
mirrorTriggerBuilds?: pulumi.Input<boolean | undefined>;
|
|
1329
1159
|
/**
|
|
1330
1160
|
* Set visibility of machine learning model experiments. Valid values are `disabled`, `private`, `enabled`.
|
|
1331
1161
|
*/
|
|
@@ -1359,11 +1189,9 @@ export interface ProjectArgs {
|
|
|
1359
1189
|
*/
|
|
1360
1190
|
onlyAllowMergeIfPipelineSucceeds?: pulumi.Input<boolean | undefined>;
|
|
1361
1191
|
/**
|
|
1362
|
-
*
|
|
1363
|
-
*
|
|
1364
|
-
* @deprecated To be removed in 19.0. Use `gitlab_project_pull_mirror.only_mirror_protected_branches` instead.
|
|
1192
|
+
* Set visibility of the package registry. Valid values are `disabled`, `private`, `enabled`, `public`.
|
|
1365
1193
|
*/
|
|
1366
|
-
|
|
1194
|
+
packageRegistryAccessLevel?: pulumi.Input<string | undefined>;
|
|
1367
1195
|
/**
|
|
1368
1196
|
* Enable packages repository for the project.
|
|
1369
1197
|
*/
|
|
@@ -1380,12 +1208,6 @@ export interface ProjectArgs {
|
|
|
1380
1208
|
* Set to `true` to immediately permanently delete the project instead of scheduling a delete for Premium and Ultimate tiers.
|
|
1381
1209
|
*/
|
|
1382
1210
|
permanentlyDeleteOnDestroy?: pulumi.Input<boolean | undefined>;
|
|
1383
|
-
/**
|
|
1384
|
-
* Enable pipelines for the project. The `pipelinesEnabled` field is being sent as `jobsEnabled` in the GitLab API calls. Use `buildsAccessLevel` instead. To be removed in 19.0.
|
|
1385
|
-
*
|
|
1386
|
-
* @deprecated Use `buildsAccessLevel` instead. To be removed in 19.0.
|
|
1387
|
-
*/
|
|
1388
|
-
pipelinesEnabled?: pulumi.Input<boolean | undefined>;
|
|
1389
1211
|
/**
|
|
1390
1212
|
* Whether Secret Push Detection is enabled. Requires GitLab Ultimate.
|
|
1391
1213
|
*/
|
|
@@ -1398,6 +1220,10 @@ export interface ProjectArgs {
|
|
|
1398
1220
|
* Show link to create/view merge request when pushing from the command line
|
|
1399
1221
|
*/
|
|
1400
1222
|
printingMergeRequestLinkEnabled?: pulumi.Input<boolean | undefined>;
|
|
1223
|
+
/**
|
|
1224
|
+
* Whether pipelines triggered for merge requests run with project secrets and protected variables, instead of the contributor's lower-privileged context.
|
|
1225
|
+
*/
|
|
1226
|
+
protectMergeRequestPipelines?: pulumi.Input<boolean | undefined>;
|
|
1401
1227
|
/**
|
|
1402
1228
|
* If true, jobs can be viewed by non-project members.
|
|
1403
1229
|
*
|
|
@@ -1444,12 +1270,6 @@ export interface ProjectArgs {
|
|
|
1444
1270
|
* The default resource group process mode for the project.
|
|
1445
1271
|
*/
|
|
1446
1272
|
resourceGroupDefaultProcessMode?: pulumi.Input<string | undefined>;
|
|
1447
|
-
/**
|
|
1448
|
-
* Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline. Use `ciPipelineVariablesMinimumOverrideRole` instead. To be removed in 19.0.
|
|
1449
|
-
*
|
|
1450
|
-
* @deprecated Use `ciPipelineVariablesMinimumOverrideRole` instead. To be removed in 19.0.
|
|
1451
|
-
*/
|
|
1452
|
-
restrictUserDefinedVariables?: pulumi.Input<boolean | undefined>;
|
|
1453
1273
|
/**
|
|
1454
1274
|
* Set the security and compliance access level. Valid values are `disabled`, `private`, `enabled`.
|
|
1455
1275
|
*/
|
|
@@ -1469,12 +1289,6 @@ export interface ProjectArgs {
|
|
|
1469
1289
|
* Set the snippets access level. Valid values are `disabled`, `private`, `enabled`.
|
|
1470
1290
|
*/
|
|
1471
1291
|
snippetsAccessLevel?: pulumi.Input<string | undefined>;
|
|
1472
|
-
/**
|
|
1473
|
-
* Enable snippets for the project. Use `snippetsAccessLevel` instead. To be removed in 19.0.
|
|
1474
|
-
*
|
|
1475
|
-
* @deprecated Use `snippetsAccessLevel` instead. To be removed in 19.0.
|
|
1476
|
-
*/
|
|
1477
|
-
snippetsEnabled?: pulumi.Input<boolean | undefined>;
|
|
1478
1292
|
/**
|
|
1479
1293
|
* Template used to create squash commit message in merge requests.
|
|
1480
1294
|
*/
|
|
@@ -1487,12 +1301,6 @@ export interface ProjectArgs {
|
|
|
1487
1301
|
* The commit message used to apply merge request suggestions.
|
|
1488
1302
|
*/
|
|
1489
1303
|
suggestionCommitMessage?: pulumi.Input<string | undefined>;
|
|
1490
|
-
/**
|
|
1491
|
-
* The list of tags for a project; put array of tags, that should be finally assigned to a project. Use `topics` instead. To be removed in 19.0.
|
|
1492
|
-
*
|
|
1493
|
-
* @deprecated Use `topics` instead. To be removed in 19.0.
|
|
1494
|
-
*/
|
|
1495
|
-
tags?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
1496
1304
|
/**
|
|
1497
1305
|
* When used without use*custom*template, name of a built-in project template. When used with use*custom*template, name of a custom project template. This option is mutually exclusive with `templateProjectId`.
|
|
1498
1306
|
*/
|
|
@@ -1518,11 +1326,5 @@ export interface ProjectArgs {
|
|
|
1518
1326
|
* Set the wiki access level. Valid values are `disabled`, `private`, `enabled`.
|
|
1519
1327
|
*/
|
|
1520
1328
|
wikiAccessLevel?: pulumi.Input<string | undefined>;
|
|
1521
|
-
/**
|
|
1522
|
-
* Enable wiki for the project. Use `wikiAccessLevel` instead. To be removed in 19.0.
|
|
1523
|
-
*
|
|
1524
|
-
* @deprecated Use `wikiAccessLevel` instead. To be removed in 19.0.
|
|
1525
|
-
*/
|
|
1526
|
-
wikiEnabled?: pulumi.Input<boolean | undefined>;
|
|
1527
1329
|
}
|
|
1528
1330
|
//# sourceMappingURL=project.d.ts.map
|