@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
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* The `gitlab.IntegrationExternalWiki` resource manages the lifecycle of a project integration with the External Wiki Service.
|
|
4
|
-
*
|
|
5
|
-
* > This resource is deprecated and will be removed in 19.0. Use `gitlab.ProjectIntegrationExternalWiki` instead.
|
|
6
|
-
*
|
|
7
|
-
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#external-wiki)
|
|
8
|
-
*
|
|
9
|
-
* ## Example Usage
|
|
10
|
-
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as gitlab from "@pulumi/gitlab";
|
|
14
|
-
*
|
|
15
|
-
* const awesomeProject = new gitlab.Project("awesome_project", {
|
|
16
|
-
* name: "awesome_project",
|
|
17
|
-
* description: "My awesome project.",
|
|
18
|
-
* visibilityLevel: "public",
|
|
19
|
-
* });
|
|
20
|
-
* const wiki = new gitlab.IntegrationExternalWiki("wiki", {
|
|
21
|
-
* project: awesomeProject.id,
|
|
22
|
-
* externalWikiUrl: "https://MyAwesomeExternalWikiURL.com",
|
|
23
|
-
* });
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* ## Import
|
|
27
|
-
*
|
|
28
|
-
* Starting in Terraform v1.5.0, you can use an import block to import `gitlab.IntegrationExternalWiki`. For example:
|
|
29
|
-
*
|
|
30
|
-
* Importing using the CLI is supported with the following syntax:
|
|
31
|
-
*
|
|
32
|
-
* You can import a gitlab.IntegrationExternalWiki state using the project ID, for example:
|
|
33
|
-
*
|
|
34
|
-
* ```sh
|
|
35
|
-
* $ pulumi import gitlab:index/integrationExternalWiki:IntegrationExternalWiki wiki 1
|
|
36
|
-
* ```
|
|
37
|
-
*/
|
|
38
|
-
export declare class IntegrationExternalWiki extends pulumi.CustomResource {
|
|
39
|
-
/**
|
|
40
|
-
* Get an existing IntegrationExternalWiki resource's state with the given name, ID, and optional extra
|
|
41
|
-
* properties used to qualify the lookup.
|
|
42
|
-
*
|
|
43
|
-
* @param name The _unique_ name of the resulting resource.
|
|
44
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
45
|
-
* @param state Any extra arguments used during the lookup.
|
|
46
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
47
|
-
*/
|
|
48
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IntegrationExternalWikiState, opts?: pulumi.CustomResourceOptions): IntegrationExternalWiki;
|
|
49
|
-
/**
|
|
50
|
-
* Returns true if the given object is an instance of IntegrationExternalWiki. This is designed to work even
|
|
51
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
52
|
-
*/
|
|
53
|
-
static isInstance(obj: any): obj is IntegrationExternalWiki;
|
|
54
|
-
/**
|
|
55
|
-
* Whether the integration is active.
|
|
56
|
-
*/
|
|
57
|
-
readonly active: pulumi.Output<boolean>;
|
|
58
|
-
/**
|
|
59
|
-
* The ISO8601 date/time that this integration was activated at in UTC.
|
|
60
|
-
*/
|
|
61
|
-
readonly createdAt: pulumi.Output<string>;
|
|
62
|
-
/**
|
|
63
|
-
* The URL of the external wiki.
|
|
64
|
-
*/
|
|
65
|
-
readonly externalWikiUrl: pulumi.Output<string>;
|
|
66
|
-
/**
|
|
67
|
-
* ID of the project you want to activate integration on.
|
|
68
|
-
*/
|
|
69
|
-
readonly project: pulumi.Output<string>;
|
|
70
|
-
/**
|
|
71
|
-
* The name of the integration in lowercase, shortened to 63 bytes, and with everything except 0-9 and a-z replaced with -. No leading / trailing -. Use in URLs, host names and domain names.
|
|
72
|
-
*/
|
|
73
|
-
readonly slug: pulumi.Output<string>;
|
|
74
|
-
/**
|
|
75
|
-
* Title of the integration.
|
|
76
|
-
*/
|
|
77
|
-
readonly title: pulumi.Output<string>;
|
|
78
|
-
/**
|
|
79
|
-
* The ISO8601 date/time that this integration was last updated at in UTC.
|
|
80
|
-
*/
|
|
81
|
-
readonly updatedAt: pulumi.Output<string>;
|
|
82
|
-
/**
|
|
83
|
-
* Create a IntegrationExternalWiki resource with the given unique name, arguments, and options.
|
|
84
|
-
*
|
|
85
|
-
* @param name The _unique_ name of the resource.
|
|
86
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
87
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
88
|
-
*/
|
|
89
|
-
constructor(name: string, args: IntegrationExternalWikiArgs, opts?: pulumi.CustomResourceOptions);
|
|
90
|
-
}
|
|
91
|
-
/**
|
|
92
|
-
* Input properties used for looking up and filtering IntegrationExternalWiki resources.
|
|
93
|
-
*/
|
|
94
|
-
export interface IntegrationExternalWikiState {
|
|
95
|
-
/**
|
|
96
|
-
* Whether the integration is active.
|
|
97
|
-
*/
|
|
98
|
-
active?: pulumi.Input<boolean | undefined>;
|
|
99
|
-
/**
|
|
100
|
-
* The ISO8601 date/time that this integration was activated at in UTC.
|
|
101
|
-
*/
|
|
102
|
-
createdAt?: pulumi.Input<string | undefined>;
|
|
103
|
-
/**
|
|
104
|
-
* The URL of the external wiki.
|
|
105
|
-
*/
|
|
106
|
-
externalWikiUrl?: pulumi.Input<string | undefined>;
|
|
107
|
-
/**
|
|
108
|
-
* ID of the project you want to activate integration on.
|
|
109
|
-
*/
|
|
110
|
-
project?: pulumi.Input<string | undefined>;
|
|
111
|
-
/**
|
|
112
|
-
* The name of the integration in lowercase, shortened to 63 bytes, and with everything except 0-9 and a-z replaced with -. No leading / trailing -. Use in URLs, host names and domain names.
|
|
113
|
-
*/
|
|
114
|
-
slug?: pulumi.Input<string | undefined>;
|
|
115
|
-
/**
|
|
116
|
-
* Title of the integration.
|
|
117
|
-
*/
|
|
118
|
-
title?: pulumi.Input<string | undefined>;
|
|
119
|
-
/**
|
|
120
|
-
* The ISO8601 date/time that this integration was last updated at in UTC.
|
|
121
|
-
*/
|
|
122
|
-
updatedAt?: pulumi.Input<string | undefined>;
|
|
123
|
-
}
|
|
124
|
-
/**
|
|
125
|
-
* The set of arguments for constructing a IntegrationExternalWiki resource.
|
|
126
|
-
*/
|
|
127
|
-
export interface IntegrationExternalWikiArgs {
|
|
128
|
-
/**
|
|
129
|
-
* The URL of the external wiki.
|
|
130
|
-
*/
|
|
131
|
-
externalWikiUrl: pulumi.Input<string>;
|
|
132
|
-
/**
|
|
133
|
-
* ID of the project you want to activate integration on.
|
|
134
|
-
*/
|
|
135
|
-
project: pulumi.Input<string>;
|
|
136
|
-
}
|
|
137
|
-
//# sourceMappingURL=integrationExternalWiki.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrationExternalWiki.d.ts","sourceRoot":"","sources":["../integrationExternalWiki.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,qBAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,4BAA4B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,uBAAuB;IAOhK;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,uBAAuB;IAOlE;;OAEG;IACH,SAAgC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC/D;;OAEG;IACH,SAAgC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACjE;;OAEG;IACH,SAAwB,eAAe,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC/D;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvD;;OAEG;IACH,SAAgC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC5D;;OAEG;IACH,SAAgC,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC7D;;OAEG;IACH,SAAgC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAEjE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,2BAA2B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAgCnG;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IACzC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7C;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnD;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACzC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAChD;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IACxC;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACtC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACjC"}
|
|
@@ -1,126 +0,0 @@
|
|
|
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.IntegrationExternalWiki = void 0;
|
|
29
|
-
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
-
const utilities = __importStar(require("./utilities"));
|
|
31
|
-
/**
|
|
32
|
-
* The `gitlab.IntegrationExternalWiki` resource manages the lifecycle of a project integration with the External Wiki Service.
|
|
33
|
-
*
|
|
34
|
-
* > This resource is deprecated and will be removed in 19.0. Use `gitlab.ProjectIntegrationExternalWiki` instead.
|
|
35
|
-
*
|
|
36
|
-
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#external-wiki)
|
|
37
|
-
*
|
|
38
|
-
* ## Example Usage
|
|
39
|
-
*
|
|
40
|
-
* ```typescript
|
|
41
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
-
* import * as gitlab from "@pulumi/gitlab";
|
|
43
|
-
*
|
|
44
|
-
* const awesomeProject = new gitlab.Project("awesome_project", {
|
|
45
|
-
* name: "awesome_project",
|
|
46
|
-
* description: "My awesome project.",
|
|
47
|
-
* visibilityLevel: "public",
|
|
48
|
-
* });
|
|
49
|
-
* const wiki = new gitlab.IntegrationExternalWiki("wiki", {
|
|
50
|
-
* project: awesomeProject.id,
|
|
51
|
-
* externalWikiUrl: "https://MyAwesomeExternalWikiURL.com",
|
|
52
|
-
* });
|
|
53
|
-
* ```
|
|
54
|
-
*
|
|
55
|
-
* ## Import
|
|
56
|
-
*
|
|
57
|
-
* Starting in Terraform v1.5.0, you can use an import block to import `gitlab.IntegrationExternalWiki`. For example:
|
|
58
|
-
*
|
|
59
|
-
* Importing using the CLI is supported with the following syntax:
|
|
60
|
-
*
|
|
61
|
-
* You can import a gitlab.IntegrationExternalWiki state using the project ID, for example:
|
|
62
|
-
*
|
|
63
|
-
* ```sh
|
|
64
|
-
* $ pulumi import gitlab:index/integrationExternalWiki:IntegrationExternalWiki wiki 1
|
|
65
|
-
* ```
|
|
66
|
-
*/
|
|
67
|
-
class IntegrationExternalWiki extends pulumi.CustomResource {
|
|
68
|
-
/**
|
|
69
|
-
* Get an existing IntegrationExternalWiki resource's state with the given name, ID, and optional extra
|
|
70
|
-
* properties used to qualify the lookup.
|
|
71
|
-
*
|
|
72
|
-
* @param name The _unique_ name of the resulting resource.
|
|
73
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
74
|
-
* @param state Any extra arguments used during the lookup.
|
|
75
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
76
|
-
*/
|
|
77
|
-
static get(name, id, state, opts) {
|
|
78
|
-
return new IntegrationExternalWiki(name, state, { ...opts, id: id });
|
|
79
|
-
}
|
|
80
|
-
/** @internal */
|
|
81
|
-
static __pulumiType = 'gitlab:index/integrationExternalWiki:IntegrationExternalWiki';
|
|
82
|
-
/**
|
|
83
|
-
* Returns true if the given object is an instance of IntegrationExternalWiki. This is designed to work even
|
|
84
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
85
|
-
*/
|
|
86
|
-
static isInstance(obj) {
|
|
87
|
-
if (obj === undefined || obj === null) {
|
|
88
|
-
return false;
|
|
89
|
-
}
|
|
90
|
-
return obj['__pulumiType'] === IntegrationExternalWiki.__pulumiType;
|
|
91
|
-
}
|
|
92
|
-
constructor(name, argsOrState, opts) {
|
|
93
|
-
let resourceInputs = {};
|
|
94
|
-
opts = opts || {};
|
|
95
|
-
if (opts.id) {
|
|
96
|
-
const state = argsOrState;
|
|
97
|
-
resourceInputs["active"] = state?.active;
|
|
98
|
-
resourceInputs["createdAt"] = state?.createdAt;
|
|
99
|
-
resourceInputs["externalWikiUrl"] = state?.externalWikiUrl;
|
|
100
|
-
resourceInputs["project"] = state?.project;
|
|
101
|
-
resourceInputs["slug"] = state?.slug;
|
|
102
|
-
resourceInputs["title"] = state?.title;
|
|
103
|
-
resourceInputs["updatedAt"] = state?.updatedAt;
|
|
104
|
-
}
|
|
105
|
-
else {
|
|
106
|
-
const args = argsOrState;
|
|
107
|
-
if (args?.externalWikiUrl === undefined && !opts.urn) {
|
|
108
|
-
throw new Error("Missing required property 'externalWikiUrl'");
|
|
109
|
-
}
|
|
110
|
-
if (args?.project === undefined && !opts.urn) {
|
|
111
|
-
throw new Error("Missing required property 'project'");
|
|
112
|
-
}
|
|
113
|
-
resourceInputs["externalWikiUrl"] = args?.externalWikiUrl;
|
|
114
|
-
resourceInputs["project"] = args?.project;
|
|
115
|
-
resourceInputs["active"] = undefined /*out*/;
|
|
116
|
-
resourceInputs["createdAt"] = undefined /*out*/;
|
|
117
|
-
resourceInputs["slug"] = undefined /*out*/;
|
|
118
|
-
resourceInputs["title"] = undefined /*out*/;
|
|
119
|
-
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
120
|
-
}
|
|
121
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
122
|
-
super(IntegrationExternalWiki.__pulumiType, name, resourceInputs, opts);
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
exports.IntegrationExternalWiki = IntegrationExternalWiki;
|
|
126
|
-
//# sourceMappingURL=integrationExternalWiki.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrationExternalWiki.js","sourceRoot":"","sources":["../integrationExternalWiki.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9E,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,8DAA8D,CAAC;IAErG;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IAuCD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,IAAI,IAAI,EAAE,eAAe,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AA/FL,0DAgGC"}
|
package/integrationGithub.d.ts
DELETED
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* The `gitlab.IntegrationGithub` resource manages the lifecycle of a project integration with GitHub.
|
|
4
|
-
*
|
|
5
|
-
* > This resource requires a GitLab Enterprise instance.
|
|
6
|
-
*
|
|
7
|
-
* > This resource is deprecated and will be removed in 19.0. Use `gitlab.ProjectIntegrationGithub` instead.
|
|
8
|
-
*
|
|
9
|
-
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#github)
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as gitlab from "@pulumi/gitlab";
|
|
16
|
-
*
|
|
17
|
-
* const awesomeProject = new gitlab.Project("awesome_project", {
|
|
18
|
-
* name: "awesome_project",
|
|
19
|
-
* description: "My awesome project.",
|
|
20
|
-
* visibilityLevel: "public",
|
|
21
|
-
* });
|
|
22
|
-
* const github = new gitlab.IntegrationGithub("github", {
|
|
23
|
-
* project: awesomeProject.id,
|
|
24
|
-
* token: "REDACTED",
|
|
25
|
-
* repositoryUrl: "https://github.com/gitlabhq/terraform-provider-gitlab",
|
|
26
|
-
* });
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* ## Import
|
|
30
|
-
*
|
|
31
|
-
* Starting in Terraform v1.5.0, you can use an import block to import `gitlab.IntegrationGithub`. For example:
|
|
32
|
-
*
|
|
33
|
-
* Importing using the CLI is supported with the following syntax:
|
|
34
|
-
*
|
|
35
|
-
* You can import a gitlab.IntegrationGithub state using `terraform import <resource> <project_id>`:
|
|
36
|
-
*
|
|
37
|
-
* ```sh
|
|
38
|
-
* $ pulumi import gitlab:index/integrationGithub:IntegrationGithub github 1
|
|
39
|
-
* ```
|
|
40
|
-
*/
|
|
41
|
-
export declare class IntegrationGithub extends pulumi.CustomResource {
|
|
42
|
-
/**
|
|
43
|
-
* Get an existing IntegrationGithub resource's state with the given name, ID, and optional extra
|
|
44
|
-
* properties used to qualify the lookup.
|
|
45
|
-
*
|
|
46
|
-
* @param name The _unique_ name of the resulting resource.
|
|
47
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
48
|
-
* @param state Any extra arguments used during the lookup.
|
|
49
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
50
|
-
*/
|
|
51
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IntegrationGithubState, opts?: pulumi.CustomResourceOptions): IntegrationGithub;
|
|
52
|
-
/**
|
|
53
|
-
* Returns true if the given object is an instance of IntegrationGithub. This is designed to work even
|
|
54
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
55
|
-
*/
|
|
56
|
-
static isInstance(obj: any): obj is IntegrationGithub;
|
|
57
|
-
/**
|
|
58
|
-
* Whether the integration is active.
|
|
59
|
-
*/
|
|
60
|
-
readonly active: pulumi.Output<boolean>;
|
|
61
|
-
/**
|
|
62
|
-
* The ISO8601 date/time that this integration was activated at in UTC.
|
|
63
|
-
*/
|
|
64
|
-
readonly createdAt: pulumi.Output<string>;
|
|
65
|
-
/**
|
|
66
|
-
* ID of the project you want to activate the integration on.
|
|
67
|
-
*/
|
|
68
|
-
readonly project: pulumi.Output<string>;
|
|
69
|
-
/**
|
|
70
|
-
* The URL of the GitHub repo to integrate with. For example, https://github.com/gitlabhq/terraform-provider-gitlab.
|
|
71
|
-
*/
|
|
72
|
-
readonly repositoryUrl: pulumi.Output<string>;
|
|
73
|
-
/**
|
|
74
|
-
* Append the instance name instead of the branch to the status. Must enable to set a GitLab status check as *required* in GitHub. See [Static / dynamic status check names] to learn more.
|
|
75
|
-
*/
|
|
76
|
-
readonly staticContext: pulumi.Output<boolean>;
|
|
77
|
-
/**
|
|
78
|
-
* Title of the integration.
|
|
79
|
-
*/
|
|
80
|
-
readonly title: pulumi.Output<string>;
|
|
81
|
-
/**
|
|
82
|
-
* A GitHub personal access token with at least the `repo:status` scope.
|
|
83
|
-
*/
|
|
84
|
-
readonly token: pulumi.Output<string>;
|
|
85
|
-
/**
|
|
86
|
-
* The ISO8601 date/time that this integration was last updated at in UTC.
|
|
87
|
-
*/
|
|
88
|
-
readonly updatedAt: pulumi.Output<string>;
|
|
89
|
-
/**
|
|
90
|
-
* Create a IntegrationGithub resource with the given unique name, arguments, and options.
|
|
91
|
-
*
|
|
92
|
-
* @param name The _unique_ name of the resource.
|
|
93
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
94
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
95
|
-
*/
|
|
96
|
-
constructor(name: string, args: IntegrationGithubArgs, opts?: pulumi.CustomResourceOptions);
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* Input properties used for looking up and filtering IntegrationGithub resources.
|
|
100
|
-
*/
|
|
101
|
-
export interface IntegrationGithubState {
|
|
102
|
-
/**
|
|
103
|
-
* Whether the integration is active.
|
|
104
|
-
*/
|
|
105
|
-
active?: pulumi.Input<boolean | undefined>;
|
|
106
|
-
/**
|
|
107
|
-
* The ISO8601 date/time that this integration was activated at in UTC.
|
|
108
|
-
*/
|
|
109
|
-
createdAt?: pulumi.Input<string | undefined>;
|
|
110
|
-
/**
|
|
111
|
-
* ID of the project you want to activate the integration on.
|
|
112
|
-
*/
|
|
113
|
-
project?: pulumi.Input<string | undefined>;
|
|
114
|
-
/**
|
|
115
|
-
* The URL of the GitHub repo to integrate with. For example, https://github.com/gitlabhq/terraform-provider-gitlab.
|
|
116
|
-
*/
|
|
117
|
-
repositoryUrl?: pulumi.Input<string | undefined>;
|
|
118
|
-
/**
|
|
119
|
-
* Append the instance name instead of the branch to the status. Must enable to set a GitLab status check as *required* in GitHub. See [Static / dynamic status check names] to learn more.
|
|
120
|
-
*/
|
|
121
|
-
staticContext?: pulumi.Input<boolean | undefined>;
|
|
122
|
-
/**
|
|
123
|
-
* Title of the integration.
|
|
124
|
-
*/
|
|
125
|
-
title?: pulumi.Input<string | undefined>;
|
|
126
|
-
/**
|
|
127
|
-
* A GitHub personal access token with at least the `repo:status` scope.
|
|
128
|
-
*/
|
|
129
|
-
token?: pulumi.Input<string | undefined>;
|
|
130
|
-
/**
|
|
131
|
-
* The ISO8601 date/time that this integration was last updated at in UTC.
|
|
132
|
-
*/
|
|
133
|
-
updatedAt?: pulumi.Input<string | undefined>;
|
|
134
|
-
}
|
|
135
|
-
/**
|
|
136
|
-
* The set of arguments for constructing a IntegrationGithub resource.
|
|
137
|
-
*/
|
|
138
|
-
export interface IntegrationGithubArgs {
|
|
139
|
-
/**
|
|
140
|
-
* ID of the project you want to activate the integration on.
|
|
141
|
-
*/
|
|
142
|
-
project: pulumi.Input<string>;
|
|
143
|
-
/**
|
|
144
|
-
* The URL of the GitHub repo to integrate with. For example, https://github.com/gitlabhq/terraform-provider-gitlab.
|
|
145
|
-
*/
|
|
146
|
-
repositoryUrl: pulumi.Input<string>;
|
|
147
|
-
/**
|
|
148
|
-
* Append the instance name instead of the branch to the status. Must enable to set a GitLab status check as *required* in GitHub. See [Static / dynamic status check names] to learn more.
|
|
149
|
-
*/
|
|
150
|
-
staticContext?: pulumi.Input<boolean | undefined>;
|
|
151
|
-
/**
|
|
152
|
-
* A GitHub personal access token with at least the `repo:status` scope.
|
|
153
|
-
*/
|
|
154
|
-
token: pulumi.Input<string>;
|
|
155
|
-
}
|
|
156
|
-
//# sourceMappingURL=integrationGithub.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrationGithub.d.ts","sourceRoot":"","sources":["../integrationGithub.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,qBAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,sBAAsB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,iBAAiB;IAOpJ;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,iBAAiB;IAO5D;;OAEG;IACH,SAAgC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC/D;;OAEG;IACH,SAAgC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACjE;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvD;;OAEG;IACH,SAAwB,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC7D;;OAEG;IACH,SAAwB,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC9D;;OAEG;IACH,SAAgC,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC7D;;OAEG;IACH,SAAwB,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACrD;;OAEG;IACH,SAAgC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAEjE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAqB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAuC7F;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACjD;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAClD;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACzC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACzC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAChD;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACpC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAClD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC/B"}
|
package/integrationGithub.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrationGithub.js","sourceRoot":"","sources":["../integrationGithub.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrationHarbor.d.ts","sourceRoot":"","sources":["../integrationHarbor.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,qBAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,sBAAsB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,iBAAiB;IAOpJ;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,iBAAiB;IAO5D;;OAEG;IACH,SAAgC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC/D;;OAEG;IACH,SAAwB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACxD;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvD;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC3D;;OAEG;IACH,SAAwB,GAAG,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACnD;;OAEG;IACH,SAAwB,oBAAoB,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IACrE;;OAEG;IACH,SAAwB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAExD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,qBAAqB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA2C7F;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC5C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvC;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IACzD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC/C;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IACzD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAClC"}
|
package/integrationHarbor.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrationHarbor.js","sourceRoot":"","sources":["../integrationHarbor.ts"],"names":[],"mappings":"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"}
|
package/integrationJenkins.d.ts
DELETED
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* The `gitlab.IntegrationJenkins` resource manages the lifecycle of a project integration with Jenkins.
|
|
4
|
-
*
|
|
5
|
-
* > This resource is deprecated and will be removed in 19.0. Use `gitlab.ProjectIntegrationJenkins`instead.
|
|
6
|
-
*
|
|
7
|
-
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#jenkins)
|
|
8
|
-
*
|
|
9
|
-
* ## Example Usage
|
|
10
|
-
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as gitlab from "@pulumi/gitlab";
|
|
14
|
-
*
|
|
15
|
-
* const awesomeProject = new gitlab.Project("awesome_project", {
|
|
16
|
-
* name: "awesome_project",
|
|
17
|
-
* description: "My awesome project.",
|
|
18
|
-
* visibilityLevel: "public",
|
|
19
|
-
* });
|
|
20
|
-
* const jenkins = new gitlab.IntegrationJenkins("jenkins", {
|
|
21
|
-
* project: awesomeProject.id,
|
|
22
|
-
* jenkinsUrl: "http://jenkins.example.com",
|
|
23
|
-
* projectName: "my_project_name",
|
|
24
|
-
* });
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* ## Import
|
|
28
|
-
*
|
|
29
|
-
* Starting in Terraform v1.5.0, you can use an import block to import `gitlab.IntegrationJenkins`. For example:
|
|
30
|
-
*
|
|
31
|
-
* Importing using the CLI is supported with the following syntax:
|
|
32
|
-
*
|
|
33
|
-
* You can import a gitlab.IntegrationJenkins state using `terraform import <resource> <project_id>`:
|
|
34
|
-
*
|
|
35
|
-
* ```sh
|
|
36
|
-
* $ pulumi import gitlab:index/integrationJenkins:IntegrationJenkins jenkins 1
|
|
37
|
-
* ```
|
|
38
|
-
*/
|
|
39
|
-
export declare class IntegrationJenkins extends pulumi.CustomResource {
|
|
40
|
-
/**
|
|
41
|
-
* Get an existing IntegrationJenkins resource's state with the given name, ID, and optional extra
|
|
42
|
-
* properties used to qualify the lookup.
|
|
43
|
-
*
|
|
44
|
-
* @param name The _unique_ name of the resulting resource.
|
|
45
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
46
|
-
* @param state Any extra arguments used during the lookup.
|
|
47
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
48
|
-
*/
|
|
49
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IntegrationJenkinsState, opts?: pulumi.CustomResourceOptions): IntegrationJenkins;
|
|
50
|
-
/**
|
|
51
|
-
* Returns true if the given object is an instance of IntegrationJenkins. This is designed to work even
|
|
52
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
53
|
-
*/
|
|
54
|
-
static isInstance(obj: any): obj is IntegrationJenkins;
|
|
55
|
-
/**
|
|
56
|
-
* Whether the integration is active.
|
|
57
|
-
*/
|
|
58
|
-
readonly active: pulumi.Output<boolean>;
|
|
59
|
-
/**
|
|
60
|
-
* Enable SSL verification. Defaults to `true` (enabled).
|
|
61
|
-
*/
|
|
62
|
-
readonly enableSslVerification: pulumi.Output<boolean>;
|
|
63
|
-
/**
|
|
64
|
-
* Jenkins URL like `http://jenkins.example.com`
|
|
65
|
-
*/
|
|
66
|
-
readonly jenkinsUrl: pulumi.Output<string>;
|
|
67
|
-
/**
|
|
68
|
-
* Enable notifications for merge request events.
|
|
69
|
-
*/
|
|
70
|
-
readonly mergeRequestEvents: pulumi.Output<boolean>;
|
|
71
|
-
/**
|
|
72
|
-
* Password for authentication with the Jenkins server, if authentication is required by the server.
|
|
73
|
-
*/
|
|
74
|
-
readonly password: pulumi.Output<string | undefined>;
|
|
75
|
-
/**
|
|
76
|
-
* ID of the project you want to activate integration on.
|
|
77
|
-
*/
|
|
78
|
-
readonly project: pulumi.Output<string>;
|
|
79
|
-
/**
|
|
80
|
-
* The URL-friendly project name. Example: `myProjectName`.
|
|
81
|
-
*/
|
|
82
|
-
readonly projectName: pulumi.Output<string>;
|
|
83
|
-
/**
|
|
84
|
-
* Enable notifications for push events.
|
|
85
|
-
*/
|
|
86
|
-
readonly pushEvents: pulumi.Output<boolean>;
|
|
87
|
-
/**
|
|
88
|
-
* Enable notifications for tag push events.
|
|
89
|
-
*/
|
|
90
|
-
readonly tagPushEvents: pulumi.Output<boolean>;
|
|
91
|
-
/**
|
|
92
|
-
* Username for authentication with the Jenkins server, if authentication is required by the server.
|
|
93
|
-
*/
|
|
94
|
-
readonly username: pulumi.Output<string | undefined>;
|
|
95
|
-
/**
|
|
96
|
-
* Create a IntegrationJenkins resource with the given unique name, arguments, and options.
|
|
97
|
-
*
|
|
98
|
-
* @param name The _unique_ name of the resource.
|
|
99
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
100
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
101
|
-
*/
|
|
102
|
-
constructor(name: string, args: IntegrationJenkinsArgs, opts?: pulumi.CustomResourceOptions);
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* Input properties used for looking up and filtering IntegrationJenkins resources.
|
|
106
|
-
*/
|
|
107
|
-
export interface IntegrationJenkinsState {
|
|
108
|
-
/**
|
|
109
|
-
* Whether the integration is active.
|
|
110
|
-
*/
|
|
111
|
-
active?: pulumi.Input<boolean | undefined>;
|
|
112
|
-
/**
|
|
113
|
-
* Enable SSL verification. Defaults to `true` (enabled).
|
|
114
|
-
*/
|
|
115
|
-
enableSslVerification?: pulumi.Input<boolean | undefined>;
|
|
116
|
-
/**
|
|
117
|
-
* Jenkins URL like `http://jenkins.example.com`
|
|
118
|
-
*/
|
|
119
|
-
jenkinsUrl?: pulumi.Input<string | undefined>;
|
|
120
|
-
/**
|
|
121
|
-
* Enable notifications for merge request events.
|
|
122
|
-
*/
|
|
123
|
-
mergeRequestEvents?: pulumi.Input<boolean | undefined>;
|
|
124
|
-
/**
|
|
125
|
-
* Password for authentication with the Jenkins server, if authentication is required by the server.
|
|
126
|
-
*/
|
|
127
|
-
password?: pulumi.Input<string | undefined>;
|
|
128
|
-
/**
|
|
129
|
-
* ID of the project you want to activate integration on.
|
|
130
|
-
*/
|
|
131
|
-
project?: pulumi.Input<string | undefined>;
|
|
132
|
-
/**
|
|
133
|
-
* The URL-friendly project name. Example: `myProjectName`.
|
|
134
|
-
*/
|
|
135
|
-
projectName?: pulumi.Input<string | undefined>;
|
|
136
|
-
/**
|
|
137
|
-
* Enable notifications for push events.
|
|
138
|
-
*/
|
|
139
|
-
pushEvents?: pulumi.Input<boolean | undefined>;
|
|
140
|
-
/**
|
|
141
|
-
* Enable notifications for tag push events.
|
|
142
|
-
*/
|
|
143
|
-
tagPushEvents?: pulumi.Input<boolean | undefined>;
|
|
144
|
-
/**
|
|
145
|
-
* Username for authentication with the Jenkins server, if authentication is required by the server.
|
|
146
|
-
*/
|
|
147
|
-
username?: pulumi.Input<string | undefined>;
|
|
148
|
-
}
|
|
149
|
-
/**
|
|
150
|
-
* The set of arguments for constructing a IntegrationJenkins resource.
|
|
151
|
-
*/
|
|
152
|
-
export interface IntegrationJenkinsArgs {
|
|
153
|
-
/**
|
|
154
|
-
* Enable SSL verification. Defaults to `true` (enabled).
|
|
155
|
-
*/
|
|
156
|
-
enableSslVerification?: pulumi.Input<boolean | undefined>;
|
|
157
|
-
/**
|
|
158
|
-
* Jenkins URL like `http://jenkins.example.com`
|
|
159
|
-
*/
|
|
160
|
-
jenkinsUrl: pulumi.Input<string>;
|
|
161
|
-
/**
|
|
162
|
-
* Enable notifications for merge request events.
|
|
163
|
-
*/
|
|
164
|
-
mergeRequestEvents?: pulumi.Input<boolean | undefined>;
|
|
165
|
-
/**
|
|
166
|
-
* Password for authentication with the Jenkins server, if authentication is required by the server.
|
|
167
|
-
*/
|
|
168
|
-
password?: pulumi.Input<string | undefined>;
|
|
169
|
-
/**
|
|
170
|
-
* ID of the project you want to activate integration on.
|
|
171
|
-
*/
|
|
172
|
-
project: pulumi.Input<string>;
|
|
173
|
-
/**
|
|
174
|
-
* The URL-friendly project name. Example: `myProjectName`.
|
|
175
|
-
*/
|
|
176
|
-
projectName: pulumi.Input<string>;
|
|
177
|
-
/**
|
|
178
|
-
* Enable notifications for push events.
|
|
179
|
-
*/
|
|
180
|
-
pushEvents?: pulumi.Input<boolean | undefined>;
|
|
181
|
-
/**
|
|
182
|
-
* Enable notifications for tag push events.
|
|
183
|
-
*/
|
|
184
|
-
tagPushEvents?: pulumi.Input<boolean | undefined>;
|
|
185
|
-
/**
|
|
186
|
-
* Username for authentication with the Jenkins server, if authentication is required by the server.
|
|
187
|
-
*/
|
|
188
|
-
username?: pulumi.Input<string | undefined>;
|
|
189
|
-
}
|
|
190
|
-
//# sourceMappingURL=integrationJenkins.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrationJenkins.d.ts","sourceRoot":"","sources":["../integrationJenkins.ts"],"names":[],"mappings":"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"}
|