projen-pipelines 0.2.5 → 0.2.7
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 +67 -65
- package/API.md +76 -64
- package/lib/awscdk/base.d.ts +5 -1
- package/lib/awscdk/base.js +33 -28
- package/lib/awscdk/bash.js +5 -3
- package/lib/awscdk/github.js +17 -3
- package/lib/awscdk/gitlab.js +2 -20
- package/lib/steps/artifact-steps.js +2 -2
- package/lib/steps/aws-assume-role.step.js +4 -3
- package/lib/steps/registries.js +2 -2
- package/lib/steps/step.js +4 -4
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
},
|
|
167
167
|
"locationInModule": {
|
|
168
168
|
"filename": "src/steps/aws-assume-role.step.ts",
|
|
169
|
-
"line":
|
|
169
|
+
"line": 60
|
|
170
170
|
},
|
|
171
171
|
"name": "toBash",
|
|
172
172
|
"overrides": "projen-pipelines.PipelineStep",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
},
|
|
185
185
|
"locationInModule": {
|
|
186
186
|
"filename": "src/steps/aws-assume-role.step.ts",
|
|
187
|
-
"line":
|
|
187
|
+
"line": 68
|
|
188
188
|
},
|
|
189
189
|
"name": "toCodeCatalyst",
|
|
190
190
|
"overrides": "projen-pipelines.PipelineStep",
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
},
|
|
203
203
|
"locationInModule": {
|
|
204
204
|
"filename": "src/steps/aws-assume-role.step.ts",
|
|
205
|
-
"line":
|
|
205
|
+
"line": 41
|
|
206
206
|
},
|
|
207
207
|
"name": "toGithub",
|
|
208
208
|
"overrides": "projen-pipelines.PipelineStep",
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
},
|
|
345
345
|
"locationInModule": {
|
|
346
346
|
"filename": "src/awscdk/bash.ts",
|
|
347
|
-
"line":
|
|
347
|
+
"line": 78
|
|
348
348
|
},
|
|
349
349
|
"name": "engineType",
|
|
350
350
|
"overrides": "projen-pipelines.CDKPipeline",
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
},
|
|
432
432
|
"locationInModule": {
|
|
433
433
|
"filename": "src/awscdk/base.ts",
|
|
434
|
-
"line":
|
|
434
|
+
"line": 187
|
|
435
435
|
},
|
|
436
436
|
"parameters": [
|
|
437
437
|
{
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
"kind": "class",
|
|
452
452
|
"locationInModule": {
|
|
453
453
|
"filename": "src/awscdk/base.ts",
|
|
454
|
-
"line":
|
|
454
|
+
"line": 183
|
|
455
455
|
},
|
|
456
456
|
"methods": [
|
|
457
457
|
{
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
},
|
|
462
462
|
"locationInModule": {
|
|
463
463
|
"filename": "src/awscdk/base.ts",
|
|
464
|
-
"line":
|
|
464
|
+
"line": 367
|
|
465
465
|
},
|
|
466
466
|
"name": "createApplicationEntrypoint",
|
|
467
467
|
"protected": true
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
},
|
|
474
474
|
"locationInModule": {
|
|
475
475
|
"filename": "src/awscdk/base.ts",
|
|
476
|
-
"line":
|
|
476
|
+
"line": 548
|
|
477
477
|
},
|
|
478
478
|
"name": "createFeatureStage",
|
|
479
479
|
"protected": true
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
},
|
|
486
486
|
"locationInModule": {
|
|
487
487
|
"filename": "src/awscdk/base.ts",
|
|
488
|
-
"line":
|
|
488
|
+
"line": 593
|
|
489
489
|
},
|
|
490
490
|
"name": "createIndependentStage",
|
|
491
491
|
"parameters": [
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
},
|
|
509
509
|
"locationInModule": {
|
|
510
510
|
"filename": "src/awscdk/base.ts",
|
|
511
|
-
"line":
|
|
511
|
+
"line": 525
|
|
512
512
|
},
|
|
513
513
|
"name": "createPersonalStage",
|
|
514
514
|
"protected": true
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
},
|
|
521
521
|
"locationInModule": {
|
|
522
522
|
"filename": "src/awscdk/base.ts",
|
|
523
|
-
"line":
|
|
523
|
+
"line": 571
|
|
524
524
|
},
|
|
525
525
|
"name": "createPipelineStage",
|
|
526
526
|
"parameters": [
|
|
@@ -543,7 +543,7 @@
|
|
|
543
543
|
},
|
|
544
544
|
"locationInModule": {
|
|
545
545
|
"filename": "src/awscdk/base.ts",
|
|
546
|
-
"line":
|
|
546
|
+
"line": 470
|
|
547
547
|
},
|
|
548
548
|
"name": "createReleaseTasks",
|
|
549
549
|
"protected": true
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
},
|
|
555
555
|
"locationInModule": {
|
|
556
556
|
"filename": "src/awscdk/base.ts",
|
|
557
|
-
"line":
|
|
557
|
+
"line": 353
|
|
558
558
|
},
|
|
559
559
|
"name": "createSafeStageName",
|
|
560
560
|
"parameters": [
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
},
|
|
580
580
|
"locationInModule": {
|
|
581
581
|
"filename": "src/awscdk/base.ts",
|
|
582
|
-
"line":
|
|
582
|
+
"line": 235
|
|
583
583
|
},
|
|
584
584
|
"name": "engineType",
|
|
585
585
|
"returns": {
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
},
|
|
595
595
|
"locationInModule": {
|
|
596
596
|
"filename": "src/awscdk/base.ts",
|
|
597
|
-
"line":
|
|
597
|
+
"line": 611
|
|
598
598
|
},
|
|
599
599
|
"name": "getCliStackPattern",
|
|
600
600
|
"parameters": [
|
|
@@ -618,7 +618,7 @@
|
|
|
618
618
|
},
|
|
619
619
|
"locationInModule": {
|
|
620
620
|
"filename": "src/awscdk/base.ts",
|
|
621
|
-
"line":
|
|
621
|
+
"line": 300
|
|
622
622
|
},
|
|
623
623
|
"name": "provideAssemblyUploadStep",
|
|
624
624
|
"protected": true,
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
},
|
|
635
635
|
"locationInModule": {
|
|
636
636
|
"filename": "src/awscdk/base.ts",
|
|
637
|
-
"line":
|
|
637
|
+
"line": 269
|
|
638
638
|
},
|
|
639
639
|
"name": "provideAssetUploadStep",
|
|
640
640
|
"parameters": [
|
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
},
|
|
660
660
|
"locationInModule": {
|
|
661
661
|
"filename": "src/awscdk/base.ts",
|
|
662
|
-
"line":
|
|
662
|
+
"line": 310
|
|
663
663
|
},
|
|
664
664
|
"name": "provideDeployStep",
|
|
665
665
|
"parameters": [
|
|
@@ -683,7 +683,7 @@
|
|
|
683
683
|
},
|
|
684
684
|
"locationInModule": {
|
|
685
685
|
"filename": "src/awscdk/base.ts",
|
|
686
|
-
"line":
|
|
686
|
+
"line": 321
|
|
687
687
|
},
|
|
688
688
|
"name": "provideDiffStep",
|
|
689
689
|
"parameters": [
|
|
@@ -714,7 +714,7 @@
|
|
|
714
714
|
},
|
|
715
715
|
"locationInModule": {
|
|
716
716
|
"filename": "src/awscdk/base.ts",
|
|
717
|
-
"line":
|
|
717
|
+
"line": 237
|
|
718
718
|
},
|
|
719
719
|
"name": "provideInstallStep",
|
|
720
720
|
"protected": true,
|
|
@@ -730,7 +730,7 @@
|
|
|
730
730
|
},
|
|
731
731
|
"locationInModule": {
|
|
732
732
|
"filename": "src/awscdk/base.ts",
|
|
733
|
-
"line":
|
|
733
|
+
"line": 246
|
|
734
734
|
},
|
|
735
735
|
"name": "provideSynthStep",
|
|
736
736
|
"protected": true,
|
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
},
|
|
747
747
|
"locationInModule": {
|
|
748
748
|
"filename": "src/awscdk/base.ts",
|
|
749
|
-
"line":
|
|
749
|
+
"line": 334
|
|
750
750
|
},
|
|
751
751
|
"name": "renderInstallPackageCommands",
|
|
752
752
|
"parameters": [
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
"immutable": true,
|
|
787
787
|
"locationInModule": {
|
|
788
788
|
"filename": "src/awscdk/base.ts",
|
|
789
|
-
"line":
|
|
789
|
+
"line": 185
|
|
790
790
|
},
|
|
791
791
|
"name": "branchName",
|
|
792
792
|
"type": {
|
|
@@ -800,7 +800,7 @@
|
|
|
800
800
|
"immutable": true,
|
|
801
801
|
"locationInModule": {
|
|
802
802
|
"filename": "src/awscdk/base.ts",
|
|
803
|
-
"line":
|
|
803
|
+
"line": 184
|
|
804
804
|
},
|
|
805
805
|
"name": "stackPrefix",
|
|
806
806
|
"type": {
|
|
@@ -813,7 +813,7 @@
|
|
|
813
813
|
},
|
|
814
814
|
"locationInModule": {
|
|
815
815
|
"filename": "src/awscdk/base.ts",
|
|
816
|
-
"line":
|
|
816
|
+
"line": 187
|
|
817
817
|
},
|
|
818
818
|
"name": "app",
|
|
819
819
|
"protected": true,
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
},
|
|
828
828
|
"locationInModule": {
|
|
829
829
|
"filename": "src/awscdk/base.ts",
|
|
830
|
-
"line":
|
|
830
|
+
"line": 187
|
|
831
831
|
},
|
|
832
832
|
"name": "baseOptions",
|
|
833
833
|
"protected": true,
|
|
@@ -863,30 +863,13 @@
|
|
|
863
863
|
"immutable": true,
|
|
864
864
|
"locationInModule": {
|
|
865
865
|
"filename": "src/awscdk/base.ts",
|
|
866
|
-
"line":
|
|
866
|
+
"line": 145
|
|
867
867
|
},
|
|
868
868
|
"name": "iamRoleArns",
|
|
869
869
|
"type": {
|
|
870
870
|
"fqn": "projen-pipelines.IamRoleConfig"
|
|
871
871
|
}
|
|
872
872
|
},
|
|
873
|
-
{
|
|
874
|
-
"abstract": true,
|
|
875
|
-
"docs": {
|
|
876
|
-
"remarks": "A namespace helps group related resources together, providing\nbetter organization and ease of management.",
|
|
877
|
-
"stability": "stable",
|
|
878
|
-
"summary": "This field determines the NPM namespace to be used when packaging CDK cloud assemblies."
|
|
879
|
-
},
|
|
880
|
-
"immutable": true,
|
|
881
|
-
"locationInModule": {
|
|
882
|
-
"filename": "src/awscdk/base.ts",
|
|
883
|
-
"line": 138
|
|
884
|
-
},
|
|
885
|
-
"name": "pkgNamespace",
|
|
886
|
-
"type": {
|
|
887
|
-
"primitive": "string"
|
|
888
|
-
}
|
|
889
|
-
},
|
|
890
873
|
{
|
|
891
874
|
"abstract": true,
|
|
892
875
|
"docs": {
|
|
@@ -896,7 +879,7 @@
|
|
|
896
879
|
"immutable": true,
|
|
897
880
|
"locationInModule": {
|
|
898
881
|
"filename": "src/awscdk/base.ts",
|
|
899
|
-
"line":
|
|
882
|
+
"line": 150
|
|
900
883
|
},
|
|
901
884
|
"name": "stages",
|
|
902
885
|
"type": {
|
|
@@ -954,7 +937,7 @@
|
|
|
954
937
|
"immutable": true,
|
|
955
938
|
"locationInModule": {
|
|
956
939
|
"filename": "src/awscdk/base.ts",
|
|
957
|
-
"line":
|
|
940
|
+
"line": 159
|
|
958
941
|
},
|
|
959
942
|
"name": "featureStages",
|
|
960
943
|
"optional": true,
|
|
@@ -971,7 +954,7 @@
|
|
|
971
954
|
"immutable": true,
|
|
972
955
|
"locationInModule": {
|
|
973
956
|
"filename": "src/awscdk/base.ts",
|
|
974
|
-
"line":
|
|
957
|
+
"line": 153
|
|
975
958
|
},
|
|
976
959
|
"name": "independentStages",
|
|
977
960
|
"optional": true,
|
|
@@ -993,7 +976,7 @@
|
|
|
993
976
|
"immutable": true,
|
|
994
977
|
"locationInModule": {
|
|
995
978
|
"filename": "src/awscdk/base.ts",
|
|
996
|
-
"line":
|
|
979
|
+
"line": 156
|
|
997
980
|
},
|
|
998
981
|
"name": "personalStage",
|
|
999
982
|
"optional": true,
|
|
@@ -1001,6 +984,25 @@
|
|
|
1001
984
|
"fqn": "projen-pipelines.StageOptions"
|
|
1002
985
|
}
|
|
1003
986
|
},
|
|
987
|
+
{
|
|
988
|
+
"abstract": true,
|
|
989
|
+
"docs": {
|
|
990
|
+
"default": "-",
|
|
991
|
+
"remarks": "A namespace helps group related resources together, providing\nbetter organization and ease of management.\n\nThis is only needed if you need to version and upload the cloud assembly to a package repository.",
|
|
992
|
+
"stability": "stable",
|
|
993
|
+
"summary": "This field determines the NPM namespace to be used when packaging CDK cloud assemblies."
|
|
994
|
+
},
|
|
995
|
+
"immutable": true,
|
|
996
|
+
"locationInModule": {
|
|
997
|
+
"filename": "src/awscdk/base.ts",
|
|
998
|
+
"line": 142
|
|
999
|
+
},
|
|
1000
|
+
"name": "pkgNamespace",
|
|
1001
|
+
"optional": true,
|
|
1002
|
+
"type": {
|
|
1003
|
+
"primitive": "string"
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1004
1006
|
{
|
|
1005
1007
|
"abstract": true,
|
|
1006
1008
|
"docs": {
|
|
@@ -1009,7 +1011,7 @@
|
|
|
1009
1011
|
"immutable": true,
|
|
1010
1012
|
"locationInModule": {
|
|
1011
1013
|
"filename": "src/awscdk/base.ts",
|
|
1012
|
-
"line":
|
|
1014
|
+
"line": 172
|
|
1013
1015
|
},
|
|
1014
1016
|
"name": "postSynthCommands",
|
|
1015
1017
|
"optional": true,
|
|
@@ -1030,7 +1032,7 @@
|
|
|
1030
1032
|
"immutable": true,
|
|
1031
1033
|
"locationInModule": {
|
|
1032
1034
|
"filename": "src/awscdk/base.ts",
|
|
1033
|
-
"line":
|
|
1035
|
+
"line": 176
|
|
1034
1036
|
},
|
|
1035
1037
|
"name": "postSynthSteps",
|
|
1036
1038
|
"optional": true,
|
|
@@ -1051,7 +1053,7 @@
|
|
|
1051
1053
|
"immutable": true,
|
|
1052
1054
|
"locationInModule": {
|
|
1053
1055
|
"filename": "src/awscdk/base.ts",
|
|
1054
|
-
"line":
|
|
1056
|
+
"line": 170
|
|
1055
1057
|
},
|
|
1056
1058
|
"name": "preInstallCommands",
|
|
1057
1059
|
"optional": true,
|
|
@@ -1072,7 +1074,7 @@
|
|
|
1072
1074
|
"immutable": true,
|
|
1073
1075
|
"locationInModule": {
|
|
1074
1076
|
"filename": "src/awscdk/base.ts",
|
|
1075
|
-
"line":
|
|
1077
|
+
"line": 174
|
|
1076
1078
|
},
|
|
1077
1079
|
"name": "preInstallSteps",
|
|
1078
1080
|
"optional": true,
|
|
@@ -1093,7 +1095,7 @@
|
|
|
1093
1095
|
"immutable": true,
|
|
1094
1096
|
"locationInModule": {
|
|
1095
1097
|
"filename": "src/awscdk/base.ts",
|
|
1096
|
-
"line":
|
|
1098
|
+
"line": 171
|
|
1097
1099
|
},
|
|
1098
1100
|
"name": "preSynthCommands",
|
|
1099
1101
|
"optional": true,
|
|
@@ -1114,7 +1116,7 @@
|
|
|
1114
1116
|
"immutable": true,
|
|
1115
1117
|
"locationInModule": {
|
|
1116
1118
|
"filename": "src/awscdk/base.ts",
|
|
1117
|
-
"line":
|
|
1119
|
+
"line": 175
|
|
1118
1120
|
},
|
|
1119
1121
|
"name": "preSynthSteps",
|
|
1120
1122
|
"optional": true,
|
|
@@ -1684,7 +1686,7 @@
|
|
|
1684
1686
|
},
|
|
1685
1687
|
"locationInModule": {
|
|
1686
1688
|
"filename": "src/awscdk/github.ts",
|
|
1687
|
-
"line":
|
|
1689
|
+
"line": 157
|
|
1688
1690
|
},
|
|
1689
1691
|
"name": "createAssetUpload"
|
|
1690
1692
|
},
|
|
@@ -1695,7 +1697,7 @@
|
|
|
1695
1697
|
},
|
|
1696
1698
|
"locationInModule": {
|
|
1697
1699
|
"filename": "src/awscdk/github.ts",
|
|
1698
|
-
"line":
|
|
1700
|
+
"line": 212
|
|
1699
1701
|
},
|
|
1700
1702
|
"name": "createDeployment",
|
|
1701
1703
|
"parameters": [
|
|
@@ -1717,7 +1719,7 @@
|
|
|
1717
1719
|
},
|
|
1718
1720
|
"locationInModule": {
|
|
1719
1721
|
"filename": "src/awscdk/github.ts",
|
|
1720
|
-
"line":
|
|
1722
|
+
"line": 328
|
|
1721
1723
|
},
|
|
1722
1724
|
"name": "createIndependentDeployment",
|
|
1723
1725
|
"parameters": [
|
|
@@ -1739,7 +1741,7 @@
|
|
|
1739
1741
|
},
|
|
1740
1742
|
"locationInModule": {
|
|
1741
1743
|
"filename": "src/awscdk/github.ts",
|
|
1742
|
-
"line":
|
|
1744
|
+
"line": 109
|
|
1743
1745
|
},
|
|
1744
1746
|
"name": "engineType",
|
|
1745
1747
|
"overrides": "projen-pipelines.CDKPipeline",
|
|
@@ -2127,7 +2129,7 @@
|
|
|
2127
2129
|
},
|
|
2128
2130
|
"locationInModule": {
|
|
2129
2131
|
"filename": "src/awscdk/gitlab.ts",
|
|
2130
|
-
"line":
|
|
2132
|
+
"line": 161
|
|
2131
2133
|
},
|
|
2132
2134
|
"name": "createAssetUpload",
|
|
2133
2135
|
"protected": true
|
|
@@ -2140,7 +2142,7 @@
|
|
|
2140
2142
|
},
|
|
2141
2143
|
"locationInModule": {
|
|
2142
2144
|
"filename": "src/awscdk/gitlab.ts",
|
|
2143
|
-
"line":
|
|
2145
|
+
"line": 194
|
|
2144
2146
|
},
|
|
2145
2147
|
"name": "createDeployment",
|
|
2146
2148
|
"parameters": [
|
|
@@ -2163,7 +2165,7 @@
|
|
|
2163
2165
|
},
|
|
2164
2166
|
"locationInModule": {
|
|
2165
2167
|
"filename": "src/awscdk/gitlab.ts",
|
|
2166
|
-
"line":
|
|
2168
|
+
"line": 253
|
|
2167
2169
|
},
|
|
2168
2170
|
"name": "createIndependentDeployment",
|
|
2169
2171
|
"parameters": [
|
|
@@ -2186,7 +2188,7 @@
|
|
|
2186
2188
|
},
|
|
2187
2189
|
"locationInModule": {
|
|
2188
2190
|
"filename": "src/awscdk/gitlab.ts",
|
|
2189
|
-
"line":
|
|
2191
|
+
"line": 134
|
|
2190
2192
|
},
|
|
2191
2193
|
"name": "createSynth",
|
|
2192
2194
|
"protected": true
|
|
@@ -2197,7 +2199,7 @@
|
|
|
2197
2199
|
},
|
|
2198
2200
|
"locationInModule": {
|
|
2199
2201
|
"filename": "src/awscdk/gitlab.ts",
|
|
2200
|
-
"line":
|
|
2202
|
+
"line": 283
|
|
2201
2203
|
},
|
|
2202
2204
|
"name": "engineType",
|
|
2203
2205
|
"overrides": "projen-pipelines.CDKPipeline",
|
|
@@ -3552,6 +3554,6 @@
|
|
|
3552
3554
|
"symbolId": "src/steps/artifact-steps:UploadArtifactStepConfig"
|
|
3553
3555
|
}
|
|
3554
3556
|
},
|
|
3555
|
-
"version": "0.2.
|
|
3556
|
-
"fingerprint": "
|
|
3557
|
+
"version": "0.2.7",
|
|
3558
|
+
"fingerprint": "m/mApSI3tJYI6U7cR0f+Ae7plvb5cR4jmrAbJU6GNEY="
|
|
3557
3559
|
}
|