@almadar/std 14.5.1 → 14.6.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/behaviors/registry/agent/organisms/std-agent-assistant.orb +1077 -1077
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1077 -1077
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3053 -3053
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2159 -2159
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +931 -931
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -793
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +819 -819
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1168 -1168
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +825 -825
- package/dist/behaviors/registry/app/organisms/std-cms.orb +556 -556
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +353 -353
- package/dist/behaviors/registry/app/organisms/std-crm.orb +806 -806
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1209 -1209
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +742 -742
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1390 -1390
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1189 -1189
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +786 -786
- package/dist/behaviors/registry/app/organisms/std-lms.orb +860 -860
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +668 -668
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +725 -725
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +227 -227
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +646 -646
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +973 -973
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +898 -898
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-cicd-pipeline",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "CI/CD pipeline: builds, stages, and deployments. Pick for build-pipeline visualization.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "BuildOrbital",
|
|
@@ -56,28 +56,28 @@
|
|
|
56
56
|
"ref": "AppShell.traits.AppLayout",
|
|
57
57
|
"name": "BuildAppLayout",
|
|
58
58
|
"config": {
|
|
59
|
+
"notifications": [],
|
|
60
|
+
"appName": "CI/CD Pipeline",
|
|
61
|
+
"contentTrait": "@trait.BuildBrowse",
|
|
59
62
|
"navItems": [
|
|
60
63
|
{
|
|
64
|
+
"label": "Builds",
|
|
61
65
|
"href": "/builds",
|
|
62
|
-
"icon": "hammer"
|
|
63
|
-
"label": "Builds"
|
|
66
|
+
"icon": "hammer"
|
|
64
67
|
},
|
|
65
68
|
{
|
|
66
69
|
"href": "/stages",
|
|
67
|
-
"
|
|
68
|
-
"
|
|
70
|
+
"icon": "layers",
|
|
71
|
+
"label": "Stages"
|
|
69
72
|
},
|
|
70
73
|
{
|
|
71
|
-
"icon": "rocket",
|
|
72
74
|
"label": "Deploy",
|
|
75
|
+
"icon": "rocket",
|
|
73
76
|
"href": "/deploy"
|
|
74
77
|
}
|
|
75
78
|
],
|
|
76
|
-
"searchEvent": "BUILD_SEARCH",
|
|
77
|
-
"notifications": [],
|
|
78
|
-
"appName": "CI/CD Pipeline",
|
|
79
79
|
"notificationClickEvent": "BUILD_NOTIFICATIONS_OPEN",
|
|
80
|
-
"
|
|
80
|
+
"searchEvent": "BUILD_SEARCH"
|
|
81
81
|
},
|
|
82
82
|
"events": {
|
|
83
83
|
"SEARCH": "BUILD_SEARCH",
|
|
@@ -588,8 +588,6 @@
|
|
|
588
588
|
"main",
|
|
589
589
|
{
|
|
590
590
|
"direction": "vertical",
|
|
591
|
-
"type": "stack",
|
|
592
|
-
"align": "center",
|
|
593
591
|
"className": "py-12",
|
|
594
592
|
"children": [
|
|
595
593
|
{
|
|
@@ -597,12 +595,14 @@
|
|
|
597
595
|
},
|
|
598
596
|
{
|
|
599
597
|
"variant": "caption",
|
|
600
|
-
"color": "muted",
|
|
601
598
|
"type": "typography",
|
|
602
|
-
"content": "Loading builds…"
|
|
599
|
+
"content": "Loading builds…",
|
|
600
|
+
"color": "muted"
|
|
603
601
|
}
|
|
604
602
|
],
|
|
605
|
-
"
|
|
603
|
+
"align": "center",
|
|
604
|
+
"gap": "md",
|
|
605
|
+
"type": "stack"
|
|
606
606
|
}
|
|
607
607
|
]
|
|
608
608
|
]
|
|
@@ -617,8 +617,8 @@
|
|
|
617
617
|
"Build",
|
|
618
618
|
{
|
|
619
619
|
"emit": {
|
|
620
|
-
"
|
|
621
|
-
"
|
|
620
|
+
"failure": "BuildLoadFailed",
|
|
621
|
+
"success": "BuildLoaded"
|
|
622
622
|
}
|
|
623
623
|
}
|
|
624
624
|
],
|
|
@@ -626,9 +626,10 @@
|
|
|
626
626
|
"render-ui",
|
|
627
627
|
"main",
|
|
628
628
|
{
|
|
629
|
-
"
|
|
630
|
-
"direction": "vertical",
|
|
629
|
+
"gap": "md",
|
|
631
630
|
"type": "stack",
|
|
631
|
+
"direction": "vertical",
|
|
632
|
+
"align": "center",
|
|
632
633
|
"children": [
|
|
633
634
|
{
|
|
634
635
|
"type": "spinner"
|
|
@@ -636,12 +637,11 @@
|
|
|
636
637
|
{
|
|
637
638
|
"color": "muted",
|
|
638
639
|
"type": "typography",
|
|
639
|
-
"
|
|
640
|
-
"
|
|
640
|
+
"content": "Searching…",
|
|
641
|
+
"variant": "caption"
|
|
641
642
|
}
|
|
642
643
|
],
|
|
643
|
-
"
|
|
644
|
-
"align": "center"
|
|
644
|
+
"className": "py-12"
|
|
645
645
|
}
|
|
646
646
|
]
|
|
647
647
|
]
|
|
@@ -655,34 +655,34 @@
|
|
|
655
655
|
"render-ui",
|
|
656
656
|
"main",
|
|
657
657
|
{
|
|
658
|
-
"type": "stack",
|
|
659
658
|
"align": "center",
|
|
659
|
+
"gap": "md",
|
|
660
|
+
"direction": "vertical",
|
|
661
|
+
"type": "stack",
|
|
660
662
|
"className": "py-8",
|
|
661
663
|
"children": [
|
|
662
664
|
{
|
|
663
|
-
"
|
|
664
|
-
"
|
|
665
|
+
"name": "bell",
|
|
666
|
+
"type": "icon"
|
|
665
667
|
},
|
|
666
668
|
{
|
|
667
|
-
"
|
|
669
|
+
"type": "typography",
|
|
668
670
|
"content": "No notifications",
|
|
669
|
-
"
|
|
671
|
+
"variant": "h3"
|
|
670
672
|
},
|
|
671
673
|
{
|
|
674
|
+
"color": "muted",
|
|
672
675
|
"content": "You're all caught up.",
|
|
673
676
|
"type": "typography",
|
|
674
|
-
"variant": "caption"
|
|
675
|
-
"color": "muted"
|
|
677
|
+
"variant": "caption"
|
|
676
678
|
},
|
|
677
679
|
{
|
|
678
|
-
"
|
|
679
|
-
"variant": "ghost",
|
|
680
|
+
"type": "button",
|
|
680
681
|
"action": "INIT",
|
|
681
|
-
"
|
|
682
|
+
"label": "Back to builds",
|
|
683
|
+
"variant": "ghost"
|
|
682
684
|
}
|
|
683
|
-
]
|
|
684
|
-
"gap": "md",
|
|
685
|
-
"direction": "vertical"
|
|
685
|
+
]
|
|
686
686
|
}
|
|
687
687
|
]
|
|
688
688
|
]
|
|
@@ -696,97 +696,97 @@
|
|
|
696
696
|
"render-ui",
|
|
697
697
|
"main",
|
|
698
698
|
{
|
|
699
|
+
"type": "stack",
|
|
700
|
+
"direction": "vertical",
|
|
699
701
|
"gap": "lg",
|
|
700
702
|
"children": [
|
|
701
703
|
{
|
|
702
704
|
"type": "stack",
|
|
705
|
+
"justify": "between",
|
|
706
|
+
"align": "center",
|
|
703
707
|
"children": [
|
|
704
708
|
{
|
|
705
709
|
"type": "stack",
|
|
706
|
-
"gap": "sm",
|
|
707
710
|
"direction": "horizontal",
|
|
711
|
+
"gap": "sm",
|
|
708
712
|
"align": "center",
|
|
709
713
|
"children": [
|
|
710
714
|
{
|
|
711
|
-
"
|
|
712
|
-
"
|
|
715
|
+
"name": "package",
|
|
716
|
+
"type": "icon"
|
|
713
717
|
},
|
|
714
718
|
{
|
|
715
|
-
"type": "typography",
|
|
716
719
|
"content": "Builds",
|
|
720
|
+
"type": "typography",
|
|
717
721
|
"variant": "h2"
|
|
718
722
|
}
|
|
719
723
|
]
|
|
720
724
|
},
|
|
721
725
|
{
|
|
722
|
-
"direction": "horizontal",
|
|
723
|
-
"gap": "sm",
|
|
724
726
|
"type": "stack",
|
|
727
|
+
"direction": "horizontal",
|
|
725
728
|
"children": [
|
|
726
729
|
{
|
|
727
|
-
"
|
|
728
|
-
"action": "CREATE",
|
|
729
|
-
"variant": "primary",
|
|
730
|
+
"type": "button",
|
|
730
731
|
"icon": "plus",
|
|
731
|
-
"
|
|
732
|
+
"action": "CREATE",
|
|
733
|
+
"label": "Create Build",
|
|
734
|
+
"variant": "primary"
|
|
732
735
|
}
|
|
733
|
-
]
|
|
736
|
+
],
|
|
737
|
+
"gap": "sm"
|
|
734
738
|
}
|
|
735
739
|
],
|
|
736
|
-
"
|
|
737
|
-
"
|
|
738
|
-
"align": "center",
|
|
739
|
-
"direction": "horizontal"
|
|
740
|
+
"direction": "horizontal",
|
|
741
|
+
"gap": "md"
|
|
740
742
|
},
|
|
741
743
|
{
|
|
742
744
|
"type": "divider"
|
|
743
745
|
},
|
|
744
746
|
{
|
|
745
|
-
"
|
|
746
|
-
{
|
|
747
|
-
"icon": "git-branch",
|
|
748
|
-
"variant": "h3",
|
|
749
|
-
"name": "branch"
|
|
750
|
-
},
|
|
747
|
+
"itemActions": [
|
|
751
748
|
{
|
|
752
|
-
"
|
|
753
|
-
"
|
|
749
|
+
"variant": "ghost",
|
|
750
|
+
"label": "View",
|
|
751
|
+
"event": "VIEW"
|
|
754
752
|
},
|
|
755
753
|
{
|
|
756
|
-
"
|
|
757
|
-
"
|
|
754
|
+
"label": "Edit",
|
|
755
|
+
"event": "EDIT",
|
|
756
|
+
"variant": "ghost"
|
|
758
757
|
},
|
|
759
758
|
{
|
|
760
|
-
"
|
|
761
|
-
"
|
|
762
|
-
"
|
|
759
|
+
"label": "Delete",
|
|
760
|
+
"variant": "danger",
|
|
761
|
+
"event": "DELETE"
|
|
763
762
|
}
|
|
764
763
|
],
|
|
765
|
-
"variant": "card",
|
|
766
764
|
"type": "data-list",
|
|
767
|
-
"
|
|
765
|
+
"entity": "@payload.data",
|
|
766
|
+
"fields": [
|
|
768
767
|
{
|
|
769
|
-
"
|
|
770
|
-
"
|
|
771
|
-
"
|
|
768
|
+
"name": "branch",
|
|
769
|
+
"variant": "h3",
|
|
770
|
+
"icon": "git-branch"
|
|
772
771
|
},
|
|
773
772
|
{
|
|
774
|
-
"
|
|
775
|
-
"
|
|
776
|
-
"variant": "ghost"
|
|
773
|
+
"name": "status",
|
|
774
|
+
"variant": "badge"
|
|
777
775
|
},
|
|
778
776
|
{
|
|
779
|
-
"variant": "
|
|
780
|
-
"
|
|
781
|
-
|
|
777
|
+
"variant": "body",
|
|
778
|
+
"name": "commit"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"label": "Triggered By",
|
|
782
|
+
"variant": "caption",
|
|
783
|
+
"name": "triggeredBy"
|
|
782
784
|
}
|
|
783
785
|
],
|
|
784
|
-
"
|
|
786
|
+
"variant": "card",
|
|
785
787
|
"gap": "sm"
|
|
786
788
|
}
|
|
787
|
-
]
|
|
788
|
-
"direction": "vertical",
|
|
789
|
-
"type": "stack"
|
|
789
|
+
]
|
|
790
790
|
}
|
|
791
791
|
]
|
|
792
792
|
]
|
|
@@ -800,9 +800,9 @@
|
|
|
800
800
|
"render-ui",
|
|
801
801
|
"main",
|
|
802
802
|
{
|
|
803
|
-
"type": "stack",
|
|
804
|
-
"align": "center",
|
|
805
803
|
"gap": "md",
|
|
804
|
+
"align": "center",
|
|
805
|
+
"className": "py-12",
|
|
806
806
|
"direction": "vertical",
|
|
807
807
|
"children": [
|
|
808
808
|
{
|
|
@@ -811,25 +811,25 @@
|
|
|
811
811
|
"name": "alert-triangle"
|
|
812
812
|
},
|
|
813
813
|
{
|
|
814
|
-
"
|
|
814
|
+
"variant": "h3",
|
|
815
815
|
"content": "Failed to load builds",
|
|
816
|
-
"
|
|
816
|
+
"type": "typography"
|
|
817
817
|
},
|
|
818
818
|
{
|
|
819
|
-
"variant": "body",
|
|
820
|
-
"content": "@payload.error",
|
|
821
819
|
"type": "typography",
|
|
822
|
-
"color": "muted"
|
|
820
|
+
"color": "muted",
|
|
821
|
+
"content": "@payload.error",
|
|
822
|
+
"variant": "body"
|
|
823
823
|
},
|
|
824
824
|
{
|
|
825
|
-
"
|
|
825
|
+
"variant": "primary",
|
|
826
826
|
"action": "INIT",
|
|
827
827
|
"label": "Retry",
|
|
828
|
-
"
|
|
829
|
-
"
|
|
828
|
+
"type": "button",
|
|
829
|
+
"icon": "rotate-ccw"
|
|
830
830
|
}
|
|
831
831
|
],
|
|
832
|
-
"
|
|
832
|
+
"type": "stack"
|
|
833
833
|
}
|
|
834
834
|
]
|
|
835
835
|
]
|
|
@@ -1012,8 +1012,8 @@
|
|
|
1012
1012
|
"Build",
|
|
1013
1013
|
{
|
|
1014
1014
|
"emit": {
|
|
1015
|
-
"
|
|
1016
|
-
"
|
|
1015
|
+
"failure": "BuildLoadFailed",
|
|
1016
|
+
"success": "BuildLoaded"
|
|
1017
1017
|
}
|
|
1018
1018
|
}
|
|
1019
1019
|
]
|
|
@@ -1038,42 +1038,42 @@
|
|
|
1038
1038
|
"render-ui",
|
|
1039
1039
|
"modal",
|
|
1040
1040
|
{
|
|
1041
|
+
"gap": "md",
|
|
1042
|
+
"type": "stack",
|
|
1041
1043
|
"direction": "vertical",
|
|
1042
1044
|
"children": [
|
|
1043
1045
|
{
|
|
1044
1046
|
"type": "stack",
|
|
1047
|
+
"direction": "horizontal",
|
|
1048
|
+
"gap": "sm",
|
|
1045
1049
|
"children": [
|
|
1046
1050
|
{
|
|
1047
|
-
"
|
|
1048
|
-
"
|
|
1051
|
+
"type": "icon",
|
|
1052
|
+
"name": "plus-circle"
|
|
1049
1053
|
},
|
|
1050
1054
|
{
|
|
1051
|
-
"
|
|
1055
|
+
"type": "typography",
|
|
1052
1056
|
"content": "Create Build",
|
|
1053
|
-
"
|
|
1057
|
+
"variant": "h3"
|
|
1054
1058
|
}
|
|
1055
|
-
]
|
|
1056
|
-
"gap": "sm",
|
|
1057
|
-
"direction": "horizontal"
|
|
1059
|
+
]
|
|
1058
1060
|
},
|
|
1059
1061
|
{
|
|
1060
1062
|
"type": "divider"
|
|
1061
1063
|
},
|
|
1062
1064
|
{
|
|
1065
|
+
"mode": "create",
|
|
1063
1066
|
"fields": [
|
|
1064
1067
|
"branch",
|
|
1065
1068
|
"status",
|
|
1066
1069
|
"commit",
|
|
1067
1070
|
"triggeredBy"
|
|
1068
1071
|
],
|
|
1069
|
-
"
|
|
1070
|
-
"mode": "create",
|
|
1072
|
+
"cancelEvent": "CLOSE",
|
|
1071
1073
|
"type": "form-section",
|
|
1072
|
-
"
|
|
1074
|
+
"submitEvent": "SAVE"
|
|
1073
1075
|
}
|
|
1074
|
-
]
|
|
1075
|
-
"type": "stack",
|
|
1076
|
-
"gap": "md"
|
|
1076
|
+
]
|
|
1077
1077
|
}
|
|
1078
1078
|
]
|
|
1079
1079
|
]
|
|
@@ -1114,8 +1114,8 @@
|
|
|
1114
1114
|
"@payload.data",
|
|
1115
1115
|
{
|
|
1116
1116
|
"emit": {
|
|
1117
|
-
"
|
|
1118
|
-
"
|
|
1117
|
+
"success": "BuildSaved",
|
|
1118
|
+
"failure": "BuildSaveFailed"
|
|
1119
1119
|
}
|
|
1120
1120
|
}
|
|
1121
1121
|
],
|
|
@@ -1361,11 +1361,10 @@
|
|
|
1361
1361
|
"render-ui",
|
|
1362
1362
|
"modal",
|
|
1363
1363
|
{
|
|
1364
|
-
"type": "stack",
|
|
1365
1364
|
"direction": "vertical",
|
|
1366
|
-
"gap": "md",
|
|
1367
1365
|
"children": [
|
|
1368
1366
|
{
|
|
1367
|
+
"type": "stack",
|
|
1369
1368
|
"children": [
|
|
1370
1369
|
{
|
|
1371
1370
|
"type": "icon",
|
|
@@ -1373,31 +1372,32 @@
|
|
|
1373
1372
|
},
|
|
1374
1373
|
{
|
|
1375
1374
|
"type": "typography",
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1375
|
+
"content": "Edit Build",
|
|
1376
|
+
"variant": "h3"
|
|
1378
1377
|
}
|
|
1379
1378
|
],
|
|
1380
1379
|
"gap": "sm",
|
|
1381
|
-
"type": "stack",
|
|
1382
1380
|
"direction": "horizontal"
|
|
1383
1381
|
},
|
|
1384
1382
|
{
|
|
1385
1383
|
"type": "divider"
|
|
1386
1384
|
},
|
|
1387
1385
|
{
|
|
1386
|
+
"entity": "@payload.row",
|
|
1387
|
+
"mode": "edit",
|
|
1388
|
+
"cancelEvent": "CLOSE",
|
|
1388
1389
|
"fields": [
|
|
1389
1390
|
"branch",
|
|
1390
1391
|
"status",
|
|
1391
1392
|
"commit",
|
|
1392
1393
|
"triggeredBy"
|
|
1393
1394
|
],
|
|
1394
|
-
"entity": "@payload.row",
|
|
1395
|
-
"cancelEvent": "CLOSE",
|
|
1396
|
-
"submitEvent": "SAVE",
|
|
1397
1395
|
"type": "form-section",
|
|
1398
|
-
"
|
|
1396
|
+
"submitEvent": "SAVE"
|
|
1399
1397
|
}
|
|
1400
|
-
]
|
|
1398
|
+
],
|
|
1399
|
+
"type": "stack",
|
|
1400
|
+
"gap": "md"
|
|
1401
1401
|
}
|
|
1402
1402
|
]
|
|
1403
1403
|
]
|
|
@@ -1438,8 +1438,8 @@
|
|
|
1438
1438
|
"@payload.data",
|
|
1439
1439
|
{
|
|
1440
1440
|
"emit": {
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
1441
|
+
"failure": "BuildUpdateFailed",
|
|
1442
|
+
"success": "BuildUpdated"
|
|
1443
1443
|
}
|
|
1444
1444
|
}
|
|
1445
1445
|
],
|
|
@@ -1635,8 +1635,8 @@
|
|
|
1635
1635
|
{
|
|
1636
1636
|
"id": "@payload.id",
|
|
1637
1637
|
"emit": {
|
|
1638
|
-
"
|
|
1639
|
-
"
|
|
1638
|
+
"success": "BuildLoaded",
|
|
1639
|
+
"failure": "BuildLoadFailed"
|
|
1640
1640
|
}
|
|
1641
1641
|
}
|
|
1642
1642
|
],
|
|
@@ -1644,30 +1644,31 @@
|
|
|
1644
1644
|
"render-ui",
|
|
1645
1645
|
"modal",
|
|
1646
1646
|
{
|
|
1647
|
-
"type": "stack",
|
|
1648
|
-
"gap": "md",
|
|
1649
1647
|
"children": [
|
|
1650
1648
|
{
|
|
1651
|
-
"
|
|
1649
|
+
"direction": "horizontal",
|
|
1650
|
+
"align": "center",
|
|
1652
1651
|
"children": [
|
|
1653
1652
|
{
|
|
1654
1653
|
"name": "eye",
|
|
1655
1654
|
"type": "icon"
|
|
1656
1655
|
},
|
|
1657
1656
|
{
|
|
1658
|
-
"content": "@entity.branch",
|
|
1659
1657
|
"variant": "h3",
|
|
1660
|
-
"type": "typography"
|
|
1658
|
+
"type": "typography",
|
|
1659
|
+
"content": "@entity.branch"
|
|
1661
1660
|
}
|
|
1662
1661
|
],
|
|
1663
1662
|
"type": "stack",
|
|
1664
|
-
"
|
|
1665
|
-
"align": "center"
|
|
1663
|
+
"gap": "sm"
|
|
1666
1664
|
},
|
|
1667
1665
|
{
|
|
1668
1666
|
"type": "divider"
|
|
1669
1667
|
},
|
|
1670
1668
|
{
|
|
1669
|
+
"type": "stack",
|
|
1670
|
+
"direction": "horizontal",
|
|
1671
|
+
"gap": "md",
|
|
1671
1672
|
"children": [
|
|
1672
1673
|
{
|
|
1673
1674
|
"variant": "caption",
|
|
@@ -1679,12 +1680,10 @@
|
|
|
1679
1680
|
"variant": "body",
|
|
1680
1681
|
"content": "@entity.branch"
|
|
1681
1682
|
}
|
|
1682
|
-
]
|
|
1683
|
-
"direction": "horizontal",
|
|
1684
|
-
"gap": "md",
|
|
1685
|
-
"type": "stack"
|
|
1683
|
+
]
|
|
1686
1684
|
},
|
|
1687
1685
|
{
|
|
1686
|
+
"direction": "horizontal",
|
|
1688
1687
|
"children": [
|
|
1689
1688
|
{
|
|
1690
1689
|
"variant": "caption",
|
|
@@ -1693,17 +1692,14 @@
|
|
|
1693
1692
|
},
|
|
1694
1693
|
{
|
|
1695
1694
|
"variant": "body",
|
|
1696
|
-
"
|
|
1697
|
-
"
|
|
1695
|
+
"type": "typography",
|
|
1696
|
+
"content": "@entity.status"
|
|
1698
1697
|
}
|
|
1699
1698
|
],
|
|
1700
|
-
"
|
|
1701
|
-
"gap": "md"
|
|
1702
|
-
"type": "stack"
|
|
1699
|
+
"type": "stack",
|
|
1700
|
+
"gap": "md"
|
|
1703
1701
|
},
|
|
1704
1702
|
{
|
|
1705
|
-
"gap": "md",
|
|
1706
|
-
"type": "stack",
|
|
1707
1703
|
"children": [
|
|
1708
1704
|
{
|
|
1709
1705
|
"variant": "caption",
|
|
@@ -1711,15 +1707,18 @@
|
|
|
1711
1707
|
"content": "Commit"
|
|
1712
1708
|
},
|
|
1713
1709
|
{
|
|
1714
|
-
"
|
|
1710
|
+
"type": "typography",
|
|
1715
1711
|
"content": "@entity.commit",
|
|
1716
|
-
"
|
|
1712
|
+
"variant": "body"
|
|
1717
1713
|
}
|
|
1718
1714
|
],
|
|
1719
|
-
"
|
|
1715
|
+
"type": "stack",
|
|
1716
|
+
"direction": "horizontal",
|
|
1717
|
+
"gap": "md"
|
|
1720
1718
|
},
|
|
1721
1719
|
{
|
|
1722
|
-
"
|
|
1720
|
+
"gap": "md",
|
|
1721
|
+
"type": "stack",
|
|
1723
1722
|
"children": [
|
|
1724
1723
|
{
|
|
1725
1724
|
"type": "typography",
|
|
@@ -1727,40 +1726,41 @@
|
|
|
1727
1726
|
"content": "Triggered By"
|
|
1728
1727
|
},
|
|
1729
1728
|
{
|
|
1730
|
-
"content": "@entity.triggeredBy",
|
|
1731
1729
|
"type": "typography",
|
|
1730
|
+
"content": "@entity.triggeredBy",
|
|
1732
1731
|
"variant": "body"
|
|
1733
1732
|
}
|
|
1734
1733
|
],
|
|
1735
|
-
"
|
|
1736
|
-
"type": "stack"
|
|
1734
|
+
"direction": "horizontal"
|
|
1737
1735
|
},
|
|
1738
1736
|
{
|
|
1739
1737
|
"type": "divider"
|
|
1740
1738
|
},
|
|
1741
1739
|
{
|
|
1740
|
+
"type": "stack",
|
|
1741
|
+
"direction": "horizontal",
|
|
1742
|
+
"justify": "end",
|
|
1742
1743
|
"gap": "sm",
|
|
1743
1744
|
"children": [
|
|
1744
1745
|
{
|
|
1745
1746
|
"label": "Edit",
|
|
1746
|
-
"variant": "primary",
|
|
1747
1747
|
"type": "button",
|
|
1748
1748
|
"action": "EDIT",
|
|
1749
|
+
"variant": "primary",
|
|
1749
1750
|
"icon": "edit"
|
|
1750
1751
|
},
|
|
1751
1752
|
{
|
|
1752
|
-
"variant": "ghost",
|
|
1753
1753
|
"action": "CLOSE",
|
|
1754
|
+
"variant": "ghost",
|
|
1754
1755
|
"type": "button",
|
|
1755
1756
|
"label": "Close"
|
|
1756
1757
|
}
|
|
1757
|
-
]
|
|
1758
|
-
"type": "stack",
|
|
1759
|
-
"justify": "end",
|
|
1760
|
-
"direction": "horizontal"
|
|
1758
|
+
]
|
|
1761
1759
|
}
|
|
1762
1760
|
],
|
|
1763
|
-
"
|
|
1761
|
+
"gap": "md",
|
|
1762
|
+
"direction": "vertical",
|
|
1763
|
+
"type": "stack"
|
|
1764
1764
|
}
|
|
1765
1765
|
]
|
|
1766
1766
|
]
|
|
@@ -2012,8 +2012,8 @@
|
|
|
2012
2012
|
"Build",
|
|
2013
2013
|
{
|
|
2014
2014
|
"emit": {
|
|
2015
|
-
"
|
|
2016
|
-
"
|
|
2015
|
+
"success": "BuildLoaded",
|
|
2016
|
+
"failure": "BuildLoadFailed"
|
|
2017
2017
|
},
|
|
2018
2018
|
"id": "@payload.id"
|
|
2019
2019
|
}
|
|
@@ -2022,57 +2022,57 @@
|
|
|
2022
2022
|
"render-ui",
|
|
2023
2023
|
"modal",
|
|
2024
2024
|
{
|
|
2025
|
+
"gap": "md",
|
|
2026
|
+
"type": "stack",
|
|
2025
2027
|
"direction": "vertical",
|
|
2026
2028
|
"children": [
|
|
2027
2029
|
{
|
|
2030
|
+
"type": "stack",
|
|
2031
|
+
"align": "center",
|
|
2028
2032
|
"children": [
|
|
2029
2033
|
{
|
|
2030
2034
|
"name": "alert-triangle",
|
|
2031
2035
|
"type": "icon"
|
|
2032
2036
|
},
|
|
2033
2037
|
{
|
|
2038
|
+
"content": "Delete Build",
|
|
2034
2039
|
"variant": "h3",
|
|
2035
|
-
"type": "typography"
|
|
2036
|
-
"content": "Delete Build"
|
|
2040
|
+
"type": "typography"
|
|
2037
2041
|
}
|
|
2038
2042
|
],
|
|
2039
|
-
"
|
|
2040
|
-
"
|
|
2041
|
-
"direction": "horizontal",
|
|
2042
|
-
"gap": "sm"
|
|
2043
|
+
"gap": "sm",
|
|
2044
|
+
"direction": "horizontal"
|
|
2043
2045
|
},
|
|
2044
2046
|
{
|
|
2045
2047
|
"type": "divider"
|
|
2046
2048
|
},
|
|
2047
2049
|
{
|
|
2050
|
+
"message": "This action cannot be undone.",
|
|
2048
2051
|
"type": "alert",
|
|
2049
|
-
"variant": "error"
|
|
2050
|
-
"message": "This action cannot be undone."
|
|
2052
|
+
"variant": "error"
|
|
2051
2053
|
},
|
|
2052
2054
|
{
|
|
2053
2055
|
"type": "stack",
|
|
2054
|
-
"direction": "horizontal",
|
|
2055
2056
|
"gap": "sm",
|
|
2056
2057
|
"children": [
|
|
2057
2058
|
{
|
|
2058
2059
|
"type": "button",
|
|
2059
|
-
"action": "CANCEL",
|
|
2060
2060
|
"label": "Cancel",
|
|
2061
|
-
"variant": "ghost"
|
|
2061
|
+
"variant": "ghost",
|
|
2062
|
+
"action": "CANCEL"
|
|
2062
2063
|
},
|
|
2063
2064
|
{
|
|
2065
|
+
"variant": "danger",
|
|
2066
|
+
"icon": "check",
|
|
2064
2067
|
"type": "button",
|
|
2065
2068
|
"action": "CONFIRM_DELETE",
|
|
2066
|
-
"label": "Delete"
|
|
2067
|
-
"variant": "danger",
|
|
2068
|
-
"icon": "check"
|
|
2069
|
+
"label": "Delete"
|
|
2069
2070
|
}
|
|
2070
2071
|
],
|
|
2071
|
-
"justify": "end"
|
|
2072
|
+
"justify": "end",
|
|
2073
|
+
"direction": "horizontal"
|
|
2072
2074
|
}
|
|
2073
|
-
]
|
|
2074
|
-
"type": "stack",
|
|
2075
|
-
"gap": "md"
|
|
2075
|
+
]
|
|
2076
2076
|
}
|
|
2077
2077
|
]
|
|
2078
2078
|
]
|
|
@@ -2111,8 +2111,8 @@
|
|
|
2111
2111
|
"Build",
|
|
2112
2112
|
{
|
|
2113
2113
|
"emit": {
|
|
2114
|
-
"
|
|
2115
|
-
"
|
|
2114
|
+
"failure": "BuildLoadFailed",
|
|
2115
|
+
"success": "BuildLoaded"
|
|
2116
2116
|
}
|
|
2117
2117
|
}
|
|
2118
2118
|
],
|
|
@@ -2144,8 +2144,8 @@
|
|
|
2144
2144
|
"Build",
|
|
2145
2145
|
{
|
|
2146
2146
|
"emit": {
|
|
2147
|
-
"
|
|
2148
|
-
"
|
|
2147
|
+
"success": "BuildLoaded",
|
|
2148
|
+
"failure": "BuildLoadFailed"
|
|
2149
2149
|
}
|
|
2150
2150
|
}
|
|
2151
2151
|
]
|
|
@@ -2173,8 +2173,8 @@
|
|
|
2173
2173
|
"Build",
|
|
2174
2174
|
{
|
|
2175
2175
|
"emit": {
|
|
2176
|
-
"
|
|
2177
|
-
"
|
|
2176
|
+
"success": "BuildLoaded",
|
|
2177
|
+
"failure": "BuildLoadFailed"
|
|
2178
2178
|
}
|
|
2179
2179
|
}
|
|
2180
2180
|
]
|
|
@@ -2367,8 +2367,8 @@
|
|
|
2367
2367
|
"Stage",
|
|
2368
2368
|
{
|
|
2369
2369
|
"emit": {
|
|
2370
|
-
"
|
|
2371
|
-
"
|
|
2370
|
+
"failure": "StageLoadFailed",
|
|
2371
|
+
"success": "StageLoaded"
|
|
2372
2372
|
}
|
|
2373
2373
|
}
|
|
2374
2374
|
],
|
|
@@ -2376,36 +2376,39 @@
|
|
|
2376
2376
|
"render-ui",
|
|
2377
2377
|
"main",
|
|
2378
2378
|
{
|
|
2379
|
+
"type": "dashboard-layout",
|
|
2379
2380
|
"navItems": [
|
|
2380
2381
|
{
|
|
2382
|
+
"href": "/builds",
|
|
2381
2383
|
"label": "Builds",
|
|
2382
|
-
"icon": "hammer"
|
|
2383
|
-
"href": "/builds"
|
|
2384
|
+
"icon": "hammer"
|
|
2384
2385
|
},
|
|
2385
2386
|
{
|
|
2386
|
-
"icon": "layers",
|
|
2387
2387
|
"label": "Stages",
|
|
2388
|
-
"href": "/stages"
|
|
2388
|
+
"href": "/stages",
|
|
2389
|
+
"icon": "layers"
|
|
2389
2390
|
},
|
|
2390
2391
|
{
|
|
2391
|
-
"icon": "rocket",
|
|
2392
2392
|
"label": "Deploy",
|
|
2393
|
-
"href": "/deploy"
|
|
2393
|
+
"href": "/deploy",
|
|
2394
|
+
"icon": "rocket"
|
|
2394
2395
|
}
|
|
2395
2396
|
],
|
|
2397
|
+
"appName": "CI/CD Pipeline",
|
|
2396
2398
|
"children": [
|
|
2397
2399
|
{
|
|
2398
2400
|
"children": [
|
|
2399
2401
|
{
|
|
2400
|
-
"direction": "vertical",
|
|
2401
2402
|
"gap": "lg",
|
|
2403
|
+
"direction": "vertical",
|
|
2404
|
+
"type": "stack",
|
|
2402
2405
|
"children": [
|
|
2403
2406
|
{
|
|
2404
2407
|
"type": "breadcrumb",
|
|
2405
2408
|
"items": [
|
|
2406
2409
|
{
|
|
2407
|
-
"
|
|
2408
|
-
"
|
|
2410
|
+
"label": "Home",
|
|
2411
|
+
"href": "/"
|
|
2409
2412
|
},
|
|
2410
2413
|
{
|
|
2411
2414
|
"label": "Stages"
|
|
@@ -2413,152 +2416,152 @@
|
|
|
2413
2416
|
]
|
|
2414
2417
|
},
|
|
2415
2418
|
{
|
|
2419
|
+
"direction": "horizontal",
|
|
2420
|
+
"type": "stack",
|
|
2421
|
+
"gap": "md",
|
|
2422
|
+
"justify": "between",
|
|
2416
2423
|
"children": [
|
|
2417
2424
|
{
|
|
2418
|
-
"gap": "md",
|
|
2419
2425
|
"direction": "horizontal",
|
|
2420
|
-
"type": "stack",
|
|
2421
2426
|
"children": [
|
|
2422
2427
|
{
|
|
2423
2428
|
"type": "icon",
|
|
2424
2429
|
"name": "layers"
|
|
2425
2430
|
},
|
|
2426
2431
|
{
|
|
2432
|
+
"type": "typography",
|
|
2427
2433
|
"content": "Stages",
|
|
2428
|
-
"variant": "h2"
|
|
2429
|
-
"type": "typography"
|
|
2434
|
+
"variant": "h2"
|
|
2430
2435
|
}
|
|
2431
|
-
]
|
|
2436
|
+
],
|
|
2437
|
+
"type": "stack",
|
|
2438
|
+
"gap": "md"
|
|
2432
2439
|
},
|
|
2433
2440
|
{
|
|
2434
2441
|
"label": "Refresh",
|
|
2442
|
+
"variant": "secondary",
|
|
2435
2443
|
"action": "REFRESH",
|
|
2436
2444
|
"icon": "refresh-cw",
|
|
2437
|
-
"variant": "secondary",
|
|
2438
2445
|
"type": "button"
|
|
2439
2446
|
}
|
|
2440
|
-
]
|
|
2441
|
-
"gap": "md",
|
|
2442
|
-
"type": "stack",
|
|
2443
|
-
"justify": "between",
|
|
2444
|
-
"direction": "horizontal"
|
|
2447
|
+
]
|
|
2445
2448
|
},
|
|
2446
2449
|
{
|
|
2447
2450
|
"type": "divider"
|
|
2448
2451
|
},
|
|
2449
2452
|
{
|
|
2453
|
+
"padding": "md",
|
|
2450
2454
|
"children": [
|
|
2451
2455
|
{
|
|
2452
2456
|
"type": "simple-grid",
|
|
2453
2457
|
"cols": 3.0,
|
|
2454
2458
|
"children": [
|
|
2455
2459
|
{
|
|
2460
|
+
"type": "card",
|
|
2456
2461
|
"children": [
|
|
2457
2462
|
{
|
|
2458
|
-
"gap": "sm",
|
|
2459
2463
|
"direction": "vertical",
|
|
2460
|
-
"type": "stack",
|
|
2461
2464
|
"children": [
|
|
2462
2465
|
{
|
|
2463
|
-
"variant": "caption",
|
|
2464
2466
|
"type": "typography",
|
|
2467
|
+
"variant": "caption",
|
|
2465
2468
|
"content": "Name"
|
|
2466
2469
|
},
|
|
2467
2470
|
{
|
|
2468
2471
|
"content": "@entity.name",
|
|
2469
|
-
"
|
|
2470
|
-
"
|
|
2472
|
+
"type": "typography",
|
|
2473
|
+
"variant": "h3"
|
|
2471
2474
|
}
|
|
2472
|
-
]
|
|
2475
|
+
],
|
|
2476
|
+
"gap": "sm",
|
|
2477
|
+
"type": "stack"
|
|
2473
2478
|
}
|
|
2474
|
-
]
|
|
2475
|
-
"type": "card"
|
|
2479
|
+
]
|
|
2476
2480
|
},
|
|
2477
2481
|
{
|
|
2478
|
-
"type": "card",
|
|
2479
2482
|
"children": [
|
|
2480
2483
|
{
|
|
2481
|
-
"type": "stack",
|
|
2482
|
-
"gap": "sm",
|
|
2483
2484
|
"direction": "vertical",
|
|
2485
|
+
"type": "stack",
|
|
2484
2486
|
"children": [
|
|
2485
2487
|
{
|
|
2486
|
-
"content": "Status",
|
|
2487
2488
|
"variant": "caption",
|
|
2489
|
+
"content": "Status",
|
|
2488
2490
|
"type": "typography"
|
|
2489
2491
|
},
|
|
2490
2492
|
{
|
|
2491
|
-
"
|
|
2493
|
+
"content": "@entity.status",
|
|
2492
2494
|
"variant": "h3",
|
|
2493
|
-
"
|
|
2495
|
+
"type": "typography"
|
|
2494
2496
|
}
|
|
2495
|
-
]
|
|
2497
|
+
],
|
|
2498
|
+
"gap": "sm"
|
|
2496
2499
|
}
|
|
2497
|
-
]
|
|
2500
|
+
],
|
|
2501
|
+
"type": "card"
|
|
2498
2502
|
},
|
|
2499
2503
|
{
|
|
2504
|
+
"type": "card",
|
|
2500
2505
|
"children": [
|
|
2501
2506
|
{
|
|
2502
2507
|
"type": "stack",
|
|
2508
|
+
"direction": "vertical",
|
|
2509
|
+
"gap": "sm",
|
|
2503
2510
|
"children": [
|
|
2504
2511
|
{
|
|
2505
2512
|
"variant": "caption",
|
|
2506
|
-
"
|
|
2507
|
-
"
|
|
2513
|
+
"content": "Duration",
|
|
2514
|
+
"type": "typography"
|
|
2508
2515
|
},
|
|
2509
2516
|
{
|
|
2510
|
-
"
|
|
2517
|
+
"variant": "h3",
|
|
2511
2518
|
"type": "typography",
|
|
2512
|
-
"
|
|
2519
|
+
"content": "@entity.duration"
|
|
2513
2520
|
}
|
|
2514
|
-
]
|
|
2515
|
-
"gap": "sm",
|
|
2516
|
-
"direction": "vertical"
|
|
2521
|
+
]
|
|
2517
2522
|
}
|
|
2518
|
-
]
|
|
2519
|
-
"type": "card"
|
|
2523
|
+
]
|
|
2520
2524
|
},
|
|
2521
2525
|
{
|
|
2526
|
+
"type": "card",
|
|
2522
2527
|
"children": [
|
|
2523
2528
|
{
|
|
2524
|
-
"direction": "vertical",
|
|
2525
2529
|
"type": "stack",
|
|
2530
|
+
"direction": "vertical",
|
|
2526
2531
|
"children": [
|
|
2527
2532
|
{
|
|
2528
|
-
"content": "Output",
|
|
2529
2533
|
"type": "typography",
|
|
2530
|
-
"variant": "caption"
|
|
2534
|
+
"variant": "caption",
|
|
2535
|
+
"content": "Output"
|
|
2531
2536
|
},
|
|
2532
2537
|
{
|
|
2533
|
-
"content": "@entity.output",
|
|
2534
2538
|
"type": "typography",
|
|
2539
|
+
"content": "@entity.output",
|
|
2535
2540
|
"variant": "h3"
|
|
2536
2541
|
}
|
|
2537
2542
|
],
|
|
2538
2543
|
"gap": "sm"
|
|
2539
2544
|
}
|
|
2540
|
-
]
|
|
2541
|
-
"type": "card"
|
|
2545
|
+
]
|
|
2542
2546
|
}
|
|
2543
2547
|
]
|
|
2544
2548
|
}
|
|
2545
2549
|
],
|
|
2546
|
-
"padding": "md",
|
|
2547
2550
|
"type": "box"
|
|
2548
2551
|
},
|
|
2549
2552
|
{
|
|
2550
2553
|
"type": "divider"
|
|
2551
2554
|
},
|
|
2552
2555
|
{
|
|
2553
|
-
"
|
|
2556
|
+
"cols": 2.0,
|
|
2554
2557
|
"children": [
|
|
2555
2558
|
{
|
|
2556
2559
|
"type": "card",
|
|
2557
2560
|
"children": [
|
|
2558
2561
|
{
|
|
2559
2562
|
"type": "typography",
|
|
2560
|
-
"
|
|
2561
|
-
"
|
|
2563
|
+
"variant": "caption",
|
|
2564
|
+
"content": "Chart View"
|
|
2562
2565
|
}
|
|
2563
2566
|
]
|
|
2564
2567
|
},
|
|
@@ -2566,18 +2569,17 @@
|
|
|
2566
2569
|
"type": "card",
|
|
2567
2570
|
"children": [
|
|
2568
2571
|
{
|
|
2572
|
+
"content": "Graph View",
|
|
2569
2573
|
"type": "typography",
|
|
2570
|
-
"variant": "caption"
|
|
2571
|
-
"content": "Graph View"
|
|
2574
|
+
"variant": "caption"
|
|
2572
2575
|
}
|
|
2573
2576
|
]
|
|
2574
2577
|
}
|
|
2575
2578
|
],
|
|
2576
|
-
"
|
|
2577
|
-
"
|
|
2579
|
+
"gap": "md",
|
|
2580
|
+
"type": "grid"
|
|
2578
2581
|
},
|
|
2579
2582
|
{
|
|
2580
|
-
"type": "line-chart",
|
|
2581
2583
|
"data": [
|
|
2582
2584
|
{
|
|
2583
2585
|
"value": 12.0,
|
|
@@ -2588,8 +2590,8 @@
|
|
|
2588
2590
|
"value": 19.0
|
|
2589
2591
|
},
|
|
2590
2592
|
{
|
|
2591
|
-
"
|
|
2592
|
-
"
|
|
2593
|
+
"value": 15.0,
|
|
2594
|
+
"date": "Mar"
|
|
2593
2595
|
},
|
|
2594
2596
|
{
|
|
2595
2597
|
"date": "Apr",
|
|
@@ -2600,25 +2602,39 @@
|
|
|
2600
2602
|
"value": 22.0
|
|
2601
2603
|
},
|
|
2602
2604
|
{
|
|
2603
|
-
"
|
|
2604
|
-
"
|
|
2605
|
+
"date": "Jun",
|
|
2606
|
+
"value": 30.0
|
|
2605
2607
|
}
|
|
2606
|
-
]
|
|
2608
|
+
],
|
|
2609
|
+
"type": "line-chart"
|
|
2607
2610
|
},
|
|
2608
2611
|
{
|
|
2609
|
-
"type": "chart-legend",
|
|
2610
2612
|
"items": [
|
|
2611
2613
|
{
|
|
2612
|
-
"
|
|
2613
|
-
"
|
|
2614
|
+
"label": "Current",
|
|
2615
|
+
"color": "primary"
|
|
2614
2616
|
},
|
|
2615
2617
|
{
|
|
2616
2618
|
"label": "Previous",
|
|
2617
2619
|
"color": "muted"
|
|
2618
2620
|
}
|
|
2619
|
-
]
|
|
2621
|
+
],
|
|
2622
|
+
"type": "chart-legend"
|
|
2620
2623
|
},
|
|
2621
2624
|
{
|
|
2625
|
+
"edges": [
|
|
2626
|
+
{
|
|
2627
|
+
"source": "a",
|
|
2628
|
+
"target": "b"
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"target": "c",
|
|
2632
|
+
"source": "b"
|
|
2633
|
+
}
|
|
2634
|
+
],
|
|
2635
|
+
"width": 400.0,
|
|
2636
|
+
"type": "graph-view",
|
|
2637
|
+
"height": 200.0,
|
|
2622
2638
|
"nodes": [
|
|
2623
2639
|
{
|
|
2624
2640
|
"label": "Start",
|
|
@@ -2629,33 +2645,17 @@
|
|
|
2629
2645
|
"label": "Process"
|
|
2630
2646
|
},
|
|
2631
2647
|
{
|
|
2632
|
-
"
|
|
2633
|
-
"
|
|
2634
|
-
}
|
|
2635
|
-
],
|
|
2636
|
-
"edges": [
|
|
2637
|
-
{
|
|
2638
|
-
"target": "b",
|
|
2639
|
-
"source": "a"
|
|
2640
|
-
},
|
|
2641
|
-
{
|
|
2642
|
-
"source": "b",
|
|
2643
|
-
"target": "c"
|
|
2648
|
+
"label": "End",
|
|
2649
|
+
"id": "c"
|
|
2644
2650
|
}
|
|
2645
|
-
]
|
|
2646
|
-
"width": 400.0,
|
|
2647
|
-
"type": "graph-view",
|
|
2648
|
-
"height": 200.0
|
|
2651
|
+
]
|
|
2649
2652
|
}
|
|
2650
|
-
]
|
|
2651
|
-
"type": "stack"
|
|
2653
|
+
]
|
|
2652
2654
|
}
|
|
2653
2655
|
],
|
|
2654
2656
|
"type": "scaled-diagram"
|
|
2655
2657
|
}
|
|
2656
|
-
]
|
|
2657
|
-
"type": "dashboard-layout",
|
|
2658
|
-
"appName": "CI/CD Pipeline"
|
|
2658
|
+
]
|
|
2659
2659
|
}
|
|
2660
2660
|
]
|
|
2661
2661
|
]
|
|
@@ -2670,8 +2670,8 @@
|
|
|
2670
2670
|
"Stage",
|
|
2671
2671
|
{
|
|
2672
2672
|
"emit": {
|
|
2673
|
-
"
|
|
2674
|
-
"
|
|
2673
|
+
"success": "StageLoaded",
|
|
2674
|
+
"failure": "StageLoadFailed"
|
|
2675
2675
|
}
|
|
2676
2676
|
}
|
|
2677
2677
|
],
|
|
@@ -2679,35 +2679,18 @@
|
|
|
2679
2679
|
"render-ui",
|
|
2680
2680
|
"main",
|
|
2681
2681
|
{
|
|
2682
|
-
"navItems": [
|
|
2683
|
-
{
|
|
2684
|
-
"href": "/builds",
|
|
2685
|
-
"icon": "hammer",
|
|
2686
|
-
"label": "Builds"
|
|
2687
|
-
},
|
|
2688
|
-
{
|
|
2689
|
-
"href": "/stages",
|
|
2690
|
-
"icon": "layers",
|
|
2691
|
-
"label": "Stages"
|
|
2692
|
-
},
|
|
2693
|
-
{
|
|
2694
|
-
"icon": "rocket",
|
|
2695
|
-
"label": "Deploy",
|
|
2696
|
-
"href": "/deploy"
|
|
2697
|
-
}
|
|
2698
|
-
],
|
|
2699
2682
|
"children": [
|
|
2700
2683
|
{
|
|
2701
2684
|
"type": "scaled-diagram",
|
|
2702
2685
|
"children": [
|
|
2703
2686
|
{
|
|
2704
|
-
"
|
|
2687
|
+
"type": "stack",
|
|
2705
2688
|
"children": [
|
|
2706
2689
|
{
|
|
2707
2690
|
"items": [
|
|
2708
2691
|
{
|
|
2709
|
-
"
|
|
2710
|
-
"
|
|
2692
|
+
"label": "Home",
|
|
2693
|
+
"href": "/"
|
|
2711
2694
|
},
|
|
2712
2695
|
{
|
|
2713
2696
|
"label": "Stages"
|
|
@@ -2716,56 +2699,56 @@
|
|
|
2716
2699
|
"type": "breadcrumb"
|
|
2717
2700
|
},
|
|
2718
2701
|
{
|
|
2719
|
-
"type": "stack",
|
|
2720
2702
|
"gap": "md",
|
|
2721
|
-
"direction": "horizontal",
|
|
2722
2703
|
"justify": "between",
|
|
2723
2704
|
"children": [
|
|
2724
2705
|
{
|
|
2706
|
+
"gap": "md",
|
|
2707
|
+
"type": "stack",
|
|
2725
2708
|
"children": [
|
|
2726
2709
|
{
|
|
2727
2710
|
"type": "icon",
|
|
2728
2711
|
"name": "layers"
|
|
2729
2712
|
},
|
|
2730
2713
|
{
|
|
2731
|
-
"variant": "h2",
|
|
2732
2714
|
"type": "typography",
|
|
2733
|
-
"content": "Stages"
|
|
2715
|
+
"content": "Stages",
|
|
2716
|
+
"variant": "h2"
|
|
2734
2717
|
}
|
|
2735
2718
|
],
|
|
2736
|
-
"
|
|
2737
|
-
"direction": "horizontal",
|
|
2738
|
-
"type": "stack"
|
|
2719
|
+
"direction": "horizontal"
|
|
2739
2720
|
},
|
|
2740
2721
|
{
|
|
2741
|
-
"action": "REFRESH",
|
|
2742
2722
|
"type": "button",
|
|
2743
|
-
"variant": "secondary",
|
|
2744
2723
|
"label": "Refresh",
|
|
2724
|
+
"action": "REFRESH",
|
|
2725
|
+
"variant": "secondary",
|
|
2745
2726
|
"icon": "refresh-cw"
|
|
2746
2727
|
}
|
|
2747
|
-
]
|
|
2728
|
+
],
|
|
2729
|
+
"type": "stack",
|
|
2730
|
+
"direction": "horizontal"
|
|
2748
2731
|
},
|
|
2749
2732
|
{
|
|
2750
2733
|
"type": "divider"
|
|
2751
2734
|
},
|
|
2752
2735
|
{
|
|
2753
|
-
"type": "box",
|
|
2754
2736
|
"padding": "md",
|
|
2737
|
+
"type": "box",
|
|
2755
2738
|
"children": [
|
|
2756
2739
|
{
|
|
2757
|
-
"type": "simple-grid",
|
|
2758
2740
|
"cols": 3.0,
|
|
2741
|
+
"type": "simple-grid",
|
|
2759
2742
|
"children": [
|
|
2760
2743
|
{
|
|
2744
|
+
"type": "card",
|
|
2761
2745
|
"children": [
|
|
2762
2746
|
{
|
|
2763
|
-
"direction": "vertical",
|
|
2764
2747
|
"children": [
|
|
2765
2748
|
{
|
|
2766
|
-
"
|
|
2749
|
+
"variant": "caption",
|
|
2767
2750
|
"type": "typography",
|
|
2768
|
-
"
|
|
2751
|
+
"content": "Name"
|
|
2769
2752
|
},
|
|
2770
2753
|
{
|
|
2771
2754
|
"type": "typography",
|
|
@@ -2773,43 +2756,42 @@
|
|
|
2773
2756
|
"content": "@entity.name"
|
|
2774
2757
|
}
|
|
2775
2758
|
],
|
|
2759
|
+
"gap": "sm",
|
|
2776
2760
|
"type": "stack",
|
|
2777
|
-
"
|
|
2761
|
+
"direction": "vertical"
|
|
2778
2762
|
}
|
|
2779
|
-
]
|
|
2780
|
-
"type": "card"
|
|
2763
|
+
]
|
|
2781
2764
|
},
|
|
2782
2765
|
{
|
|
2783
2766
|
"type": "card",
|
|
2784
2767
|
"children": [
|
|
2785
2768
|
{
|
|
2786
2769
|
"gap": "sm",
|
|
2787
|
-
"direction": "vertical",
|
|
2788
|
-
"type": "stack",
|
|
2789
2770
|
"children": [
|
|
2790
2771
|
{
|
|
2791
|
-
"variant": "caption",
|
|
2792
2772
|
"type": "typography",
|
|
2773
|
+
"variant": "caption",
|
|
2793
2774
|
"content": "Status"
|
|
2794
2775
|
},
|
|
2795
2776
|
{
|
|
2777
|
+
"variant": "h3",
|
|
2796
2778
|
"content": "@entity.status",
|
|
2797
|
-
"type": "typography"
|
|
2798
|
-
"variant": "h3"
|
|
2779
|
+
"type": "typography"
|
|
2799
2780
|
}
|
|
2800
|
-
]
|
|
2781
|
+
],
|
|
2782
|
+
"direction": "vertical",
|
|
2783
|
+
"type": "stack"
|
|
2801
2784
|
}
|
|
2802
2785
|
]
|
|
2803
2786
|
},
|
|
2804
2787
|
{
|
|
2805
|
-
"type": "card",
|
|
2806
2788
|
"children": [
|
|
2807
2789
|
{
|
|
2808
2790
|
"children": [
|
|
2809
2791
|
{
|
|
2810
|
-
"type": "typography",
|
|
2811
2792
|
"content": "Duration",
|
|
2812
|
-
"variant": "caption"
|
|
2793
|
+
"variant": "caption",
|
|
2794
|
+
"type": "typography"
|
|
2813
2795
|
},
|
|
2814
2796
|
{
|
|
2815
2797
|
"type": "typography",
|
|
@@ -2817,31 +2799,32 @@
|
|
|
2817
2799
|
"content": "@entity.duration"
|
|
2818
2800
|
}
|
|
2819
2801
|
],
|
|
2802
|
+
"gap": "sm",
|
|
2820
2803
|
"direction": "vertical",
|
|
2821
|
-
"type": "stack"
|
|
2822
|
-
"gap": "sm"
|
|
2804
|
+
"type": "stack"
|
|
2823
2805
|
}
|
|
2824
|
-
]
|
|
2806
|
+
],
|
|
2807
|
+
"type": "card"
|
|
2825
2808
|
},
|
|
2826
2809
|
{
|
|
2827
2810
|
"type": "card",
|
|
2828
2811
|
"children": [
|
|
2829
2812
|
{
|
|
2830
|
-
"type": "stack",
|
|
2831
2813
|
"children": [
|
|
2832
2814
|
{
|
|
2833
|
-
"
|
|
2815
|
+
"type": "typography",
|
|
2834
2816
|
"variant": "caption",
|
|
2835
|
-
"
|
|
2817
|
+
"content": "Output"
|
|
2836
2818
|
},
|
|
2837
2819
|
{
|
|
2838
2820
|
"type": "typography",
|
|
2839
|
-
"
|
|
2840
|
-
"
|
|
2821
|
+
"content": "@entity.output",
|
|
2822
|
+
"variant": "h3"
|
|
2841
2823
|
}
|
|
2842
2824
|
],
|
|
2843
|
-
"
|
|
2844
|
-
"
|
|
2825
|
+
"direction": "vertical",
|
|
2826
|
+
"type": "stack",
|
|
2827
|
+
"gap": "sm"
|
|
2845
2828
|
}
|
|
2846
2829
|
]
|
|
2847
2830
|
}
|
|
@@ -2854,45 +2837,44 @@
|
|
|
2854
2837
|
},
|
|
2855
2838
|
{
|
|
2856
2839
|
"gap": "md",
|
|
2857
|
-
"cols": 2.0,
|
|
2858
2840
|
"type": "grid",
|
|
2841
|
+
"cols": 2.0,
|
|
2859
2842
|
"children": [
|
|
2860
2843
|
{
|
|
2861
2844
|
"children": [
|
|
2862
2845
|
{
|
|
2863
|
-
"variant": "caption",
|
|
2864
2846
|
"content": "Chart View",
|
|
2865
|
-
"type": "typography"
|
|
2847
|
+
"type": "typography",
|
|
2848
|
+
"variant": "caption"
|
|
2866
2849
|
}
|
|
2867
2850
|
],
|
|
2868
2851
|
"type": "card"
|
|
2869
2852
|
},
|
|
2870
2853
|
{
|
|
2871
|
-
"type": "card",
|
|
2872
2854
|
"children": [
|
|
2873
2855
|
{
|
|
2874
|
-
"
|
|
2856
|
+
"content": "Graph View",
|
|
2875
2857
|
"variant": "caption",
|
|
2876
|
-
"
|
|
2858
|
+
"type": "typography"
|
|
2877
2859
|
}
|
|
2878
|
-
]
|
|
2860
|
+
],
|
|
2861
|
+
"type": "card"
|
|
2879
2862
|
}
|
|
2880
2863
|
]
|
|
2881
2864
|
},
|
|
2882
2865
|
{
|
|
2883
|
-
"type": "line-chart",
|
|
2884
2866
|
"data": [
|
|
2885
2867
|
{
|
|
2886
2868
|
"value": 12.0,
|
|
2887
2869
|
"date": "Jan"
|
|
2888
2870
|
},
|
|
2889
2871
|
{
|
|
2890
|
-
"
|
|
2891
|
-
"
|
|
2872
|
+
"date": "Feb",
|
|
2873
|
+
"value": 19.0
|
|
2892
2874
|
},
|
|
2893
2875
|
{
|
|
2894
|
-
"
|
|
2895
|
-
"
|
|
2876
|
+
"date": "Mar",
|
|
2877
|
+
"value": 15.0
|
|
2896
2878
|
},
|
|
2897
2879
|
{
|
|
2898
2880
|
"date": "Apr",
|
|
@@ -2903,12 +2885,14 @@
|
|
|
2903
2885
|
"date": "May"
|
|
2904
2886
|
},
|
|
2905
2887
|
{
|
|
2906
|
-
"
|
|
2907
|
-
"
|
|
2888
|
+
"date": "Jun",
|
|
2889
|
+
"value": 30.0
|
|
2908
2890
|
}
|
|
2909
|
-
]
|
|
2891
|
+
],
|
|
2892
|
+
"type": "line-chart"
|
|
2910
2893
|
},
|
|
2911
2894
|
{
|
|
2895
|
+
"type": "chart-legend",
|
|
2912
2896
|
"items": [
|
|
2913
2897
|
{
|
|
2914
2898
|
"label": "Current",
|
|
@@ -2918,47 +2902,63 @@
|
|
|
2918
2902
|
"label": "Previous",
|
|
2919
2903
|
"color": "muted"
|
|
2920
2904
|
}
|
|
2921
|
-
]
|
|
2922
|
-
"type": "chart-legend"
|
|
2905
|
+
]
|
|
2923
2906
|
},
|
|
2924
2907
|
{
|
|
2925
|
-
"
|
|
2926
|
-
|
|
2927
|
-
"label": "Start",
|
|
2928
|
-
"id": "a"
|
|
2929
|
-
},
|
|
2908
|
+
"type": "graph-view",
|
|
2909
|
+
"edges": [
|
|
2930
2910
|
{
|
|
2931
|
-
"
|
|
2932
|
-
"
|
|
2911
|
+
"target": "b",
|
|
2912
|
+
"source": "a"
|
|
2933
2913
|
},
|
|
2934
2914
|
{
|
|
2935
|
-
"
|
|
2936
|
-
"
|
|
2915
|
+
"source": "b",
|
|
2916
|
+
"target": "c"
|
|
2937
2917
|
}
|
|
2938
2918
|
],
|
|
2939
|
-
"
|
|
2919
|
+
"height": 200.0,
|
|
2940
2920
|
"width": 400.0,
|
|
2941
|
-
"
|
|
2921
|
+
"nodes": [
|
|
2942
2922
|
{
|
|
2943
|
-
"
|
|
2944
|
-
"
|
|
2923
|
+
"label": "Start",
|
|
2924
|
+
"id": "a"
|
|
2945
2925
|
},
|
|
2946
2926
|
{
|
|
2947
|
-
"
|
|
2948
|
-
"
|
|
2927
|
+
"label": "Process",
|
|
2928
|
+
"id": "b"
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"label": "End",
|
|
2932
|
+
"id": "c"
|
|
2949
2933
|
}
|
|
2950
|
-
]
|
|
2951
|
-
"height": 200.0
|
|
2934
|
+
]
|
|
2952
2935
|
}
|
|
2953
2936
|
],
|
|
2954
2937
|
"gap": "lg",
|
|
2955
|
-
"
|
|
2938
|
+
"direction": "vertical"
|
|
2956
2939
|
}
|
|
2957
2940
|
]
|
|
2958
2941
|
}
|
|
2959
2942
|
],
|
|
2960
2943
|
"type": "dashboard-layout",
|
|
2961
|
-
"appName": "CI/CD Pipeline"
|
|
2944
|
+
"appName": "CI/CD Pipeline",
|
|
2945
|
+
"navItems": [
|
|
2946
|
+
{
|
|
2947
|
+
"icon": "hammer",
|
|
2948
|
+
"href": "/builds",
|
|
2949
|
+
"label": "Builds"
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"icon": "layers",
|
|
2953
|
+
"href": "/stages",
|
|
2954
|
+
"label": "Stages"
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"href": "/deploy",
|
|
2958
|
+
"icon": "rocket",
|
|
2959
|
+
"label": "Deploy"
|
|
2960
|
+
}
|
|
2961
|
+
]
|
|
2962
2962
|
}
|
|
2963
2963
|
]
|
|
2964
2964
|
]
|
|
@@ -2973,8 +2973,8 @@
|
|
|
2973
2973
|
"Stage",
|
|
2974
2974
|
{
|
|
2975
2975
|
"emit": {
|
|
2976
|
-
"
|
|
2977
|
-
"
|
|
2976
|
+
"success": "StageLoaded",
|
|
2977
|
+
"failure": "StageLoadFailed"
|
|
2978
2978
|
}
|
|
2979
2979
|
}
|
|
2980
2980
|
],
|
|
@@ -2985,27 +2985,25 @@
|
|
|
2985
2985
|
"type": "dashboard-layout",
|
|
2986
2986
|
"children": [
|
|
2987
2987
|
{
|
|
2988
|
+
"type": "scaled-diagram",
|
|
2988
2989
|
"children": [
|
|
2989
2990
|
{
|
|
2990
|
-
"type": "stack",
|
|
2991
2991
|
"direction": "vertical",
|
|
2992
|
+
"gap": "lg",
|
|
2992
2993
|
"children": [
|
|
2993
2994
|
{
|
|
2994
|
-
"type": "breadcrumb",
|
|
2995
2995
|
"items": [
|
|
2996
2996
|
{
|
|
2997
|
-
"
|
|
2998
|
-
"
|
|
2997
|
+
"label": "Home",
|
|
2998
|
+
"href": "/"
|
|
2999
2999
|
},
|
|
3000
3000
|
{
|
|
3001
3001
|
"label": "Stages"
|
|
3002
3002
|
}
|
|
3003
|
-
]
|
|
3003
|
+
],
|
|
3004
|
+
"type": "breadcrumb"
|
|
3004
3005
|
},
|
|
3005
3006
|
{
|
|
3006
|
-
"gap": "md",
|
|
3007
|
-
"direction": "horizontal",
|
|
3008
|
-
"justify": "between",
|
|
3009
3007
|
"children": [
|
|
3010
3008
|
{
|
|
3011
3009
|
"direction": "horizontal",
|
|
@@ -3024,44 +3022,44 @@
|
|
|
3024
3022
|
]
|
|
3025
3023
|
},
|
|
3026
3024
|
{
|
|
3027
|
-
"type": "button",
|
|
3028
3025
|
"variant": "secondary",
|
|
3029
|
-
"
|
|
3026
|
+
"type": "button",
|
|
3030
3027
|
"icon": "refresh-cw",
|
|
3031
|
-
"label": "Refresh"
|
|
3028
|
+
"label": "Refresh",
|
|
3029
|
+
"action": "REFRESH"
|
|
3032
3030
|
}
|
|
3033
3031
|
],
|
|
3034
|
-
"
|
|
3032
|
+
"gap": "md",
|
|
3033
|
+
"direction": "horizontal",
|
|
3034
|
+
"type": "stack",
|
|
3035
|
+
"justify": "between"
|
|
3035
3036
|
},
|
|
3036
3037
|
{
|
|
3037
3038
|
"type": "divider"
|
|
3038
3039
|
},
|
|
3039
3040
|
{
|
|
3040
|
-
"type": "box",
|
|
3041
|
-
"padding": "md",
|
|
3042
3041
|
"children": [
|
|
3043
3042
|
{
|
|
3044
|
-
"cols": 3.0,
|
|
3045
3043
|
"children": [
|
|
3046
3044
|
{
|
|
3047
3045
|
"type": "card",
|
|
3048
3046
|
"children": [
|
|
3049
3047
|
{
|
|
3050
|
-
"gap": "sm",
|
|
3051
|
-
"direction": "vertical",
|
|
3052
|
-
"type": "stack",
|
|
3053
3048
|
"children": [
|
|
3054
3049
|
{
|
|
3055
|
-
"variant": "caption",
|
|
3056
3050
|
"type": "typography",
|
|
3051
|
+
"variant": "caption",
|
|
3057
3052
|
"content": "Name"
|
|
3058
3053
|
},
|
|
3059
3054
|
{
|
|
3060
|
-
"variant": "h3",
|
|
3061
3055
|
"content": "@entity.name",
|
|
3056
|
+
"variant": "h3",
|
|
3062
3057
|
"type": "typography"
|
|
3063
3058
|
}
|
|
3064
|
-
]
|
|
3059
|
+
],
|
|
3060
|
+
"direction": "vertical",
|
|
3061
|
+
"type": "stack",
|
|
3062
|
+
"gap": "sm"
|
|
3065
3063
|
}
|
|
3066
3064
|
]
|
|
3067
3065
|
},
|
|
@@ -3070,20 +3068,20 @@
|
|
|
3070
3068
|
"children": [
|
|
3071
3069
|
{
|
|
3072
3070
|
"gap": "sm",
|
|
3073
|
-
"direction": "vertical",
|
|
3074
3071
|
"children": [
|
|
3075
3072
|
{
|
|
3076
3073
|
"type": "typography",
|
|
3077
|
-
"
|
|
3078
|
-
"
|
|
3074
|
+
"variant": "caption",
|
|
3075
|
+
"content": "Status"
|
|
3079
3076
|
},
|
|
3080
3077
|
{
|
|
3081
3078
|
"type": "typography",
|
|
3082
|
-
"
|
|
3083
|
-
"
|
|
3079
|
+
"content": "@entity.status",
|
|
3080
|
+
"variant": "h3"
|
|
3084
3081
|
}
|
|
3085
3082
|
],
|
|
3086
|
-
"type": "stack"
|
|
3083
|
+
"type": "stack",
|
|
3084
|
+
"direction": "vertical"
|
|
3087
3085
|
}
|
|
3088
3086
|
]
|
|
3089
3087
|
},
|
|
@@ -3091,31 +3089,29 @@
|
|
|
3091
3089
|
"type": "card",
|
|
3092
3090
|
"children": [
|
|
3093
3091
|
{
|
|
3092
|
+
"type": "stack",
|
|
3093
|
+
"direction": "vertical",
|
|
3094
3094
|
"children": [
|
|
3095
3095
|
{
|
|
3096
|
-
"content": "Duration",
|
|
3097
3096
|
"variant": "caption",
|
|
3097
|
+
"content": "Duration",
|
|
3098
3098
|
"type": "typography"
|
|
3099
3099
|
},
|
|
3100
3100
|
{
|
|
3101
|
-
"content": "@entity.duration",
|
|
3102
3101
|
"type": "typography",
|
|
3102
|
+
"content": "@entity.duration",
|
|
3103
3103
|
"variant": "h3"
|
|
3104
3104
|
}
|
|
3105
3105
|
],
|
|
3106
|
-
"
|
|
3107
|
-
"gap": "sm",
|
|
3108
|
-
"type": "stack"
|
|
3106
|
+
"gap": "sm"
|
|
3109
3107
|
}
|
|
3110
3108
|
]
|
|
3111
3109
|
},
|
|
3112
3110
|
{
|
|
3113
|
-
"type": "card",
|
|
3114
3111
|
"children": [
|
|
3115
3112
|
{
|
|
3116
|
-
"gap": "sm",
|
|
3117
|
-
"type": "stack",
|
|
3118
3113
|
"direction": "vertical",
|
|
3114
|
+
"gap": "sm",
|
|
3119
3115
|
"children": [
|
|
3120
3116
|
{
|
|
3121
3117
|
"variant": "caption",
|
|
@@ -3124,124 +3120,128 @@
|
|
|
3124
3120
|
},
|
|
3125
3121
|
{
|
|
3126
3122
|
"content": "@entity.output",
|
|
3127
|
-
"
|
|
3128
|
-
"
|
|
3123
|
+
"variant": "h3",
|
|
3124
|
+
"type": "typography"
|
|
3129
3125
|
}
|
|
3130
|
-
]
|
|
3126
|
+
],
|
|
3127
|
+
"type": "stack"
|
|
3131
3128
|
}
|
|
3132
|
-
]
|
|
3129
|
+
],
|
|
3130
|
+
"type": "card"
|
|
3133
3131
|
}
|
|
3134
3132
|
],
|
|
3135
|
-
"type": "simple-grid"
|
|
3133
|
+
"type": "simple-grid",
|
|
3134
|
+
"cols": 3.0
|
|
3136
3135
|
}
|
|
3137
|
-
]
|
|
3136
|
+
],
|
|
3137
|
+
"type": "box",
|
|
3138
|
+
"padding": "md"
|
|
3138
3139
|
},
|
|
3139
3140
|
{
|
|
3140
3141
|
"type": "divider"
|
|
3141
3142
|
},
|
|
3142
3143
|
{
|
|
3144
|
+
"gap": "md",
|
|
3145
|
+
"cols": 2.0,
|
|
3143
3146
|
"children": [
|
|
3144
3147
|
{
|
|
3145
3148
|
"type": "card",
|
|
3146
3149
|
"children": [
|
|
3147
3150
|
{
|
|
3148
|
-
"type": "typography",
|
|
3149
3151
|
"variant": "caption",
|
|
3152
|
+
"type": "typography",
|
|
3150
3153
|
"content": "Chart View"
|
|
3151
3154
|
}
|
|
3152
3155
|
]
|
|
3153
3156
|
},
|
|
3154
3157
|
{
|
|
3155
|
-
"type": "card",
|
|
3156
3158
|
"children": [
|
|
3157
3159
|
{
|
|
3158
|
-
"
|
|
3160
|
+
"content": "Graph View",
|
|
3159
3161
|
"type": "typography",
|
|
3160
|
-
"
|
|
3162
|
+
"variant": "caption"
|
|
3161
3163
|
}
|
|
3162
|
-
]
|
|
3164
|
+
],
|
|
3165
|
+
"type": "card"
|
|
3163
3166
|
}
|
|
3164
3167
|
],
|
|
3165
|
-
"
|
|
3166
|
-
"type": "grid",
|
|
3167
|
-
"cols": 2.0
|
|
3168
|
+
"type": "grid"
|
|
3168
3169
|
},
|
|
3169
3170
|
{
|
|
3171
|
+
"type": "line-chart",
|
|
3170
3172
|
"data": [
|
|
3171
3173
|
{
|
|
3172
3174
|
"value": 12.0,
|
|
3173
3175
|
"date": "Jan"
|
|
3174
3176
|
},
|
|
3175
3177
|
{
|
|
3176
|
-
"
|
|
3177
|
-
"
|
|
3178
|
+
"value": 19.0,
|
|
3179
|
+
"date": "Feb"
|
|
3178
3180
|
},
|
|
3179
3181
|
{
|
|
3180
|
-
"
|
|
3181
|
-
"
|
|
3182
|
+
"date": "Mar",
|
|
3183
|
+
"value": 15.0
|
|
3182
3184
|
},
|
|
3183
3185
|
{
|
|
3184
|
-
"
|
|
3185
|
-
"
|
|
3186
|
+
"value": 25.0,
|
|
3187
|
+
"date": "Apr"
|
|
3186
3188
|
},
|
|
3187
3189
|
{
|
|
3188
3190
|
"value": 22.0,
|
|
3189
3191
|
"date": "May"
|
|
3190
3192
|
},
|
|
3191
3193
|
{
|
|
3192
|
-
"
|
|
3193
|
-
"
|
|
3194
|
+
"date": "Jun",
|
|
3195
|
+
"value": 30.0
|
|
3194
3196
|
}
|
|
3195
|
-
]
|
|
3196
|
-
"type": "line-chart"
|
|
3197
|
+
]
|
|
3197
3198
|
},
|
|
3198
3199
|
{
|
|
3200
|
+
"type": "chart-legend",
|
|
3199
3201
|
"items": [
|
|
3200
3202
|
{
|
|
3201
|
-
"
|
|
3202
|
-
"
|
|
3203
|
+
"color": "primary",
|
|
3204
|
+
"label": "Current"
|
|
3203
3205
|
},
|
|
3204
3206
|
{
|
|
3205
3207
|
"label": "Previous",
|
|
3206
3208
|
"color": "muted"
|
|
3207
3209
|
}
|
|
3208
|
-
]
|
|
3209
|
-
"type": "chart-legend"
|
|
3210
|
+
]
|
|
3210
3211
|
},
|
|
3211
3212
|
{
|
|
3213
|
+
"width": 400.0,
|
|
3214
|
+
"edges": [
|
|
3215
|
+
{
|
|
3216
|
+
"target": "b",
|
|
3217
|
+
"source": "a"
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"target": "c",
|
|
3221
|
+
"source": "b"
|
|
3222
|
+
}
|
|
3223
|
+
],
|
|
3212
3224
|
"nodes": [
|
|
3213
3225
|
{
|
|
3214
3226
|
"id": "a",
|
|
3215
3227
|
"label": "Start"
|
|
3216
3228
|
},
|
|
3217
3229
|
{
|
|
3218
|
-
"
|
|
3219
|
-
"
|
|
3230
|
+
"label": "Process",
|
|
3231
|
+
"id": "b"
|
|
3220
3232
|
},
|
|
3221
3233
|
{
|
|
3222
3234
|
"id": "c",
|
|
3223
3235
|
"label": "End"
|
|
3224
3236
|
}
|
|
3225
3237
|
],
|
|
3226
|
-
"
|
|
3227
|
-
|
|
3228
|
-
"target": "b",
|
|
3229
|
-
"source": "a"
|
|
3230
|
-
},
|
|
3231
|
-
{
|
|
3232
|
-
"source": "b",
|
|
3233
|
-
"target": "c"
|
|
3234
|
-
}
|
|
3235
|
-
],
|
|
3236
|
-
"width": 400.0,
|
|
3237
|
-
"type": "graph-view",
|
|
3238
|
-
"height": 200.0
|
|
3238
|
+
"height": 200.0,
|
|
3239
|
+
"type": "graph-view"
|
|
3239
3240
|
}
|
|
3240
3241
|
],
|
|
3241
|
-
"
|
|
3242
|
+
"type": "stack"
|
|
3242
3243
|
}
|
|
3243
|
-
]
|
|
3244
|
-
"type": "scaled-diagram"
|
|
3244
|
+
]
|
|
3245
3245
|
}
|
|
3246
3246
|
],
|
|
3247
3247
|
"appName": "CI/CD Pipeline",
|
|
@@ -3252,14 +3252,14 @@
|
|
|
3252
3252
|
"icon": "hammer"
|
|
3253
3253
|
},
|
|
3254
3254
|
{
|
|
3255
|
-
"label": "Stages",
|
|
3256
3255
|
"href": "/stages",
|
|
3257
|
-
"icon": "layers"
|
|
3256
|
+
"icon": "layers",
|
|
3257
|
+
"label": "Stages"
|
|
3258
3258
|
},
|
|
3259
3259
|
{
|
|
3260
|
+
"href": "/deploy",
|
|
3260
3261
|
"icon": "rocket",
|
|
3261
|
-
"label": "Deploy"
|
|
3262
|
-
"href": "/deploy"
|
|
3262
|
+
"label": "Deploy"
|
|
3263
3263
|
}
|
|
3264
3264
|
]
|
|
3265
3265
|
}
|
|
@@ -3276,8 +3276,8 @@
|
|
|
3276
3276
|
"Stage",
|
|
3277
3277
|
{
|
|
3278
3278
|
"emit": {
|
|
3279
|
-
"
|
|
3280
|
-
"
|
|
3279
|
+
"failure": "StageLoadFailed",
|
|
3280
|
+
"success": "StageLoaded"
|
|
3281
3281
|
}
|
|
3282
3282
|
}
|
|
3283
3283
|
],
|
|
@@ -3285,31 +3285,49 @@
|
|
|
3285
3285
|
"render-ui",
|
|
3286
3286
|
"main",
|
|
3287
3287
|
{
|
|
3288
|
-
"
|
|
3288
|
+
"navItems": [
|
|
3289
|
+
{
|
|
3290
|
+
"href": "/builds",
|
|
3291
|
+
"icon": "hammer",
|
|
3292
|
+
"label": "Builds"
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"label": "Stages",
|
|
3296
|
+
"href": "/stages",
|
|
3297
|
+
"icon": "layers"
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
"icon": "rocket",
|
|
3301
|
+
"label": "Deploy",
|
|
3302
|
+
"href": "/deploy"
|
|
3303
|
+
}
|
|
3304
|
+
],
|
|
3305
|
+
"children": [
|
|
3289
3306
|
{
|
|
3290
|
-
"type": "scaled-diagram",
|
|
3291
3307
|
"children": [
|
|
3292
3308
|
{
|
|
3309
|
+
"gap": "lg",
|
|
3310
|
+
"type": "stack",
|
|
3311
|
+
"direction": "vertical",
|
|
3293
3312
|
"children": [
|
|
3294
3313
|
{
|
|
3295
|
-
"type": "breadcrumb",
|
|
3296
3314
|
"items": [
|
|
3297
3315
|
{
|
|
3298
|
-
"
|
|
3299
|
-
"
|
|
3316
|
+
"label": "Home",
|
|
3317
|
+
"href": "/"
|
|
3300
3318
|
},
|
|
3301
3319
|
{
|
|
3302
3320
|
"label": "Stages"
|
|
3303
3321
|
}
|
|
3304
|
-
]
|
|
3322
|
+
],
|
|
3323
|
+
"type": "breadcrumb"
|
|
3305
3324
|
},
|
|
3306
3325
|
{
|
|
3307
|
-
"justify": "between",
|
|
3308
3326
|
"children": [
|
|
3309
3327
|
{
|
|
3310
3328
|
"gap": "md",
|
|
3311
|
-
"type": "stack",
|
|
3312
3329
|
"direction": "horizontal",
|
|
3330
|
+
"type": "stack",
|
|
3313
3331
|
"children": [
|
|
3314
3332
|
{
|
|
3315
3333
|
"type": "icon",
|
|
@@ -3317,57 +3335,59 @@
|
|
|
3317
3335
|
},
|
|
3318
3336
|
{
|
|
3319
3337
|
"content": "Stages",
|
|
3320
|
-
"
|
|
3321
|
-
"
|
|
3338
|
+
"variant": "h2",
|
|
3339
|
+
"type": "typography"
|
|
3322
3340
|
}
|
|
3323
3341
|
]
|
|
3324
3342
|
},
|
|
3325
3343
|
{
|
|
3326
|
-
"type": "button",
|
|
3327
3344
|
"label": "Refresh",
|
|
3328
|
-
"action": "REFRESH",
|
|
3329
3345
|
"variant": "secondary",
|
|
3330
|
-
"
|
|
3346
|
+
"type": "button",
|
|
3347
|
+
"icon": "refresh-cw",
|
|
3348
|
+
"action": "REFRESH"
|
|
3331
3349
|
}
|
|
3332
3350
|
],
|
|
3333
|
-
"
|
|
3351
|
+
"justify": "between",
|
|
3334
3352
|
"gap": "md",
|
|
3335
|
-
"type": "stack"
|
|
3353
|
+
"type": "stack",
|
|
3354
|
+
"direction": "horizontal"
|
|
3336
3355
|
},
|
|
3337
3356
|
{
|
|
3338
3357
|
"type": "divider"
|
|
3339
3358
|
},
|
|
3340
3359
|
{
|
|
3341
|
-
"padding": "md",
|
|
3342
3360
|
"children": [
|
|
3343
3361
|
{
|
|
3344
|
-
"cols": 3.0,
|
|
3345
3362
|
"children": [
|
|
3346
3363
|
{
|
|
3347
|
-
"type": "card",
|
|
3348
3364
|
"children": [
|
|
3349
3365
|
{
|
|
3350
|
-
"type": "stack",
|
|
3351
|
-
"direction": "vertical",
|
|
3352
|
-
"gap": "sm",
|
|
3353
3366
|
"children": [
|
|
3354
3367
|
{
|
|
3355
|
-
"variant": "caption",
|
|
3356
3368
|
"type": "typography",
|
|
3369
|
+
"variant": "caption",
|
|
3357
3370
|
"content": "Name"
|
|
3358
3371
|
},
|
|
3359
3372
|
{
|
|
3360
|
-
"
|
|
3373
|
+
"variant": "h3",
|
|
3361
3374
|
"type": "typography",
|
|
3362
|
-
"
|
|
3375
|
+
"content": "@entity.name"
|
|
3363
3376
|
}
|
|
3364
|
-
]
|
|
3377
|
+
],
|
|
3378
|
+
"direction": "vertical",
|
|
3379
|
+
"type": "stack",
|
|
3380
|
+
"gap": "sm"
|
|
3365
3381
|
}
|
|
3366
|
-
]
|
|
3382
|
+
],
|
|
3383
|
+
"type": "card"
|
|
3367
3384
|
},
|
|
3368
3385
|
{
|
|
3386
|
+
"type": "card",
|
|
3369
3387
|
"children": [
|
|
3370
3388
|
{
|
|
3389
|
+
"gap": "sm",
|
|
3390
|
+
"type": "stack",
|
|
3371
3391
|
"children": [
|
|
3372
3392
|
{
|
|
3373
3393
|
"type": "typography",
|
|
@@ -3375,36 +3395,33 @@
|
|
|
3375
3395
|
"variant": "caption"
|
|
3376
3396
|
},
|
|
3377
3397
|
{
|
|
3378
|
-
"type": "typography",
|
|
3379
3398
|
"variant": "h3",
|
|
3380
|
-
"content": "@entity.status"
|
|
3399
|
+
"content": "@entity.status",
|
|
3400
|
+
"type": "typography"
|
|
3381
3401
|
}
|
|
3382
3402
|
],
|
|
3383
|
-
"
|
|
3384
|
-
"direction": "vertical",
|
|
3385
|
-
"type": "stack"
|
|
3403
|
+
"direction": "vertical"
|
|
3386
3404
|
}
|
|
3387
|
-
]
|
|
3388
|
-
"type": "card"
|
|
3405
|
+
]
|
|
3389
3406
|
},
|
|
3390
3407
|
{
|
|
3391
3408
|
"children": [
|
|
3392
3409
|
{
|
|
3393
|
-
"type": "stack",
|
|
3394
|
-
"direction": "vertical",
|
|
3395
3410
|
"gap": "sm",
|
|
3411
|
+
"direction": "vertical",
|
|
3396
3412
|
"children": [
|
|
3397
3413
|
{
|
|
3398
3414
|
"content": "Duration",
|
|
3399
|
-
"
|
|
3400
|
-
"
|
|
3415
|
+
"variant": "caption",
|
|
3416
|
+
"type": "typography"
|
|
3401
3417
|
},
|
|
3402
3418
|
{
|
|
3403
|
-
"variant": "h3",
|
|
3404
3419
|
"content": "@entity.duration",
|
|
3420
|
+
"variant": "h3",
|
|
3405
3421
|
"type": "typography"
|
|
3406
3422
|
}
|
|
3407
|
-
]
|
|
3423
|
+
],
|
|
3424
|
+
"type": "stack"
|
|
3408
3425
|
}
|
|
3409
3426
|
],
|
|
3410
3427
|
"type": "card"
|
|
@@ -3412,38 +3429,39 @@
|
|
|
3412
3429
|
{
|
|
3413
3430
|
"children": [
|
|
3414
3431
|
{
|
|
3432
|
+
"type": "stack",
|
|
3433
|
+
"direction": "vertical",
|
|
3415
3434
|
"children": [
|
|
3416
3435
|
{
|
|
3417
3436
|
"variant": "caption",
|
|
3418
|
-
"
|
|
3419
|
-
"
|
|
3437
|
+
"type": "typography",
|
|
3438
|
+
"content": "Output"
|
|
3420
3439
|
},
|
|
3421
3440
|
{
|
|
3422
|
-
"variant": "h3",
|
|
3423
3441
|
"type": "typography",
|
|
3424
|
-
"content": "@entity.output"
|
|
3442
|
+
"content": "@entity.output",
|
|
3443
|
+
"variant": "h3"
|
|
3425
3444
|
}
|
|
3426
3445
|
],
|
|
3427
|
-
"direction": "vertical",
|
|
3428
|
-
"type": "stack",
|
|
3429
3446
|
"gap": "sm"
|
|
3430
3447
|
}
|
|
3431
3448
|
],
|
|
3432
3449
|
"type": "card"
|
|
3433
3450
|
}
|
|
3434
3451
|
],
|
|
3435
|
-
"type": "simple-grid"
|
|
3452
|
+
"type": "simple-grid",
|
|
3453
|
+
"cols": 3.0
|
|
3436
3454
|
}
|
|
3437
3455
|
],
|
|
3438
|
-
"type": "box"
|
|
3456
|
+
"type": "box",
|
|
3457
|
+
"padding": "md"
|
|
3439
3458
|
},
|
|
3440
3459
|
{
|
|
3441
3460
|
"type": "divider"
|
|
3442
3461
|
},
|
|
3443
3462
|
{
|
|
3444
|
-
"type": "grid",
|
|
3445
3463
|
"gap": "md",
|
|
3446
|
-
"
|
|
3464
|
+
"type": "grid",
|
|
3447
3465
|
"children": [
|
|
3448
3466
|
{
|
|
3449
3467
|
"type": "card",
|
|
@@ -3458,24 +3476,25 @@
|
|
|
3458
3476
|
{
|
|
3459
3477
|
"children": [
|
|
3460
3478
|
{
|
|
3479
|
+
"content": "Graph View",
|
|
3461
3480
|
"type": "typography",
|
|
3462
|
-
"variant": "caption"
|
|
3463
|
-
"content": "Graph View"
|
|
3481
|
+
"variant": "caption"
|
|
3464
3482
|
}
|
|
3465
3483
|
],
|
|
3466
3484
|
"type": "card"
|
|
3467
3485
|
}
|
|
3468
|
-
]
|
|
3486
|
+
],
|
|
3487
|
+
"cols": 2.0
|
|
3469
3488
|
},
|
|
3470
3489
|
{
|
|
3471
3490
|
"data": [
|
|
3472
3491
|
{
|
|
3473
|
-
"
|
|
3474
|
-
"
|
|
3492
|
+
"date": "Jan",
|
|
3493
|
+
"value": 12.0
|
|
3475
3494
|
},
|
|
3476
3495
|
{
|
|
3477
|
-
"
|
|
3478
|
-
"
|
|
3496
|
+
"date": "Feb",
|
|
3497
|
+
"value": 19.0
|
|
3479
3498
|
},
|
|
3480
3499
|
{
|
|
3481
3500
|
"value": 15.0,
|
|
@@ -3486,8 +3505,8 @@
|
|
|
3486
3505
|
"value": 25.0
|
|
3487
3506
|
},
|
|
3488
3507
|
{
|
|
3489
|
-
"
|
|
3490
|
-
"
|
|
3508
|
+
"date": "May",
|
|
3509
|
+
"value": 22.0
|
|
3491
3510
|
},
|
|
3492
3511
|
{
|
|
3493
3512
|
"value": 30.0,
|
|
@@ -3500,16 +3519,29 @@
|
|
|
3500
3519
|
"type": "chart-legend",
|
|
3501
3520
|
"items": [
|
|
3502
3521
|
{
|
|
3503
|
-
"
|
|
3504
|
-
"
|
|
3522
|
+
"color": "primary",
|
|
3523
|
+
"label": "Current"
|
|
3505
3524
|
},
|
|
3506
3525
|
{
|
|
3507
|
-
"
|
|
3508
|
-
"
|
|
3526
|
+
"color": "muted",
|
|
3527
|
+
"label": "Previous"
|
|
3509
3528
|
}
|
|
3510
3529
|
]
|
|
3511
3530
|
},
|
|
3512
3531
|
{
|
|
3532
|
+
"width": 400.0,
|
|
3533
|
+
"height": 200.0,
|
|
3534
|
+
"type": "graph-view",
|
|
3535
|
+
"edges": [
|
|
3536
|
+
{
|
|
3537
|
+
"target": "b",
|
|
3538
|
+
"source": "a"
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
"target": "c",
|
|
3542
|
+
"source": "b"
|
|
3543
|
+
}
|
|
3544
|
+
],
|
|
3513
3545
|
"nodes": [
|
|
3514
3546
|
{
|
|
3515
3547
|
"label": "Start",
|
|
@@ -3523,48 +3555,16 @@
|
|
|
3523
3555
|
"label": "End",
|
|
3524
3556
|
"id": "c"
|
|
3525
3557
|
}
|
|
3526
|
-
],
|
|
3527
|
-
"width": 400.0,
|
|
3528
|
-
"height": 200.0,
|
|
3529
|
-
"type": "graph-view",
|
|
3530
|
-
"edges": [
|
|
3531
|
-
{
|
|
3532
|
-
"target": "b",
|
|
3533
|
-
"source": "a"
|
|
3534
|
-
},
|
|
3535
|
-
{
|
|
3536
|
-
"source": "b",
|
|
3537
|
-
"target": "c"
|
|
3538
|
-
}
|
|
3539
3558
|
]
|
|
3540
3559
|
}
|
|
3541
|
-
]
|
|
3542
|
-
"gap": "lg",
|
|
3543
|
-
"direction": "vertical",
|
|
3544
|
-
"type": "stack"
|
|
3560
|
+
]
|
|
3545
3561
|
}
|
|
3546
|
-
]
|
|
3562
|
+
],
|
|
3563
|
+
"type": "scaled-diagram"
|
|
3547
3564
|
}
|
|
3548
3565
|
],
|
|
3549
3566
|
"appName": "CI/CD Pipeline",
|
|
3550
|
-
"type": "dashboard-layout"
|
|
3551
|
-
"navItems": [
|
|
3552
|
-
{
|
|
3553
|
-
"href": "/builds",
|
|
3554
|
-
"label": "Builds",
|
|
3555
|
-
"icon": "hammer"
|
|
3556
|
-
},
|
|
3557
|
-
{
|
|
3558
|
-
"label": "Stages",
|
|
3559
|
-
"href": "/stages",
|
|
3560
|
-
"icon": "layers"
|
|
3561
|
-
},
|
|
3562
|
-
{
|
|
3563
|
-
"icon": "rocket",
|
|
3564
|
-
"href": "/deploy",
|
|
3565
|
-
"label": "Deploy"
|
|
3566
|
-
}
|
|
3567
|
-
]
|
|
3567
|
+
"type": "dashboard-layout"
|
|
3568
3568
|
}
|
|
3569
3569
|
]
|
|
3570
3570
|
]
|
|
@@ -3588,39 +3588,20 @@
|
|
|
3588
3588
|
"render-ui",
|
|
3589
3589
|
"main",
|
|
3590
3590
|
{
|
|
3591
|
-
"navItems": [
|
|
3592
|
-
{
|
|
3593
|
-
"label": "Builds",
|
|
3594
|
-
"icon": "hammer",
|
|
3595
|
-
"href": "/builds"
|
|
3596
|
-
},
|
|
3597
|
-
{
|
|
3598
|
-
"href": "/stages",
|
|
3599
|
-
"icon": "layers",
|
|
3600
|
-
"label": "Stages"
|
|
3601
|
-
},
|
|
3602
|
-
{
|
|
3603
|
-
"icon": "rocket",
|
|
3604
|
-
"href": "/deploy",
|
|
3605
|
-
"label": "Deploy"
|
|
3606
|
-
}
|
|
3607
|
-
],
|
|
3608
3591
|
"type": "dashboard-layout",
|
|
3609
|
-
"appName": "CI/CD Pipeline",
|
|
3610
3592
|
"children": [
|
|
3611
3593
|
{
|
|
3612
|
-
"type": "scaled-diagram",
|
|
3613
3594
|
"children": [
|
|
3614
3595
|
{
|
|
3615
3596
|
"gap": "lg",
|
|
3616
|
-
"type": "stack",
|
|
3617
3597
|
"direction": "vertical",
|
|
3598
|
+
"type": "stack",
|
|
3618
3599
|
"children": [
|
|
3619
3600
|
{
|
|
3620
3601
|
"items": [
|
|
3621
3602
|
{
|
|
3622
|
-
"
|
|
3623
|
-
"
|
|
3603
|
+
"label": "Home",
|
|
3604
|
+
"href": "/"
|
|
3624
3605
|
},
|
|
3625
3606
|
{
|
|
3626
3607
|
"label": "Stages"
|
|
@@ -3629,34 +3610,34 @@
|
|
|
3629
3610
|
"type": "breadcrumb"
|
|
3630
3611
|
},
|
|
3631
3612
|
{
|
|
3632
|
-
"
|
|
3613
|
+
"direction": "horizontal",
|
|
3633
3614
|
"justify": "between",
|
|
3615
|
+
"type": "stack",
|
|
3634
3616
|
"children": [
|
|
3635
3617
|
{
|
|
3618
|
+
"gap": "md",
|
|
3619
|
+
"type": "stack",
|
|
3636
3620
|
"children": [
|
|
3637
3621
|
{
|
|
3638
3622
|
"name": "layers",
|
|
3639
3623
|
"type": "icon"
|
|
3640
3624
|
},
|
|
3641
3625
|
{
|
|
3642
|
-
"
|
|
3626
|
+
"content": "Stages",
|
|
3643
3627
|
"variant": "h2",
|
|
3644
|
-
"
|
|
3628
|
+
"type": "typography"
|
|
3645
3629
|
}
|
|
3646
3630
|
],
|
|
3647
|
-
"type": "stack",
|
|
3648
|
-
"gap": "md",
|
|
3649
3631
|
"direction": "horizontal"
|
|
3650
3632
|
},
|
|
3651
3633
|
{
|
|
3634
|
+
"icon": "refresh-cw",
|
|
3652
3635
|
"label": "Refresh",
|
|
3653
3636
|
"type": "button",
|
|
3654
3637
|
"action": "REFRESH",
|
|
3655
|
-
"variant": "secondary"
|
|
3656
|
-
"icon": "refresh-cw"
|
|
3638
|
+
"variant": "secondary"
|
|
3657
3639
|
}
|
|
3658
3640
|
],
|
|
3659
|
-
"direction": "horizontal",
|
|
3660
3641
|
"gap": "md"
|
|
3661
3642
|
},
|
|
3662
3643
|
{
|
|
@@ -3668,57 +3649,56 @@
|
|
|
3668
3649
|
"children": [
|
|
3669
3650
|
{
|
|
3670
3651
|
"cols": 3.0,
|
|
3671
|
-
"type": "simple-grid",
|
|
3672
3652
|
"children": [
|
|
3673
3653
|
{
|
|
3654
|
+
"type": "card",
|
|
3674
3655
|
"children": [
|
|
3675
3656
|
{
|
|
3676
3657
|
"gap": "sm",
|
|
3658
|
+
"direction": "vertical",
|
|
3659
|
+
"type": "stack",
|
|
3677
3660
|
"children": [
|
|
3678
3661
|
{
|
|
3679
|
-
"variant": "caption",
|
|
3680
3662
|
"type": "typography",
|
|
3663
|
+
"variant": "caption",
|
|
3681
3664
|
"content": "Name"
|
|
3682
3665
|
},
|
|
3683
3666
|
{
|
|
3684
|
-
"content": "@entity.name",
|
|
3685
3667
|
"variant": "h3",
|
|
3686
|
-
"type": "typography"
|
|
3668
|
+
"type": "typography",
|
|
3669
|
+
"content": "@entity.name"
|
|
3687
3670
|
}
|
|
3688
|
-
]
|
|
3689
|
-
"type": "stack",
|
|
3690
|
-
"direction": "vertical"
|
|
3671
|
+
]
|
|
3691
3672
|
}
|
|
3692
|
-
]
|
|
3693
|
-
"type": "card"
|
|
3673
|
+
]
|
|
3694
3674
|
},
|
|
3695
3675
|
{
|
|
3696
3676
|
"type": "card",
|
|
3697
3677
|
"children": [
|
|
3698
3678
|
{
|
|
3699
|
-
"gap": "sm",
|
|
3700
|
-
"type": "stack",
|
|
3701
|
-
"direction": "vertical",
|
|
3702
3679
|
"children": [
|
|
3703
3680
|
{
|
|
3704
3681
|
"type": "typography",
|
|
3705
|
-
"
|
|
3706
|
-
"
|
|
3682
|
+
"content": "Status",
|
|
3683
|
+
"variant": "caption"
|
|
3707
3684
|
},
|
|
3708
3685
|
{
|
|
3709
|
-
"
|
|
3686
|
+
"content": "@entity.status",
|
|
3710
3687
|
"variant": "h3",
|
|
3711
|
-
"
|
|
3688
|
+
"type": "typography"
|
|
3712
3689
|
}
|
|
3713
|
-
]
|
|
3690
|
+
],
|
|
3691
|
+
"direction": "vertical",
|
|
3692
|
+
"gap": "sm",
|
|
3693
|
+
"type": "stack"
|
|
3714
3694
|
}
|
|
3715
3695
|
]
|
|
3716
3696
|
},
|
|
3717
3697
|
{
|
|
3718
|
-
"type": "card",
|
|
3719
3698
|
"children": [
|
|
3720
3699
|
{
|
|
3721
3700
|
"gap": "sm",
|
|
3701
|
+
"type": "stack",
|
|
3722
3702
|
"children": [
|
|
3723
3703
|
{
|
|
3724
3704
|
"type": "typography",
|
|
@@ -3726,21 +3706,19 @@
|
|
|
3726
3706
|
"content": "Duration"
|
|
3727
3707
|
},
|
|
3728
3708
|
{
|
|
3729
|
-
"type": "typography",
|
|
3730
3709
|
"content": "@entity.duration",
|
|
3710
|
+
"type": "typography",
|
|
3731
3711
|
"variant": "h3"
|
|
3732
3712
|
}
|
|
3733
3713
|
],
|
|
3734
|
-
"direction": "vertical"
|
|
3735
|
-
"type": "stack"
|
|
3714
|
+
"direction": "vertical"
|
|
3736
3715
|
}
|
|
3737
|
-
]
|
|
3716
|
+
],
|
|
3717
|
+
"type": "card"
|
|
3738
3718
|
},
|
|
3739
3719
|
{
|
|
3740
|
-
"type": "card",
|
|
3741
3720
|
"children": [
|
|
3742
3721
|
{
|
|
3743
|
-
"direction": "vertical",
|
|
3744
3722
|
"children": [
|
|
3745
3723
|
{
|
|
3746
3724
|
"type": "typography",
|
|
@@ -3748,17 +3726,20 @@
|
|
|
3748
3726
|
"content": "Output"
|
|
3749
3727
|
},
|
|
3750
3728
|
{
|
|
3751
|
-
"variant": "h3",
|
|
3752
3729
|
"content": "@entity.output",
|
|
3730
|
+
"variant": "h3",
|
|
3753
3731
|
"type": "typography"
|
|
3754
3732
|
}
|
|
3755
3733
|
],
|
|
3756
|
-
"
|
|
3757
|
-
"
|
|
3734
|
+
"gap": "sm",
|
|
3735
|
+
"direction": "vertical",
|
|
3736
|
+
"type": "stack"
|
|
3758
3737
|
}
|
|
3759
|
-
]
|
|
3738
|
+
],
|
|
3739
|
+
"type": "card"
|
|
3760
3740
|
}
|
|
3761
|
-
]
|
|
3741
|
+
],
|
|
3742
|
+
"type": "simple-grid"
|
|
3762
3743
|
}
|
|
3763
3744
|
]
|
|
3764
3745
|
},
|
|
@@ -3766,16 +3747,13 @@
|
|
|
3766
3747
|
"type": "divider"
|
|
3767
3748
|
},
|
|
3768
3749
|
{
|
|
3769
|
-
"type": "grid",
|
|
3770
|
-
"gap": "md",
|
|
3771
|
-
"cols": 2.0,
|
|
3772
3750
|
"children": [
|
|
3773
3751
|
{
|
|
3774
3752
|
"children": [
|
|
3775
3753
|
{
|
|
3776
|
-
"type": "typography",
|
|
3777
3754
|
"content": "Chart View",
|
|
3778
|
-
"variant": "caption"
|
|
3755
|
+
"variant": "caption",
|
|
3756
|
+
"type": "typography"
|
|
3779
3757
|
}
|
|
3780
3758
|
],
|
|
3781
3759
|
"type": "card"
|
|
@@ -3785,44 +3763,46 @@
|
|
|
3785
3763
|
"children": [
|
|
3786
3764
|
{
|
|
3787
3765
|
"type": "typography",
|
|
3788
|
-
"
|
|
3789
|
-
"
|
|
3766
|
+
"content": "Graph View",
|
|
3767
|
+
"variant": "caption"
|
|
3790
3768
|
}
|
|
3791
3769
|
]
|
|
3792
3770
|
}
|
|
3793
|
-
]
|
|
3771
|
+
],
|
|
3772
|
+
"type": "grid",
|
|
3773
|
+
"gap": "md",
|
|
3774
|
+
"cols": 2.0
|
|
3794
3775
|
},
|
|
3795
3776
|
{
|
|
3777
|
+
"type": "line-chart",
|
|
3796
3778
|
"data": [
|
|
3797
3779
|
{
|
|
3798
3780
|
"value": 12.0,
|
|
3799
3781
|
"date": "Jan"
|
|
3800
3782
|
},
|
|
3801
3783
|
{
|
|
3802
|
-
"
|
|
3803
|
-
"
|
|
3784
|
+
"date": "Feb",
|
|
3785
|
+
"value": 19.0
|
|
3804
3786
|
},
|
|
3805
3787
|
{
|
|
3806
|
-
"
|
|
3807
|
-
"
|
|
3788
|
+
"date": "Mar",
|
|
3789
|
+
"value": 15.0
|
|
3808
3790
|
},
|
|
3809
3791
|
{
|
|
3810
|
-
"
|
|
3811
|
-
"
|
|
3792
|
+
"value": 25.0,
|
|
3793
|
+
"date": "Apr"
|
|
3812
3794
|
},
|
|
3813
3795
|
{
|
|
3814
|
-
"
|
|
3815
|
-
"
|
|
3796
|
+
"value": 22.0,
|
|
3797
|
+
"date": "May"
|
|
3816
3798
|
},
|
|
3817
3799
|
{
|
|
3818
3800
|
"value": 30.0,
|
|
3819
3801
|
"date": "Jun"
|
|
3820
3802
|
}
|
|
3821
|
-
]
|
|
3822
|
-
"type": "line-chart"
|
|
3803
|
+
]
|
|
3823
3804
|
},
|
|
3824
3805
|
{
|
|
3825
|
-
"type": "chart-legend",
|
|
3826
3806
|
"items": [
|
|
3827
3807
|
{
|
|
3828
3808
|
"label": "Current",
|
|
@@ -3832,40 +3812,60 @@
|
|
|
3832
3812
|
"color": "muted",
|
|
3833
3813
|
"label": "Previous"
|
|
3834
3814
|
}
|
|
3835
|
-
]
|
|
3815
|
+
],
|
|
3816
|
+
"type": "chart-legend"
|
|
3836
3817
|
},
|
|
3837
3818
|
{
|
|
3838
3819
|
"width": 400.0,
|
|
3839
3820
|
"type": "graph-view",
|
|
3840
|
-
"
|
|
3841
|
-
|
|
3842
|
-
"label": "Start",
|
|
3843
|
-
"id": "a"
|
|
3844
|
-
},
|
|
3821
|
+
"height": 200.0,
|
|
3822
|
+
"edges": [
|
|
3845
3823
|
{
|
|
3846
|
-
"
|
|
3847
|
-
"
|
|
3824
|
+
"target": "b",
|
|
3825
|
+
"source": "a"
|
|
3848
3826
|
},
|
|
3849
3827
|
{
|
|
3850
|
-
"
|
|
3851
|
-
"
|
|
3828
|
+
"source": "b",
|
|
3829
|
+
"target": "c"
|
|
3852
3830
|
}
|
|
3853
3831
|
],
|
|
3854
|
-
"
|
|
3832
|
+
"nodes": [
|
|
3855
3833
|
{
|
|
3856
|
-
"
|
|
3857
|
-
"
|
|
3834
|
+
"id": "a",
|
|
3835
|
+
"label": "Start"
|
|
3858
3836
|
},
|
|
3859
3837
|
{
|
|
3860
|
-
"
|
|
3861
|
-
"
|
|
3838
|
+
"id": "b",
|
|
3839
|
+
"label": "Process"
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"id": "c",
|
|
3843
|
+
"label": "End"
|
|
3862
3844
|
}
|
|
3863
|
-
]
|
|
3864
|
-
"height": 200.0
|
|
3845
|
+
]
|
|
3865
3846
|
}
|
|
3866
3847
|
]
|
|
3867
3848
|
}
|
|
3868
|
-
]
|
|
3849
|
+
],
|
|
3850
|
+
"type": "scaled-diagram"
|
|
3851
|
+
}
|
|
3852
|
+
],
|
|
3853
|
+
"appName": "CI/CD Pipeline",
|
|
3854
|
+
"navItems": [
|
|
3855
|
+
{
|
|
3856
|
+
"label": "Builds",
|
|
3857
|
+
"href": "/builds",
|
|
3858
|
+
"icon": "hammer"
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"href": "/stages",
|
|
3862
|
+
"label": "Stages",
|
|
3863
|
+
"icon": "layers"
|
|
3864
|
+
},
|
|
3865
|
+
{
|
|
3866
|
+
"label": "Deploy",
|
|
3867
|
+
"icon": "rocket",
|
|
3868
|
+
"href": "/deploy"
|
|
3869
3869
|
}
|
|
3870
3870
|
]
|
|
3871
3871
|
}
|
|
@@ -4099,68 +4099,68 @@
|
|
|
4099
4099
|
"render-ui",
|
|
4100
4100
|
"main",
|
|
4101
4101
|
{
|
|
4102
|
-
"appName": "CI/CD Pipeline",
|
|
4103
4102
|
"children": [
|
|
4104
4103
|
{
|
|
4104
|
+
"align": "center",
|
|
4105
|
+
"type": "stack",
|
|
4106
|
+
"direction": "vertical",
|
|
4107
|
+
"gap": "lg",
|
|
4105
4108
|
"children": [
|
|
4106
4109
|
{
|
|
4110
|
+
"type": "stack",
|
|
4111
|
+
"direction": "horizontal",
|
|
4107
4112
|
"gap": "md",
|
|
4108
4113
|
"align": "center",
|
|
4109
|
-
"direction": "horizontal",
|
|
4110
4114
|
"children": [
|
|
4111
4115
|
{
|
|
4112
4116
|
"type": "icon",
|
|
4113
4117
|
"name": "upload-cloud"
|
|
4114
4118
|
},
|
|
4115
4119
|
{
|
|
4116
|
-
"content": "Deployment",
|
|
4117
4120
|
"type": "typography",
|
|
4121
|
+
"content": "Deployment",
|
|
4118
4122
|
"variant": "h2"
|
|
4119
4123
|
}
|
|
4120
|
-
]
|
|
4121
|
-
"type": "stack"
|
|
4124
|
+
]
|
|
4122
4125
|
},
|
|
4123
4126
|
{
|
|
4124
4127
|
"type": "divider"
|
|
4125
4128
|
},
|
|
4126
4129
|
{
|
|
4127
|
-
"type": "typography",
|
|
4128
|
-
"content": "Ready to start deployment operation.",
|
|
4129
4130
|
"color": "muted",
|
|
4130
|
-
"
|
|
4131
|
+
"type": "typography",
|
|
4132
|
+
"variant": "body",
|
|
4133
|
+
"content": "Ready to start deployment operation."
|
|
4131
4134
|
},
|
|
4132
4135
|
{
|
|
4136
|
+
"icon": "play",
|
|
4133
4137
|
"label": "Start",
|
|
4134
4138
|
"type": "button",
|
|
4135
4139
|
"variant": "primary",
|
|
4136
|
-
"icon": "play",
|
|
4137
4140
|
"action": "START"
|
|
4138
4141
|
}
|
|
4139
|
-
]
|
|
4140
|
-
"gap": "lg",
|
|
4141
|
-
"align": "center",
|
|
4142
|
-
"direction": "vertical",
|
|
4143
|
-
"type": "stack"
|
|
4142
|
+
]
|
|
4144
4143
|
}
|
|
4145
4144
|
],
|
|
4146
|
-
"type": "dashboard-layout",
|
|
4147
4145
|
"navItems": [
|
|
4148
4146
|
{
|
|
4149
|
-
"
|
|
4147
|
+
"label": "Builds",
|
|
4150
4148
|
"icon": "hammer",
|
|
4151
|
-
"
|
|
4149
|
+
"href": "/builds"
|
|
4152
4150
|
},
|
|
4153
4151
|
{
|
|
4154
4152
|
"label": "Stages",
|
|
4155
|
-
"
|
|
4156
|
-
"
|
|
4153
|
+
"icon": "layers",
|
|
4154
|
+
"href": "/stages"
|
|
4157
4155
|
},
|
|
4158
4156
|
{
|
|
4157
|
+
"icon": "rocket",
|
|
4159
4158
|
"label": "Deploy",
|
|
4160
|
-
"href": "/deploy"
|
|
4161
|
-
"icon": "rocket"
|
|
4159
|
+
"href": "/deploy"
|
|
4162
4160
|
}
|
|
4163
|
-
]
|
|
4161
|
+
],
|
|
4162
|
+
"type": "dashboard-layout",
|
|
4163
|
+
"appName": "CI/CD Pipeline"
|
|
4164
4164
|
}
|
|
4165
4165
|
]
|
|
4166
4166
|
]
|
|
@@ -4174,8 +4174,25 @@
|
|
|
4174
4174
|
"render-ui",
|
|
4175
4175
|
"main",
|
|
4176
4176
|
{
|
|
4177
|
-
"type": "dashboard-layout",
|
|
4178
4177
|
"appName": "CI/CD Pipeline",
|
|
4178
|
+
"navItems": [
|
|
4179
|
+
{
|
|
4180
|
+
"label": "Builds",
|
|
4181
|
+
"icon": "hammer",
|
|
4182
|
+
"href": "/builds"
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"icon": "layers",
|
|
4186
|
+
"href": "/stages",
|
|
4187
|
+
"label": "Stages"
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
"label": "Deploy",
|
|
4191
|
+
"href": "/deploy",
|
|
4192
|
+
"icon": "rocket"
|
|
4193
|
+
}
|
|
4194
|
+
],
|
|
4195
|
+
"type": "dashboard-layout",
|
|
4179
4196
|
"children": [
|
|
4180
4197
|
{
|
|
4181
4198
|
"children": [
|
|
@@ -4185,31 +4202,14 @@
|
|
|
4185
4202
|
"type": "loading-state"
|
|
4186
4203
|
},
|
|
4187
4204
|
{
|
|
4188
|
-
"
|
|
4189
|
-
"
|
|
4205
|
+
"variant": "text",
|
|
4206
|
+
"type": "skeleton"
|
|
4190
4207
|
}
|
|
4191
4208
|
],
|
|
4192
|
-
"align": "center",
|
|
4193
|
-
"gap": "lg",
|
|
4194
4209
|
"type": "stack",
|
|
4195
|
-
"direction": "vertical"
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
"navItems": [
|
|
4199
|
-
{
|
|
4200
|
-
"href": "/builds",
|
|
4201
|
-
"label": "Builds",
|
|
4202
|
-
"icon": "hammer"
|
|
4203
|
-
},
|
|
4204
|
-
{
|
|
4205
|
-
"icon": "layers",
|
|
4206
|
-
"label": "Stages",
|
|
4207
|
-
"href": "/stages"
|
|
4208
|
-
},
|
|
4209
|
-
{
|
|
4210
|
-
"href": "/deploy",
|
|
4211
|
-
"label": "Deploy",
|
|
4212
|
-
"icon": "rocket"
|
|
4210
|
+
"direction": "vertical",
|
|
4211
|
+
"gap": "lg",
|
|
4212
|
+
"align": "center"
|
|
4213
4213
|
}
|
|
4214
4214
|
]
|
|
4215
4215
|
}
|
|
@@ -4240,56 +4240,56 @@
|
|
|
4240
4240
|
"appName": "CI/CD Pipeline",
|
|
4241
4241
|
"navItems": [
|
|
4242
4242
|
{
|
|
4243
|
+
"icon": "hammer",
|
|
4243
4244
|
"label": "Builds",
|
|
4244
|
-
"href": "/builds"
|
|
4245
|
-
"icon": "hammer"
|
|
4245
|
+
"href": "/builds"
|
|
4246
4246
|
},
|
|
4247
4247
|
{
|
|
4248
|
+
"label": "Stages",
|
|
4248
4249
|
"href": "/stages",
|
|
4249
|
-
"icon": "layers"
|
|
4250
|
-
"label": "Stages"
|
|
4250
|
+
"icon": "layers"
|
|
4251
4251
|
},
|
|
4252
4252
|
{
|
|
4253
|
-
"
|
|
4253
|
+
"label": "Deploy",
|
|
4254
4254
|
"href": "/deploy",
|
|
4255
|
-
"
|
|
4255
|
+
"icon": "rocket"
|
|
4256
4256
|
}
|
|
4257
4257
|
],
|
|
4258
|
-
"type": "dashboard-layout",
|
|
4259
4258
|
"children": [
|
|
4260
4259
|
{
|
|
4260
|
+
"direction": "vertical",
|
|
4261
|
+
"gap": "lg",
|
|
4261
4262
|
"align": "center",
|
|
4263
|
+
"type": "stack",
|
|
4262
4264
|
"children": [
|
|
4263
4265
|
{
|
|
4264
|
-
"
|
|
4265
|
-
"
|
|
4266
|
+
"name": "check-circle",
|
|
4267
|
+
"type": "icon"
|
|
4266
4268
|
},
|
|
4267
4269
|
{
|
|
4268
|
-
"message": "Deployment successful.",
|
|
4269
4270
|
"variant": "success",
|
|
4270
|
-
"type": "alert"
|
|
4271
|
+
"type": "alert",
|
|
4272
|
+
"message": "Deployment successful."
|
|
4271
4273
|
},
|
|
4272
4274
|
{
|
|
4273
4275
|
"type": "stack",
|
|
4274
|
-
"gap": "sm",
|
|
4275
|
-
"justify": "center",
|
|
4276
4276
|
"direction": "horizontal",
|
|
4277
|
+
"justify": "center",
|
|
4277
4278
|
"children": [
|
|
4278
4279
|
{
|
|
4279
|
-
"icon": "rotate-ccw",
|
|
4280
|
-
"action": "RESET",
|
|
4281
|
-
"label": "Reset",
|
|
4282
4280
|
"variant": "ghost",
|
|
4283
|
-
"type": "button"
|
|
4281
|
+
"type": "button",
|
|
4282
|
+
"label": "Reset",
|
|
4283
|
+
"icon": "rotate-ccw",
|
|
4284
|
+
"action": "RESET"
|
|
4284
4285
|
}
|
|
4285
|
-
]
|
|
4286
|
+
],
|
|
4287
|
+
"gap": "sm"
|
|
4286
4288
|
}
|
|
4287
|
-
]
|
|
4288
|
-
"direction": "vertical",
|
|
4289
|
-
"type": "stack",
|
|
4290
|
-
"gap": "lg"
|
|
4289
|
+
]
|
|
4291
4290
|
}
|
|
4292
|
-
]
|
|
4291
|
+
],
|
|
4292
|
+
"type": "dashboard-layout"
|
|
4293
4293
|
}
|
|
4294
4294
|
]
|
|
4295
4295
|
]
|
|
@@ -4303,62 +4303,62 @@
|
|
|
4303
4303
|
"render-ui",
|
|
4304
4304
|
"main",
|
|
4305
4305
|
{
|
|
4306
|
-
"appName": "CI/CD Pipeline",
|
|
4307
|
-
"navItems": [
|
|
4308
|
-
{
|
|
4309
|
-
"href": "/builds",
|
|
4310
|
-
"label": "Builds",
|
|
4311
|
-
"icon": "hammer"
|
|
4312
|
-
},
|
|
4313
|
-
{
|
|
4314
|
-
"label": "Stages",
|
|
4315
|
-
"icon": "layers",
|
|
4316
|
-
"href": "/stages"
|
|
4317
|
-
},
|
|
4318
|
-
{
|
|
4319
|
-
"href": "/deploy",
|
|
4320
|
-
"label": "Deploy",
|
|
4321
|
-
"icon": "rocket"
|
|
4322
|
-
}
|
|
4323
|
-
],
|
|
4324
4306
|
"type": "dashboard-layout",
|
|
4307
|
+
"appName": "CI/CD Pipeline",
|
|
4325
4308
|
"children": [
|
|
4326
4309
|
{
|
|
4327
4310
|
"align": "center",
|
|
4328
|
-
"
|
|
4311
|
+
"gap": "lg",
|
|
4329
4312
|
"children": [
|
|
4330
4313
|
{
|
|
4331
|
-
"title": "Operation Failed",
|
|
4332
4314
|
"type": "error-state",
|
|
4315
|
+
"onRetry": "RETRY",
|
|
4333
4316
|
"message": "Deployment failed.",
|
|
4334
|
-
"
|
|
4317
|
+
"title": "Operation Failed"
|
|
4335
4318
|
},
|
|
4336
4319
|
{
|
|
4337
|
-
"justify": "center",
|
|
4338
4320
|
"direction": "horizontal",
|
|
4339
4321
|
"type": "stack",
|
|
4322
|
+
"gap": "sm",
|
|
4323
|
+
"justify": "center",
|
|
4340
4324
|
"children": [
|
|
4341
4325
|
{
|
|
4326
|
+
"variant": "primary",
|
|
4342
4327
|
"label": "Retry",
|
|
4343
|
-
"type": "button",
|
|
4344
4328
|
"icon": "refresh-cw",
|
|
4345
|
-
"
|
|
4329
|
+
"type": "button",
|
|
4346
4330
|
"action": "RETRY"
|
|
4347
4331
|
},
|
|
4348
4332
|
{
|
|
4349
4333
|
"type": "button",
|
|
4350
4334
|
"action": "RESET",
|
|
4335
|
+
"label": "Reset",
|
|
4351
4336
|
"variant": "ghost",
|
|
4352
|
-
"icon": "rotate-ccw"
|
|
4353
|
-
"label": "Reset"
|
|
4337
|
+
"icon": "rotate-ccw"
|
|
4354
4338
|
}
|
|
4355
|
-
]
|
|
4356
|
-
"gap": "sm"
|
|
4339
|
+
]
|
|
4357
4340
|
}
|
|
4358
4341
|
],
|
|
4359
|
-
"
|
|
4342
|
+
"type": "stack",
|
|
4360
4343
|
"direction": "vertical"
|
|
4361
4344
|
}
|
|
4345
|
+
],
|
|
4346
|
+
"navItems": [
|
|
4347
|
+
{
|
|
4348
|
+
"href": "/builds",
|
|
4349
|
+
"icon": "hammer",
|
|
4350
|
+
"label": "Builds"
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"href": "/stages",
|
|
4354
|
+
"label": "Stages",
|
|
4355
|
+
"icon": "layers"
|
|
4356
|
+
},
|
|
4357
|
+
{
|
|
4358
|
+
"label": "Deploy",
|
|
4359
|
+
"href": "/deploy",
|
|
4360
|
+
"icon": "rocket"
|
|
4361
|
+
}
|
|
4362
4362
|
]
|
|
4363
4363
|
}
|
|
4364
4364
|
]
|
|
@@ -4373,68 +4373,68 @@
|
|
|
4373
4373
|
"render-ui",
|
|
4374
4374
|
"main",
|
|
4375
4375
|
{
|
|
4376
|
-
"
|
|
4377
|
-
{
|
|
4378
|
-
"href": "/builds",
|
|
4379
|
-
"icon": "hammer",
|
|
4380
|
-
"label": "Builds"
|
|
4381
|
-
},
|
|
4382
|
-
{
|
|
4383
|
-
"icon": "layers",
|
|
4384
|
-
"label": "Stages",
|
|
4385
|
-
"href": "/stages"
|
|
4386
|
-
},
|
|
4387
|
-
{
|
|
4388
|
-
"href": "/deploy",
|
|
4389
|
-
"icon": "rocket",
|
|
4390
|
-
"label": "Deploy"
|
|
4391
|
-
}
|
|
4392
|
-
],
|
|
4376
|
+
"type": "dashboard-layout",
|
|
4393
4377
|
"appName": "CI/CD Pipeline",
|
|
4394
4378
|
"children": [
|
|
4395
4379
|
{
|
|
4396
|
-
"gap": "lg",
|
|
4397
|
-
"direction": "vertical",
|
|
4398
4380
|
"type": "stack",
|
|
4381
|
+
"direction": "vertical",
|
|
4399
4382
|
"align": "center",
|
|
4400
4383
|
"children": [
|
|
4401
4384
|
{
|
|
4402
4385
|
"direction": "horizontal",
|
|
4403
4386
|
"gap": "md",
|
|
4404
4387
|
"type": "stack",
|
|
4405
|
-
"align": "center",
|
|
4406
4388
|
"children": [
|
|
4407
4389
|
{
|
|
4408
|
-
"
|
|
4409
|
-
"
|
|
4390
|
+
"type": "icon",
|
|
4391
|
+
"name": "upload-cloud"
|
|
4410
4392
|
},
|
|
4411
4393
|
{
|
|
4412
4394
|
"variant": "h2",
|
|
4413
|
-
"
|
|
4414
|
-
"
|
|
4395
|
+
"type": "typography",
|
|
4396
|
+
"content": "Deployment"
|
|
4415
4397
|
}
|
|
4416
|
-
]
|
|
4398
|
+
],
|
|
4399
|
+
"align": "center"
|
|
4417
4400
|
},
|
|
4418
4401
|
{
|
|
4419
4402
|
"type": "divider"
|
|
4420
4403
|
},
|
|
4421
4404
|
{
|
|
4422
|
-
"variant": "body",
|
|
4423
|
-
"color": "muted",
|
|
4424
4405
|
"content": "Ready to start deployment operation.",
|
|
4425
|
-
"
|
|
4406
|
+
"variant": "body",
|
|
4407
|
+
"type": "typography",
|
|
4408
|
+
"color": "muted"
|
|
4426
4409
|
},
|
|
4427
4410
|
{
|
|
4428
|
-
"label": "Start",
|
|
4429
|
-
"icon": "play",
|
|
4430
4411
|
"action": "START",
|
|
4431
4412
|
"type": "button",
|
|
4413
|
+
"label": "Start",
|
|
4414
|
+
"icon": "play",
|
|
4432
4415
|
"variant": "primary"
|
|
4433
4416
|
}
|
|
4434
|
-
]
|
|
4417
|
+
],
|
|
4418
|
+
"gap": "lg"
|
|
4435
4419
|
}
|
|
4436
4420
|
],
|
|
4437
|
-
"
|
|
4421
|
+
"navItems": [
|
|
4422
|
+
{
|
|
4423
|
+
"icon": "hammer",
|
|
4424
|
+
"label": "Builds",
|
|
4425
|
+
"href": "/builds"
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"label": "Stages",
|
|
4429
|
+
"icon": "layers",
|
|
4430
|
+
"href": "/stages"
|
|
4431
|
+
},
|
|
4432
|
+
{
|
|
4433
|
+
"label": "Deploy",
|
|
4434
|
+
"href": "/deploy",
|
|
4435
|
+
"icon": "rocket"
|
|
4436
|
+
}
|
|
4437
|
+
]
|
|
4438
4438
|
}
|
|
4439
4439
|
]
|
|
4440
4440
|
]
|
|
@@ -4448,68 +4448,68 @@
|
|
|
4448
4448
|
"render-ui",
|
|
4449
4449
|
"main",
|
|
4450
4450
|
{
|
|
4451
|
-
"
|
|
4451
|
+
"appName": "CI/CD Pipeline",
|
|
4452
4452
|
"navItems": [
|
|
4453
4453
|
{
|
|
4454
|
-
"href": "/builds",
|
|
4455
4454
|
"icon": "hammer",
|
|
4455
|
+
"href": "/builds",
|
|
4456
4456
|
"label": "Builds"
|
|
4457
4457
|
},
|
|
4458
4458
|
{
|
|
4459
|
-
"icon": "layers",
|
|
4460
4459
|
"label": "Stages",
|
|
4461
|
-
"href": "/stages"
|
|
4460
|
+
"href": "/stages",
|
|
4461
|
+
"icon": "layers"
|
|
4462
4462
|
},
|
|
4463
4463
|
{
|
|
4464
4464
|
"href": "/deploy",
|
|
4465
|
-
"
|
|
4466
|
-
"
|
|
4465
|
+
"label": "Deploy",
|
|
4466
|
+
"icon": "rocket"
|
|
4467
4467
|
}
|
|
4468
4468
|
],
|
|
4469
|
+
"type": "dashboard-layout",
|
|
4469
4470
|
"children": [
|
|
4470
4471
|
{
|
|
4471
|
-
"align": "center",
|
|
4472
4472
|
"type": "stack",
|
|
4473
|
-
"direction": "vertical",
|
|
4474
4473
|
"children": [
|
|
4475
4474
|
{
|
|
4476
|
-
"gap": "md",
|
|
4477
4475
|
"type": "stack",
|
|
4478
4476
|
"direction": "horizontal",
|
|
4477
|
+
"align": "center",
|
|
4479
4478
|
"children": [
|
|
4480
4479
|
{
|
|
4481
|
-
"
|
|
4482
|
-
"
|
|
4480
|
+
"name": "upload-cloud",
|
|
4481
|
+
"type": "icon"
|
|
4483
4482
|
},
|
|
4484
4483
|
{
|
|
4485
4484
|
"variant": "h2",
|
|
4486
|
-
"
|
|
4487
|
-
"
|
|
4485
|
+
"content": "Deployment",
|
|
4486
|
+
"type": "typography"
|
|
4488
4487
|
}
|
|
4489
4488
|
],
|
|
4490
|
-
"
|
|
4489
|
+
"gap": "md"
|
|
4491
4490
|
},
|
|
4492
4491
|
{
|
|
4493
4492
|
"type": "divider"
|
|
4494
4493
|
},
|
|
4495
4494
|
{
|
|
4495
|
+
"variant": "body",
|
|
4496
4496
|
"color": "muted",
|
|
4497
4497
|
"type": "typography",
|
|
4498
|
-
"content": "Ready to start deployment operation."
|
|
4499
|
-
"variant": "body"
|
|
4498
|
+
"content": "Ready to start deployment operation."
|
|
4500
4499
|
},
|
|
4501
4500
|
{
|
|
4501
|
+
"type": "button",
|
|
4502
|
+
"variant": "primary",
|
|
4502
4503
|
"icon": "play",
|
|
4503
|
-
"label": "Start",
|
|
4504
4504
|
"action": "START",
|
|
4505
|
-
"
|
|
4506
|
-
"variant": "primary"
|
|
4505
|
+
"label": "Start"
|
|
4507
4506
|
}
|
|
4508
4507
|
],
|
|
4508
|
+
"direction": "vertical",
|
|
4509
|
+
"align": "center",
|
|
4509
4510
|
"gap": "lg"
|
|
4510
4511
|
}
|
|
4511
|
-
]
|
|
4512
|
-
"appName": "CI/CD Pipeline"
|
|
4512
|
+
]
|
|
4513
4513
|
}
|
|
4514
4514
|
]
|
|
4515
4515
|
]
|
|
@@ -4523,44 +4523,44 @@
|
|
|
4523
4523
|
"render-ui",
|
|
4524
4524
|
"main",
|
|
4525
4525
|
{
|
|
4526
|
-
"
|
|
4527
|
-
|
|
4528
|
-
"icon": "hammer",
|
|
4529
|
-
"label": "Builds",
|
|
4530
|
-
"href": "/builds"
|
|
4531
|
-
},
|
|
4532
|
-
{
|
|
4533
|
-
"href": "/stages",
|
|
4534
|
-
"label": "Stages",
|
|
4535
|
-
"icon": "layers"
|
|
4536
|
-
},
|
|
4537
|
-
{
|
|
4538
|
-
"icon": "rocket",
|
|
4539
|
-
"label": "Deploy",
|
|
4540
|
-
"href": "/deploy"
|
|
4541
|
-
}
|
|
4542
|
-
],
|
|
4526
|
+
"appName": "CI/CD Pipeline",
|
|
4527
|
+
"type": "dashboard-layout",
|
|
4543
4528
|
"children": [
|
|
4544
4529
|
{
|
|
4545
|
-
"direction": "vertical",
|
|
4546
4530
|
"align": "center",
|
|
4531
|
+
"type": "stack",
|
|
4532
|
+
"direction": "vertical",
|
|
4533
|
+
"gap": "lg",
|
|
4547
4534
|
"children": [
|
|
4548
4535
|
{
|
|
4549
|
-
"title": "Deploying...",
|
|
4550
4536
|
"message": "Processing deployment...",
|
|
4537
|
+
"title": "Deploying...",
|
|
4551
4538
|
"type": "loading-state"
|
|
4552
4539
|
},
|
|
4553
4540
|
{
|
|
4554
|
-
"
|
|
4555
|
-
"
|
|
4541
|
+
"variant": "text",
|
|
4542
|
+
"type": "skeleton"
|
|
4556
4543
|
}
|
|
4557
|
-
]
|
|
4558
|
-
"type": "stack",
|
|
4559
|
-
"gap": "lg"
|
|
4544
|
+
]
|
|
4560
4545
|
}
|
|
4561
4546
|
],
|
|
4562
|
-
"
|
|
4563
|
-
|
|
4547
|
+
"navItems": [
|
|
4548
|
+
{
|
|
4549
|
+
"href": "/builds",
|
|
4550
|
+
"label": "Builds",
|
|
4551
|
+
"icon": "hammer"
|
|
4552
|
+
},
|
|
4553
|
+
{
|
|
4554
|
+
"label": "Stages",
|
|
4555
|
+
"href": "/stages",
|
|
4556
|
+
"icon": "layers"
|
|
4557
|
+
},
|
|
4558
|
+
{
|
|
4559
|
+
"label": "Deploy",
|
|
4560
|
+
"href": "/deploy",
|
|
4561
|
+
"icon": "rocket"
|
|
4562
|
+
}
|
|
4563
|
+
]
|
|
4564
4564
|
}
|
|
4565
4565
|
]
|
|
4566
4566
|
]
|