@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/getGroup.d.ts
CHANGED
|
@@ -23,22 +23,68 @@ export interface GetGroupArgs {
|
|
|
23
23
|
* A collection of values returned by getGroup.
|
|
24
24
|
*/
|
|
25
25
|
export interface GetGroupResult {
|
|
26
|
+
/**
|
|
27
|
+
* Default to allowing merge on a skipped pipeline for new projects in the group.
|
|
28
|
+
*/
|
|
29
|
+
readonly allowMergeOnSkippedPipeline: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Comma-separated list of email address domains allowed to be added as group members.
|
|
32
|
+
*/
|
|
33
|
+
readonly allowedEmailDomainsList: string;
|
|
34
|
+
/**
|
|
35
|
+
* Default to Auto DevOps pipeline for all projects within this group.
|
|
36
|
+
*/
|
|
37
|
+
readonly autoDevopsEnabled: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* URL of the group avatar.
|
|
40
|
+
*/
|
|
41
|
+
readonly avatarUrl: string;
|
|
42
|
+
/**
|
|
43
|
+
* Timestamp at which the group was created.
|
|
44
|
+
*/
|
|
45
|
+
readonly createdAt: string;
|
|
46
|
+
/**
|
|
47
|
+
* Custom attributes attached to the group. Each entry is a map with `key` and `value`. Requires administrator privileges to read.
|
|
48
|
+
*/
|
|
49
|
+
readonly customAttributes: {
|
|
50
|
+
[key: string]: string;
|
|
51
|
+
}[];
|
|
26
52
|
/**
|
|
27
53
|
* The default branch of the group.
|
|
28
54
|
*/
|
|
29
55
|
readonly defaultBranch: string;
|
|
30
56
|
/**
|
|
31
|
-
* Whether developers and maintainers can push to the applicable default branch.
|
|
57
|
+
* Whether developers and maintainers can push to the applicable default branch. Use `defaultBranchProtectionDefaults` instead, to be removed in 19.0.
|
|
58
|
+
*
|
|
59
|
+
* @deprecated Use `defaultBranchProtectionDefaults` instead, to be removed in 19.0.
|
|
32
60
|
*/
|
|
33
61
|
readonly defaultBranchProtection: number;
|
|
62
|
+
/**
|
|
63
|
+
* Default protection settings applied to the default branch of new projects in this group.
|
|
64
|
+
*/
|
|
65
|
+
readonly defaultBranchProtectionDefaults: outputs.GetGroupDefaultBranchProtectionDefault[];
|
|
34
66
|
/**
|
|
35
67
|
* The description of the group.
|
|
36
68
|
*/
|
|
37
69
|
readonly description: string;
|
|
70
|
+
/**
|
|
71
|
+
* Whether email notifications are disabled for this group. Use `emailsEnabled` instead, to be removed in 19.0.
|
|
72
|
+
*
|
|
73
|
+
* @deprecated Use `emailsEnabled` instead, to be removed in 19.0.
|
|
74
|
+
*/
|
|
75
|
+
readonly emailsDisabled: boolean;
|
|
76
|
+
/**
|
|
77
|
+
* Whether email notifications are enabled for this group.
|
|
78
|
+
*/
|
|
79
|
+
readonly emailsEnabled: boolean;
|
|
38
80
|
/**
|
|
39
81
|
* Available in Self-Managed, Premium and Ultimate plans. Can be set by administrators only. Additional CI/CD minutes for this group.
|
|
40
82
|
*/
|
|
41
83
|
readonly extraSharedRunnersMinutesLimit: number;
|
|
84
|
+
/**
|
|
85
|
+
* The ID of the project used to load custom file templates.
|
|
86
|
+
*/
|
|
87
|
+
readonly fileTemplateProjectId: number;
|
|
42
88
|
/**
|
|
43
89
|
* The full name of the group.
|
|
44
90
|
*/
|
|
@@ -55,18 +101,50 @@ export interface GetGroupResult {
|
|
|
55
101
|
* The ID of this datasource. In the format `<group-id>`.
|
|
56
102
|
*/
|
|
57
103
|
readonly id: string;
|
|
104
|
+
/**
|
|
105
|
+
* Comma-separated list of IP addresses or subnet masks that restrict access to the group.
|
|
106
|
+
*/
|
|
107
|
+
readonly ipRestrictionRanges: string;
|
|
108
|
+
/**
|
|
109
|
+
* Default access level for members synced from LDAP.
|
|
110
|
+
*/
|
|
111
|
+
readonly ldapAccess: number;
|
|
112
|
+
/**
|
|
113
|
+
* LDAP common name used to sync members from an LDAP group.
|
|
114
|
+
*/
|
|
115
|
+
readonly ldapCn: string;
|
|
58
116
|
/**
|
|
59
117
|
* Boolean, is LFS enabled for projects in this group.
|
|
60
118
|
*/
|
|
61
119
|
readonly lfsEnabled: boolean;
|
|
120
|
+
/**
|
|
121
|
+
* Date on which the group was marked for deletion.
|
|
122
|
+
*/
|
|
123
|
+
readonly markedForDeletionOn: string;
|
|
124
|
+
/**
|
|
125
|
+
* Maximum artifacts size for the group, in MB.
|
|
126
|
+
*/
|
|
127
|
+
readonly maxArtifactsSize: number;
|
|
62
128
|
/**
|
|
63
129
|
* Users cannot be added to projects in this group.
|
|
64
130
|
*/
|
|
65
131
|
readonly membershipLock: boolean;
|
|
132
|
+
/**
|
|
133
|
+
* Whether mentions are disabled for this group.
|
|
134
|
+
*/
|
|
135
|
+
readonly mentionsDisabled: boolean;
|
|
66
136
|
/**
|
|
67
137
|
* The name of this group.
|
|
68
138
|
*/
|
|
69
139
|
readonly name: string;
|
|
140
|
+
/**
|
|
141
|
+
* Default to only allowing merge if all discussions are resolved for new projects in the group.
|
|
142
|
+
*/
|
|
143
|
+
readonly onlyAllowMergeIfAllDiscussionsAreResolved: boolean;
|
|
144
|
+
/**
|
|
145
|
+
* Default to only allowing merge if the pipeline succeeds for new projects in the group.
|
|
146
|
+
*/
|
|
147
|
+
readonly onlyAllowMergeIfPipelineSucceeds: boolean;
|
|
70
148
|
/**
|
|
71
149
|
* Integer, ID of the parent group.
|
|
72
150
|
*/
|
|
@@ -80,17 +158,37 @@ export interface GetGroupResult {
|
|
|
80
158
|
*/
|
|
81
159
|
readonly preventForkingOutsideGroup: boolean;
|
|
82
160
|
/**
|
|
83
|
-
* When enabled, users cannot invite other groups outside of the top-level group
|
|
161
|
+
* When enabled, users cannot invite other groups outside of the top-level group's hierarchy. This option is only available for top-level groups.
|
|
84
162
|
*/
|
|
85
163
|
readonly preventSharingGroupsOutsideHierarchy: boolean;
|
|
164
|
+
/**
|
|
165
|
+
* Determine which roles can create projects in the group. Possible values are `noone`, `maintainer`, `developer`, `owner`, `administrator`.
|
|
166
|
+
*/
|
|
167
|
+
readonly projectCreationLevel: string;
|
|
168
|
+
/**
|
|
169
|
+
* Push rules for the group. Push rules are only available on Premium and Ultimate plans, and only if the authenticated user has permission to read them.
|
|
170
|
+
*/
|
|
171
|
+
readonly pushRules: outputs.GetGroupPushRule[];
|
|
172
|
+
/**
|
|
173
|
+
* Repository storage shard the group's projects use. (admin only)
|
|
174
|
+
*/
|
|
175
|
+
readonly repositoryStorage: string;
|
|
86
176
|
/**
|
|
87
177
|
* Boolean, is request for access enabled to the group.
|
|
88
178
|
*/
|
|
89
179
|
readonly requestAccessEnabled: boolean;
|
|
180
|
+
/**
|
|
181
|
+
* Require all users in this group to set up two-factor authentication.
|
|
182
|
+
*/
|
|
183
|
+
readonly requireTwoFactorAuthentication: boolean;
|
|
90
184
|
/**
|
|
91
185
|
* The group level registration token to use during runner setup.
|
|
92
186
|
*/
|
|
93
187
|
readonly runnersToken: string;
|
|
188
|
+
/**
|
|
189
|
+
* Prevent sharing a project with another group within this group.
|
|
190
|
+
*/
|
|
191
|
+
readonly shareWithGroupLock: boolean;
|
|
94
192
|
/**
|
|
95
193
|
* Available in Self-Managed, Premium and Ultimate plans. Can be set by administrators only. Maximum number of monthly CI/CD minutes for this group. Can be nil (default; inherit system default), 0 (unlimited), or > 0.
|
|
96
194
|
*/
|
|
@@ -103,6 +201,20 @@ export interface GetGroupResult {
|
|
|
103
201
|
* Describes groups which have access shared to this group.
|
|
104
202
|
*/
|
|
105
203
|
readonly sharedWithGroups: outputs.GetGroupSharedWithGroup[];
|
|
204
|
+
/**
|
|
205
|
+
* Statistics for the group. Keys: `commitCount`, `storageSize`, `repositorySize`, `wikiSize`, `lfsObjectsSize`, `jobArtifactsSize`, `pipelineArtifactsSize`, `packagesSize`, `snippetsSize`, `uploadsSize`, `containerRegistrySize`.
|
|
206
|
+
*/
|
|
207
|
+
readonly statistics: {
|
|
208
|
+
[key: string]: number;
|
|
209
|
+
};
|
|
210
|
+
/**
|
|
211
|
+
* Determine which roles can create subgroups in the group. Possible values are `owner`, `maintainer`.
|
|
212
|
+
*/
|
|
213
|
+
readonly subgroupCreationLevel: string;
|
|
214
|
+
/**
|
|
215
|
+
* Grace period, in hours, before enforcing two-factor authentication on group members.
|
|
216
|
+
*/
|
|
217
|
+
readonly twoFactorGracePeriod: number;
|
|
106
218
|
/**
|
|
107
219
|
* Visibility level of the group. Possible values are `private`, `internal`, `public`.
|
|
108
220
|
*/
|
package/getGroup.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGroup.d.ts","sourceRoot":"","sources":["../getGroup.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,IAAI,CAAC,EAAE,YAAY,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,cAAc,CAAC,CAOlG;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B;;OAEG;IACH,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B
|
|
1
|
+
{"version":3,"file":"getGroup.d.ts","sourceRoot":"","sources":["../getGroup.ts"],"names":[],"mappings":"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"}
|
package/getGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../getGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;GAIG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;
|
|
1
|
+
{"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../getGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC;;;;GAIG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;AA6ND;;;;GAIG;AACH,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAAiC;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC"}
|
package/getGroupHook.d.ts
CHANGED
|
@@ -24,6 +24,14 @@ export interface GetGroupHookArgs {
|
|
|
24
24
|
* A collection of values returned by getGroupHook.
|
|
25
25
|
*/
|
|
26
26
|
export interface GetGroupHookResult {
|
|
27
|
+
/**
|
|
28
|
+
* Lifecycle status of the webhook. Values include `executable` and `disabled`.
|
|
29
|
+
*/
|
|
30
|
+
readonly alertStatus: string;
|
|
31
|
+
/**
|
|
32
|
+
* Filter push events by branch.
|
|
33
|
+
*/
|
|
34
|
+
readonly branchFilterStrategy: string;
|
|
27
35
|
/**
|
|
28
36
|
* Invoke the hook for confidential issues events.
|
|
29
37
|
*/
|
|
@@ -32,6 +40,10 @@ export interface GetGroupHookResult {
|
|
|
32
40
|
* Invoke the hook for confidential notes events.
|
|
33
41
|
*/
|
|
34
42
|
readonly confidentialNoteEvents: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* The date and time the hook was created in ISO8601 format.
|
|
45
|
+
*/
|
|
46
|
+
readonly createdAt: string;
|
|
35
47
|
/**
|
|
36
48
|
* Set a custom webhook template.
|
|
37
49
|
*/
|
|
@@ -40,6 +52,10 @@ export interface GetGroupHookResult {
|
|
|
40
52
|
* Invoke the hook for deployment events.
|
|
41
53
|
*/
|
|
42
54
|
readonly deploymentEvents: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* Time until the webhook is re-enabled after being automatically disabled due to failures, in ISO8601 format. Null when the webhook is enabled.
|
|
57
|
+
*/
|
|
58
|
+
readonly disabledUntil: string;
|
|
43
59
|
/**
|
|
44
60
|
* Invoke the hook for emoji events.
|
|
45
61
|
*/
|
|
@@ -48,6 +64,10 @@ export interface GetGroupHookResult {
|
|
|
48
64
|
* Enable ssl verification when invoking the hook.
|
|
49
65
|
*/
|
|
50
66
|
readonly enableSslVerification: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* Invoke the hook for feature flag events.
|
|
69
|
+
*/
|
|
70
|
+
readonly featureFlagEvents: boolean;
|
|
51
71
|
/**
|
|
52
72
|
* The ID or full path of the group.
|
|
53
73
|
*/
|
|
@@ -72,10 +92,18 @@ export interface GetGroupHookResult {
|
|
|
72
92
|
* Invoke the hook for job events.
|
|
73
93
|
*/
|
|
74
94
|
readonly jobEvents: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* Invoke the hook for member events.
|
|
97
|
+
*/
|
|
98
|
+
readonly memberEvents: boolean;
|
|
75
99
|
/**
|
|
76
100
|
* Invoke the hook for merge requests.
|
|
77
101
|
*/
|
|
78
102
|
readonly mergeRequestsEvents: boolean;
|
|
103
|
+
/**
|
|
104
|
+
* Invoke the hook for milestone events.
|
|
105
|
+
*/
|
|
106
|
+
readonly milestoneEvents: boolean;
|
|
79
107
|
/**
|
|
80
108
|
* Invoke the hook for notes events.
|
|
81
109
|
*/
|
|
@@ -84,6 +112,10 @@ export interface GetGroupHookResult {
|
|
|
84
112
|
* Invoke the hook for pipeline events.
|
|
85
113
|
*/
|
|
86
114
|
readonly pipelineEvents: boolean;
|
|
115
|
+
/**
|
|
116
|
+
* Invoke the hook for project events.
|
|
117
|
+
*/
|
|
118
|
+
readonly projectEvents: boolean;
|
|
87
119
|
/**
|
|
88
120
|
* Invoke the hook for push events.
|
|
89
121
|
*/
|
|
@@ -96,6 +128,14 @@ export interface GetGroupHookResult {
|
|
|
96
128
|
* Invoke the hook for releases events.
|
|
97
129
|
*/
|
|
98
130
|
readonly releasesEvents: boolean;
|
|
131
|
+
/**
|
|
132
|
+
* Invoke the hook for resource access token expiry events.
|
|
133
|
+
*/
|
|
134
|
+
readonly resourceAccessTokenEvents: boolean;
|
|
135
|
+
/**
|
|
136
|
+
* Whether a `signingToken` is configured server-side. Reflects the value returned by the GitLab API.
|
|
137
|
+
*/
|
|
138
|
+
readonly signingTokenPresent: boolean;
|
|
99
139
|
/**
|
|
100
140
|
* Invoke the hook for subgroup events.
|
|
101
141
|
*/
|
|
@@ -104,12 +144,6 @@ export interface GetGroupHookResult {
|
|
|
104
144
|
* Invoke the hook for tag push events.
|
|
105
145
|
*/
|
|
106
146
|
readonly tagPushEvents: boolean;
|
|
107
|
-
/**
|
|
108
|
-
* A token to present when invoking the hook. The token is only available on resource creation, not in this datasource. It will always be blank. To be removed in 19.0.
|
|
109
|
-
*
|
|
110
|
-
* @deprecated The token is only available on resource creation, not in this datasource. It will always be blank. To be removed in 19.0.
|
|
111
|
-
*/
|
|
112
|
-
readonly token: string;
|
|
113
147
|
/**
|
|
114
148
|
* The url of the hook to invoke.
|
|
115
149
|
*/
|
package/getGroupHook.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGroupHook.d.ts","sourceRoot":"","sources":["../getGroupHook.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;GAMG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,gBAAgB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAM7G;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;OAEG;IACH,QAAQ,CAAC,wBAAwB,EAAE,OAAO,CAAC;IAC3C;;OAEG;IACH,QAAQ,CAAC,sBAAsB,EAAE,OAAO,CAAC;IACzC;;OAEG;IACH,QAAQ,CAAC,qBAAqB,EAAE,MAAM,CAAC;IACvC;;OAEG;IACH,QAAQ,CAAC,gBAAgB,EAAE,OAAO,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,QAAQ,CAAC,qBAAqB,EAAE,OAAO,CAAC;IACxC;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC;IAC/B;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,mBAAmB,EAAE,OAAO,CAAC;IACtC;;OAEG;IACH,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC;IACjC;;OAEG;IACH,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,sBAAsB,EAAE,MAAM,CAAC;IACxC;;OAEG;IACH,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC;IACjC;;OAEG;IACH,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"getGroupHook.d.ts","sourceRoot":"","sources":["../getGroupHook.ts"],"names":[],"mappings":"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"}
|
package/getGroupHook.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGroupHook.js","sourceRoot":"","sources":["../getGroupHook.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;
|
|
1
|
+
{"version":3,"file":"getGroupHook.js","sourceRoot":"","sources":["../getGroupHook.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC;AAyJD;;;;;;GAMG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAAiC;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC"}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* The `gitlab.GroupLabel` data source retrieves details about a group label.
|
|
4
|
+
*
|
|
5
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/group_labels/)
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
12
|
+
*
|
|
13
|
+
* // Retrieve a group label by its ID
|
|
14
|
+
* const example = gitlab.getGroupLabel({
|
|
15
|
+
* group: "my-group",
|
|
16
|
+
* labelId: 42,
|
|
17
|
+
* });
|
|
18
|
+
* // Retrieve using group ID
|
|
19
|
+
* const byId = gitlab.getGroupLabel({
|
|
20
|
+
* group: "385",
|
|
21
|
+
* labelId: 24,
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
export declare function getGroupLabel(args: GetGroupLabelArgs, opts?: pulumi.InvokeOptions): Promise<GetGroupLabelResult>;
|
|
26
|
+
/**
|
|
27
|
+
* A collection of arguments for invoking getGroupLabel.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetGroupLabelArgs {
|
|
30
|
+
/**
|
|
31
|
+
* The ID or URL-encoded path of the group.
|
|
32
|
+
*/
|
|
33
|
+
group: string;
|
|
34
|
+
/**
|
|
35
|
+
* The ID of the label.
|
|
36
|
+
*/
|
|
37
|
+
labelId: number;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* A collection of values returned by getGroupLabel.
|
|
41
|
+
*/
|
|
42
|
+
export interface GetGroupLabelResult {
|
|
43
|
+
/**
|
|
44
|
+
* The number of closed issues with this label.
|
|
45
|
+
*/
|
|
46
|
+
readonly closedIssuesCount: number;
|
|
47
|
+
/**
|
|
48
|
+
* The color of the label given in 6-digit hex notation with leading '#' sign.
|
|
49
|
+
*/
|
|
50
|
+
readonly color: string;
|
|
51
|
+
/**
|
|
52
|
+
* The description of the label.
|
|
53
|
+
*/
|
|
54
|
+
readonly description: string;
|
|
55
|
+
/**
|
|
56
|
+
* The ID or URL-encoded path of the group.
|
|
57
|
+
*/
|
|
58
|
+
readonly group: string;
|
|
59
|
+
/**
|
|
60
|
+
* The ID of the label in the format `group:label_id`.
|
|
61
|
+
*/
|
|
62
|
+
readonly id: string;
|
|
63
|
+
/**
|
|
64
|
+
* The ID of the label.
|
|
65
|
+
*/
|
|
66
|
+
readonly labelId: number;
|
|
67
|
+
/**
|
|
68
|
+
* The name of the label.
|
|
69
|
+
*/
|
|
70
|
+
readonly name: string;
|
|
71
|
+
/**
|
|
72
|
+
* The number of open issues with this label.
|
|
73
|
+
*/
|
|
74
|
+
readonly openIssuesCount: number;
|
|
75
|
+
/**
|
|
76
|
+
* The number of open merge requests with this label.
|
|
77
|
+
*/
|
|
78
|
+
readonly openMergeRequestsCount: number;
|
|
79
|
+
/**
|
|
80
|
+
* Whether the authenticated user is subscribed to the label.
|
|
81
|
+
*/
|
|
82
|
+
readonly subscribed: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* The text color of the label given in 6-digit hex notation with leading '#' sign.
|
|
85
|
+
*/
|
|
86
|
+
readonly textColor: string;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* The `gitlab.GroupLabel` data source retrieves details about a group label.
|
|
90
|
+
*
|
|
91
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/group_labels/)
|
|
92
|
+
*
|
|
93
|
+
* ## Example Usage
|
|
94
|
+
*
|
|
95
|
+
* ```typescript
|
|
96
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
97
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
98
|
+
*
|
|
99
|
+
* // Retrieve a group label by its ID
|
|
100
|
+
* const example = gitlab.getGroupLabel({
|
|
101
|
+
* group: "my-group",
|
|
102
|
+
* labelId: 42,
|
|
103
|
+
* });
|
|
104
|
+
* // Retrieve using group ID
|
|
105
|
+
* const byId = gitlab.getGroupLabel({
|
|
106
|
+
* group: "385",
|
|
107
|
+
* labelId: 24,
|
|
108
|
+
* });
|
|
109
|
+
* ```
|
|
110
|
+
*/
|
|
111
|
+
export declare function getGroupLabelOutput(args: GetGroupLabelOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGroupLabelResult>;
|
|
112
|
+
/**
|
|
113
|
+
* A collection of arguments for invoking getGroupLabel.
|
|
114
|
+
*/
|
|
115
|
+
export interface GetGroupLabelOutputArgs {
|
|
116
|
+
/**
|
|
117
|
+
* The ID or URL-encoded path of the group.
|
|
118
|
+
*/
|
|
119
|
+
group: pulumi.Input<string>;
|
|
120
|
+
/**
|
|
121
|
+
* The ID of the label.
|
|
122
|
+
*/
|
|
123
|
+
labelId: pulumi.Input<number>;
|
|
124
|
+
}
|
|
125
|
+
//# sourceMappingURL=getGroupLabel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGroupLabel.d.ts","sourceRoot":"","sources":["../getGroupLabel.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,aAAa,CAAC,IAAI,EAAE,iBAAiB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAMhH;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC;;OAEG;IACH,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC;;OAEG;IACH,QAAQ,CAAC,sBAAsB,EAAE,MAAM,CAAC;IACxC;;OAEG;IACH,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;CAC9B;AACD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,uBAAuB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAMxI;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACjC"}
|
package/getGroupLabel.js
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.getGroupLabelOutput = exports.getGroupLabel = void 0;
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("./utilities"));
|
|
31
|
+
/**
|
|
32
|
+
* The `gitlab.GroupLabel` data source retrieves details about a group label.
|
|
33
|
+
*
|
|
34
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/group_labels/)
|
|
35
|
+
*
|
|
36
|
+
* ## Example Usage
|
|
37
|
+
*
|
|
38
|
+
* ```typescript
|
|
39
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
40
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
41
|
+
*
|
|
42
|
+
* // Retrieve a group label by its ID
|
|
43
|
+
* const example = gitlab.getGroupLabel({
|
|
44
|
+
* group: "my-group",
|
|
45
|
+
* labelId: 42,
|
|
46
|
+
* });
|
|
47
|
+
* // Retrieve using group ID
|
|
48
|
+
* const byId = gitlab.getGroupLabel({
|
|
49
|
+
* group: "385",
|
|
50
|
+
* labelId: 24,
|
|
51
|
+
* });
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
function getGroupLabel(args, opts) {
|
|
55
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
56
|
+
return pulumi.runtime.invoke("gitlab:index/getGroupLabel:getGroupLabel", {
|
|
57
|
+
"group": args.group,
|
|
58
|
+
"labelId": args.labelId,
|
|
59
|
+
}, opts);
|
|
60
|
+
}
|
|
61
|
+
exports.getGroupLabel = getGroupLabel;
|
|
62
|
+
/**
|
|
63
|
+
* The `gitlab.GroupLabel` data source retrieves details about a group label.
|
|
64
|
+
*
|
|
65
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/group_labels/)
|
|
66
|
+
*
|
|
67
|
+
* ## Example Usage
|
|
68
|
+
*
|
|
69
|
+
* ```typescript
|
|
70
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
71
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
72
|
+
*
|
|
73
|
+
* // Retrieve a group label by its ID
|
|
74
|
+
* const example = gitlab.getGroupLabel({
|
|
75
|
+
* group: "my-group",
|
|
76
|
+
* labelId: 42,
|
|
77
|
+
* });
|
|
78
|
+
* // Retrieve using group ID
|
|
79
|
+
* const byId = gitlab.getGroupLabel({
|
|
80
|
+
* group: "385",
|
|
81
|
+
* labelId: 24,
|
|
82
|
+
* });
|
|
83
|
+
* ```
|
|
84
|
+
*/
|
|
85
|
+
function getGroupLabelOutput(args, opts) {
|
|
86
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
87
|
+
return pulumi.runtime.invokeOutput("gitlab:index/getGroupLabel:getGroupLabel", {
|
|
88
|
+
"group": args.group,
|
|
89
|
+
"labelId": args.labelId,
|
|
90
|
+
}, opts);
|
|
91
|
+
}
|
|
92
|
+
exports.getGroupLabelOutput = getGroupLabelOutput;
|
|
93
|
+
//# sourceMappingURL=getGroupLabel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGroupLabel.js","sourceRoot":"","sources":["../getGroupLabel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AAiED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* The `gitlab.getGroupLabels` data source retrieves a list of labels for a group.
|
|
5
|
+
*
|
|
6
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/group_labels/)
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
13
|
+
*
|
|
14
|
+
* // Retrieve all labels for a group
|
|
15
|
+
* const example = gitlab.getGroupLabels({
|
|
16
|
+
* group: "my-group",
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare function getGroupLabels(args: GetGroupLabelsArgs, opts?: pulumi.InvokeOptions): Promise<GetGroupLabelsResult>;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of arguments for invoking getGroupLabels.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetGroupLabelsArgs {
|
|
25
|
+
/**
|
|
26
|
+
* The ID or URL-encoded path of the group.
|
|
27
|
+
*/
|
|
28
|
+
group: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A collection of values returned by getGroupLabels.
|
|
32
|
+
*/
|
|
33
|
+
export interface GetGroupLabelsResult {
|
|
34
|
+
/**
|
|
35
|
+
* The ID or URL-encoded path of the group.
|
|
36
|
+
*/
|
|
37
|
+
readonly group: string;
|
|
38
|
+
/**
|
|
39
|
+
* The ID of this data source.
|
|
40
|
+
*/
|
|
41
|
+
readonly id: string;
|
|
42
|
+
/**
|
|
43
|
+
* The list of labels in the group.
|
|
44
|
+
*/
|
|
45
|
+
readonly labels: outputs.GetGroupLabelsLabel[];
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* The `gitlab.getGroupLabels` data source retrieves a list of labels for a group.
|
|
49
|
+
*
|
|
50
|
+
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/group_labels/)
|
|
51
|
+
*
|
|
52
|
+
* ## Example Usage
|
|
53
|
+
*
|
|
54
|
+
* ```typescript
|
|
55
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
56
|
+
* import * as gitlab from "@pulumi/gitlab";
|
|
57
|
+
*
|
|
58
|
+
* // Retrieve all labels for a group
|
|
59
|
+
* const example = gitlab.getGroupLabels({
|
|
60
|
+
* group: "my-group",
|
|
61
|
+
* });
|
|
62
|
+
* ```
|
|
63
|
+
*/
|
|
64
|
+
export declare function getGroupLabelsOutput(args: GetGroupLabelsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetGroupLabelsResult>;
|
|
65
|
+
/**
|
|
66
|
+
* A collection of arguments for invoking getGroupLabels.
|
|
67
|
+
*/
|
|
68
|
+
export interface GetGroupLabelsOutputArgs {
|
|
69
|
+
/**
|
|
70
|
+
* The ID or URL-encoded path of the group.
|
|
71
|
+
*/
|
|
72
|
+
group: pulumi.Input<string>;
|
|
73
|
+
}
|
|
74
|
+
//# sourceMappingURL=getGroupLabels.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGroupLabels.d.ts","sourceRoot":"","sources":["../getGroupLabels.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,kBAAkB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAKnH;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC,mBAAmB,EAAE,CAAC;CAClD;AACD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,wBAAwB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAK3I;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACrC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC/B"}
|