@pulumi/gitlab 4.8.0 → 4.9.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.
Files changed (263) hide show
  1. package/applicationSettings.d.ts +2936 -0
  2. package/applicationSettings.js +543 -0
  3. package/applicationSettings.js.map +1 -0
  4. package/branch.d.ts +3 -2
  5. package/branch.js +1 -1
  6. package/branch.js.map +1 -1
  7. package/branchProtection.d.ts +3 -8
  8. package/branchProtection.js +1 -7
  9. package/branchProtection.js.map +1 -1
  10. package/clusterAgent.d.ts +1 -1
  11. package/clusterAgent.js +1 -1
  12. package/clusterAgentToken.d.ts +2 -2
  13. package/clusterAgentToken.js +2 -2
  14. package/deployKey.d.ts +1 -1
  15. package/deployKey.js +1 -1
  16. package/deployKeyEnable.d.ts +1 -1
  17. package/deployKeyEnable.js +1 -1
  18. package/deployToken.d.ts +7 -9
  19. package/deployToken.js +4 -2
  20. package/deployToken.js.map +1 -1
  21. package/getBranch.d.ts +43 -1
  22. package/getBranch.js.map +1 -1
  23. package/getClusterAgent.d.ts +27 -0
  24. package/getClusterAgent.js.map +1 -1
  25. package/getClusterAgents.d.ts +13 -1
  26. package/getClusterAgents.js.map +1 -1
  27. package/getCurrentUser.d.ts +27 -0
  28. package/getGroup.d.ts +54 -0
  29. package/getGroup.js.map +1 -1
  30. package/getGroupHook.d.ts +123 -0
  31. package/getGroupHook.js +28 -0
  32. package/getGroupHook.js.map +1 -0
  33. package/getGroupHooks.d.ts +44 -0
  34. package/getGroupHooks.js +27 -0
  35. package/getGroupHooks.js.map +1 -0
  36. package/getGroupMembership.d.ts +31 -1
  37. package/getGroupMembership.js.map +1 -1
  38. package/getGroupVariable.d.ts +39 -0
  39. package/getGroupVariable.js.map +1 -1
  40. package/getGroupVariables.d.ts +22 -1
  41. package/getGroupVariables.js.map +1 -1
  42. package/getInstanceDeployKeys.d.ts +13 -1
  43. package/getInstanceDeployKeys.js.map +1 -1
  44. package/getInstanceVariable.d.ts +21 -0
  45. package/getInstanceVariable.js.map +1 -1
  46. package/getInstanceVariables.d.ts +4 -1
  47. package/getInstanceVariables.js.map +1 -1
  48. package/getProject.d.ts +188 -1
  49. package/getProject.js.map +1 -1
  50. package/getProjectHook.d.ts +134 -0
  51. package/getProjectHook.js +43 -0
  52. package/getProjectHook.js.map +1 -0
  53. package/getProjectHooks.d.ts +58 -0
  54. package/getProjectHooks.js +41 -0
  55. package/getProjectHooks.js.map +1 -0
  56. package/getProjectIssue.d.ts +131 -1
  57. package/getProjectIssue.js.map +1 -1
  58. package/getProjectIssues.d.ts +238 -1
  59. package/getProjectIssues.js.map +1 -1
  60. package/getProjectMembership.d.ts +96 -0
  61. package/getProjectMembership.js +47 -0
  62. package/getProjectMembership.js.map +1 -0
  63. package/getProjectMilestone.d.ts +51 -0
  64. package/getProjectMilestone.js.map +1 -1
  65. package/getProjectMilestones.d.ts +58 -1
  66. package/getProjectMilestones.js.map +1 -1
  67. package/getProjectProtectedBranch.d.ts +34 -1
  68. package/getProjectProtectedBranch.js.map +1 -1
  69. package/getProjectProtectedBranches.d.ts +13 -1
  70. package/getProjectProtectedBranches.js.map +1 -1
  71. package/getProjectTag.d.ts +34 -1
  72. package/getProjectTag.js.map +1 -1
  73. package/getProjectTags.d.ts +40 -1
  74. package/getProjectTags.js.map +1 -1
  75. package/getProjectVariable.d.ts +39 -0
  76. package/getProjectVariable.js.map +1 -1
  77. package/getProjectVariables.d.ts +22 -1
  78. package/getProjectVariables.js.map +1 -1
  79. package/getProjects.d.ts +193 -1
  80. package/getProjects.js.map +1 -1
  81. package/getReleaseLink.d.ts +45 -0
  82. package/getReleaseLink.js.map +1 -1
  83. package/getReleaseLinks.d.ts +22 -1
  84. package/getReleaseLinks.js.map +1 -1
  85. package/getRepositoryFile.d.ts +54 -0
  86. package/getRepositoryFile.js.map +1 -1
  87. package/getRepositoryTree.d.ts +94 -0
  88. package/getRepositoryTree.js +44 -0
  89. package/getRepositoryTree.js.map +1 -0
  90. package/getUser.d.ts +108 -0
  91. package/getUser.js.map +1 -1
  92. package/getUsers.d.ts +85 -1
  93. package/getUsers.js.map +1 -1
  94. package/group.d.ts +5 -5
  95. package/group.js +4 -2
  96. package/group.js.map +1 -1
  97. package/groupAccessToken.d.ts +7 -12
  98. package/groupAccessToken.js +4 -2
  99. package/groupAccessToken.js.map +1 -1
  100. package/groupBadge.d.ts +5 -5
  101. package/groupBadge.js +1 -1
  102. package/groupCluster.d.ts +4 -4
  103. package/groupCluster.js +4 -2
  104. package/groupCluster.js.map +1 -1
  105. package/groupCustomAttribute.d.ts +1 -1
  106. package/groupCustomAttribute.js +1 -1
  107. package/groupHook.d.ts +317 -0
  108. package/groupHook.js +144 -0
  109. package/groupHook.js.map +1 -0
  110. package/groupLabel.d.ts +4 -7
  111. package/groupLabel.js +1 -1
  112. package/groupLabel.js.map +1 -1
  113. package/groupLdapLink.d.ts +10 -16
  114. package/groupLdapLink.js +1 -1
  115. package/groupLdapLink.js.map +1 -1
  116. package/groupMembership.d.ts +28 -7
  117. package/groupMembership.js +5 -1
  118. package/groupMembership.js.map +1 -1
  119. package/groupProjectFileTemplate.d.ts +15 -14
  120. package/groupProjectFileTemplate.js +3 -2
  121. package/groupProjectFileTemplate.js.map +1 -1
  122. package/groupSamlLink.d.ts +98 -0
  123. package/groupSamlLink.js +88 -0
  124. package/groupSamlLink.js.map +1 -0
  125. package/groupShareGroup.d.ts +4 -7
  126. package/groupShareGroup.js +1 -1
  127. package/groupShareGroup.js.map +1 -1
  128. package/groupVariable.d.ts +13 -22
  129. package/groupVariable.js +4 -2
  130. package/groupVariable.js.map +1 -1
  131. package/index.d.ts +298 -89
  132. package/index.js +311 -228
  133. package/index.js.map +1 -1
  134. package/instanceCluster.d.ts +4 -4
  135. package/instanceCluster.js +4 -2
  136. package/instanceCluster.js.map +1 -1
  137. package/instanceVariable.d.ts +10 -16
  138. package/instanceVariable.js +4 -2
  139. package/instanceVariable.js.map +1 -1
  140. package/label.d.ts +4 -7
  141. package/label.js +1 -1
  142. package/label.js.map +1 -1
  143. package/managedLicense.d.ts +10 -10
  144. package/managedLicense.js +1 -1
  145. package/package.json +4 -3
  146. package/package.json.bak +2 -1
  147. package/package.json.dev +4 -3
  148. package/personalAccessToken.d.ts +7 -15
  149. package/personalAccessToken.js +4 -2
  150. package/personalAccessToken.js.map +1 -1
  151. package/pipelineSchedule.d.ts +1 -1
  152. package/pipelineSchedule.js +1 -1
  153. package/pipelineScheduleVariable.d.ts +1 -1
  154. package/pipelineScheduleVariable.js +1 -1
  155. package/pipelineTrigger.d.ts +1 -1
  156. package/pipelineTrigger.js +3 -1
  157. package/pipelineTrigger.js.map +1 -1
  158. package/project.d.ts +55 -72
  159. package/project.js +4 -2
  160. package/project.js.map +1 -1
  161. package/projectAccessToken.d.ts +10 -13
  162. package/projectAccessToken.js +4 -2
  163. package/projectAccessToken.js.map +1 -1
  164. package/projectApprovalRule.d.ts +4 -7
  165. package/projectApprovalRule.js +1 -1
  166. package/projectApprovalRule.js.map +1 -1
  167. package/projectBadge.d.ts +5 -5
  168. package/projectBadge.js +1 -1
  169. package/projectCluster.d.ts +4 -4
  170. package/projectCluster.js +4 -2
  171. package/projectCluster.js.map +1 -1
  172. package/projectCustomAttribute.d.ts +1 -1
  173. package/projectCustomAttribute.js +1 -1
  174. package/projectEnvironment.d.ts +3 -5
  175. package/projectEnvironment.js +1 -1
  176. package/projectEnvironment.js.map +1 -1
  177. package/projectFreezePeriod.d.ts +1 -1
  178. package/projectFreezePeriod.js +1 -1
  179. package/projectHook.d.ts +18 -2
  180. package/projectHook.js +9 -3
  181. package/projectHook.js.map +1 -1
  182. package/projectIssue.d.ts +28 -39
  183. package/projectIssue.js +1 -1
  184. package/projectIssue.js.map +1 -1
  185. package/projectIssueBoard.d.ts +189 -0
  186. package/projectIssueBoard.js +131 -0
  187. package/projectIssueBoard.js.map +1 -0
  188. package/projectLevelMrApprovals.d.ts +5 -8
  189. package/projectLevelMrApprovals.js +2 -2
  190. package/projectLevelMrApprovals.js.map +1 -1
  191. package/projectMembership.d.ts +4 -7
  192. package/projectMembership.js +1 -1
  193. package/projectMembership.js.map +1 -1
  194. package/projectMilestone.d.ts +1 -1
  195. package/projectMilestone.js +1 -1
  196. package/projectMirror.d.ts +1 -1
  197. package/projectMirror.js +4 -2
  198. package/projectMirror.js.map +1 -1
  199. package/projectProtectedEnvironment.d.ts +9 -2
  200. package/projectProtectedEnvironment.js +7 -1
  201. package/projectProtectedEnvironment.js.map +1 -1
  202. package/projectRunnerEnablement.d.ts +1 -1
  203. package/projectRunnerEnablement.js +1 -1
  204. package/projectShareGroup.d.ts +7 -13
  205. package/projectShareGroup.js +1 -1
  206. package/projectShareGroup.js.map +1 -1
  207. package/projectTag.d.ts +4 -3
  208. package/projectTag.js +2 -2
  209. package/projectTag.js.map +1 -1
  210. package/projectVariable.d.ts +13 -22
  211. package/projectVariable.js +4 -2
  212. package/projectVariable.js.map +1 -1
  213. package/releaseLink.d.ts +6 -11
  214. package/releaseLink.js +1 -1
  215. package/releaseLink.js.map +1 -1
  216. package/repositoryFile.d.ts +4 -7
  217. package/repositoryFile.js +1 -1
  218. package/repositoryFile.js.map +1 -1
  219. package/runner.d.ts +8 -8
  220. package/runner.js +4 -2
  221. package/runner.js.map +1 -1
  222. package/serviceExternalWiki.d.ts +3 -5
  223. package/serviceExternalWiki.js +1 -1
  224. package/serviceExternalWiki.js.map +1 -1
  225. package/serviceGithub.d.ts +4 -7
  226. package/serviceGithub.js +4 -2
  227. package/serviceGithub.js.map +1 -1
  228. package/serviceJira.d.ts +7 -13
  229. package/serviceJira.js +4 -2
  230. package/serviceJira.js.map +1 -1
  231. package/serviceMicrosoftTeams.d.ts +4 -7
  232. package/serviceMicrosoftTeams.js +1 -1
  233. package/serviceMicrosoftTeams.js.map +1 -1
  234. package/servicePipelinesEmail.d.ts +4 -7
  235. package/servicePipelinesEmail.js +1 -1
  236. package/servicePipelinesEmail.js.map +1 -1
  237. package/serviceSlack.d.ts +9 -11
  238. package/serviceSlack.js +1 -1
  239. package/serviceSlack.js.map +1 -1
  240. package/systemHook.d.ts +5 -8
  241. package/systemHook.js +5 -3
  242. package/systemHook.js.map +1 -1
  243. package/tagProtection.d.ts +1 -1
  244. package/tagProtection.js +1 -1
  245. package/topic.d.ts +5 -8
  246. package/topic.js +2 -2
  247. package/topic.js.map +1 -1
  248. package/types/index.js.map +1 -1
  249. package/types/input.d.ts +137 -0
  250. package/types/output.d.ts +321 -1
  251. package/user.d.ts +11 -14
  252. package/user.js +5 -3
  253. package/user.js.map +1 -1
  254. package/userCustomAttribute.d.ts +1 -1
  255. package/userCustomAttribute.js +1 -1
  256. package/userGpgKey.d.ts +119 -0
  257. package/userGpgKey.js +101 -0
  258. package/userGpgKey.js.map +1 -0
  259. package/userSshKey.d.ts +4 -7
  260. package/userSshKey.js +1 -1
  261. package/userSshKey.js.map +1 -1
  262. package/utilities.js +13 -1
  263. package/utilities.js.map +1 -1
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getProjectMembershipOutput = exports.getProjectMembership = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * The `gitlab.ProjectMembership` data source allows to list and filter all members of a project specified by either its id or full path.
10
+ *
11
+ * > **Note** exactly one of projectId or fullPath must be provided.
12
+ *
13
+ * **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/ee/api/members.html#list-all-members-of-a-group-or-project)
14
+ *
15
+ * ## Example Usage
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as gitlab from "@pulumi/gitlab";
20
+ *
21
+ * // Get members of a project including all members
22
+ * // through ancestor groups
23
+ * const example = pulumi.output(gitlab.getProjectMembership({
24
+ * inherited: true,
25
+ * projectId: 123,
26
+ * }));
27
+ * ```
28
+ */
29
+ function getProjectMembership(args, opts) {
30
+ args = args || {};
31
+ if (!opts) {
32
+ opts = {};
33
+ }
34
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
35
+ return pulumi.runtime.invoke("gitlab:index/getProjectMembership:getProjectMembership", {
36
+ "fullPath": args.fullPath,
37
+ "inherited": args.inherited,
38
+ "projectId": args.projectId,
39
+ "query": args.query,
40
+ }, opts);
41
+ }
42
+ exports.getProjectMembership = getProjectMembership;
43
+ function getProjectMembershipOutput(args, opts) {
44
+ return pulumi.output(args).apply(a => getProjectMembership(a, opts));
45
+ }
46
+ exports.getProjectMembershipOutput = getProjectMembershipOutput;
47
+ //# sourceMappingURL=getProjectMembership.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getProjectMembership.js","sourceRoot":"","sources":["../getProjectMembership.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAA2B;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,oDAaC;AAsDD,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,gEAEC"}
@@ -22,29 +22,74 @@ export declare function getProjectMilestone(args: GetProjectMilestoneArgs, opts?
22
22
  * A collection of arguments for invoking getProjectMilestone.
23
23
  */
24
24
  export interface GetProjectMilestoneArgs {
25
+ /**
26
+ * The instance-wide ID of the project’s milestone.
27
+ */
25
28
  milestoneId: number;
29
+ /**
30
+ * The ID or URL-encoded path of the project owned by the authenticated user.
31
+ */
26
32
  project: string;
27
33
  }
28
34
  /**
29
35
  * A collection of values returned by getProjectMilestone.
30
36
  */
31
37
  export interface GetProjectMilestoneResult {
38
+ /**
39
+ * The time of creation of the milestone. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.
40
+ */
32
41
  readonly createdAt: string;
42
+ /**
43
+ * The description of the milestone.
44
+ */
33
45
  readonly description: string;
46
+ /**
47
+ * The due date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
48
+ */
34
49
  readonly dueDate: string;
50
+ /**
51
+ * Bool, true if milestore expired.
52
+ */
35
53
  readonly expired: boolean;
36
54
  /**
37
55
  * The provider-assigned unique ID for this managed resource.
38
56
  */
39
57
  readonly id: string;
58
+ /**
59
+ * The ID of the project's milestone.
60
+ */
40
61
  readonly iid: number;
62
+ /**
63
+ * The instance-wide ID of the project’s milestone.
64
+ */
41
65
  readonly milestoneId: number;
66
+ /**
67
+ * The ID or URL-encoded path of the project owned by the authenticated user.
68
+ */
42
69
  readonly project: string;
70
+ /**
71
+ * The project ID of milestone.
72
+ */
43
73
  readonly projectId: number;
74
+ /**
75
+ * The start date of the milestone. Date time string in the format YYYY-MM-DD, for example 2016-03-11.
76
+ */
44
77
  readonly startDate: string;
78
+ /**
79
+ * The state of the milestone. Valid values are: `active`, `closed`.
80
+ */
45
81
  readonly state: string;
82
+ /**
83
+ * The title of a milestone.
84
+ */
46
85
  readonly title: string;
86
+ /**
87
+ * The last update time of the milestone. Date time string, ISO 8601 formatted, for example 2016-03-11T03:45:40Z.
88
+ */
47
89
  readonly updatedAt: string;
90
+ /**
91
+ * The web URL of the milestone.
92
+ */
48
93
  readonly webUrl: string;
49
94
  }
50
95
  export declare function getProjectMilestoneOutput(args: GetProjectMilestoneOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectMilestoneResult>;
@@ -52,6 +97,12 @@ export declare function getProjectMilestoneOutput(args: GetProjectMilestoneOutpu
52
97
  * A collection of arguments for invoking getProjectMilestone.
53
98
  */
54
99
  export interface GetProjectMilestoneOutputArgs {
100
+ /**
101
+ * The instance-wide ID of the project’s milestone.
102
+ */
55
103
  milestoneId: pulumi.Input<number>;
104
+ /**
105
+ * The ID or URL-encoded path of the project owned by the authenticated user.
106
+ */
56
107
  project: pulumi.Input<string>;
57
108
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getProjectMilestone.js","sourceRoot":"","sources":["../getProjectMilestone.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kDAUC;AAiCD,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,8DAEC"}
1
+ {"version":3,"file":"getProjectMilestone.js","sourceRoot":"","sources":["../getProjectMilestone.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kDAUC;AA8ED,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,8DAEC"}
@@ -1,5 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { output as outputs } from "./types";
2
+ import * as outputs from "./types/output";
3
3
  /**
4
4
  * The `gitlab.getProjectMilestones` data source allows get details of a project milestones.
5
5
  *
@@ -22,11 +22,29 @@ export declare function getProjectMilestones(args: GetProjectMilestonesArgs, opt
22
22
  * A collection of arguments for invoking getProjectMilestones.
23
23
  */
24
24
  export interface GetProjectMilestonesArgs {
25
+ /**
26
+ * Return only the milestones having the given `iid` (Note: ignored if `includeParentMilestones` is set as `true`).
27
+ */
25
28
  iids?: number[];
29
+ /**
30
+ * Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4.
31
+ */
26
32
  includeParentMilestones?: boolean;
33
+ /**
34
+ * The ID or URL-encoded path of the project owned by the authenticated user.
35
+ */
27
36
  project: string;
37
+ /**
38
+ * Return only milestones with a title or description matching the provided string.
39
+ */
28
40
  search?: string;
41
+ /**
42
+ * Return only `active` or `closed` milestones.
43
+ */
29
44
  state?: string;
45
+ /**
46
+ * Return only the milestones having the given `title`.
47
+ */
30
48
  title?: string;
31
49
  }
32
50
  /**
@@ -37,12 +55,33 @@ export interface GetProjectMilestonesResult {
37
55
  * The provider-assigned unique ID for this managed resource.
38
56
  */
39
57
  readonly id: string;
58
+ /**
59
+ * Return only the milestones having the given `iid` (Note: ignored if `includeParentMilestones` is set as `true`).
60
+ */
40
61
  readonly iids?: number[];
62
+ /**
63
+ * Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4.
64
+ */
41
65
  readonly includeParentMilestones?: boolean;
66
+ /**
67
+ * List of milestones from a project.
68
+ */
42
69
  readonly milestones: outputs.GetProjectMilestonesMilestone[];
70
+ /**
71
+ * The ID or URL-encoded path of the project owned by the authenticated user.
72
+ */
43
73
  readonly project: string;
74
+ /**
75
+ * Return only milestones with a title or description matching the provided string.
76
+ */
44
77
  readonly search?: string;
78
+ /**
79
+ * Return only `active` or `closed` milestones.
80
+ */
45
81
  readonly state?: string;
82
+ /**
83
+ * Return only the milestones having the given `title`.
84
+ */
46
85
  readonly title?: string;
47
86
  }
48
87
  export declare function getProjectMilestonesOutput(args: GetProjectMilestonesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectMilestonesResult>;
@@ -50,10 +89,28 @@ export declare function getProjectMilestonesOutput(args: GetProjectMilestonesOut
50
89
  * A collection of arguments for invoking getProjectMilestones.
51
90
  */
52
91
  export interface GetProjectMilestonesOutputArgs {
92
+ /**
93
+ * Return only the milestones having the given `iid` (Note: ignored if `includeParentMilestones` is set as `true`).
94
+ */
53
95
  iids?: pulumi.Input<pulumi.Input<number>[]>;
96
+ /**
97
+ * Include group milestones from parent group and its ancestors. Introduced in GitLab 13.4.
98
+ */
54
99
  includeParentMilestones?: pulumi.Input<boolean>;
100
+ /**
101
+ * The ID or URL-encoded path of the project owned by the authenticated user.
102
+ */
55
103
  project: pulumi.Input<string>;
104
+ /**
105
+ * Return only milestones with a title or description matching the provided string.
106
+ */
56
107
  search?: pulumi.Input<string>;
108
+ /**
109
+ * Return only `active` or `closed` milestones.
110
+ */
57
111
  state?: pulumi.Input<string>;
112
+ /**
113
+ * Return only the milestones having the given `title`.
114
+ */
58
115
  title?: pulumi.Input<string>;
59
116
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getProjectMilestones.js","sourceRoot":"","sources":["../getProjectMilestones.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,oDAcC;AA+BD,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,gEAEC"}
1
+ {"version":3,"file":"getProjectMilestones.js","sourceRoot":"","sources":["../getProjectMilestones.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,oDAcC;AAsED,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,gEAEC"}
@@ -1,5 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { output as outputs } from "./types";
2
+ import * as outputs from "./types/output";
3
3
  /**
4
4
  * The `gitlabProtectedBranch` data source allows details of a protected branch to be retrieved by its name and the project it belongs to.
5
5
  *
@@ -22,19 +22,46 @@ export declare function getProjectProtectedBranch(args: GetProjectProtectedBranc
22
22
  * A collection of arguments for invoking getProjectProtectedBranch.
23
23
  */
24
24
  export interface GetProjectProtectedBranchArgs {
25
+ /**
26
+ * The name of the protected branch.
27
+ */
25
28
  name: string;
29
+ /**
30
+ * The integer or path with namespace that uniquely identifies the project.
31
+ */
26
32
  projectId: string;
27
33
  }
28
34
  /**
29
35
  * A collection of values returned by getProjectProtectedBranch.
30
36
  */
31
37
  export interface GetProjectProtectedBranchResult {
38
+ /**
39
+ * Whether force push is allowed.
40
+ */
32
41
  readonly allowForcePush: boolean;
42
+ /**
43
+ * Reject code pushes that change files listed in the CODEOWNERS file.
44
+ */
33
45
  readonly codeOwnerApprovalRequired: boolean;
46
+ /**
47
+ * The ID of this resource.
48
+ */
34
49
  readonly id: number;
50
+ /**
51
+ * Describes which access levels, users, or groups are allowed to perform the action.
52
+ */
35
53
  readonly mergeAccessLevels: outputs.GetProjectProtectedBranchMergeAccessLevel[];
54
+ /**
55
+ * The name of the protected branch.
56
+ */
36
57
  readonly name: string;
58
+ /**
59
+ * The integer or path with namespace that uniquely identifies the project.
60
+ */
37
61
  readonly projectId: string;
62
+ /**
63
+ * Describes which access levels, users, or groups are allowed to perform the action.
64
+ */
38
65
  readonly pushAccessLevels: outputs.GetProjectProtectedBranchPushAccessLevel[];
39
66
  }
40
67
  export declare function getProjectProtectedBranchOutput(args: GetProjectProtectedBranchOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectProtectedBranchResult>;
@@ -42,6 +69,12 @@ export declare function getProjectProtectedBranchOutput(args: GetProjectProtecte
42
69
  * A collection of arguments for invoking getProjectProtectedBranch.
43
70
  */
44
71
  export interface GetProjectProtectedBranchOutputArgs {
72
+ /**
73
+ * The name of the protected branch.
74
+ */
45
75
  name: pulumi.Input<string>;
76
+ /**
77
+ * The integer or path with namespace that uniquely identifies the project.
78
+ */
46
79
  projectId: pulumi.Input<string>;
47
80
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getProjectProtectedBranch.js","sourceRoot":"","sources":["../getProjectProtectedBranch.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8DAUC;AAuBD,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,0EAEC"}
1
+ {"version":3,"file":"getProjectProtectedBranch.js","sourceRoot":"","sources":["../getProjectProtectedBranch.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8DAUC;AAkDD,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,0EAEC"}
@@ -1,5 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { output as outputs } from "./types";
2
+ import * as outputs from "./types/output";
3
3
  /**
4
4
  * The `gitlabProtectedBranches` data source allows details of the protected branches of a given project.
5
5
  *
@@ -21,6 +21,9 @@ export declare function getProjectProtectedBranches(args: GetProjectProtectedBra
21
21
  * A collection of arguments for invoking getProjectProtectedBranches.
22
22
  */
23
23
  export interface GetProjectProtectedBranchesArgs {
24
+ /**
25
+ * The integer or path with namespace that uniquely identifies the project.
26
+ */
24
27
  projectId: string;
25
28
  }
26
29
  /**
@@ -31,7 +34,13 @@ export interface GetProjectProtectedBranchesResult {
31
34
  * The provider-assigned unique ID for this managed resource.
32
35
  */
33
36
  readonly id: string;
37
+ /**
38
+ * The integer or path with namespace that uniquely identifies the project.
39
+ */
34
40
  readonly projectId: string;
41
+ /**
42
+ * A list of protected branches, as defined below.
43
+ */
35
44
  readonly protectedBranches: outputs.GetProjectProtectedBranchesProtectedBranch[];
36
45
  }
37
46
  export declare function getProjectProtectedBranchesOutput(args: GetProjectProtectedBranchesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectProtectedBranchesResult>;
@@ -39,5 +48,8 @@ export declare function getProjectProtectedBranchesOutput(args: GetProjectProtec
39
48
  * A collection of arguments for invoking getProjectProtectedBranches.
40
49
  */
41
50
  export interface GetProjectProtectedBranchesOutputArgs {
51
+ /**
52
+ * The integer or path with namespace that uniquely identifies the project.
53
+ */
42
54
  projectId: pulumi.Input<string>;
43
55
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getProjectProtectedBranches.js","sourceRoot":"","sources":["../getProjectProtectedBranches.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kEASC;AAqBD,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,2BAA2B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,8EAEC"}
1
+ {"version":3,"file":"getProjectProtectedBranches.js","sourceRoot":"","sources":["../getProjectProtectedBranches.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kEASC;AA8BD,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,2BAA2B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,8EAEC"}
@@ -1,5 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { output as outputs } from "./types";
2
+ import * as outputs from "./types/output";
3
3
  /**
4
4
  * The `gitlab.ProjectTag` data source allows details of a project tag to be retrieved by its name.
5
5
  *
@@ -23,23 +23,50 @@ export declare function getProjectTag(args: GetProjectTagArgs, opts?: pulumi.Inv
23
23
  * A collection of arguments for invoking getProjectTag.
24
24
  */
25
25
  export interface GetProjectTagArgs {
26
+ /**
27
+ * The name of a tag.
28
+ */
26
29
  name: string;
30
+ /**
31
+ * The ID or URL-encoded path of the project owned by the authenticated user.
32
+ */
27
33
  project: string;
28
34
  }
29
35
  /**
30
36
  * A collection of values returned by getProjectTag.
31
37
  */
32
38
  export interface GetProjectTagResult {
39
+ /**
40
+ * The commit associated with the tag.
41
+ */
33
42
  readonly commits: outputs.GetProjectTagCommit[];
34
43
  /**
35
44
  * The provider-assigned unique ID for this managed resource.
36
45
  */
37
46
  readonly id: string;
47
+ /**
48
+ * The message of the annotated tag.
49
+ */
38
50
  readonly message: string;
51
+ /**
52
+ * The name of a tag.
53
+ */
39
54
  readonly name: string;
55
+ /**
56
+ * The ID or URL-encoded path of the project owned by the authenticated user.
57
+ */
40
58
  readonly project: string;
59
+ /**
60
+ * Bool, true if tag has tag protection.
61
+ */
41
62
  readonly protected: boolean;
63
+ /**
64
+ * The release associated with the tag.
65
+ */
42
66
  readonly releases: outputs.GetProjectTagRelease[];
67
+ /**
68
+ * The unique id assigned to the commit by Gitlab.
69
+ */
43
70
  readonly target: string;
44
71
  }
45
72
  export declare function getProjectTagOutput(args: GetProjectTagOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectTagResult>;
@@ -47,6 +74,12 @@ export declare function getProjectTagOutput(args: GetProjectTagOutputArgs, opts?
47
74
  * A collection of arguments for invoking getProjectTag.
48
75
  */
49
76
  export interface GetProjectTagOutputArgs {
77
+ /**
78
+ * The name of a tag.
79
+ */
50
80
  name: pulumi.Input<string>;
81
+ /**
82
+ * The ID or URL-encoded path of the project owned by the authenticated user.
83
+ */
51
84
  project: pulumi.Input<string>;
52
85
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getProjectTag.js","sourceRoot":"","sources":["../getProjectTag.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC;AA2BD,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,kDAEC"}
1
+ {"version":3,"file":"getProjectTag.js","sourceRoot":"","sources":["../getProjectTag.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC;AAsDD,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,kDAEC"}
@@ -1,5 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { output as outputs } from "./types";
2
+ import * as outputs from "./types/output";
3
3
  /**
4
4
  * The `gitlab.getProjectTags` data source allows details of project tags to be retrieved by some search criteria.
5
5
  *
@@ -22,9 +22,21 @@ export declare function getProjectTags(args: GetProjectTagsArgs, opts?: pulumi.I
22
22
  * A collection of arguments for invoking getProjectTags.
23
23
  */
24
24
  export interface GetProjectTagsArgs {
25
+ /**
26
+ * Return tags ordered by `name` or `updated` fields. Default is `updated`.
27
+ */
25
28
  orderBy?: string;
29
+ /**
30
+ * The ID or URL-encoded path of the project owned by the authenticated user.
31
+ */
26
32
  project: string;
33
+ /**
34
+ * Return list of tags matching the search criteria. You can use `^term` and `term$` to find tags that begin and end with `term` respectively. No other regular expressions are supported.
35
+ */
27
36
  search?: string;
37
+ /**
38
+ * Return tags sorted in `asc` or `desc` order. Default is `desc`.
39
+ */
28
40
  sort?: string;
29
41
  }
30
42
  /**
@@ -35,10 +47,25 @@ export interface GetProjectTagsResult {
35
47
  * The provider-assigned unique ID for this managed resource.
36
48
  */
37
49
  readonly id: string;
50
+ /**
51
+ * Return tags ordered by `name` or `updated` fields. Default is `updated`.
52
+ */
38
53
  readonly orderBy?: string;
54
+ /**
55
+ * The ID or URL-encoded path of the project owned by the authenticated user.
56
+ */
39
57
  readonly project: string;
58
+ /**
59
+ * Return list of tags matching the search criteria. You can use `^term` and `term$` to find tags that begin and end with `term` respectively. No other regular expressions are supported.
60
+ */
40
61
  readonly search?: string;
62
+ /**
63
+ * Return tags sorted in `asc` or `desc` order. Default is `desc`.
64
+ */
41
65
  readonly sort?: string;
66
+ /**
67
+ * List of repository tags from a project.
68
+ */
42
69
  readonly tags: outputs.GetProjectTagsTag[];
43
70
  }
44
71
  export declare function getProjectTagsOutput(args: GetProjectTagsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectTagsResult>;
@@ -46,8 +73,20 @@ export declare function getProjectTagsOutput(args: GetProjectTagsOutputArgs, opt
46
73
  * A collection of arguments for invoking getProjectTags.
47
74
  */
48
75
  export interface GetProjectTagsOutputArgs {
76
+ /**
77
+ * Return tags ordered by `name` or `updated` fields. Default is `updated`.
78
+ */
49
79
  orderBy?: pulumi.Input<string>;
80
+ /**
81
+ * The ID or URL-encoded path of the project owned by the authenticated user.
82
+ */
50
83
  project: pulumi.Input<string>;
84
+ /**
85
+ * Return list of tags matching the search criteria. You can use `^term` and `term$` to find tags that begin and end with `term` respectively. No other regular expressions are supported.
86
+ */
51
87
  search?: pulumi.Input<string>;
88
+ /**
89
+ * Return tags sorted in `asc` or `desc` order. Default is `desc`.
90
+ */
52
91
  sort?: pulumi.Input<string>;
53
92
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getProjectTags.js","sourceRoot":"","sources":["../getProjectTags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wCAYC;AA2BD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,oDAEC"}
1
+ {"version":3,"file":"getProjectTags.js","sourceRoot":"","sources":["../getProjectTags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wCAYC;AAsDD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,oDAEC"}
@@ -27,24 +27,54 @@ export declare function getProjectVariable(args: GetProjectVariableArgs, opts?:
27
27
  * A collection of arguments for invoking getProjectVariable.
28
28
  */
29
29
  export interface GetProjectVariableArgs {
30
+ /**
31
+ * The environment scope of the variable. Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
32
+ */
30
33
  environmentScope?: string;
34
+ /**
35
+ * The name of the variable.
36
+ */
31
37
  key: string;
38
+ /**
39
+ * The name or id of the project.
40
+ */
32
41
  project: string;
33
42
  }
34
43
  /**
35
44
  * A collection of values returned by getProjectVariable.
36
45
  */
37
46
  export interface GetProjectVariableResult {
47
+ /**
48
+ * The environment scope of the variable. Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
49
+ */
38
50
  readonly environmentScope: string;
39
51
  /**
40
52
  * The provider-assigned unique ID for this managed resource.
41
53
  */
42
54
  readonly id: string;
55
+ /**
56
+ * The name of the variable.
57
+ */
43
58
  readonly key: string;
59
+ /**
60
+ * If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ee/ci/variables/#masked-variables). Defaults to `false`.
61
+ */
44
62
  readonly masked: boolean;
63
+ /**
64
+ * The name or id of the project.
65
+ */
45
66
  readonly project: string;
67
+ /**
68
+ * If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
69
+ */
46
70
  readonly protected: boolean;
71
+ /**
72
+ * The value of the variable.
73
+ */
47
74
  readonly value: string;
75
+ /**
76
+ * The type of a variable. Valid values are: `envVar`, `file`. Default is `envVar`.
77
+ */
48
78
  readonly variableType: string;
49
79
  }
50
80
  export declare function getProjectVariableOutput(args: GetProjectVariableOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectVariableResult>;
@@ -52,7 +82,16 @@ export declare function getProjectVariableOutput(args: GetProjectVariableOutputA
52
82
  * A collection of arguments for invoking getProjectVariable.
53
83
  */
54
84
  export interface GetProjectVariableOutputArgs {
85
+ /**
86
+ * The environment scope of the variable. Defaults to all environment (`*`). Note that in Community Editions of Gitlab, values other than `*` will cause inconsistent plans.
87
+ */
55
88
  environmentScope?: pulumi.Input<string>;
89
+ /**
90
+ * The name of the variable.
91
+ */
56
92
  key: pulumi.Input<string>;
93
+ /**
94
+ * The name or id of the project.
95
+ */
57
96
  project: pulumi.Input<string>;
58
97
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getProjectVariable.js","sourceRoot":"","sources":["../getProjectVariable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gDAWC;AA4BD,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,4DAEC"}
1
+ {"version":3,"file":"getProjectVariable.js","sourceRoot":"","sources":["../getProjectVariable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gDAWC;AA0DD,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,4DAEC"}
@@ -1,5 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import { output as outputs } from "./types";
2
+ import * as outputs from "./types/output";
3
3
  /**
4
4
  * The `gitlab.getProjectVariables` data source allows to retrieve all project-level CI/CD variables.
5
5
  *
@@ -26,19 +26,34 @@ export declare function getProjectVariables(args: GetProjectVariablesArgs, opts?
26
26
  * A collection of arguments for invoking getProjectVariables.
27
27
  */
28
28
  export interface GetProjectVariablesArgs {
29
+ /**
30
+ * The environment scope of the variable. Defaults to all environment (`*`).
31
+ */
29
32
  environmentScope?: string;
33
+ /**
34
+ * The name or id of the project.
35
+ */
30
36
  project: string;
31
37
  }
32
38
  /**
33
39
  * A collection of values returned by getProjectVariables.
34
40
  */
35
41
  export interface GetProjectVariablesResult {
42
+ /**
43
+ * The environment scope of the variable. Defaults to all environment (`*`).
44
+ */
36
45
  readonly environmentScope?: string;
37
46
  /**
38
47
  * The provider-assigned unique ID for this managed resource.
39
48
  */
40
49
  readonly id: string;
50
+ /**
51
+ * The name or id of the project.
52
+ */
41
53
  readonly project: string;
54
+ /**
55
+ * The list of variables returned by the search
56
+ */
42
57
  readonly variables: outputs.GetProjectVariablesVariable[];
43
58
  }
44
59
  export declare function getProjectVariablesOutput(args: GetProjectVariablesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectVariablesResult>;
@@ -46,6 +61,12 @@ export declare function getProjectVariablesOutput(args: GetProjectVariablesOutpu
46
61
  * A collection of arguments for invoking getProjectVariables.
47
62
  */
48
63
  export interface GetProjectVariablesOutputArgs {
64
+ /**
65
+ * The environment scope of the variable. Defaults to all environment (`*`).
66
+ */
49
67
  environmentScope?: pulumi.Input<string>;
68
+ /**
69
+ * The name or id of the project.
70
+ */
50
71
  project: pulumi.Input<string>;
51
72
  }