@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/getProject.d.ts
CHANGED
|
@@ -10,14 +10,6 @@ export declare function getProject(args?: GetProjectArgs, opts?: pulumi.InvokeOp
|
|
|
10
10
|
* A collection of arguments for invoking getProject.
|
|
11
11
|
*/
|
|
12
12
|
export interface GetProjectArgs {
|
|
13
|
-
/**
|
|
14
|
-
* Default number of revisions for shallow cloning.
|
|
15
|
-
*/
|
|
16
|
-
ciDefaultGitDepth?: number;
|
|
17
|
-
/**
|
|
18
|
-
* Fields included in the sub claim of the ID Token. Accepts an array starting with project*path. The array might also include ref*type and ref. Defaults to ["project*path", "ref*type", "ref"]. Introduced in GitLab 17.10.
|
|
19
|
-
*/
|
|
20
|
-
ciIdTokenSubClaimComponents?: string[];
|
|
21
13
|
/**
|
|
22
14
|
* The integer that uniquely identifies the project within the gitlab install.
|
|
23
15
|
*/
|
|
@@ -26,15 +18,15 @@ export interface GetProjectArgs {
|
|
|
26
18
|
* The path of the repository with namespace.
|
|
27
19
|
*/
|
|
28
20
|
pathWithNamespace?: string;
|
|
29
|
-
/**
|
|
30
|
-
* If true, jobs can be viewed by non-project members.
|
|
31
|
-
*/
|
|
32
|
-
publicBuilds?: boolean;
|
|
33
21
|
}
|
|
34
22
|
/**
|
|
35
23
|
* A collection of values returned by getProject.
|
|
36
24
|
*/
|
|
37
25
|
export interface GetProjectResult {
|
|
26
|
+
/**
|
|
27
|
+
* Whether `allowMergeOnSkippedPipeline` is enabled for the project.
|
|
28
|
+
*/
|
|
29
|
+
readonly allowMergeOnSkippedPipeline: boolean;
|
|
38
30
|
/**
|
|
39
31
|
* Set whether or not a pipeline triggerer is allowed to approve deployments. Premium and Ultimate only.
|
|
40
32
|
*/
|
|
@@ -43,12 +35,18 @@ export interface GetProjectResult {
|
|
|
43
35
|
* Set the analytics access level. Valid values are `disabled`, `private`, `enabled`.
|
|
44
36
|
*/
|
|
45
37
|
readonly analyticsAccessLevel: string;
|
|
38
|
+
/**
|
|
39
|
+
* The number of approvals needed in a merge request.
|
|
40
|
+
*
|
|
41
|
+
* @deprecated Use the Merge Request Approvals API instead, to be removed in 20.0.
|
|
42
|
+
*/
|
|
43
|
+
readonly approvalsBeforeMerge: number;
|
|
46
44
|
/**
|
|
47
45
|
* Whether the project is in read-only mode (archived).
|
|
48
46
|
*/
|
|
49
47
|
readonly archived: boolean;
|
|
50
48
|
/**
|
|
51
|
-
* Auto-cancel pending pipelines. This isn
|
|
49
|
+
* Auto-cancel pending pipelines. This isn't a boolean, but `enabled`/`disabled`.
|
|
52
50
|
*/
|
|
53
51
|
readonly autoCancelPendingPipelines: string;
|
|
54
52
|
/**
|
|
@@ -59,12 +57,24 @@ export interface GetProjectResult {
|
|
|
59
57
|
* Enable Auto DevOps for this project.
|
|
60
58
|
*/
|
|
61
59
|
readonly autoDevopsEnabled: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Whether GitLab Duo code review is enabled for the project.
|
|
62
|
+
*/
|
|
63
|
+
readonly autoDuoCodeReviewEnabled: boolean;
|
|
62
64
|
/**
|
|
63
65
|
* Set whether auto-closing referenced issues on default branch.
|
|
64
66
|
*/
|
|
65
67
|
readonly autocloseReferencedIssues: boolean;
|
|
66
68
|
/**
|
|
67
|
-
* The
|
|
69
|
+
* The avatar URL of the project.
|
|
70
|
+
*/
|
|
71
|
+
readonly avatarUrl: string;
|
|
72
|
+
/**
|
|
73
|
+
* Build coverage regex for the project.
|
|
74
|
+
*/
|
|
75
|
+
readonly buildCoverageRegex: string;
|
|
76
|
+
/**
|
|
77
|
+
* The Git strategy. Defaults to `fetch`.
|
|
68
78
|
*/
|
|
69
79
|
readonly buildGitStrategy: string;
|
|
70
80
|
/**
|
|
@@ -75,6 +85,14 @@ export interface GetProjectResult {
|
|
|
75
85
|
* Set the builds access level. Valid values are `disabled`, `private`, `enabled`.
|
|
76
86
|
*/
|
|
77
87
|
readonly buildsAccessLevel: string;
|
|
88
|
+
/**
|
|
89
|
+
* Whether the calling user can create merge requests in this project.
|
|
90
|
+
*/
|
|
91
|
+
readonly canCreateMergeRequestIn: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* Whether pipelines triggered from merge requests opened from forks may run in the parent project.
|
|
94
|
+
*/
|
|
95
|
+
readonly ciAllowForkPipelinesToRunInParentProject: boolean;
|
|
78
96
|
/**
|
|
79
97
|
* CI config file path for the project.
|
|
80
98
|
*/
|
|
@@ -88,15 +106,39 @@ export interface GetProjectResult {
|
|
|
88
106
|
*/
|
|
89
107
|
readonly ciDeletePipelinesInSeconds: number;
|
|
90
108
|
/**
|
|
91
|
-
*
|
|
109
|
+
* Whether pipeline variables are displayed in the UI.
|
|
110
|
+
*/
|
|
111
|
+
readonly ciDisplayPipelineVariables: boolean;
|
|
112
|
+
/**
|
|
113
|
+
* When a new deployment job starts, skip older deployment jobs that are still pending.
|
|
114
|
+
*/
|
|
115
|
+
readonly ciForwardDeploymentEnabled: boolean;
|
|
116
|
+
/**
|
|
117
|
+
* Allow job retries even if the deployment job is outdated.
|
|
118
|
+
*/
|
|
119
|
+
readonly ciForwardDeploymentRollbackAllowed: boolean;
|
|
120
|
+
/**
|
|
121
|
+
* Fields included in the sub claim of the ID Token. Accepts an array starting with `projectPath`. The array might also include `refType` and `ref`. Defaults to `["projectPath", "refType", "ref"]`. Introduced in GitLab 17.10.
|
|
92
122
|
*/
|
|
93
123
|
readonly ciIdTokenSubClaimComponents: string[];
|
|
94
124
|
/**
|
|
95
|
-
*
|
|
125
|
+
* Whether the CI/CD job token access scope is enabled (limits which projects can be accessed using the job token).
|
|
126
|
+
*/
|
|
127
|
+
readonly ciJobTokenScopeEnabled: boolean;
|
|
128
|
+
/**
|
|
129
|
+
* Whether the project must explicitly opt in to receive ID tokens in CI jobs.
|
|
130
|
+
*/
|
|
131
|
+
readonly ciOptInJwt: boolean;
|
|
132
|
+
/**
|
|
133
|
+
* The minimum role required to set variables when running pipelines and jobs. Introduced in GitLab 17.1. Valid values are `developer`, `maintainer`, `owner`, `noOneAllowed`.
|
|
96
134
|
*/
|
|
97
135
|
readonly ciPipelineVariablesMinimumOverrideRole: string;
|
|
98
136
|
/**
|
|
99
|
-
*
|
|
137
|
+
* Whether pushes to the repository using the CI/CD job token are allowed.
|
|
138
|
+
*/
|
|
139
|
+
readonly ciPushRepositoryForJobTokenAllowed: boolean;
|
|
140
|
+
/**
|
|
141
|
+
* The role required to cancel a pipeline or job. Premium and Ultimate only. Valid values are `developer`, `maintainer`, `noOne`.
|
|
100
142
|
*/
|
|
101
143
|
readonly ciRestrictPipelineCancellationRole: string;
|
|
102
144
|
/**
|
|
@@ -104,21 +146,53 @@ export interface GetProjectResult {
|
|
|
104
146
|
*/
|
|
105
147
|
readonly ciSeparatedCaches: boolean;
|
|
106
148
|
/**
|
|
107
|
-
*
|
|
149
|
+
* Compliance frameworks applied to the project. Premium and Ultimate only.
|
|
150
|
+
*/
|
|
151
|
+
readonly complianceFrameworks: string[];
|
|
152
|
+
/**
|
|
153
|
+
* The image cleanup policy for this project.
|
|
108
154
|
*/
|
|
109
155
|
readonly containerExpirationPolicies: outputs.GetProjectContainerExpirationPolicy[];
|
|
110
156
|
/**
|
|
111
|
-
* Set visibility of container registry
|
|
157
|
+
* Set visibility of container registry for this project. Valid values are `disabled`, `private`, `enabled`.
|
|
112
158
|
*/
|
|
113
159
|
readonly containerRegistryAccessLevel: string;
|
|
114
160
|
/**
|
|
115
|
-
*
|
|
161
|
+
* Whether the container registry is enabled for the project.
|
|
162
|
+
*
|
|
163
|
+
* @deprecated Use `containerRegistryAccessLevel` instead, to be removed in 20.0.
|
|
164
|
+
*/
|
|
165
|
+
readonly containerRegistryEnabled: boolean;
|
|
166
|
+
/**
|
|
167
|
+
* The image prefix used by the container registry for this project.
|
|
168
|
+
*/
|
|
169
|
+
readonly containerRegistryImagePrefix: string;
|
|
170
|
+
/**
|
|
171
|
+
* Creation time for the project.
|
|
172
|
+
*/
|
|
173
|
+
readonly createdAt: string;
|
|
174
|
+
/**
|
|
175
|
+
* Creator ID for the project.
|
|
176
|
+
*/
|
|
177
|
+
readonly creatorId: number;
|
|
178
|
+
/**
|
|
179
|
+
* Custom attributes for the project.
|
|
180
|
+
*/
|
|
181
|
+
readonly customAttributes: {
|
|
182
|
+
[key: string]: string;
|
|
183
|
+
}[];
|
|
184
|
+
/**
|
|
185
|
+
* The default branch name of the project.
|
|
116
186
|
*/
|
|
117
187
|
readonly defaultBranch: string;
|
|
118
188
|
/**
|
|
119
189
|
* A description of the project.
|
|
120
190
|
*/
|
|
121
191
|
readonly description: string;
|
|
192
|
+
/**
|
|
193
|
+
* Whether email notifications are disabled for the project.
|
|
194
|
+
*/
|
|
195
|
+
readonly emailsDisabled: boolean;
|
|
122
196
|
/**
|
|
123
197
|
* Enable email notifications.
|
|
124
198
|
*/
|
|
@@ -127,6 +201,10 @@ export interface GetProjectResult {
|
|
|
127
201
|
* Whether the project is empty.
|
|
128
202
|
*/
|
|
129
203
|
readonly emptyRepo: boolean;
|
|
204
|
+
/**
|
|
205
|
+
* Whether authentication checks are enforced when uploading to the project.
|
|
206
|
+
*/
|
|
207
|
+
readonly enforceAuthChecksOnUploads: boolean;
|
|
130
208
|
/**
|
|
131
209
|
* Set the environments access level. Valid values are `disabled`, `private`, `enabled`.
|
|
132
210
|
*/
|
|
@@ -139,18 +217,42 @@ export interface GetProjectResult {
|
|
|
139
217
|
* Set the feature flags access level. Valid values are `disabled`, `private`, `enabled`.
|
|
140
218
|
*/
|
|
141
219
|
readonly featureFlagsAccessLevel: string;
|
|
220
|
+
/**
|
|
221
|
+
* Present if the project is a fork. Contains information about the upstream project.
|
|
222
|
+
*/
|
|
223
|
+
readonly forkedFromProjects: outputs.GetProjectForkedFromProject[];
|
|
142
224
|
/**
|
|
143
225
|
* Set the forking access level. Valid values are `disabled`, `private`, `enabled`.
|
|
144
226
|
*/
|
|
145
227
|
readonly forkingAccessLevel: string;
|
|
146
228
|
/**
|
|
147
|
-
*
|
|
229
|
+
* The number of forks of the project.
|
|
230
|
+
*/
|
|
231
|
+
readonly forksCount: number;
|
|
232
|
+
/**
|
|
233
|
+
* Whether group runners are enabled for the project.
|
|
234
|
+
*/
|
|
235
|
+
readonly groupRunnersEnabled: boolean;
|
|
236
|
+
/**
|
|
237
|
+
* The HTTP clone URL of the project.
|
|
148
238
|
*/
|
|
149
239
|
readonly httpUrlToRepo: string;
|
|
150
240
|
/**
|
|
151
241
|
* The integer that uniquely identifies the project within the gitlab install.
|
|
152
242
|
*/
|
|
153
243
|
readonly id: string;
|
|
244
|
+
/**
|
|
245
|
+
* The import error, if it exists, for the project.
|
|
246
|
+
*/
|
|
247
|
+
readonly importError: string;
|
|
248
|
+
/**
|
|
249
|
+
* The import status of the project.
|
|
250
|
+
*/
|
|
251
|
+
readonly importStatus: string;
|
|
252
|
+
/**
|
|
253
|
+
* The type of import used to create the project (for example `github`, `bitbucket`).
|
|
254
|
+
*/
|
|
255
|
+
readonly importType: string;
|
|
154
256
|
/**
|
|
155
257
|
* URL the project was imported from.
|
|
156
258
|
*/
|
|
@@ -159,42 +261,108 @@ export interface GetProjectResult {
|
|
|
159
261
|
* Set the infrastructure access level. Valid values are `disabled`, `private`, `enabled`.
|
|
160
262
|
*/
|
|
161
263
|
readonly infrastructureAccessLevel: string;
|
|
264
|
+
/**
|
|
265
|
+
* Template used to suggest a branch name when creating one from an issue.
|
|
266
|
+
*/
|
|
267
|
+
readonly issueBranchTemplate: string;
|
|
162
268
|
/**
|
|
163
269
|
* Set the issues access level. Valid values are `disabled`, `private`, `enabled`.
|
|
164
270
|
*/
|
|
165
271
|
readonly issuesAccessLevel: string;
|
|
166
272
|
/**
|
|
167
|
-
*
|
|
273
|
+
* Whether issues are enabled for the project.
|
|
168
274
|
*
|
|
169
|
-
* @deprecated Use `issuesAccessLevel` instead
|
|
275
|
+
* @deprecated Use `issuesAccessLevel` instead, to be removed in 20.0.
|
|
170
276
|
*/
|
|
171
277
|
readonly issuesEnabled: boolean;
|
|
278
|
+
/**
|
|
279
|
+
* Default description template for new issues.
|
|
280
|
+
*/
|
|
281
|
+
readonly issuesTemplate: string;
|
|
282
|
+
/**
|
|
283
|
+
* Whether jobs are enabled for the project.
|
|
284
|
+
*
|
|
285
|
+
* @deprecated Use `buildsAccessLevel` instead, to be removed in 20.0.
|
|
286
|
+
*/
|
|
287
|
+
readonly jobsEnabled: boolean;
|
|
172
288
|
/**
|
|
173
289
|
* Disable or enable the ability to keep the latest artifact for this project.
|
|
174
290
|
*/
|
|
175
291
|
readonly keepLatestArtifact: boolean;
|
|
176
292
|
/**
|
|
177
|
-
*
|
|
293
|
+
* Last activity time for the project.
|
|
294
|
+
*/
|
|
295
|
+
readonly lastActivityAt: string;
|
|
296
|
+
/**
|
|
297
|
+
* Whether LFS (large file storage) is enabled for the project.
|
|
178
298
|
*/
|
|
179
299
|
readonly lfsEnabled: boolean;
|
|
300
|
+
/**
|
|
301
|
+
* URL of the project's license file.
|
|
302
|
+
*/
|
|
303
|
+
readonly licenseUrl: string;
|
|
304
|
+
/**
|
|
305
|
+
* Information about the project's license, if one is detected.
|
|
306
|
+
*/
|
|
307
|
+
readonly licenses: outputs.GetProjectLicense[];
|
|
308
|
+
/**
|
|
309
|
+
* Links for the project.
|
|
310
|
+
*/
|
|
311
|
+
readonly links: {
|
|
312
|
+
[key: string]: string;
|
|
313
|
+
};
|
|
314
|
+
/**
|
|
315
|
+
* Whether the project is marked for deletion.
|
|
316
|
+
*/
|
|
317
|
+
readonly markedForDeletion: boolean;
|
|
318
|
+
/**
|
|
319
|
+
* Timestamp at which the project was marked for deletion. Premium and Ultimate only.
|
|
320
|
+
*
|
|
321
|
+
* @deprecated Use `markedForDeletionOn` instead, to be removed in 20.0.
|
|
322
|
+
*/
|
|
323
|
+
readonly markedForDeletionAt: string;
|
|
324
|
+
/**
|
|
325
|
+
* Timestamp at which the project was marked for deletion. Premium and Ultimate only.
|
|
326
|
+
*/
|
|
327
|
+
readonly markedForDeletionOn: string;
|
|
328
|
+
/**
|
|
329
|
+
* Maximum artifacts size, in MB, for the project. Overrides the instance-wide setting when set.
|
|
330
|
+
*/
|
|
331
|
+
readonly maxArtifactsSize: number;
|
|
180
332
|
/**
|
|
181
333
|
* Template used to create merge commit message in merge requests.
|
|
182
334
|
*/
|
|
183
335
|
readonly mergeCommitTemplate: string;
|
|
336
|
+
/**
|
|
337
|
+
* Merge method for the project.
|
|
338
|
+
*/
|
|
339
|
+
readonly mergeMethod: string;
|
|
184
340
|
/**
|
|
185
341
|
* Enable or disable merge pipelines.
|
|
186
342
|
*/
|
|
187
343
|
readonly mergePipelinesEnabled: boolean;
|
|
344
|
+
/**
|
|
345
|
+
* Regular expression that merge request titles must match.
|
|
346
|
+
*/
|
|
347
|
+
readonly mergeRequestTitleRegex: string;
|
|
348
|
+
/**
|
|
349
|
+
* Human-readable description of `mergeRequestTitleRegex`.
|
|
350
|
+
*/
|
|
351
|
+
readonly mergeRequestTitleRegexDescription: string;
|
|
188
352
|
/**
|
|
189
353
|
* Set the merge requests access level. Valid values are `disabled`, `private`, `enabled`.
|
|
190
354
|
*/
|
|
191
355
|
readonly mergeRequestsAccessLevel: string;
|
|
192
356
|
/**
|
|
193
|
-
*
|
|
357
|
+
* Whether merge requests are enabled for the project.
|
|
194
358
|
*
|
|
195
|
-
* @deprecated Use `mergeRequestsAccessLevel` instead
|
|
359
|
+
* @deprecated Use `mergeRequestsAccessLevel` instead, to be removed in 20.0.
|
|
196
360
|
*/
|
|
197
361
|
readonly mergeRequestsEnabled: boolean;
|
|
362
|
+
/**
|
|
363
|
+
* Default description template for new merge requests.
|
|
364
|
+
*/
|
|
365
|
+
readonly mergeRequestsTemplate: string;
|
|
198
366
|
/**
|
|
199
367
|
* Enable or disable merge trains.
|
|
200
368
|
*/
|
|
@@ -203,6 +371,22 @@ export interface GetProjectResult {
|
|
|
203
371
|
* Allows merge train merge requests to be merged without waiting for pipelines to finish.
|
|
204
372
|
*/
|
|
205
373
|
readonly mergeTrainsSkipTrainAllowed: boolean;
|
|
374
|
+
/**
|
|
375
|
+
* Whether pull mirroring is enabled for the project.
|
|
376
|
+
*/
|
|
377
|
+
readonly mirror: boolean;
|
|
378
|
+
/**
|
|
379
|
+
* Whether `mirrorOverwritesDivergedBranches` is enabled for the project.
|
|
380
|
+
*/
|
|
381
|
+
readonly mirrorOverwritesDivergedBranches: boolean;
|
|
382
|
+
/**
|
|
383
|
+
* Whether pull mirroring triggers builds for the project.
|
|
384
|
+
*/
|
|
385
|
+
readonly mirrorTriggerBuilds: boolean;
|
|
386
|
+
/**
|
|
387
|
+
* The mirror user ID for the project.
|
|
388
|
+
*/
|
|
389
|
+
readonly mirrorUserId: number;
|
|
206
390
|
/**
|
|
207
391
|
* The visibility of machine learning model experiments.
|
|
208
392
|
*/
|
|
@@ -215,16 +399,68 @@ export interface GetProjectResult {
|
|
|
215
399
|
* Set the monitor access level. Valid values are `disabled`, `private`, `enabled`.
|
|
216
400
|
*/
|
|
217
401
|
readonly monitorAccessLevel: string;
|
|
402
|
+
/**
|
|
403
|
+
* For forks, whether merge requests target the fork itself rather than the upstream project by default.
|
|
404
|
+
*/
|
|
405
|
+
readonly mrDefaultTargetSelf: boolean;
|
|
218
406
|
/**
|
|
219
407
|
* The name of the project.
|
|
220
408
|
*/
|
|
221
409
|
readonly name: string;
|
|
222
410
|
/**
|
|
223
|
-
*
|
|
411
|
+
* In `group / subgroup / project` or `user / project` format.
|
|
412
|
+
*/
|
|
413
|
+
readonly nameWithNamespace: string;
|
|
414
|
+
/**
|
|
415
|
+
* The namespace (group or user) ID of the project. Alias for `namespace[0].id`.
|
|
416
|
+
*
|
|
417
|
+
* @deprecated Use `namespace[0].id` instead, to be removed in 20.0.
|
|
224
418
|
*/
|
|
225
419
|
readonly namespaceId: number;
|
|
226
420
|
/**
|
|
227
|
-
*
|
|
421
|
+
* Namespace of the project (parent group/s).
|
|
422
|
+
*/
|
|
423
|
+
readonly namespaces: outputs.GetProjectNamespace[];
|
|
424
|
+
/**
|
|
425
|
+
* Whether `onlyAllowMergeIfAllDiscussionsAreResolved` is enabled for the project.
|
|
426
|
+
*/
|
|
427
|
+
readonly onlyAllowMergeIfAllDiscussionsAreResolved: boolean;
|
|
428
|
+
/**
|
|
429
|
+
* Whether `onlyAllowMergeIfPipelineSucceeds` is enabled for the project.
|
|
430
|
+
*/
|
|
431
|
+
readonly onlyAllowMergeIfPipelineSucceeds: boolean;
|
|
432
|
+
/**
|
|
433
|
+
* Whether `onlyMirrorProtectedBranches` is enabled for the project.
|
|
434
|
+
*/
|
|
435
|
+
readonly onlyMirrorProtectedBranches: boolean;
|
|
436
|
+
/**
|
|
437
|
+
* The number of open issues for the project.
|
|
438
|
+
*/
|
|
439
|
+
readonly openIssuesCount: number;
|
|
440
|
+
/**
|
|
441
|
+
* Set the operations access level. Valid values are `disabled`, `private`, `enabled`.
|
|
442
|
+
*/
|
|
443
|
+
readonly operationsAccessLevel: string;
|
|
444
|
+
/**
|
|
445
|
+
* The owner of the project. Only populated when the calling token has administrator scope.
|
|
446
|
+
*/
|
|
447
|
+
readonly owners: outputs.GetProjectOwner[];
|
|
448
|
+
/**
|
|
449
|
+
* The visibility of the package registry.
|
|
450
|
+
*/
|
|
451
|
+
readonly packageRegistryAccessLevel: string;
|
|
452
|
+
/**
|
|
453
|
+
* Whether packages are enabled for the project.
|
|
454
|
+
*
|
|
455
|
+
* @deprecated Use `packageRegistryAccessLevel` instead, to be removed in 20.0.
|
|
456
|
+
*/
|
|
457
|
+
readonly packagesEnabled: boolean;
|
|
458
|
+
/**
|
|
459
|
+
* Set the GitLab Pages access level. Valid values are `disabled`, `private`, `enabled`.
|
|
460
|
+
*/
|
|
461
|
+
readonly pagesAccessLevel: string;
|
|
462
|
+
/**
|
|
463
|
+
* The path of the project.
|
|
228
464
|
*/
|
|
229
465
|
readonly path: string;
|
|
230
466
|
/**
|
|
@@ -232,33 +468,49 @@ export interface GetProjectResult {
|
|
|
232
468
|
*/
|
|
233
469
|
readonly pathWithNamespace: string;
|
|
234
470
|
/**
|
|
235
|
-
*
|
|
236
|
-
|
|
237
|
-
|
|
471
|
+
* Permissions for the project.
|
|
472
|
+
*/
|
|
473
|
+
readonly permissions: outputs.GetProjectPermission[];
|
|
474
|
+
/**
|
|
475
|
+
* Whether pre-receive secret detection is enabled for the project.
|
|
238
476
|
*/
|
|
239
|
-
readonly
|
|
477
|
+
readonly preReceiveSecretDetectionEnabled: boolean;
|
|
240
478
|
/**
|
|
241
479
|
* Whether merge requests require an associated issue from Jira. Premium and Ultimate only.
|
|
242
480
|
*/
|
|
243
481
|
readonly preventMergeWithoutJiraIssue: boolean;
|
|
244
482
|
/**
|
|
245
|
-
* Show link to create/view merge request when pushing from the command line
|
|
483
|
+
* Show link to create/view merge request when pushing from the command line.
|
|
246
484
|
*/
|
|
247
485
|
readonly printingMergeRequestLinkEnabled: boolean;
|
|
486
|
+
/**
|
|
487
|
+
* Whether pipelines triggered for merge requests run with project secrets and protected variables, instead of the contributor's lower-privileged context.
|
|
488
|
+
*/
|
|
489
|
+
readonly protectMergeRequestPipelines: boolean;
|
|
490
|
+
/**
|
|
491
|
+
* If true, jobs can be viewed by non-project members. Alias for `publicJobs`.
|
|
492
|
+
*
|
|
493
|
+
* @deprecated Use `publicJobs` instead, to be removed in 20.0.
|
|
494
|
+
*/
|
|
495
|
+
readonly publicBuilds: boolean;
|
|
248
496
|
/**
|
|
249
497
|
* If true, jobs can be viewed by non-project members.
|
|
250
498
|
*/
|
|
251
|
-
readonly
|
|
499
|
+
readonly publicJobs: boolean;
|
|
252
500
|
/**
|
|
253
|
-
* Push rules for the project. Push rules are only available on Enterprise plans and if the authenticated has
|
|
501
|
+
* Push rules for the project. Push rules are only available on Enterprise plans and if the authenticated user has permission to read them.
|
|
254
502
|
*/
|
|
255
503
|
readonly pushRules: outputs.GetProjectPushRule[];
|
|
504
|
+
/**
|
|
505
|
+
* The URL of the project README.
|
|
506
|
+
*/
|
|
507
|
+
readonly readmeUrl: string;
|
|
256
508
|
/**
|
|
257
509
|
* Set the releases access level. Valid values are `disabled`, `private`, `enabled`.
|
|
258
510
|
*/
|
|
259
511
|
readonly releasesAccessLevel: string;
|
|
260
512
|
/**
|
|
261
|
-
* Enable `Delete source branch` option by default for all new merge requests
|
|
513
|
+
* Enable `Delete source branch` option by default for all new merge requests.
|
|
262
514
|
*/
|
|
263
515
|
readonly removeSourceBranchAfterMerge: boolean;
|
|
264
516
|
/**
|
|
@@ -270,23 +522,35 @@ export interface GetProjectResult {
|
|
|
270
522
|
*/
|
|
271
523
|
readonly repositoryStorage: string;
|
|
272
524
|
/**
|
|
273
|
-
*
|
|
525
|
+
* Whether requesting access is enabled for the project.
|
|
274
526
|
*/
|
|
275
527
|
readonly requestAccessEnabled: boolean;
|
|
276
528
|
/**
|
|
277
529
|
* Set the requirements access level. Valid values are `disabled`, `private`, `enabled`.
|
|
278
530
|
*/
|
|
279
531
|
readonly requirementsAccessLevel: string;
|
|
532
|
+
/**
|
|
533
|
+
* Whether the requirements feature is enabled. Premium and Ultimate only.
|
|
534
|
+
*/
|
|
535
|
+
readonly requirementsEnabled: boolean;
|
|
280
536
|
/**
|
|
281
537
|
* Automatically resolve merge request diffs discussions on lines changed with a push.
|
|
282
538
|
*/
|
|
283
539
|
readonly resolveOutdatedDiffDiscussions: boolean;
|
|
284
540
|
/**
|
|
285
|
-
*
|
|
541
|
+
* The default resource group process mode for the project.
|
|
542
|
+
*/
|
|
543
|
+
readonly resourceGroupDefaultProcessMode: string;
|
|
544
|
+
/**
|
|
545
|
+
* Allow only users with the Maintainer role to pass user-defined variables when triggering a pipeline.
|
|
286
546
|
*
|
|
287
|
-
* @deprecated Use `
|
|
547
|
+
* @deprecated Use `ciPipelineVariablesMinimumOverrideRole` instead, to be removed in 20.0.
|
|
288
548
|
*/
|
|
289
549
|
readonly restrictUserDefinedVariables: boolean;
|
|
550
|
+
/**
|
|
551
|
+
* Runner token expiration interval, in seconds.
|
|
552
|
+
*/
|
|
553
|
+
readonly runnerTokenExpirationInterval: number;
|
|
290
554
|
/**
|
|
291
555
|
* Registration token to use during runner setup.
|
|
292
556
|
*/
|
|
@@ -295,6 +559,22 @@ export interface GetProjectResult {
|
|
|
295
559
|
* Set the security and compliance access level. Valid values are `disabled`, `private`, `enabled`.
|
|
296
560
|
*/
|
|
297
561
|
readonly securityAndComplianceAccessLevel: string;
|
|
562
|
+
/**
|
|
563
|
+
* Whether the security and compliance feature is enabled.
|
|
564
|
+
*/
|
|
565
|
+
readonly securityAndComplianceEnabled: boolean;
|
|
566
|
+
/**
|
|
567
|
+
* The Service Desk email address for the project.
|
|
568
|
+
*/
|
|
569
|
+
readonly serviceDeskAddress: string;
|
|
570
|
+
/**
|
|
571
|
+
* Whether Service Desk is enabled for the project.
|
|
572
|
+
*/
|
|
573
|
+
readonly serviceDeskEnabled: boolean;
|
|
574
|
+
/**
|
|
575
|
+
* Whether shared runners are enabled for the project.
|
|
576
|
+
*/
|
|
577
|
+
readonly sharedRunnersEnabled: boolean;
|
|
298
578
|
/**
|
|
299
579
|
* Describes groups which have access shared to this project.
|
|
300
580
|
*/
|
|
@@ -304,9 +584,9 @@ export interface GetProjectResult {
|
|
|
304
584
|
*/
|
|
305
585
|
readonly snippetsAccessLevel: string;
|
|
306
586
|
/**
|
|
307
|
-
*
|
|
587
|
+
* Whether snippets are enabled for the project.
|
|
308
588
|
*
|
|
309
|
-
* @deprecated Use `snippetsAccessLevel` instead
|
|
589
|
+
* @deprecated Use `snippetsAccessLevel` instead, to be removed in 20.0.
|
|
310
590
|
*/
|
|
311
591
|
readonly snippetsEnabled: boolean;
|
|
312
592
|
/**
|
|
@@ -314,19 +594,49 @@ export interface GetProjectResult {
|
|
|
314
594
|
*/
|
|
315
595
|
readonly squashCommitTemplate: string;
|
|
316
596
|
/**
|
|
317
|
-
*
|
|
597
|
+
* The project's squash option for merge requests (`never`, `always`, `defaultOn`, `defaultOff`).
|
|
598
|
+
*/
|
|
599
|
+
readonly squashOption: string;
|
|
600
|
+
/**
|
|
601
|
+
* The SSH clone URL of the project.
|
|
318
602
|
*/
|
|
319
603
|
readonly sshUrlToRepo: string;
|
|
604
|
+
/**
|
|
605
|
+
* The number of stars on the project.
|
|
606
|
+
*/
|
|
607
|
+
readonly starCount: number;
|
|
608
|
+
/**
|
|
609
|
+
* Statistics for the project.
|
|
610
|
+
*/
|
|
611
|
+
readonly statistics: {
|
|
612
|
+
[key: string]: number;
|
|
613
|
+
};
|
|
320
614
|
/**
|
|
321
615
|
* The commit message used to apply merge request suggestions.
|
|
322
616
|
*/
|
|
323
617
|
readonly suggestionCommitMessage: string;
|
|
618
|
+
/**
|
|
619
|
+
* The list of project topics (formerly project tags).
|
|
620
|
+
*
|
|
621
|
+
* @deprecated Use `topics` instead, to be removed in 20.0.
|
|
622
|
+
*/
|
|
623
|
+
readonly tagLists: string[];
|
|
324
624
|
/**
|
|
325
625
|
* The list of topics for the project.
|
|
326
626
|
*/
|
|
327
627
|
readonly topics: string[];
|
|
328
628
|
/**
|
|
329
|
-
*
|
|
629
|
+
* The time the project was last updated.
|
|
630
|
+
*/
|
|
631
|
+
readonly updatedAt: string;
|
|
632
|
+
/**
|
|
633
|
+
* The visibility of the project (`private`, `internal`, `public`).
|
|
634
|
+
*/
|
|
635
|
+
readonly visibility: string;
|
|
636
|
+
/**
|
|
637
|
+
* The visibility of the project. Alias for `visibility`.
|
|
638
|
+
*
|
|
639
|
+
* @deprecated Use `visibility` instead, to be removed in 20.0.
|
|
330
640
|
*/
|
|
331
641
|
readonly visibilityLevel: string;
|
|
332
642
|
/**
|
|
@@ -338,9 +648,9 @@ export interface GetProjectResult {
|
|
|
338
648
|
*/
|
|
339
649
|
readonly wikiAccessLevel: string;
|
|
340
650
|
/**
|
|
341
|
-
*
|
|
651
|
+
* Whether wiki is enabled for the project.
|
|
342
652
|
*
|
|
343
|
-
* @deprecated Use `wikiAccessLevel` instead
|
|
653
|
+
* @deprecated Use `wikiAccessLevel` instead, to be removed in 20.0.
|
|
344
654
|
*/
|
|
345
655
|
readonly wikiEnabled: boolean;
|
|
346
656
|
}
|
|
@@ -354,14 +664,6 @@ export declare function getProjectOutput(args?: GetProjectOutputArgs, opts?: pul
|
|
|
354
664
|
* A collection of arguments for invoking getProject.
|
|
355
665
|
*/
|
|
356
666
|
export interface GetProjectOutputArgs {
|
|
357
|
-
/**
|
|
358
|
-
* Default number of revisions for shallow cloning.
|
|
359
|
-
*/
|
|
360
|
-
ciDefaultGitDepth?: pulumi.Input<number | undefined>;
|
|
361
|
-
/**
|
|
362
|
-
* Fields included in the sub claim of the ID Token. Accepts an array starting with project*path. The array might also include ref*type and ref. Defaults to ["project*path", "ref*type", "ref"]. Introduced in GitLab 17.10.
|
|
363
|
-
*/
|
|
364
|
-
ciIdTokenSubClaimComponents?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
365
667
|
/**
|
|
366
668
|
* The integer that uniquely identifies the project within the gitlab install.
|
|
367
669
|
*/
|
|
@@ -370,9 +672,5 @@ export interface GetProjectOutputArgs {
|
|
|
370
672
|
* The path of the repository with namespace.
|
|
371
673
|
*/
|
|
372
674
|
pathWithNamespace?: pulumi.Input<string | undefined>;
|
|
373
|
-
/**
|
|
374
|
-
* If true, jobs can be viewed by non-project members.
|
|
375
|
-
*/
|
|
376
|
-
publicBuilds?: pulumi.Input<boolean | undefined>;
|
|
377
675
|
}
|
|
378
676
|
//# sourceMappingURL=getProject.d.ts.map
|