projen-pipelines 0.3.7 → 0.3.9
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/.jsii +172 -58
- package/API.md +123 -0
- package/lib/assign-approver/base.js +1 -1
- package/lib/assign-approver/github.js +1 -1
- package/lib/awscdk/base.js +3 -3
- package/lib/awscdk/bash.js +1 -1
- package/lib/awscdk/github.js +7 -2
- package/lib/awscdk/gitlab.js +5 -2
- package/lib/drift/base.js +1 -1
- package/lib/drift/bash.js +1 -1
- package/lib/drift/github.js +1 -1
- package/lib/drift/gitlab.js +1 -1
- package/lib/drift/step.js +1 -1
- package/lib/steps/amplify-deploy.step.js +1 -1
- package/lib/steps/artifact-steps.js +2 -2
- package/lib/steps/aws-assume-role.step.js +1 -1
- package/lib/steps/github-summary.step.d.ts +31 -0
- package/lib/steps/github-summary.step.js +102 -0
- package/lib/steps/index.d.ts +1 -0
- package/lib/steps/index.js +2 -1
- package/lib/steps/package-manager-setup.step.js +1 -1
- package/lib/steps/registries.js +3 -3
- package/lib/steps/step.js +4 -4
- package/lib/versioning/computation.js +3 -3
- package/lib/versioning/config.js +2 -2
- package/lib/versioning/outputs.js +5 -5
- package/lib/versioning/setup.js +1 -1
- package/lib/versioning/strategy.js +1 -1
- package/lib/versioning/version-info.js +2 -2
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
},
|
|
1009
1009
|
"locationInModule": {
|
|
1010
1010
|
"filename": "src/awscdk/base.ts",
|
|
1011
|
-
"line":
|
|
1011
|
+
"line": 398
|
|
1012
1012
|
},
|
|
1013
1013
|
"name": "createApplicationEntrypoint",
|
|
1014
1014
|
"protected": true
|
|
@@ -1020,7 +1020,7 @@
|
|
|
1020
1020
|
},
|
|
1021
1021
|
"locationInModule": {
|
|
1022
1022
|
"filename": "src/awscdk/base.ts",
|
|
1023
|
-
"line":
|
|
1023
|
+
"line": 604
|
|
1024
1024
|
},
|
|
1025
1025
|
"name": "createFeatureStage",
|
|
1026
1026
|
"protected": true
|
|
@@ -1032,7 +1032,7 @@
|
|
|
1032
1032
|
},
|
|
1033
1033
|
"locationInModule": {
|
|
1034
1034
|
"filename": "src/awscdk/base.ts",
|
|
1035
|
-
"line":
|
|
1035
|
+
"line": 653
|
|
1036
1036
|
},
|
|
1037
1037
|
"name": "createIndependentStage",
|
|
1038
1038
|
"parameters": [
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
},
|
|
1056
1056
|
"locationInModule": {
|
|
1057
1057
|
"filename": "src/awscdk/base.ts",
|
|
1058
|
-
"line":
|
|
1058
|
+
"line": 581
|
|
1059
1059
|
},
|
|
1060
1060
|
"name": "createPersonalStage",
|
|
1061
1061
|
"protected": true
|
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
},
|
|
1068
1068
|
"locationInModule": {
|
|
1069
1069
|
"filename": "src/awscdk/base.ts",
|
|
1070
|
-
"line":
|
|
1070
|
+
"line": 627
|
|
1071
1071
|
},
|
|
1072
1072
|
"name": "createPipelineStage",
|
|
1073
1073
|
"parameters": [
|
|
@@ -1090,7 +1090,7 @@
|
|
|
1090
1090
|
},
|
|
1091
1091
|
"locationInModule": {
|
|
1092
1092
|
"filename": "src/awscdk/base.ts",
|
|
1093
|
-
"line":
|
|
1093
|
+
"line": 526
|
|
1094
1094
|
},
|
|
1095
1095
|
"name": "createReleaseTasks",
|
|
1096
1096
|
"protected": true
|
|
@@ -1101,7 +1101,7 @@
|
|
|
1101
1101
|
},
|
|
1102
1102
|
"locationInModule": {
|
|
1103
1103
|
"filename": "src/awscdk/base.ts",
|
|
1104
|
-
"line":
|
|
1104
|
+
"line": 384
|
|
1105
1105
|
},
|
|
1106
1106
|
"name": "createSafeStageName",
|
|
1107
1107
|
"parameters": [
|
|
@@ -1126,7 +1126,7 @@
|
|
|
1126
1126
|
},
|
|
1127
1127
|
"locationInModule": {
|
|
1128
1128
|
"filename": "src/awscdk/base.ts",
|
|
1129
|
-
"line":
|
|
1129
|
+
"line": 686
|
|
1130
1130
|
},
|
|
1131
1131
|
"name": "createVersionFetchTask",
|
|
1132
1132
|
"parameters": [
|
|
@@ -1146,7 +1146,7 @@
|
|
|
1146
1146
|
},
|
|
1147
1147
|
"locationInModule": {
|
|
1148
1148
|
"filename": "src/awscdk/base.ts",
|
|
1149
|
-
"line":
|
|
1149
|
+
"line": 249
|
|
1150
1150
|
},
|
|
1151
1151
|
"name": "engineType",
|
|
1152
1152
|
"returns": {
|
|
@@ -1162,7 +1162,7 @@
|
|
|
1162
1162
|
},
|
|
1163
1163
|
"locationInModule": {
|
|
1164
1164
|
"filename": "src/awscdk/base.ts",
|
|
1165
|
-
"line":
|
|
1165
|
+
"line": 732
|
|
1166
1166
|
},
|
|
1167
1167
|
"name": "generateVersioningAppCode",
|
|
1168
1168
|
"parameters": [
|
|
@@ -1186,7 +1186,7 @@
|
|
|
1186
1186
|
},
|
|
1187
1187
|
"locationInModule": {
|
|
1188
1188
|
"filename": "src/awscdk/base.ts",
|
|
1189
|
-
"line":
|
|
1189
|
+
"line": 746
|
|
1190
1190
|
},
|
|
1191
1191
|
"name": "generateVersioningImports",
|
|
1192
1192
|
"returns": {
|
|
@@ -1202,7 +1202,7 @@
|
|
|
1202
1202
|
},
|
|
1203
1203
|
"locationInModule": {
|
|
1204
1204
|
"filename": "src/awscdk/base.ts",
|
|
1205
|
-
"line":
|
|
1205
|
+
"line": 759
|
|
1206
1206
|
},
|
|
1207
1207
|
"name": "generateVersioningUtilities",
|
|
1208
1208
|
"returns": {
|
|
@@ -1217,7 +1217,7 @@
|
|
|
1217
1217
|
},
|
|
1218
1218
|
"locationInModule": {
|
|
1219
1219
|
"filename": "src/awscdk/base.ts",
|
|
1220
|
-
"line":
|
|
1220
|
+
"line": 675
|
|
1221
1221
|
},
|
|
1222
1222
|
"name": "getCliStackPattern",
|
|
1223
1223
|
"parameters": [
|
|
@@ -1241,7 +1241,7 @@
|
|
|
1241
1241
|
},
|
|
1242
1242
|
"locationInModule": {
|
|
1243
1243
|
"filename": "src/awscdk/base.ts",
|
|
1244
|
-
"line":
|
|
1244
|
+
"line": 326
|
|
1245
1245
|
},
|
|
1246
1246
|
"name": "provideAssemblyUploadStep",
|
|
1247
1247
|
"protected": true,
|
|
@@ -1257,7 +1257,7 @@
|
|
|
1257
1257
|
},
|
|
1258
1258
|
"locationInModule": {
|
|
1259
1259
|
"filename": "src/awscdk/base.ts",
|
|
1260
|
-
"line":
|
|
1260
|
+
"line": 292
|
|
1261
1261
|
},
|
|
1262
1262
|
"name": "provideAssetUploadStep",
|
|
1263
1263
|
"parameters": [
|
|
@@ -1282,7 +1282,7 @@
|
|
|
1282
1282
|
},
|
|
1283
1283
|
"locationInModule": {
|
|
1284
1284
|
"filename": "src/awscdk/base.ts",
|
|
1285
|
-
"line":
|
|
1285
|
+
"line": 336
|
|
1286
1286
|
},
|
|
1287
1287
|
"name": "provideDeployStep",
|
|
1288
1288
|
"parameters": [
|
|
@@ -1306,7 +1306,7 @@
|
|
|
1306
1306
|
},
|
|
1307
1307
|
"locationInModule": {
|
|
1308
1308
|
"filename": "src/awscdk/base.ts",
|
|
1309
|
-
"line":
|
|
1309
|
+
"line": 348
|
|
1310
1310
|
},
|
|
1311
1311
|
"name": "provideDiffStep",
|
|
1312
1312
|
"parameters": [
|
|
@@ -1337,7 +1337,7 @@
|
|
|
1337
1337
|
},
|
|
1338
1338
|
"locationInModule": {
|
|
1339
1339
|
"filename": "src/awscdk/base.ts",
|
|
1340
|
-
"line":
|
|
1340
|
+
"line": 251
|
|
1341
1341
|
},
|
|
1342
1342
|
"name": "provideInstallStep",
|
|
1343
1343
|
"protected": true,
|
|
@@ -1353,7 +1353,7 @@
|
|
|
1353
1353
|
},
|
|
1354
1354
|
"locationInModule": {
|
|
1355
1355
|
"filename": "src/awscdk/base.ts",
|
|
1356
|
-
"line":
|
|
1356
|
+
"line": 268
|
|
1357
1357
|
},
|
|
1358
1358
|
"name": "provideSynthStep",
|
|
1359
1359
|
"protected": true,
|
|
@@ -1369,7 +1369,7 @@
|
|
|
1369
1369
|
},
|
|
1370
1370
|
"locationInModule": {
|
|
1371
1371
|
"filename": "src/awscdk/base.ts",
|
|
1372
|
-
"line":
|
|
1372
|
+
"line": 362
|
|
1373
1373
|
},
|
|
1374
1374
|
"name": "renderInstallPackageCommands",
|
|
1375
1375
|
"parameters": [
|
|
@@ -1827,6 +1827,120 @@
|
|
|
1827
1827
|
"name": "CdkDiffType",
|
|
1828
1828
|
"symbolId": "src/awscdk/base:CdkDiffType"
|
|
1829
1829
|
},
|
|
1830
|
+
"projen-pipelines.CdkOutputsSummaryStep": {
|
|
1831
|
+
"assembly": "projen-pipelines",
|
|
1832
|
+
"base": "projen-pipelines.PipelineStep",
|
|
1833
|
+
"docs": {
|
|
1834
|
+
"remarks": "For GitHub Actions: Writes outputs as a markdown table to the job summary.\nFor GitLab CI: Displays outputs in a collapsible section in the job log.\n\nThis step reads the outputs JSON file generated by CDK deploy and formats\nit for display in the respective CI/CD platform.",
|
|
1835
|
+
"stability": "stable",
|
|
1836
|
+
"summary": "A pipeline step that writes CDK stack outputs to the CI/CD job summary."
|
|
1837
|
+
},
|
|
1838
|
+
"fqn": "projen-pipelines.CdkOutputsSummaryStep",
|
|
1839
|
+
"initializer": {
|
|
1840
|
+
"docs": {
|
|
1841
|
+
"stability": "stable"
|
|
1842
|
+
},
|
|
1843
|
+
"locationInModule": {
|
|
1844
|
+
"filename": "src/steps/github-summary.step.ts",
|
|
1845
|
+
"line": 23
|
|
1846
|
+
},
|
|
1847
|
+
"parameters": [
|
|
1848
|
+
{
|
|
1849
|
+
"docs": {
|
|
1850
|
+
"summary": "- The projen project reference."
|
|
1851
|
+
},
|
|
1852
|
+
"name": "project",
|
|
1853
|
+
"type": {
|
|
1854
|
+
"fqn": "projen.Project"
|
|
1855
|
+
}
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"name": "options",
|
|
1859
|
+
"type": {
|
|
1860
|
+
"fqn": "projen-pipelines.CdkOutputsSummaryStepOptions"
|
|
1861
|
+
}
|
|
1862
|
+
}
|
|
1863
|
+
]
|
|
1864
|
+
},
|
|
1865
|
+
"kind": "class",
|
|
1866
|
+
"locationInModule": {
|
|
1867
|
+
"filename": "src/steps/github-summary.step.ts",
|
|
1868
|
+
"line": 21
|
|
1869
|
+
},
|
|
1870
|
+
"methods": [
|
|
1871
|
+
{
|
|
1872
|
+
"docs": {
|
|
1873
|
+
"stability": "stable",
|
|
1874
|
+
"summary": "Converts the step into a GitHub Actions step configuration."
|
|
1875
|
+
},
|
|
1876
|
+
"locationInModule": {
|
|
1877
|
+
"filename": "src/steps/github-summary.step.ts",
|
|
1878
|
+
"line": 33
|
|
1879
|
+
},
|
|
1880
|
+
"name": "toGithub",
|
|
1881
|
+
"overrides": "projen-pipelines.PipelineStep",
|
|
1882
|
+
"returns": {
|
|
1883
|
+
"type": {
|
|
1884
|
+
"fqn": "projen-pipelines.GithubStepConfig"
|
|
1885
|
+
}
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"docs": {
|
|
1890
|
+
"remarks": "Creates a collapsible section in the job log to display CDK outputs.",
|
|
1891
|
+
"stability": "stable",
|
|
1892
|
+
"summary": "Converts the step into a GitLab CI step configuration."
|
|
1893
|
+
},
|
|
1894
|
+
"locationInModule": {
|
|
1895
|
+
"filename": "src/steps/github-summary.step.ts",
|
|
1896
|
+
"line": 81
|
|
1897
|
+
},
|
|
1898
|
+
"name": "toGitlab",
|
|
1899
|
+
"overrides": "projen-pipelines.PipelineStep",
|
|
1900
|
+
"returns": {
|
|
1901
|
+
"type": {
|
|
1902
|
+
"fqn": "projen-pipelines.GitlabStepConfig"
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1906
|
+
],
|
|
1907
|
+
"name": "CdkOutputsSummaryStep",
|
|
1908
|
+
"symbolId": "src/steps/github-summary.step:CdkOutputsSummaryStep"
|
|
1909
|
+
},
|
|
1910
|
+
"projen-pipelines.CdkOutputsSummaryStepOptions": {
|
|
1911
|
+
"assembly": "projen-pipelines",
|
|
1912
|
+
"datatype": true,
|
|
1913
|
+
"docs": {
|
|
1914
|
+
"stability": "stable",
|
|
1915
|
+
"summary": "Options for the CDK outputs summary step."
|
|
1916
|
+
},
|
|
1917
|
+
"fqn": "projen-pipelines.CdkOutputsSummaryStepOptions",
|
|
1918
|
+
"kind": "interface",
|
|
1919
|
+
"locationInModule": {
|
|
1920
|
+
"filename": "src/steps/github-summary.step.ts",
|
|
1921
|
+
"line": 7
|
|
1922
|
+
},
|
|
1923
|
+
"name": "CdkOutputsSummaryStepOptions",
|
|
1924
|
+
"properties": [
|
|
1925
|
+
{
|
|
1926
|
+
"abstract": true,
|
|
1927
|
+
"docs": {
|
|
1928
|
+
"stability": "stable",
|
|
1929
|
+
"summary": "The stage name used to identify the outputs file."
|
|
1930
|
+
},
|
|
1931
|
+
"immutable": true,
|
|
1932
|
+
"locationInModule": {
|
|
1933
|
+
"filename": "src/steps/github-summary.step.ts",
|
|
1934
|
+
"line": 9
|
|
1935
|
+
},
|
|
1936
|
+
"name": "stageName",
|
|
1937
|
+
"type": {
|
|
1938
|
+
"primitive": "string"
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1941
|
+
],
|
|
1942
|
+
"symbolId": "src/steps/github-summary.step:CdkOutputsSummaryStepOptions"
|
|
1943
|
+
},
|
|
1830
1944
|
"projen-pipelines.CloudFormationOnlyOptions": {
|
|
1831
1945
|
"assembly": "projen-pipelines",
|
|
1832
1946
|
"datatype": true,
|
|
@@ -4020,7 +4134,7 @@
|
|
|
4020
4134
|
},
|
|
4021
4135
|
"locationInModule": {
|
|
4022
4136
|
"filename": "src/awscdk/github.ts",
|
|
4023
|
-
"line":
|
|
4137
|
+
"line": 74
|
|
4024
4138
|
},
|
|
4025
4139
|
"parameters": [
|
|
4026
4140
|
{
|
|
@@ -4046,7 +4160,7 @@
|
|
|
4046
4160
|
"kind": "class",
|
|
4047
4161
|
"locationInModule": {
|
|
4048
4162
|
"filename": "src/awscdk/github.ts",
|
|
4049
|
-
"line":
|
|
4163
|
+
"line": 56
|
|
4050
4164
|
},
|
|
4051
4165
|
"methods": [
|
|
4052
4166
|
{
|
|
@@ -4056,7 +4170,7 @@
|
|
|
4056
4170
|
},
|
|
4057
4171
|
"locationInModule": {
|
|
4058
4172
|
"filename": "src/awscdk/github.ts",
|
|
4059
|
-
"line":
|
|
4173
|
+
"line": 306
|
|
4060
4174
|
},
|
|
4061
4175
|
"name": "createAssetUpload",
|
|
4062
4176
|
"parameters": [
|
|
@@ -4076,7 +4190,7 @@
|
|
|
4076
4190
|
},
|
|
4077
4191
|
"locationInModule": {
|
|
4078
4192
|
"filename": "src/awscdk/github.ts",
|
|
4079
|
-
"line":
|
|
4193
|
+
"line": 361
|
|
4080
4194
|
},
|
|
4081
4195
|
"name": "createDeployment",
|
|
4082
4196
|
"parameters": [
|
|
@@ -4105,7 +4219,7 @@
|
|
|
4105
4219
|
},
|
|
4106
4220
|
"locationInModule": {
|
|
4107
4221
|
"filename": "src/awscdk/github.ts",
|
|
4108
|
-
"line":
|
|
4222
|
+
"line": 140
|
|
4109
4223
|
},
|
|
4110
4224
|
"name": "createFeatureWorkflows",
|
|
4111
4225
|
"protected": true
|
|
@@ -4117,7 +4231,7 @@
|
|
|
4117
4231
|
},
|
|
4118
4232
|
"locationInModule": {
|
|
4119
4233
|
"filename": "src/awscdk/github.ts",
|
|
4120
|
-
"line":
|
|
4234
|
+
"line": 483
|
|
4121
4235
|
},
|
|
4122
4236
|
"name": "createIndependentDeployment",
|
|
4123
4237
|
"parameters": [
|
|
@@ -4139,7 +4253,7 @@
|
|
|
4139
4253
|
},
|
|
4140
4254
|
"locationInModule": {
|
|
4141
4255
|
"filename": "src/awscdk/github.ts",
|
|
4142
|
-
"line":
|
|
4256
|
+
"line": 133
|
|
4143
4257
|
},
|
|
4144
4258
|
"name": "engineType",
|
|
4145
4259
|
"overrides": "projen-pipelines.CDKPipeline",
|
|
@@ -4160,7 +4274,7 @@
|
|
|
4160
4274
|
"immutable": true,
|
|
4161
4275
|
"locationInModule": {
|
|
4162
4276
|
"filename": "src/awscdk/github.ts",
|
|
4163
|
-
"line":
|
|
4277
|
+
"line": 59
|
|
4164
4278
|
},
|
|
4165
4279
|
"name": "needsVersionedArtifacts",
|
|
4166
4280
|
"type": {
|
|
@@ -4173,7 +4287,7 @@
|
|
|
4173
4287
|
},
|
|
4174
4288
|
"locationInModule": {
|
|
4175
4289
|
"filename": "src/awscdk/github.ts",
|
|
4176
|
-
"line":
|
|
4290
|
+
"line": 66
|
|
4177
4291
|
},
|
|
4178
4292
|
"name": "useGithubPackages",
|
|
4179
4293
|
"protected": true,
|
|
@@ -4187,7 +4301,7 @@
|
|
|
4187
4301
|
},
|
|
4188
4302
|
"locationInModule": {
|
|
4189
4303
|
"filename": "src/awscdk/github.ts",
|
|
4190
|
-
"line":
|
|
4304
|
+
"line": 67
|
|
4191
4305
|
},
|
|
4192
4306
|
"name": "minNodeVersion",
|
|
4193
4307
|
"optional": true,
|
|
@@ -4213,7 +4327,7 @@
|
|
|
4213
4327
|
"kind": "interface",
|
|
4214
4328
|
"locationInModule": {
|
|
4215
4329
|
"filename": "src/awscdk/github.ts",
|
|
4216
|
-
"line":
|
|
4330
|
+
"line": 18
|
|
4217
4331
|
},
|
|
4218
4332
|
"name": "GithubCDKPipelineOptions",
|
|
4219
4333
|
"properties": [
|
|
@@ -4227,7 +4341,7 @@
|
|
|
4227
4341
|
"immutable": true,
|
|
4228
4342
|
"locationInModule": {
|
|
4229
4343
|
"filename": "src/awscdk/github.ts",
|
|
4230
|
-
"line":
|
|
4344
|
+
"line": 25
|
|
4231
4345
|
},
|
|
4232
4346
|
"name": "runnerTags",
|
|
4233
4347
|
"optional": true,
|
|
@@ -4251,7 +4365,7 @@
|
|
|
4251
4365
|
"immutable": true,
|
|
4252
4366
|
"locationInModule": {
|
|
4253
4367
|
"filename": "src/awscdk/github.ts",
|
|
4254
|
-
"line":
|
|
4368
|
+
"line": 37
|
|
4255
4369
|
},
|
|
4256
4370
|
"name": "useGithubEnvironments",
|
|
4257
4371
|
"optional": true,
|
|
@@ -4270,7 +4384,7 @@
|
|
|
4270
4384
|
"immutable": true,
|
|
4271
4385
|
"locationInModule": {
|
|
4272
4386
|
"filename": "src/awscdk/github.ts",
|
|
4273
|
-
"line":
|
|
4387
|
+
"line": 49
|
|
4274
4388
|
},
|
|
4275
4389
|
"name": "useGithubEnvironmentsForAssetUpload",
|
|
4276
4390
|
"optional": true,
|
|
@@ -4288,7 +4402,7 @@
|
|
|
4288
4402
|
"immutable": true,
|
|
4289
4403
|
"locationInModule": {
|
|
4290
4404
|
"filename": "src/awscdk/github.ts",
|
|
4291
|
-
"line":
|
|
4405
|
+
"line": 28
|
|
4292
4406
|
},
|
|
4293
4407
|
"name": "useGithubPackagesForAssembly",
|
|
4294
4408
|
"optional": true,
|
|
@@ -4511,7 +4625,7 @@
|
|
|
4511
4625
|
},
|
|
4512
4626
|
"locationInModule": {
|
|
4513
4627
|
"filename": "src/awscdk/gitlab.ts",
|
|
4514
|
-
"line":
|
|
4628
|
+
"line": 62
|
|
4515
4629
|
},
|
|
4516
4630
|
"parameters": [
|
|
4517
4631
|
{
|
|
@@ -4537,7 +4651,7 @@
|
|
|
4537
4651
|
"kind": "class",
|
|
4538
4652
|
"locationInModule": {
|
|
4539
4653
|
"filename": "src/awscdk/gitlab.ts",
|
|
4540
|
-
"line":
|
|
4654
|
+
"line": 41
|
|
4541
4655
|
},
|
|
4542
4656
|
"methods": [
|
|
4543
4657
|
{
|
|
@@ -4548,7 +4662,7 @@
|
|
|
4548
4662
|
},
|
|
4549
4663
|
"locationInModule": {
|
|
4550
4664
|
"filename": "src/awscdk/gitlab.ts",
|
|
4551
|
-
"line":
|
|
4665
|
+
"line": 170
|
|
4552
4666
|
},
|
|
4553
4667
|
"name": "createAssetUpload",
|
|
4554
4668
|
"protected": true
|
|
@@ -4561,7 +4675,7 @@
|
|
|
4561
4675
|
},
|
|
4562
4676
|
"locationInModule": {
|
|
4563
4677
|
"filename": "src/awscdk/gitlab.ts",
|
|
4564
|
-
"line":
|
|
4678
|
+
"line": 203
|
|
4565
4679
|
},
|
|
4566
4680
|
"name": "createDeployment",
|
|
4567
4681
|
"parameters": [
|
|
@@ -4583,7 +4697,7 @@
|
|
|
4583
4697
|
},
|
|
4584
4698
|
"locationInModule": {
|
|
4585
4699
|
"filename": "src/awscdk/gitlab.ts",
|
|
4586
|
-
"line":
|
|
4700
|
+
"line": 133
|
|
4587
4701
|
},
|
|
4588
4702
|
"name": "createFeatureWorkflows",
|
|
4589
4703
|
"protected": true
|
|
@@ -4595,7 +4709,7 @@
|
|
|
4595
4709
|
},
|
|
4596
4710
|
"locationInModule": {
|
|
4597
4711
|
"filename": "src/awscdk/gitlab.ts",
|
|
4598
|
-
"line":
|
|
4712
|
+
"line": 263
|
|
4599
4713
|
},
|
|
4600
4714
|
"name": "createIndependentDeployment",
|
|
4601
4715
|
"parameters": [
|
|
@@ -4618,7 +4732,7 @@
|
|
|
4618
4732
|
},
|
|
4619
4733
|
"locationInModule": {
|
|
4620
4734
|
"filename": "src/awscdk/gitlab.ts",
|
|
4621
|
-
"line":
|
|
4735
|
+
"line": 143
|
|
4622
4736
|
},
|
|
4623
4737
|
"name": "createSynth",
|
|
4624
4738
|
"protected": true
|
|
@@ -4629,7 +4743,7 @@
|
|
|
4629
4743
|
},
|
|
4630
4744
|
"locationInModule": {
|
|
4631
4745
|
"filename": "src/awscdk/gitlab.ts",
|
|
4632
|
-
"line":
|
|
4746
|
+
"line": 294
|
|
4633
4747
|
},
|
|
4634
4748
|
"name": "engineType",
|
|
4635
4749
|
"overrides": "projen-pipelines.CDKPipeline",
|
|
@@ -4647,7 +4761,7 @@
|
|
|
4647
4761
|
},
|
|
4648
4762
|
"locationInModule": {
|
|
4649
4763
|
"filename": "src/awscdk/gitlab.ts",
|
|
4650
|
-
"line":
|
|
4764
|
+
"line": 98
|
|
4651
4765
|
},
|
|
4652
4766
|
"name": "setupSnippets",
|
|
4653
4767
|
"protected": true
|
|
@@ -4663,7 +4777,7 @@
|
|
|
4663
4777
|
"immutable": true,
|
|
4664
4778
|
"locationInModule": {
|
|
4665
4779
|
"filename": "src/awscdk/gitlab.ts",
|
|
4666
|
-
"line":
|
|
4780
|
+
"line": 50
|
|
4667
4781
|
},
|
|
4668
4782
|
"name": "config",
|
|
4669
4783
|
"type": {
|
|
@@ -4679,7 +4793,7 @@
|
|
|
4679
4793
|
"immutable": true,
|
|
4680
4794
|
"locationInModule": {
|
|
4681
4795
|
"filename": "src/awscdk/gitlab.ts",
|
|
4682
|
-
"line":
|
|
4796
|
+
"line": 47
|
|
4683
4797
|
},
|
|
4684
4798
|
"name": "jobImage",
|
|
4685
4799
|
"type": {
|
|
@@ -4695,7 +4809,7 @@
|
|
|
4695
4809
|
"immutable": true,
|
|
4696
4810
|
"locationInModule": {
|
|
4697
4811
|
"filename": "src/awscdk/gitlab.ts",
|
|
4698
|
-
"line":
|
|
4812
|
+
"line": 44
|
|
4699
4813
|
},
|
|
4700
4814
|
"name": "needsVersionedArtifacts",
|
|
4701
4815
|
"type": {
|
|
@@ -4719,7 +4833,7 @@
|
|
|
4719
4833
|
"kind": "interface",
|
|
4720
4834
|
"locationInModule": {
|
|
4721
4835
|
"filename": "src/awscdk/gitlab.ts",
|
|
4722
|
-
"line":
|
|
4836
|
+
"line": 27
|
|
4723
4837
|
},
|
|
4724
4838
|
"name": "GitlabCDKPipelineOptions",
|
|
4725
4839
|
"properties": [
|
|
@@ -4732,7 +4846,7 @@
|
|
|
4732
4846
|
"immutable": true,
|
|
4733
4847
|
"locationInModule": {
|
|
4734
4848
|
"filename": "src/awscdk/gitlab.ts",
|
|
4735
|
-
"line":
|
|
4849
|
+
"line": 31
|
|
4736
4850
|
},
|
|
4737
4851
|
"name": "image",
|
|
4738
4852
|
"optional": true,
|
|
@@ -4749,7 +4863,7 @@
|
|
|
4749
4863
|
"immutable": true,
|
|
4750
4864
|
"locationInModule": {
|
|
4751
4865
|
"filename": "src/awscdk/gitlab.ts",
|
|
4752
|
-
"line":
|
|
4866
|
+
"line": 29
|
|
4753
4867
|
},
|
|
4754
4868
|
"name": "runnerTags",
|
|
4755
4869
|
"optional": true,
|
|
@@ -4772,7 +4886,7 @@
|
|
|
4772
4886
|
"kind": "interface",
|
|
4773
4887
|
"locationInModule": {
|
|
4774
4888
|
"filename": "src/awscdk/gitlab.ts",
|
|
4775
|
-
"line":
|
|
4889
|
+
"line": 11
|
|
4776
4890
|
},
|
|
4777
4891
|
"name": "GitlabRunnerTags",
|
|
4778
4892
|
"properties": [
|
|
@@ -4785,7 +4899,7 @@
|
|
|
4785
4899
|
"immutable": true,
|
|
4786
4900
|
"locationInModule": {
|
|
4787
4901
|
"filename": "src/awscdk/gitlab.ts",
|
|
4788
|
-
"line":
|
|
4902
|
+
"line": 17
|
|
4789
4903
|
},
|
|
4790
4904
|
"name": "assetPublishing",
|
|
4791
4905
|
"optional": true,
|
|
@@ -4807,7 +4921,7 @@
|
|
|
4807
4921
|
"immutable": true,
|
|
4808
4922
|
"locationInModule": {
|
|
4809
4923
|
"filename": "src/awscdk/gitlab.ts",
|
|
4810
|
-
"line":
|
|
4924
|
+
"line": 13
|
|
4811
4925
|
},
|
|
4812
4926
|
"name": "default",
|
|
4813
4927
|
"optional": true,
|
|
@@ -4829,7 +4943,7 @@
|
|
|
4829
4943
|
"immutable": true,
|
|
4830
4944
|
"locationInModule": {
|
|
4831
4945
|
"filename": "src/awscdk/gitlab.ts",
|
|
4832
|
-
"line":
|
|
4946
|
+
"line": 21
|
|
4833
4947
|
},
|
|
4834
4948
|
"name": "deployment",
|
|
4835
4949
|
"optional": true,
|
|
@@ -4856,7 +4970,7 @@
|
|
|
4856
4970
|
"immutable": true,
|
|
4857
4971
|
"locationInModule": {
|
|
4858
4972
|
"filename": "src/awscdk/gitlab.ts",
|
|
4859
|
-
"line":
|
|
4973
|
+
"line": 19
|
|
4860
4974
|
},
|
|
4861
4975
|
"name": "diff",
|
|
4862
4976
|
"optional": true,
|
|
@@ -4883,7 +4997,7 @@
|
|
|
4883
4997
|
"immutable": true,
|
|
4884
4998
|
"locationInModule": {
|
|
4885
4999
|
"filename": "src/awscdk/gitlab.ts",
|
|
4886
|
-
"line":
|
|
5000
|
+
"line": 15
|
|
4887
5001
|
},
|
|
4888
5002
|
"name": "synth",
|
|
4889
5003
|
"optional": true,
|
|
@@ -8743,6 +8857,6 @@
|
|
|
8743
8857
|
"symbolId": "src/versioning/types:VersioningStrategyComponents"
|
|
8744
8858
|
}
|
|
8745
8859
|
},
|
|
8746
|
-
"version": "0.3.
|
|
8747
|
-
"fingerprint": "
|
|
8860
|
+
"version": "0.3.9",
|
|
8861
|
+
"fingerprint": "oI2+HzGNkiel6AmrYNzL17Yqm1D9E0db7BvjQj4pOsw="
|
|
8748
8862
|
}
|