@almadar/std 14.3.0 → 14.4.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/app/organisms/std-api-gateway.orb +940 -807
- package/behaviors/registry/app/organisms/std-booking-system.orb +1281 -1148
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +954 -821
- package/behaviors/registry/app/organisms/std-crm.orb +950 -817
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1590 -1650
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1145 -1012
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +746 -613
- package/behaviors/registry/app/organisms/std-healthcare.orb +1655 -1522
- package/behaviors/registry/app/organisms/std-helpdesk.orb +865 -732
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1364 -1231
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +1522 -1503
- package/behaviors/registry/app/organisms/std-lms.orb +1060 -926
- package/behaviors/registry/app/organisms/std-project-manager.orb +926 -792
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +886 -753
- package/behaviors/registry/app/organisms/std-social-feed.orb +403 -268
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +1372 -1353
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +940 -807
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1281 -1148
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +954 -821
- package/dist/behaviors/registry/app/organisms/std-crm.orb +950 -817
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1590 -1650
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1145 -1012
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +746 -613
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1655 -1522
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +865 -732
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1364 -1231
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +1522 -1503
- package/dist/behaviors/registry/app/organisms/std-lms.orb +1060 -926
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +926 -792
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +886 -753
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +403 -268
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +1372 -1353
- package/package.json +1 -1
|
@@ -5,6 +5,12 @@
|
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "BuildOrbital",
|
|
8
|
+
"uses": [
|
|
9
|
+
{
|
|
10
|
+
"from": "std/behaviors/std-app-layout",
|
|
11
|
+
"as": "AppShell"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
8
14
|
"entity": {
|
|
9
15
|
"name": "Build",
|
|
10
16
|
"collection": "builds",
|
|
@@ -46,6 +52,38 @@
|
|
|
46
52
|
]
|
|
47
53
|
},
|
|
48
54
|
"traits": [
|
|
55
|
+
{
|
|
56
|
+
"ref": "AppShell.traits.AppLayout",
|
|
57
|
+
"name": "BuildAppLayout",
|
|
58
|
+
"config": {
|
|
59
|
+
"navItems": [
|
|
60
|
+
{
|
|
61
|
+
"href": "/builds",
|
|
62
|
+
"icon": "hammer",
|
|
63
|
+
"label": "Builds"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"href": "/stages",
|
|
67
|
+
"label": "Stages",
|
|
68
|
+
"icon": "layers"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"icon": "rocket",
|
|
72
|
+
"label": "Deploy",
|
|
73
|
+
"href": "/deploy"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"searchEvent": "BUILD_SEARCH",
|
|
77
|
+
"notifications": [],
|
|
78
|
+
"appName": "CI/CD Pipeline",
|
|
79
|
+
"notificationClickEvent": "BUILD_NOTIFICATIONS_OPEN",
|
|
80
|
+
"contentTrait": "@trait.BuildBrowse"
|
|
81
|
+
},
|
|
82
|
+
"events": {
|
|
83
|
+
"SEARCH": "BUILD_SEARCH",
|
|
84
|
+
"NOTIFY_CLICK": "BUILD_NOTIFICATIONS_OPEN"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
49
87
|
{
|
|
50
88
|
"name": "BuildBrowse",
|
|
51
89
|
"category": "interaction",
|
|
@@ -309,6 +347,22 @@
|
|
|
309
347
|
"kind": "trait",
|
|
310
348
|
"trait": "BuildDelete"
|
|
311
349
|
}
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"event": "BUILD_SEARCH",
|
|
353
|
+
"triggers": "BUILD_SEARCH",
|
|
354
|
+
"source": {
|
|
355
|
+
"kind": "trait",
|
|
356
|
+
"trait": "BuildAppLayout"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"event": "BUILD_NOTIFICATIONS_OPEN",
|
|
361
|
+
"triggers": "BUILD_NOTIFICATIONS_OPEN",
|
|
362
|
+
"source": {
|
|
363
|
+
"kind": "trait",
|
|
364
|
+
"trait": "BuildAppLayout"
|
|
365
|
+
}
|
|
312
366
|
}
|
|
313
367
|
],
|
|
314
368
|
"stateMachine": {
|
|
@@ -323,6 +377,26 @@
|
|
|
323
377
|
"key": "INIT",
|
|
324
378
|
"name": "Initialize"
|
|
325
379
|
},
|
|
380
|
+
{
|
|
381
|
+
"key": "BUILD_SEARCH",
|
|
382
|
+
"name": "Build Search",
|
|
383
|
+
"payloadSchema": [
|
|
384
|
+
{
|
|
385
|
+
"name": "value",
|
|
386
|
+
"type": "string"
|
|
387
|
+
}
|
|
388
|
+
]
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"key": "BUILD_NOTIFICATIONS_OPEN",
|
|
392
|
+
"name": "Build Notifications Open",
|
|
393
|
+
"payloadSchema": [
|
|
394
|
+
{
|
|
395
|
+
"name": "id",
|
|
396
|
+
"type": "string"
|
|
397
|
+
}
|
|
398
|
+
]
|
|
399
|
+
},
|
|
326
400
|
{
|
|
327
401
|
"key": "BuildLoaded",
|
|
328
402
|
"name": "Build loaded",
|
|
@@ -513,22 +587,102 @@
|
|
|
513
587
|
"render-ui",
|
|
514
588
|
"main",
|
|
515
589
|
{
|
|
590
|
+
"direction": "vertical",
|
|
591
|
+
"type": "stack",
|
|
592
|
+
"align": "center",
|
|
593
|
+
"className": "py-12",
|
|
516
594
|
"children": [
|
|
517
595
|
{
|
|
518
596
|
"type": "spinner"
|
|
519
597
|
},
|
|
520
598
|
{
|
|
521
|
-
"content": "Loading builds…",
|
|
522
599
|
"variant": "caption",
|
|
523
600
|
"color": "muted",
|
|
524
|
-
"type": "typography"
|
|
601
|
+
"type": "typography",
|
|
602
|
+
"content": "Loading builds…"
|
|
525
603
|
}
|
|
526
604
|
],
|
|
527
|
-
"
|
|
528
|
-
|
|
605
|
+
"gap": "md"
|
|
606
|
+
}
|
|
607
|
+
]
|
|
608
|
+
]
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"from": "browsing",
|
|
612
|
+
"to": "browsing",
|
|
613
|
+
"event": "BUILD_SEARCH",
|
|
614
|
+
"effects": [
|
|
615
|
+
[
|
|
616
|
+
"fetch",
|
|
617
|
+
"Build",
|
|
618
|
+
{
|
|
619
|
+
"emit": {
|
|
620
|
+
"success": "BuildLoaded",
|
|
621
|
+
"failure": "BuildLoadFailed"
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
[
|
|
626
|
+
"render-ui",
|
|
627
|
+
"main",
|
|
628
|
+
{
|
|
629
|
+
"className": "py-12",
|
|
529
630
|
"direction": "vertical",
|
|
631
|
+
"type": "stack",
|
|
632
|
+
"children": [
|
|
633
|
+
{
|
|
634
|
+
"type": "spinner"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"color": "muted",
|
|
638
|
+
"type": "typography",
|
|
639
|
+
"variant": "caption",
|
|
640
|
+
"content": "Searching…"
|
|
641
|
+
}
|
|
642
|
+
],
|
|
530
643
|
"gap": "md",
|
|
531
|
-
"
|
|
644
|
+
"align": "center"
|
|
645
|
+
}
|
|
646
|
+
]
|
|
647
|
+
]
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"from": "browsing",
|
|
651
|
+
"to": "browsing",
|
|
652
|
+
"event": "BUILD_NOTIFICATIONS_OPEN",
|
|
653
|
+
"effects": [
|
|
654
|
+
[
|
|
655
|
+
"render-ui",
|
|
656
|
+
"main",
|
|
657
|
+
{
|
|
658
|
+
"type": "stack",
|
|
659
|
+
"align": "center",
|
|
660
|
+
"className": "py-8",
|
|
661
|
+
"children": [
|
|
662
|
+
{
|
|
663
|
+
"type": "icon",
|
|
664
|
+
"name": "bell"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"variant": "h3",
|
|
668
|
+
"content": "No notifications",
|
|
669
|
+
"type": "typography"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"content": "You're all caught up.",
|
|
673
|
+
"type": "typography",
|
|
674
|
+
"variant": "caption",
|
|
675
|
+
"color": "muted"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"label": "Back to builds",
|
|
679
|
+
"variant": "ghost",
|
|
680
|
+
"action": "INIT",
|
|
681
|
+
"type": "button"
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"gap": "md",
|
|
685
|
+
"direction": "vertical"
|
|
532
686
|
}
|
|
533
687
|
]
|
|
534
688
|
]
|
|
@@ -542,121 +696,97 @@
|
|
|
542
696
|
"render-ui",
|
|
543
697
|
"main",
|
|
544
698
|
{
|
|
699
|
+
"gap": "lg",
|
|
545
700
|
"children": [
|
|
546
701
|
{
|
|
547
|
-
"
|
|
702
|
+
"type": "stack",
|
|
548
703
|
"children": [
|
|
549
704
|
{
|
|
550
705
|
"type": "stack",
|
|
551
|
-
"gap": "
|
|
706
|
+
"gap": "sm",
|
|
707
|
+
"direction": "horizontal",
|
|
708
|
+
"align": "center",
|
|
552
709
|
"children": [
|
|
553
710
|
{
|
|
554
|
-
"
|
|
555
|
-
"
|
|
556
|
-
"gap": "sm",
|
|
557
|
-
"children": [
|
|
558
|
-
{
|
|
559
|
-
"name": "package",
|
|
560
|
-
"type": "icon"
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"variant": "h2",
|
|
564
|
-
"type": "typography",
|
|
565
|
-
"content": "Builds"
|
|
566
|
-
}
|
|
567
|
-
],
|
|
568
|
-
"align": "center"
|
|
711
|
+
"type": "icon",
|
|
712
|
+
"name": "package"
|
|
569
713
|
},
|
|
570
714
|
{
|
|
571
|
-
"type": "
|
|
572
|
-
"
|
|
573
|
-
"
|
|
574
|
-
{
|
|
575
|
-
"icon": "plus",
|
|
576
|
-
"label": "Create Build",
|
|
577
|
-
"action": "CREATE",
|
|
578
|
-
"variant": "primary",
|
|
579
|
-
"type": "button"
|
|
580
|
-
}
|
|
581
|
-
],
|
|
582
|
-
"direction": "horizontal"
|
|
715
|
+
"type": "typography",
|
|
716
|
+
"content": "Builds",
|
|
717
|
+
"variant": "h2"
|
|
583
718
|
}
|
|
584
|
-
]
|
|
585
|
-
"align": "center",
|
|
586
|
-
"justify": "between",
|
|
587
|
-
"direction": "horizontal"
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"type": "divider"
|
|
719
|
+
]
|
|
591
720
|
},
|
|
592
721
|
{
|
|
593
|
-
"
|
|
594
|
-
"
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
"variant": "ghost",
|
|
598
|
-
"label": "View"
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"variant": "ghost",
|
|
602
|
-
"event": "EDIT",
|
|
603
|
-
"label": "Edit"
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"variant": "danger",
|
|
607
|
-
"event": "DELETE",
|
|
608
|
-
"label": "Delete"
|
|
609
|
-
}
|
|
610
|
-
],
|
|
611
|
-
"entity": "@payload.data",
|
|
612
|
-
"fields": [
|
|
613
|
-
{
|
|
614
|
-
"name": "branch",
|
|
615
|
-
"variant": "h3",
|
|
616
|
-
"icon": "git-branch"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"name": "status",
|
|
620
|
-
"variant": "badge"
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
"name": "commit",
|
|
624
|
-
"variant": "body"
|
|
625
|
-
},
|
|
722
|
+
"direction": "horizontal",
|
|
723
|
+
"gap": "sm",
|
|
724
|
+
"type": "stack",
|
|
725
|
+
"children": [
|
|
626
726
|
{
|
|
627
|
-
"
|
|
628
|
-
"
|
|
629
|
-
"
|
|
727
|
+
"label": "Create Build",
|
|
728
|
+
"action": "CREATE",
|
|
729
|
+
"variant": "primary",
|
|
730
|
+
"icon": "plus",
|
|
731
|
+
"type": "button"
|
|
630
732
|
}
|
|
631
|
-
]
|
|
632
|
-
"variant": "card",
|
|
633
|
-
"gap": "sm"
|
|
733
|
+
]
|
|
634
734
|
}
|
|
635
735
|
],
|
|
636
|
-
"
|
|
637
|
-
"
|
|
638
|
-
"
|
|
639
|
-
|
|
640
|
-
],
|
|
641
|
-
"appName": "CI/CD Pipeline",
|
|
642
|
-
"type": "dashboard-layout",
|
|
643
|
-
"navItems": [
|
|
644
|
-
{
|
|
645
|
-
"icon": "hammer",
|
|
646
|
-
"label": "Builds",
|
|
647
|
-
"href": "/builds"
|
|
736
|
+
"gap": "md",
|
|
737
|
+
"justify": "between",
|
|
738
|
+
"align": "center",
|
|
739
|
+
"direction": "horizontal"
|
|
648
740
|
},
|
|
649
741
|
{
|
|
650
|
-
"
|
|
651
|
-
"label": "Stages",
|
|
652
|
-
"icon": "layers"
|
|
742
|
+
"type": "divider"
|
|
653
743
|
},
|
|
654
744
|
{
|
|
655
|
-
"
|
|
656
|
-
|
|
657
|
-
|
|
745
|
+
"fields": [
|
|
746
|
+
{
|
|
747
|
+
"icon": "git-branch",
|
|
748
|
+
"variant": "h3",
|
|
749
|
+
"name": "branch"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "status",
|
|
753
|
+
"variant": "badge"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "commit",
|
|
757
|
+
"variant": "body"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"variant": "caption",
|
|
761
|
+
"name": "triggeredBy",
|
|
762
|
+
"label": "Triggered By"
|
|
763
|
+
}
|
|
764
|
+
],
|
|
765
|
+
"variant": "card",
|
|
766
|
+
"type": "data-list",
|
|
767
|
+
"itemActions": [
|
|
768
|
+
{
|
|
769
|
+
"label": "View",
|
|
770
|
+
"event": "VIEW",
|
|
771
|
+
"variant": "ghost"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"event": "EDIT",
|
|
775
|
+
"label": "Edit",
|
|
776
|
+
"variant": "ghost"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"variant": "danger",
|
|
780
|
+
"event": "DELETE",
|
|
781
|
+
"label": "Delete"
|
|
782
|
+
}
|
|
783
|
+
],
|
|
784
|
+
"entity": "@payload.data",
|
|
785
|
+
"gap": "sm"
|
|
658
786
|
}
|
|
659
|
-
]
|
|
787
|
+
],
|
|
788
|
+
"direction": "vertical",
|
|
789
|
+
"type": "stack"
|
|
660
790
|
}
|
|
661
791
|
]
|
|
662
792
|
]
|
|
@@ -670,36 +800,36 @@
|
|
|
670
800
|
"render-ui",
|
|
671
801
|
"main",
|
|
672
802
|
{
|
|
673
|
-
"
|
|
674
|
-
"className": "py-12",
|
|
675
|
-
"gap": "md",
|
|
803
|
+
"type": "stack",
|
|
676
804
|
"align": "center",
|
|
805
|
+
"gap": "md",
|
|
806
|
+
"direction": "vertical",
|
|
677
807
|
"children": [
|
|
678
808
|
{
|
|
679
809
|
"color": "destructive",
|
|
680
|
-
"
|
|
681
|
-
"
|
|
810
|
+
"type": "icon",
|
|
811
|
+
"name": "alert-triangle"
|
|
682
812
|
},
|
|
683
813
|
{
|
|
684
|
-
"
|
|
814
|
+
"type": "typography",
|
|
685
815
|
"content": "Failed to load builds",
|
|
686
|
-
"
|
|
816
|
+
"variant": "h3"
|
|
687
817
|
},
|
|
688
818
|
{
|
|
689
|
-
"
|
|
819
|
+
"variant": "body",
|
|
690
820
|
"content": "@payload.error",
|
|
691
821
|
"type": "typography",
|
|
692
|
-
"
|
|
822
|
+
"color": "muted"
|
|
693
823
|
},
|
|
694
824
|
{
|
|
695
825
|
"type": "button",
|
|
696
826
|
"action": "INIT",
|
|
697
|
-
"variant": "primary",
|
|
698
827
|
"label": "Retry",
|
|
699
|
-
"icon": "rotate-ccw"
|
|
828
|
+
"icon": "rotate-ccw",
|
|
829
|
+
"variant": "primary"
|
|
700
830
|
}
|
|
701
831
|
],
|
|
702
|
-
"
|
|
832
|
+
"className": "py-12"
|
|
703
833
|
}
|
|
704
834
|
]
|
|
705
835
|
]
|
|
@@ -908,42 +1038,42 @@
|
|
|
908
1038
|
"render-ui",
|
|
909
1039
|
"modal",
|
|
910
1040
|
{
|
|
911
|
-
"
|
|
912
|
-
"gap": "md",
|
|
1041
|
+
"direction": "vertical",
|
|
913
1042
|
"children": [
|
|
914
1043
|
{
|
|
915
|
-
"direction": "horizontal",
|
|
916
1044
|
"type": "stack",
|
|
917
|
-
"gap": "sm",
|
|
918
1045
|
"children": [
|
|
919
1046
|
{
|
|
920
1047
|
"name": "plus-circle",
|
|
921
1048
|
"type": "icon"
|
|
922
1049
|
},
|
|
923
1050
|
{
|
|
924
|
-
"
|
|
1051
|
+
"variant": "h3",
|
|
925
1052
|
"content": "Create Build",
|
|
926
|
-
"
|
|
1053
|
+
"type": "typography"
|
|
927
1054
|
}
|
|
928
|
-
]
|
|
1055
|
+
],
|
|
1056
|
+
"gap": "sm",
|
|
1057
|
+
"direction": "horizontal"
|
|
929
1058
|
},
|
|
930
1059
|
{
|
|
931
1060
|
"type": "divider"
|
|
932
1061
|
},
|
|
933
1062
|
{
|
|
934
|
-
"mode": "create",
|
|
935
|
-
"submitEvent": "SAVE",
|
|
936
|
-
"cancelEvent": "CLOSE",
|
|
937
1063
|
"fields": [
|
|
938
1064
|
"branch",
|
|
939
1065
|
"status",
|
|
940
1066
|
"commit",
|
|
941
1067
|
"triggeredBy"
|
|
942
1068
|
],
|
|
943
|
-
"
|
|
1069
|
+
"submitEvent": "SAVE",
|
|
1070
|
+
"mode": "create",
|
|
1071
|
+
"type": "form-section",
|
|
1072
|
+
"cancelEvent": "CLOSE"
|
|
944
1073
|
}
|
|
945
1074
|
],
|
|
946
|
-
"
|
|
1075
|
+
"type": "stack",
|
|
1076
|
+
"gap": "md"
|
|
947
1077
|
}
|
|
948
1078
|
]
|
|
949
1079
|
]
|
|
@@ -984,8 +1114,8 @@
|
|
|
984
1114
|
"@payload.data",
|
|
985
1115
|
{
|
|
986
1116
|
"emit": {
|
|
987
|
-
"
|
|
988
|
-
"
|
|
1117
|
+
"failure": "BuildSaveFailed",
|
|
1118
|
+
"success": "BuildSaved"
|
|
989
1119
|
}
|
|
990
1120
|
}
|
|
991
1121
|
],
|
|
@@ -1204,8 +1334,8 @@
|
|
|
1204
1334
|
"Build",
|
|
1205
1335
|
{
|
|
1206
1336
|
"emit": {
|
|
1207
|
-
"
|
|
1208
|
-
"
|
|
1337
|
+
"failure": "BuildLoadFailed",
|
|
1338
|
+
"success": "BuildLoaded"
|
|
1209
1339
|
}
|
|
1210
1340
|
}
|
|
1211
1341
|
]
|
|
@@ -1222,32 +1352,34 @@
|
|
|
1222
1352
|
{
|
|
1223
1353
|
"id": "@payload.id",
|
|
1224
1354
|
"emit": {
|
|
1225
|
-
"
|
|
1226
|
-
"
|
|
1227
|
-
}
|
|
1355
|
+
"success": "BuildLoaded",
|
|
1356
|
+
"failure": "BuildLoadFailed"
|
|
1357
|
+
}
|
|
1228
1358
|
}
|
|
1229
1359
|
],
|
|
1230
1360
|
[
|
|
1231
1361
|
"render-ui",
|
|
1232
1362
|
"modal",
|
|
1233
1363
|
{
|
|
1364
|
+
"type": "stack",
|
|
1365
|
+
"direction": "vertical",
|
|
1234
1366
|
"gap": "md",
|
|
1235
1367
|
"children": [
|
|
1236
1368
|
{
|
|
1237
|
-
"direction": "horizontal",
|
|
1238
|
-
"gap": "sm",
|
|
1239
|
-
"type": "stack",
|
|
1240
1369
|
"children": [
|
|
1241
1370
|
{
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
1371
|
+
"type": "icon",
|
|
1372
|
+
"name": "edit"
|
|
1244
1373
|
},
|
|
1245
1374
|
{
|
|
1246
1375
|
"type": "typography",
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1376
|
+
"variant": "h3",
|
|
1377
|
+
"content": "Edit Build"
|
|
1249
1378
|
}
|
|
1250
|
-
]
|
|
1379
|
+
],
|
|
1380
|
+
"gap": "sm",
|
|
1381
|
+
"type": "stack",
|
|
1382
|
+
"direction": "horizontal"
|
|
1251
1383
|
},
|
|
1252
1384
|
{
|
|
1253
1385
|
"type": "divider"
|
|
@@ -1260,14 +1392,12 @@
|
|
|
1260
1392
|
"triggeredBy"
|
|
1261
1393
|
],
|
|
1262
1394
|
"entity": "@payload.row",
|
|
1263
|
-
"type": "form-section",
|
|
1264
1395
|
"cancelEvent": "CLOSE",
|
|
1265
1396
|
"submitEvent": "SAVE",
|
|
1397
|
+
"type": "form-section",
|
|
1266
1398
|
"mode": "edit"
|
|
1267
1399
|
}
|
|
1268
|
-
]
|
|
1269
|
-
"type": "stack",
|
|
1270
|
-
"direction": "vertical"
|
|
1400
|
+
]
|
|
1271
1401
|
}
|
|
1272
1402
|
]
|
|
1273
1403
|
]
|
|
@@ -1308,8 +1438,8 @@
|
|
|
1308
1438
|
"@payload.data",
|
|
1309
1439
|
{
|
|
1310
1440
|
"emit": {
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1441
|
+
"success": "BuildUpdated",
|
|
1442
|
+
"failure": "BuildUpdateFailed"
|
|
1313
1443
|
}
|
|
1314
1444
|
}
|
|
1315
1445
|
],
|
|
@@ -1487,8 +1617,8 @@
|
|
|
1487
1617
|
"Build",
|
|
1488
1618
|
{
|
|
1489
1619
|
"emit": {
|
|
1490
|
-
"
|
|
1491
|
-
"
|
|
1620
|
+
"success": "BuildLoaded",
|
|
1621
|
+
"failure": "BuildLoadFailed"
|
|
1492
1622
|
}
|
|
1493
1623
|
}
|
|
1494
1624
|
]
|
|
@@ -1503,25 +1633,26 @@
|
|
|
1503
1633
|
"fetch",
|
|
1504
1634
|
"Build",
|
|
1505
1635
|
{
|
|
1636
|
+
"id": "@payload.id",
|
|
1506
1637
|
"emit": {
|
|
1507
|
-
"
|
|
1508
|
-
"
|
|
1509
|
-
}
|
|
1510
|
-
"id": "@payload.id"
|
|
1638
|
+
"failure": "BuildLoadFailed",
|
|
1639
|
+
"success": "BuildLoaded"
|
|
1640
|
+
}
|
|
1511
1641
|
}
|
|
1512
1642
|
],
|
|
1513
1643
|
[
|
|
1514
1644
|
"render-ui",
|
|
1515
1645
|
"modal",
|
|
1516
1646
|
{
|
|
1517
|
-
"direction": "vertical",
|
|
1518
1647
|
"type": "stack",
|
|
1648
|
+
"gap": "md",
|
|
1519
1649
|
"children": [
|
|
1520
1650
|
{
|
|
1651
|
+
"gap": "sm",
|
|
1521
1652
|
"children": [
|
|
1522
1653
|
{
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1654
|
+
"name": "eye",
|
|
1655
|
+
"type": "icon"
|
|
1525
1656
|
},
|
|
1526
1657
|
{
|
|
1527
1658
|
"content": "@entity.branch",
|
|
@@ -1530,48 +1661,49 @@
|
|
|
1530
1661
|
}
|
|
1531
1662
|
],
|
|
1532
1663
|
"type": "stack",
|
|
1533
|
-
"
|
|
1534
|
-
"align": "center"
|
|
1535
|
-
"direction": "horizontal"
|
|
1664
|
+
"direction": "horizontal",
|
|
1665
|
+
"align": "center"
|
|
1536
1666
|
},
|
|
1537
1667
|
{
|
|
1538
1668
|
"type": "divider"
|
|
1539
1669
|
},
|
|
1540
1670
|
{
|
|
1541
|
-
"type": "stack",
|
|
1542
1671
|
"children": [
|
|
1543
1672
|
{
|
|
1544
|
-
"
|
|
1673
|
+
"variant": "caption",
|
|
1545
1674
|
"type": "typography",
|
|
1546
|
-
"
|
|
1675
|
+
"content": "Branch"
|
|
1547
1676
|
},
|
|
1548
1677
|
{
|
|
1549
|
-
"
|
|
1678
|
+
"type": "typography",
|
|
1550
1679
|
"variant": "body",
|
|
1551
|
-
"
|
|
1680
|
+
"content": "@entity.branch"
|
|
1552
1681
|
}
|
|
1553
1682
|
],
|
|
1554
1683
|
"direction": "horizontal",
|
|
1555
|
-
"gap": "md"
|
|
1684
|
+
"gap": "md",
|
|
1685
|
+
"type": "stack"
|
|
1556
1686
|
},
|
|
1557
1687
|
{
|
|
1558
|
-
"type": "stack",
|
|
1559
1688
|
"children": [
|
|
1560
1689
|
{
|
|
1561
|
-
"
|
|
1690
|
+
"variant": "caption",
|
|
1562
1691
|
"type": "typography",
|
|
1563
|
-
"
|
|
1692
|
+
"content": "Status"
|
|
1564
1693
|
},
|
|
1565
1694
|
{
|
|
1695
|
+
"variant": "body",
|
|
1566
1696
|
"content": "@entity.status",
|
|
1567
|
-
"type": "typography"
|
|
1568
|
-
"variant": "body"
|
|
1697
|
+
"type": "typography"
|
|
1569
1698
|
}
|
|
1570
1699
|
],
|
|
1571
1700
|
"direction": "horizontal",
|
|
1572
|
-
"gap": "md"
|
|
1701
|
+
"gap": "md",
|
|
1702
|
+
"type": "stack"
|
|
1573
1703
|
},
|
|
1574
1704
|
{
|
|
1705
|
+
"gap": "md",
|
|
1706
|
+
"type": "stack",
|
|
1575
1707
|
"children": [
|
|
1576
1708
|
{
|
|
1577
1709
|
"variant": "caption",
|
|
@@ -1579,30 +1711,28 @@
|
|
|
1579
1711
|
"content": "Commit"
|
|
1580
1712
|
},
|
|
1581
1713
|
{
|
|
1582
|
-
"content": "@entity.commit",
|
|
1583
1714
|
"variant": "body",
|
|
1715
|
+
"content": "@entity.commit",
|
|
1584
1716
|
"type": "typography"
|
|
1585
1717
|
}
|
|
1586
1718
|
],
|
|
1587
|
-
"
|
|
1588
|
-
"direction": "horizontal",
|
|
1589
|
-
"type": "stack"
|
|
1719
|
+
"direction": "horizontal"
|
|
1590
1720
|
},
|
|
1591
1721
|
{
|
|
1592
1722
|
"direction": "horizontal",
|
|
1593
|
-
"gap": "md",
|
|
1594
1723
|
"children": [
|
|
1595
1724
|
{
|
|
1596
|
-
"content": "Triggered By",
|
|
1597
1725
|
"type": "typography",
|
|
1598
|
-
"variant": "caption"
|
|
1726
|
+
"variant": "caption",
|
|
1727
|
+
"content": "Triggered By"
|
|
1599
1728
|
},
|
|
1600
1729
|
{
|
|
1601
|
-
"variant": "body",
|
|
1602
1730
|
"content": "@entity.triggeredBy",
|
|
1603
|
-
"type": "typography"
|
|
1731
|
+
"type": "typography",
|
|
1732
|
+
"variant": "body"
|
|
1604
1733
|
}
|
|
1605
1734
|
],
|
|
1735
|
+
"gap": "md",
|
|
1606
1736
|
"type": "stack"
|
|
1607
1737
|
},
|
|
1608
1738
|
{
|
|
@@ -1610,27 +1740,27 @@
|
|
|
1610
1740
|
},
|
|
1611
1741
|
{
|
|
1612
1742
|
"gap": "sm",
|
|
1613
|
-
"type": "stack",
|
|
1614
1743
|
"children": [
|
|
1615
1744
|
{
|
|
1616
|
-
"type": "button",
|
|
1617
|
-
"variant": "primary",
|
|
1618
1745
|
"label": "Edit",
|
|
1619
|
-
"
|
|
1620
|
-
"
|
|
1746
|
+
"variant": "primary",
|
|
1747
|
+
"type": "button",
|
|
1748
|
+
"action": "EDIT",
|
|
1749
|
+
"icon": "edit"
|
|
1621
1750
|
},
|
|
1622
1751
|
{
|
|
1623
|
-
"type": "button",
|
|
1624
|
-
"action": "CLOSE",
|
|
1625
1752
|
"variant": "ghost",
|
|
1753
|
+
"action": "CLOSE",
|
|
1754
|
+
"type": "button",
|
|
1626
1755
|
"label": "Close"
|
|
1627
1756
|
}
|
|
1628
1757
|
],
|
|
1629
|
-
"
|
|
1630
|
-
"justify": "end"
|
|
1758
|
+
"type": "stack",
|
|
1759
|
+
"justify": "end",
|
|
1760
|
+
"direction": "horizontal"
|
|
1631
1761
|
}
|
|
1632
1762
|
],
|
|
1633
|
-
"
|
|
1763
|
+
"direction": "vertical"
|
|
1634
1764
|
}
|
|
1635
1765
|
]
|
|
1636
1766
|
]
|
|
@@ -1860,8 +1990,8 @@
|
|
|
1860
1990
|
"Build",
|
|
1861
1991
|
{
|
|
1862
1992
|
"emit": {
|
|
1863
|
-
"
|
|
1864
|
-
"
|
|
1993
|
+
"failure": "BuildLoadFailed",
|
|
1994
|
+
"success": "BuildLoaded"
|
|
1865
1995
|
}
|
|
1866
1996
|
}
|
|
1867
1997
|
]
|
|
@@ -1893,55 +2023,55 @@
|
|
|
1893
2023
|
"modal",
|
|
1894
2024
|
{
|
|
1895
2025
|
"direction": "vertical",
|
|
1896
|
-
"type": "stack",
|
|
1897
2026
|
"children": [
|
|
1898
2027
|
{
|
|
1899
|
-
"type": "stack",
|
|
1900
|
-
"gap": "sm",
|
|
1901
|
-
"direction": "horizontal",
|
|
1902
|
-
"align": "center",
|
|
1903
2028
|
"children": [
|
|
1904
2029
|
{
|
|
1905
|
-
"
|
|
1906
|
-
"
|
|
2030
|
+
"name": "alert-triangle",
|
|
2031
|
+
"type": "icon"
|
|
1907
2032
|
},
|
|
1908
2033
|
{
|
|
1909
|
-
"content": "Delete Build",
|
|
1910
2034
|
"variant": "h3",
|
|
1911
|
-
"type": "typography"
|
|
2035
|
+
"type": "typography",
|
|
2036
|
+
"content": "Delete Build"
|
|
1912
2037
|
}
|
|
1913
|
-
]
|
|
2038
|
+
],
|
|
2039
|
+
"type": "stack",
|
|
2040
|
+
"align": "center",
|
|
2041
|
+
"direction": "horizontal",
|
|
2042
|
+
"gap": "sm"
|
|
1914
2043
|
},
|
|
1915
2044
|
{
|
|
1916
2045
|
"type": "divider"
|
|
1917
2046
|
},
|
|
1918
2047
|
{
|
|
1919
|
-
"message": "This action cannot be undone.",
|
|
1920
2048
|
"type": "alert",
|
|
1921
|
-
"variant": "error"
|
|
2049
|
+
"variant": "error",
|
|
2050
|
+
"message": "This action cannot be undone."
|
|
1922
2051
|
},
|
|
1923
2052
|
{
|
|
1924
|
-
"
|
|
2053
|
+
"type": "stack",
|
|
2054
|
+
"direction": "horizontal",
|
|
1925
2055
|
"gap": "sm",
|
|
1926
2056
|
"children": [
|
|
1927
2057
|
{
|
|
1928
|
-
"label": "Cancel",
|
|
1929
2058
|
"type": "button",
|
|
1930
2059
|
"action": "CANCEL",
|
|
2060
|
+
"label": "Cancel",
|
|
1931
2061
|
"variant": "ghost"
|
|
1932
2062
|
},
|
|
1933
2063
|
{
|
|
1934
|
-
"variant": "danger",
|
|
1935
|
-
"label": "Delete",
|
|
1936
|
-
"action": "CONFIRM_DELETE",
|
|
1937
2064
|
"type": "button",
|
|
2065
|
+
"action": "CONFIRM_DELETE",
|
|
2066
|
+
"label": "Delete",
|
|
2067
|
+
"variant": "danger",
|
|
1938
2068
|
"icon": "check"
|
|
1939
2069
|
}
|
|
1940
2070
|
],
|
|
1941
|
-
"
|
|
1942
|
-
"type": "stack"
|
|
2071
|
+
"justify": "end"
|
|
1943
2072
|
}
|
|
1944
2073
|
],
|
|
2074
|
+
"type": "stack",
|
|
1945
2075
|
"gap": "md"
|
|
1946
2076
|
}
|
|
1947
2077
|
]
|
|
@@ -2014,8 +2144,8 @@
|
|
|
2014
2144
|
"Build",
|
|
2015
2145
|
{
|
|
2016
2146
|
"emit": {
|
|
2017
|
-
"
|
|
2018
|
-
"
|
|
2147
|
+
"failure": "BuildLoadFailed",
|
|
2148
|
+
"success": "BuildLoaded"
|
|
2019
2149
|
}
|
|
2020
2150
|
}
|
|
2021
2151
|
]
|
|
@@ -2043,8 +2173,8 @@
|
|
|
2043
2173
|
"Build",
|
|
2044
2174
|
{
|
|
2045
2175
|
"emit": {
|
|
2046
|
-
"
|
|
2047
|
-
"
|
|
2176
|
+
"failure": "BuildLoadFailed",
|
|
2177
|
+
"success": "BuildLoaded"
|
|
2048
2178
|
}
|
|
2049
2179
|
}
|
|
2050
2180
|
]
|
|
@@ -2060,6 +2190,9 @@
|
|
|
2060
2190
|
"name": "BuildsPage",
|
|
2061
2191
|
"path": "/builds",
|
|
2062
2192
|
"traits": [
|
|
2193
|
+
{
|
|
2194
|
+
"ref": "BuildAppLayout"
|
|
2195
|
+
},
|
|
2063
2196
|
{
|
|
2064
2197
|
"ref": "BuildBrowse"
|
|
2065
2198
|
},
|
|
@@ -2234,8 +2367,8 @@
|
|
|
2234
2367
|
"Stage",
|
|
2235
2368
|
{
|
|
2236
2369
|
"emit": {
|
|
2237
|
-
"
|
|
2238
|
-
"
|
|
2370
|
+
"success": "StageLoaded",
|
|
2371
|
+
"failure": "StageLoadFailed"
|
|
2239
2372
|
}
|
|
2240
2373
|
}
|
|
2241
2374
|
],
|
|
@@ -2243,11 +2376,29 @@
|
|
|
2243
2376
|
"render-ui",
|
|
2244
2377
|
"main",
|
|
2245
2378
|
{
|
|
2379
|
+
"navItems": [
|
|
2380
|
+
{
|
|
2381
|
+
"label": "Builds",
|
|
2382
|
+
"icon": "hammer",
|
|
2383
|
+
"href": "/builds"
|
|
2384
|
+
},
|
|
2385
|
+
{
|
|
2386
|
+
"icon": "layers",
|
|
2387
|
+
"label": "Stages",
|
|
2388
|
+
"href": "/stages"
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"icon": "rocket",
|
|
2392
|
+
"label": "Deploy",
|
|
2393
|
+
"href": "/deploy"
|
|
2394
|
+
}
|
|
2395
|
+
],
|
|
2246
2396
|
"children": [
|
|
2247
2397
|
{
|
|
2248
|
-
"type": "scaled-diagram",
|
|
2249
2398
|
"children": [
|
|
2250
2399
|
{
|
|
2400
|
+
"direction": "vertical",
|
|
2401
|
+
"gap": "lg",
|
|
2251
2402
|
"children": [
|
|
2252
2403
|
{
|
|
2253
2404
|
"type": "breadcrumb",
|
|
@@ -2262,99 +2413,97 @@
|
|
|
2262
2413
|
]
|
|
2263
2414
|
},
|
|
2264
2415
|
{
|
|
2265
|
-
"direction": "horizontal",
|
|
2266
|
-
"type": "stack",
|
|
2267
|
-
"gap": "md",
|
|
2268
|
-
"justify": "between",
|
|
2269
2416
|
"children": [
|
|
2270
2417
|
{
|
|
2418
|
+
"gap": "md",
|
|
2419
|
+
"direction": "horizontal",
|
|
2420
|
+
"type": "stack",
|
|
2271
2421
|
"children": [
|
|
2272
2422
|
{
|
|
2273
2423
|
"type": "icon",
|
|
2274
2424
|
"name": "layers"
|
|
2275
2425
|
},
|
|
2276
2426
|
{
|
|
2277
|
-
"
|
|
2427
|
+
"content": "Stages",
|
|
2278
2428
|
"variant": "h2",
|
|
2279
|
-
"
|
|
2429
|
+
"type": "typography"
|
|
2280
2430
|
}
|
|
2281
|
-
]
|
|
2282
|
-
"type": "stack",
|
|
2283
|
-
"direction": "horizontal",
|
|
2284
|
-
"gap": "md"
|
|
2431
|
+
]
|
|
2285
2432
|
},
|
|
2286
2433
|
{
|
|
2287
2434
|
"label": "Refresh",
|
|
2288
|
-
"type": "button",
|
|
2289
2435
|
"action": "REFRESH",
|
|
2436
|
+
"icon": "refresh-cw",
|
|
2290
2437
|
"variant": "secondary",
|
|
2291
|
-
"
|
|
2438
|
+
"type": "button"
|
|
2292
2439
|
}
|
|
2293
|
-
]
|
|
2440
|
+
],
|
|
2441
|
+
"gap": "md",
|
|
2442
|
+
"type": "stack",
|
|
2443
|
+
"justify": "between",
|
|
2444
|
+
"direction": "horizontal"
|
|
2294
2445
|
},
|
|
2295
2446
|
{
|
|
2296
2447
|
"type": "divider"
|
|
2297
2448
|
},
|
|
2298
2449
|
{
|
|
2299
|
-
"type": "box",
|
|
2300
|
-
"padding": "md",
|
|
2301
2450
|
"children": [
|
|
2302
2451
|
{
|
|
2452
|
+
"type": "simple-grid",
|
|
2453
|
+
"cols": 3.0,
|
|
2303
2454
|
"children": [
|
|
2304
2455
|
{
|
|
2305
|
-
"type": "card",
|
|
2306
2456
|
"children": [
|
|
2307
2457
|
{
|
|
2308
|
-
"type": "stack",
|
|
2309
2458
|
"gap": "sm",
|
|
2459
|
+
"direction": "vertical",
|
|
2460
|
+
"type": "stack",
|
|
2310
2461
|
"children": [
|
|
2311
2462
|
{
|
|
2312
|
-
"
|
|
2463
|
+
"variant": "caption",
|
|
2313
2464
|
"type": "typography",
|
|
2314
|
-
"
|
|
2465
|
+
"content": "Name"
|
|
2315
2466
|
},
|
|
2316
2467
|
{
|
|
2468
|
+
"content": "@entity.name",
|
|
2317
2469
|
"variant": "h3",
|
|
2318
|
-
"type": "typography"
|
|
2319
|
-
"content": "@entity.name"
|
|
2470
|
+
"type": "typography"
|
|
2320
2471
|
}
|
|
2321
|
-
]
|
|
2322
|
-
"direction": "vertical"
|
|
2472
|
+
]
|
|
2323
2473
|
}
|
|
2324
|
-
]
|
|
2474
|
+
],
|
|
2475
|
+
"type": "card"
|
|
2325
2476
|
},
|
|
2326
2477
|
{
|
|
2478
|
+
"type": "card",
|
|
2327
2479
|
"children": [
|
|
2328
2480
|
{
|
|
2329
|
-
"gap": "sm",
|
|
2330
2481
|
"type": "stack",
|
|
2482
|
+
"gap": "sm",
|
|
2331
2483
|
"direction": "vertical",
|
|
2332
2484
|
"children": [
|
|
2333
2485
|
{
|
|
2334
2486
|
"content": "Status",
|
|
2335
|
-
"
|
|
2336
|
-
"
|
|
2487
|
+
"variant": "caption",
|
|
2488
|
+
"type": "typography"
|
|
2337
2489
|
},
|
|
2338
2490
|
{
|
|
2491
|
+
"type": "typography",
|
|
2339
2492
|
"variant": "h3",
|
|
2340
|
-
"content": "@entity.status"
|
|
2341
|
-
"type": "typography"
|
|
2493
|
+
"content": "@entity.status"
|
|
2342
2494
|
}
|
|
2343
2495
|
]
|
|
2344
2496
|
}
|
|
2345
|
-
]
|
|
2346
|
-
"type": "card"
|
|
2497
|
+
]
|
|
2347
2498
|
},
|
|
2348
2499
|
{
|
|
2349
2500
|
"children": [
|
|
2350
2501
|
{
|
|
2351
|
-
"direction": "vertical",
|
|
2352
|
-
"gap": "sm",
|
|
2353
2502
|
"type": "stack",
|
|
2354
2503
|
"children": [
|
|
2355
2504
|
{
|
|
2356
|
-
"type": "typography",
|
|
2357
2505
|
"variant": "caption",
|
|
2506
|
+
"type": "typography",
|
|
2358
2507
|
"content": "Duration"
|
|
2359
2508
|
},
|
|
2360
2509
|
{
|
|
@@ -2362,15 +2511,18 @@
|
|
|
2362
2511
|
"type": "typography",
|
|
2363
2512
|
"variant": "h3"
|
|
2364
2513
|
}
|
|
2365
|
-
]
|
|
2514
|
+
],
|
|
2515
|
+
"gap": "sm",
|
|
2516
|
+
"direction": "vertical"
|
|
2366
2517
|
}
|
|
2367
2518
|
],
|
|
2368
2519
|
"type": "card"
|
|
2369
2520
|
},
|
|
2370
2521
|
{
|
|
2371
|
-
"type": "card",
|
|
2372
2522
|
"children": [
|
|
2373
2523
|
{
|
|
2524
|
+
"direction": "vertical",
|
|
2525
|
+
"type": "stack",
|
|
2374
2526
|
"children": [
|
|
2375
2527
|
{
|
|
2376
2528
|
"content": "Output",
|
|
@@ -2378,62 +2530,62 @@
|
|
|
2378
2530
|
"variant": "caption"
|
|
2379
2531
|
},
|
|
2380
2532
|
{
|
|
2381
|
-
"type": "typography",
|
|
2382
2533
|
"content": "@entity.output",
|
|
2534
|
+
"type": "typography",
|
|
2383
2535
|
"variant": "h3"
|
|
2384
2536
|
}
|
|
2385
2537
|
],
|
|
2386
|
-
"type": "stack",
|
|
2387
|
-
"direction": "vertical",
|
|
2388
2538
|
"gap": "sm"
|
|
2389
2539
|
}
|
|
2390
|
-
]
|
|
2540
|
+
],
|
|
2541
|
+
"type": "card"
|
|
2391
2542
|
}
|
|
2392
|
-
]
|
|
2393
|
-
"type": "simple-grid",
|
|
2394
|
-
"cols": 3.0
|
|
2543
|
+
]
|
|
2395
2544
|
}
|
|
2396
|
-
]
|
|
2545
|
+
],
|
|
2546
|
+
"padding": "md",
|
|
2547
|
+
"type": "box"
|
|
2397
2548
|
},
|
|
2398
2549
|
{
|
|
2399
2550
|
"type": "divider"
|
|
2400
2551
|
},
|
|
2401
2552
|
{
|
|
2402
|
-
"gap": "md",
|
|
2403
2553
|
"type": "grid",
|
|
2404
|
-
"cols": 2.0,
|
|
2405
2554
|
"children": [
|
|
2406
2555
|
{
|
|
2556
|
+
"type": "card",
|
|
2407
2557
|
"children": [
|
|
2408
2558
|
{
|
|
2409
|
-
"content": "Chart View",
|
|
2410
2559
|
"type": "typography",
|
|
2560
|
+
"content": "Chart View",
|
|
2411
2561
|
"variant": "caption"
|
|
2412
2562
|
}
|
|
2413
|
-
]
|
|
2414
|
-
"type": "card"
|
|
2563
|
+
]
|
|
2415
2564
|
},
|
|
2416
2565
|
{
|
|
2566
|
+
"type": "card",
|
|
2417
2567
|
"children": [
|
|
2418
2568
|
{
|
|
2419
2569
|
"type": "typography",
|
|
2420
|
-
"
|
|
2421
|
-
"
|
|
2570
|
+
"variant": "caption",
|
|
2571
|
+
"content": "Graph View"
|
|
2422
2572
|
}
|
|
2423
|
-
]
|
|
2424
|
-
"type": "card"
|
|
2573
|
+
]
|
|
2425
2574
|
}
|
|
2426
|
-
]
|
|
2575
|
+
],
|
|
2576
|
+
"cols": 2.0,
|
|
2577
|
+
"gap": "md"
|
|
2427
2578
|
},
|
|
2428
2579
|
{
|
|
2580
|
+
"type": "line-chart",
|
|
2429
2581
|
"data": [
|
|
2430
2582
|
{
|
|
2431
|
-
"
|
|
2432
|
-
"
|
|
2583
|
+
"value": 12.0,
|
|
2584
|
+
"date": "Jan"
|
|
2433
2585
|
},
|
|
2434
2586
|
{
|
|
2435
|
-
"
|
|
2436
|
-
"
|
|
2587
|
+
"date": "Feb",
|
|
2588
|
+
"value": 19.0
|
|
2437
2589
|
},
|
|
2438
2590
|
{
|
|
2439
2591
|
"date": "Mar",
|
|
@@ -2444,22 +2596,21 @@
|
|
|
2444
2596
|
"value": 25.0
|
|
2445
2597
|
},
|
|
2446
2598
|
{
|
|
2447
|
-
"
|
|
2448
|
-
"
|
|
2599
|
+
"date": "May",
|
|
2600
|
+
"value": 22.0
|
|
2449
2601
|
},
|
|
2450
2602
|
{
|
|
2451
2603
|
"value": 30.0,
|
|
2452
2604
|
"date": "Jun"
|
|
2453
2605
|
}
|
|
2454
|
-
]
|
|
2455
|
-
"type": "line-chart"
|
|
2606
|
+
]
|
|
2456
2607
|
},
|
|
2457
2608
|
{
|
|
2458
2609
|
"type": "chart-legend",
|
|
2459
2610
|
"items": [
|
|
2460
2611
|
{
|
|
2461
|
-
"
|
|
2462
|
-
"
|
|
2612
|
+
"color": "primary",
|
|
2613
|
+
"label": "Current"
|
|
2463
2614
|
},
|
|
2464
2615
|
{
|
|
2465
2616
|
"label": "Previous",
|
|
@@ -2468,18 +2619,6 @@
|
|
|
2468
2619
|
]
|
|
2469
2620
|
},
|
|
2470
2621
|
{
|
|
2471
|
-
"edges": [
|
|
2472
|
-
{
|
|
2473
|
-
"target": "b",
|
|
2474
|
-
"source": "a"
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"source": "b",
|
|
2478
|
-
"target": "c"
|
|
2479
|
-
}
|
|
2480
|
-
],
|
|
2481
|
-
"type": "graph-view",
|
|
2482
|
-
"width": 400.0,
|
|
2483
2622
|
"nodes": [
|
|
2484
2623
|
{
|
|
2485
2624
|
"label": "Start",
|
|
@@ -2494,35 +2633,29 @@
|
|
|
2494
2633
|
"label": "End"
|
|
2495
2634
|
}
|
|
2496
2635
|
],
|
|
2636
|
+
"edges": [
|
|
2637
|
+
{
|
|
2638
|
+
"target": "b",
|
|
2639
|
+
"source": "a"
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"source": "b",
|
|
2643
|
+
"target": "c"
|
|
2644
|
+
}
|
|
2645
|
+
],
|
|
2646
|
+
"width": 400.0,
|
|
2647
|
+
"type": "graph-view",
|
|
2497
2648
|
"height": 200.0
|
|
2498
2649
|
}
|
|
2499
2650
|
],
|
|
2500
|
-
"type": "stack"
|
|
2501
|
-
"direction": "vertical",
|
|
2502
|
-
"gap": "lg"
|
|
2651
|
+
"type": "stack"
|
|
2503
2652
|
}
|
|
2504
|
-
]
|
|
2505
|
-
|
|
2506
|
-
],
|
|
2507
|
-
"appName": "CI/CD Pipeline",
|
|
2508
|
-
"navItems": [
|
|
2509
|
-
{
|
|
2510
|
-
"icon": "hammer",
|
|
2511
|
-
"label": "Builds",
|
|
2512
|
-
"href": "/builds"
|
|
2513
|
-
},
|
|
2514
|
-
{
|
|
2515
|
-
"href": "/stages",
|
|
2516
|
-
"icon": "layers",
|
|
2517
|
-
"label": "Stages"
|
|
2518
|
-
},
|
|
2519
|
-
{
|
|
2520
|
-
"href": "/deploy",
|
|
2521
|
-
"icon": "rocket",
|
|
2522
|
-
"label": "Deploy"
|
|
2653
|
+
],
|
|
2654
|
+
"type": "scaled-diagram"
|
|
2523
2655
|
}
|
|
2524
2656
|
],
|
|
2525
|
-
"type": "dashboard-layout"
|
|
2657
|
+
"type": "dashboard-layout",
|
|
2658
|
+
"appName": "CI/CD Pipeline"
|
|
2526
2659
|
}
|
|
2527
2660
|
]
|
|
2528
2661
|
]
|
|
@@ -2537,8 +2670,8 @@
|
|
|
2537
2670
|
"Stage",
|
|
2538
2671
|
{
|
|
2539
2672
|
"emit": {
|
|
2540
|
-
"
|
|
2541
|
-
"
|
|
2673
|
+
"failure": "StageLoadFailed",
|
|
2674
|
+
"success": "StageLoaded"
|
|
2542
2675
|
}
|
|
2543
2676
|
}
|
|
2544
2677
|
],
|
|
@@ -2546,23 +2679,21 @@
|
|
|
2546
2679
|
"render-ui",
|
|
2547
2680
|
"main",
|
|
2548
2681
|
{
|
|
2549
|
-
"type": "dashboard-layout",
|
|
2550
|
-
"appName": "CI/CD Pipeline",
|
|
2551
2682
|
"navItems": [
|
|
2552
2683
|
{
|
|
2553
|
-
"
|
|
2684
|
+
"href": "/builds",
|
|
2554
2685
|
"icon": "hammer",
|
|
2555
|
-
"
|
|
2686
|
+
"label": "Builds"
|
|
2556
2687
|
},
|
|
2557
2688
|
{
|
|
2558
2689
|
"href": "/stages",
|
|
2559
|
-
"
|
|
2560
|
-
"
|
|
2690
|
+
"icon": "layers",
|
|
2691
|
+
"label": "Stages"
|
|
2561
2692
|
},
|
|
2562
2693
|
{
|
|
2694
|
+
"icon": "rocket",
|
|
2563
2695
|
"label": "Deploy",
|
|
2564
|
-
"href": "/deploy"
|
|
2565
|
-
"icon": "rocket"
|
|
2696
|
+
"href": "/deploy"
|
|
2566
2697
|
}
|
|
2567
2698
|
],
|
|
2568
2699
|
"children": [
|
|
@@ -2571,58 +2702,60 @@
|
|
|
2571
2702
|
"children": [
|
|
2572
2703
|
{
|
|
2573
2704
|
"direction": "vertical",
|
|
2574
|
-
"type": "stack",
|
|
2575
2705
|
"children": [
|
|
2576
2706
|
{
|
|
2577
|
-
"type": "breadcrumb",
|
|
2578
2707
|
"items": [
|
|
2579
2708
|
{
|
|
2580
|
-
"
|
|
2581
|
-
"
|
|
2709
|
+
"href": "/",
|
|
2710
|
+
"label": "Home"
|
|
2582
2711
|
},
|
|
2583
2712
|
{
|
|
2584
2713
|
"label": "Stages"
|
|
2585
2714
|
}
|
|
2586
|
-
]
|
|
2715
|
+
],
|
|
2716
|
+
"type": "breadcrumb"
|
|
2587
2717
|
},
|
|
2588
2718
|
{
|
|
2589
|
-
"direction": "horizontal",
|
|
2590
2719
|
"type": "stack",
|
|
2591
2720
|
"gap": "md",
|
|
2721
|
+
"direction": "horizontal",
|
|
2722
|
+
"justify": "between",
|
|
2592
2723
|
"children": [
|
|
2593
2724
|
{
|
|
2594
2725
|
"children": [
|
|
2595
2726
|
{
|
|
2596
|
-
"
|
|
2597
|
-
"
|
|
2727
|
+
"type": "icon",
|
|
2728
|
+
"name": "layers"
|
|
2598
2729
|
},
|
|
2599
2730
|
{
|
|
2731
|
+
"variant": "h2",
|
|
2600
2732
|
"type": "typography",
|
|
2601
|
-
"content": "Stages"
|
|
2602
|
-
"variant": "h2"
|
|
2733
|
+
"content": "Stages"
|
|
2603
2734
|
}
|
|
2604
2735
|
],
|
|
2605
|
-
"direction": "horizontal",
|
|
2606
2736
|
"gap": "md",
|
|
2737
|
+
"direction": "horizontal",
|
|
2607
2738
|
"type": "stack"
|
|
2608
2739
|
},
|
|
2609
2740
|
{
|
|
2741
|
+
"action": "REFRESH",
|
|
2610
2742
|
"type": "button",
|
|
2611
2743
|
"variant": "secondary",
|
|
2612
|
-
"
|
|
2613
|
-
"
|
|
2614
|
-
"label": "Refresh"
|
|
2744
|
+
"label": "Refresh",
|
|
2745
|
+
"icon": "refresh-cw"
|
|
2615
2746
|
}
|
|
2616
|
-
]
|
|
2617
|
-
"justify": "between"
|
|
2747
|
+
]
|
|
2618
2748
|
},
|
|
2619
2749
|
{
|
|
2620
2750
|
"type": "divider"
|
|
2621
2751
|
},
|
|
2622
2752
|
{
|
|
2623
2753
|
"type": "box",
|
|
2754
|
+
"padding": "md",
|
|
2624
2755
|
"children": [
|
|
2625
2756
|
{
|
|
2757
|
+
"type": "simple-grid",
|
|
2758
|
+
"cols": 3.0,
|
|
2626
2759
|
"children": [
|
|
2627
2760
|
{
|
|
2628
2761
|
"children": [
|
|
@@ -2630,14 +2763,14 @@
|
|
|
2630
2763
|
"direction": "vertical",
|
|
2631
2764
|
"children": [
|
|
2632
2765
|
{
|
|
2766
|
+
"content": "Name",
|
|
2633
2767
|
"type": "typography",
|
|
2634
|
-
"variant": "caption"
|
|
2635
|
-
"content": "Name"
|
|
2768
|
+
"variant": "caption"
|
|
2636
2769
|
},
|
|
2637
2770
|
{
|
|
2638
2771
|
"type": "typography",
|
|
2639
|
-
"
|
|
2640
|
-
"
|
|
2772
|
+
"variant": "h3",
|
|
2773
|
+
"content": "@entity.name"
|
|
2641
2774
|
}
|
|
2642
2775
|
],
|
|
2643
2776
|
"type": "stack",
|
|
@@ -2647,6 +2780,7 @@
|
|
|
2647
2780
|
"type": "card"
|
|
2648
2781
|
},
|
|
2649
2782
|
{
|
|
2783
|
+
"type": "card",
|
|
2650
2784
|
"children": [
|
|
2651
2785
|
{
|
|
2652
2786
|
"gap": "sm",
|
|
@@ -2654,50 +2788,50 @@
|
|
|
2654
2788
|
"type": "stack",
|
|
2655
2789
|
"children": [
|
|
2656
2790
|
{
|
|
2657
|
-
"type": "typography",
|
|
2658
2791
|
"variant": "caption",
|
|
2792
|
+
"type": "typography",
|
|
2659
2793
|
"content": "Status"
|
|
2660
2794
|
},
|
|
2661
2795
|
{
|
|
2662
|
-
"type": "typography",
|
|
2663
2796
|
"content": "@entity.status",
|
|
2797
|
+
"type": "typography",
|
|
2664
2798
|
"variant": "h3"
|
|
2665
2799
|
}
|
|
2666
2800
|
]
|
|
2667
2801
|
}
|
|
2668
|
-
]
|
|
2669
|
-
"type": "card"
|
|
2802
|
+
]
|
|
2670
2803
|
},
|
|
2671
2804
|
{
|
|
2805
|
+
"type": "card",
|
|
2672
2806
|
"children": [
|
|
2673
2807
|
{
|
|
2674
|
-
"gap": "sm",
|
|
2675
2808
|
"children": [
|
|
2676
2809
|
{
|
|
2677
|
-
"content": "Duration",
|
|
2678
2810
|
"type": "typography",
|
|
2811
|
+
"content": "Duration",
|
|
2679
2812
|
"variant": "caption"
|
|
2680
2813
|
},
|
|
2681
2814
|
{
|
|
2682
|
-
"content": "@entity.duration",
|
|
2683
2815
|
"type": "typography",
|
|
2684
|
-
"variant": "h3"
|
|
2816
|
+
"variant": "h3",
|
|
2817
|
+
"content": "@entity.duration"
|
|
2685
2818
|
}
|
|
2686
2819
|
],
|
|
2820
|
+
"direction": "vertical",
|
|
2687
2821
|
"type": "stack",
|
|
2688
|
-
"
|
|
2822
|
+
"gap": "sm"
|
|
2689
2823
|
}
|
|
2690
|
-
]
|
|
2691
|
-
"type": "card"
|
|
2824
|
+
]
|
|
2692
2825
|
},
|
|
2693
2826
|
{
|
|
2827
|
+
"type": "card",
|
|
2694
2828
|
"children": [
|
|
2695
2829
|
{
|
|
2696
|
-
"
|
|
2830
|
+
"type": "stack",
|
|
2697
2831
|
"children": [
|
|
2698
2832
|
{
|
|
2699
|
-
"variant": "caption",
|
|
2700
2833
|
"content": "Output",
|
|
2834
|
+
"variant": "caption",
|
|
2701
2835
|
"type": "typography"
|
|
2702
2836
|
},
|
|
2703
2837
|
{
|
|
@@ -2706,32 +2840,28 @@
|
|
|
2706
2840
|
"content": "@entity.output"
|
|
2707
2841
|
}
|
|
2708
2842
|
],
|
|
2709
|
-
"
|
|
2710
|
-
"
|
|
2843
|
+
"gap": "sm",
|
|
2844
|
+
"direction": "vertical"
|
|
2711
2845
|
}
|
|
2712
|
-
]
|
|
2713
|
-
"type": "card"
|
|
2846
|
+
]
|
|
2714
2847
|
}
|
|
2715
|
-
]
|
|
2716
|
-
"type": "simple-grid",
|
|
2717
|
-
"cols": 3.0
|
|
2848
|
+
]
|
|
2718
2849
|
}
|
|
2719
|
-
]
|
|
2720
|
-
"padding": "md"
|
|
2850
|
+
]
|
|
2721
2851
|
},
|
|
2722
2852
|
{
|
|
2723
2853
|
"type": "divider"
|
|
2724
2854
|
},
|
|
2725
2855
|
{
|
|
2726
|
-
"cols": 2.0,
|
|
2727
2856
|
"gap": "md",
|
|
2857
|
+
"cols": 2.0,
|
|
2728
2858
|
"type": "grid",
|
|
2729
2859
|
"children": [
|
|
2730
2860
|
{
|
|
2731
2861
|
"children": [
|
|
2732
2862
|
{
|
|
2733
|
-
"content": "Chart View",
|
|
2734
2863
|
"variant": "caption",
|
|
2864
|
+
"content": "Chart View",
|
|
2735
2865
|
"type": "typography"
|
|
2736
2866
|
}
|
|
2737
2867
|
],
|
|
@@ -2757,12 +2887,12 @@
|
|
|
2757
2887
|
"date": "Jan"
|
|
2758
2888
|
},
|
|
2759
2889
|
{
|
|
2760
|
-
"
|
|
2761
|
-
"
|
|
2890
|
+
"value": 19.0,
|
|
2891
|
+
"date": "Feb"
|
|
2762
2892
|
},
|
|
2763
2893
|
{
|
|
2764
|
-
"
|
|
2765
|
-
"
|
|
2894
|
+
"value": 15.0,
|
|
2895
|
+
"date": "Mar"
|
|
2766
2896
|
},
|
|
2767
2897
|
{
|
|
2768
2898
|
"date": "Apr",
|
|
@@ -2779,7 +2909,6 @@
|
|
|
2779
2909
|
]
|
|
2780
2910
|
},
|
|
2781
2911
|
{
|
|
2782
|
-
"type": "chart-legend",
|
|
2783
2912
|
"items": [
|
|
2784
2913
|
{
|
|
2785
2914
|
"label": "Current",
|
|
@@ -2789,43 +2918,47 @@
|
|
|
2789
2918
|
"label": "Previous",
|
|
2790
2919
|
"color": "muted"
|
|
2791
2920
|
}
|
|
2792
|
-
]
|
|
2921
|
+
],
|
|
2922
|
+
"type": "chart-legend"
|
|
2793
2923
|
},
|
|
2794
2924
|
{
|
|
2795
|
-
"
|
|
2796
|
-
"edges": [
|
|
2925
|
+
"nodes": [
|
|
2797
2926
|
{
|
|
2798
|
-
"
|
|
2799
|
-
"
|
|
2927
|
+
"label": "Start",
|
|
2928
|
+
"id": "a"
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"id": "b",
|
|
2932
|
+
"label": "Process"
|
|
2800
2933
|
},
|
|
2801
2934
|
{
|
|
2802
|
-
"
|
|
2803
|
-
"
|
|
2935
|
+
"id": "c",
|
|
2936
|
+
"label": "End"
|
|
2804
2937
|
}
|
|
2805
2938
|
],
|
|
2806
|
-
"width": 400.0,
|
|
2807
2939
|
"type": "graph-view",
|
|
2808
|
-
"
|
|
2809
|
-
|
|
2810
|
-
"id": "a",
|
|
2811
|
-
"label": "Start"
|
|
2812
|
-
},
|
|
2940
|
+
"width": 400.0,
|
|
2941
|
+
"edges": [
|
|
2813
2942
|
{
|
|
2814
|
-
"
|
|
2815
|
-
"
|
|
2943
|
+
"source": "a",
|
|
2944
|
+
"target": "b"
|
|
2816
2945
|
},
|
|
2817
2946
|
{
|
|
2818
|
-
"
|
|
2819
|
-
"
|
|
2947
|
+
"source": "b",
|
|
2948
|
+
"target": "c"
|
|
2820
2949
|
}
|
|
2821
|
-
]
|
|
2950
|
+
],
|
|
2951
|
+
"height": 200.0
|
|
2822
2952
|
}
|
|
2823
2953
|
],
|
|
2824
|
-
"gap": "lg"
|
|
2954
|
+
"gap": "lg",
|
|
2955
|
+
"type": "stack"
|
|
2825
2956
|
}
|
|
2826
2957
|
]
|
|
2827
2958
|
}
|
|
2828
|
-
]
|
|
2959
|
+
],
|
|
2960
|
+
"type": "dashboard-layout",
|
|
2961
|
+
"appName": "CI/CD Pipeline"
|
|
2829
2962
|
}
|
|
2830
2963
|
]
|
|
2831
2964
|
]
|
|
@@ -2840,8 +2973,8 @@
|
|
|
2840
2973
|
"Stage",
|
|
2841
2974
|
{
|
|
2842
2975
|
"emit": {
|
|
2843
|
-
"
|
|
2844
|
-
"
|
|
2976
|
+
"failure": "StageLoadFailed",
|
|
2977
|
+
"success": "StageLoaded"
|
|
2845
2978
|
}
|
|
2846
2979
|
}
|
|
2847
2980
|
],
|
|
@@ -2849,33 +2982,16 @@
|
|
|
2849
2982
|
"render-ui",
|
|
2850
2983
|
"main",
|
|
2851
2984
|
{
|
|
2852
|
-
"
|
|
2853
|
-
{
|
|
2854
|
-
"label": "Builds",
|
|
2855
|
-
"href": "/builds",
|
|
2856
|
-
"icon": "hammer"
|
|
2857
|
-
},
|
|
2858
|
-
{
|
|
2859
|
-
"href": "/stages",
|
|
2860
|
-
"icon": "layers",
|
|
2861
|
-
"label": "Stages"
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"label": "Deploy",
|
|
2865
|
-
"icon": "rocket",
|
|
2866
|
-
"href": "/deploy"
|
|
2867
|
-
}
|
|
2868
|
-
],
|
|
2869
|
-
"appName": "CI/CD Pipeline",
|
|
2985
|
+
"type": "dashboard-layout",
|
|
2870
2986
|
"children": [
|
|
2871
2987
|
{
|
|
2872
|
-
"type": "scaled-diagram",
|
|
2873
2988
|
"children": [
|
|
2874
2989
|
{
|
|
2875
|
-
"gap": "lg",
|
|
2876
2990
|
"type": "stack",
|
|
2991
|
+
"direction": "vertical",
|
|
2877
2992
|
"children": [
|
|
2878
2993
|
{
|
|
2994
|
+
"type": "breadcrumb",
|
|
2879
2995
|
"items": [
|
|
2880
2996
|
{
|
|
2881
2997
|
"href": "/",
|
|
@@ -2884,21 +3000,22 @@
|
|
|
2884
3000
|
{
|
|
2885
3001
|
"label": "Stages"
|
|
2886
3002
|
}
|
|
2887
|
-
]
|
|
2888
|
-
"type": "breadcrumb"
|
|
3003
|
+
]
|
|
2889
3004
|
},
|
|
2890
3005
|
{
|
|
3006
|
+
"gap": "md",
|
|
2891
3007
|
"direction": "horizontal",
|
|
3008
|
+
"justify": "between",
|
|
2892
3009
|
"children": [
|
|
2893
3010
|
{
|
|
2894
3011
|
"direction": "horizontal",
|
|
2895
|
-
"gap": "md",
|
|
2896
3012
|
"type": "stack",
|
|
3013
|
+
"gap": "md",
|
|
2897
3014
|
"children": [
|
|
2898
3015
|
{
|
|
2899
|
-
"
|
|
2900
|
-
"
|
|
2901
|
-
},
|
|
3016
|
+
"type": "icon",
|
|
3017
|
+
"name": "layers"
|
|
3018
|
+
},
|
|
2902
3019
|
{
|
|
2903
3020
|
"type": "typography",
|
|
2904
3021
|
"content": "Stages",
|
|
@@ -2907,15 +3024,13 @@
|
|
|
2907
3024
|
]
|
|
2908
3025
|
},
|
|
2909
3026
|
{
|
|
2910
|
-
"
|
|
3027
|
+
"type": "button",
|
|
2911
3028
|
"variant": "secondary",
|
|
3029
|
+
"action": "REFRESH",
|
|
2912
3030
|
"icon": "refresh-cw",
|
|
2913
|
-
"
|
|
2914
|
-
"action": "REFRESH"
|
|
3031
|
+
"label": "Refresh"
|
|
2915
3032
|
}
|
|
2916
3033
|
],
|
|
2917
|
-
"gap": "md",
|
|
2918
|
-
"justify": "between",
|
|
2919
3034
|
"type": "stack"
|
|
2920
3035
|
},
|
|
2921
3036
|
{
|
|
@@ -2926,70 +3041,71 @@
|
|
|
2926
3041
|
"padding": "md",
|
|
2927
3042
|
"children": [
|
|
2928
3043
|
{
|
|
3044
|
+
"cols": 3.0,
|
|
2929
3045
|
"children": [
|
|
2930
3046
|
{
|
|
2931
3047
|
"type": "card",
|
|
2932
3048
|
"children": [
|
|
2933
3049
|
{
|
|
2934
3050
|
"gap": "sm",
|
|
3051
|
+
"direction": "vertical",
|
|
2935
3052
|
"type": "stack",
|
|
2936
3053
|
"children": [
|
|
2937
3054
|
{
|
|
2938
|
-
"
|
|
3055
|
+
"variant": "caption",
|
|
2939
3056
|
"type": "typography",
|
|
2940
|
-
"
|
|
3057
|
+
"content": "Name"
|
|
2941
3058
|
},
|
|
2942
3059
|
{
|
|
2943
|
-
"type": "typography",
|
|
2944
3060
|
"variant": "h3",
|
|
2945
|
-
"content": "@entity.name"
|
|
3061
|
+
"content": "@entity.name",
|
|
3062
|
+
"type": "typography"
|
|
2946
3063
|
}
|
|
2947
|
-
]
|
|
2948
|
-
"direction": "vertical"
|
|
3064
|
+
]
|
|
2949
3065
|
}
|
|
2950
3066
|
]
|
|
2951
3067
|
},
|
|
2952
3068
|
{
|
|
3069
|
+
"type": "card",
|
|
2953
3070
|
"children": [
|
|
2954
3071
|
{
|
|
3072
|
+
"gap": "sm",
|
|
3073
|
+
"direction": "vertical",
|
|
2955
3074
|
"children": [
|
|
2956
3075
|
{
|
|
3076
|
+
"type": "typography",
|
|
2957
3077
|
"content": "Status",
|
|
2958
|
-
"variant": "caption"
|
|
2959
|
-
"type": "typography"
|
|
3078
|
+
"variant": "caption"
|
|
2960
3079
|
},
|
|
2961
3080
|
{
|
|
2962
|
-
"
|
|
3081
|
+
"type": "typography",
|
|
2963
3082
|
"variant": "h3",
|
|
2964
|
-
"
|
|
3083
|
+
"content": "@entity.status"
|
|
2965
3084
|
}
|
|
2966
3085
|
],
|
|
2967
|
-
"
|
|
2968
|
-
"type": "stack",
|
|
2969
|
-
"direction": "vertical"
|
|
3086
|
+
"type": "stack"
|
|
2970
3087
|
}
|
|
2971
|
-
]
|
|
2972
|
-
"type": "card"
|
|
3088
|
+
]
|
|
2973
3089
|
},
|
|
2974
3090
|
{
|
|
2975
3091
|
"type": "card",
|
|
2976
3092
|
"children": [
|
|
2977
3093
|
{
|
|
2978
|
-
"direction": "vertical",
|
|
2979
|
-
"gap": "sm",
|
|
2980
|
-
"type": "stack",
|
|
2981
3094
|
"children": [
|
|
2982
3095
|
{
|
|
3096
|
+
"content": "Duration",
|
|
2983
3097
|
"variant": "caption",
|
|
2984
|
-
"type": "typography"
|
|
2985
|
-
"content": "Duration"
|
|
3098
|
+
"type": "typography"
|
|
2986
3099
|
},
|
|
2987
3100
|
{
|
|
2988
|
-
"variant": "h3",
|
|
2989
3101
|
"content": "@entity.duration",
|
|
2990
|
-
"type": "typography"
|
|
3102
|
+
"type": "typography",
|
|
3103
|
+
"variant": "h3"
|
|
2991
3104
|
}
|
|
2992
|
-
]
|
|
3105
|
+
],
|
|
3106
|
+
"direction": "vertical",
|
|
3107
|
+
"gap": "sm",
|
|
3108
|
+
"type": "stack"
|
|
2993
3109
|
}
|
|
2994
3110
|
]
|
|
2995
3111
|
},
|
|
@@ -2997,8 +3113,9 @@
|
|
|
2997
3113
|
"type": "card",
|
|
2998
3114
|
"children": [
|
|
2999
3115
|
{
|
|
3000
|
-
"type": "stack",
|
|
3001
3116
|
"gap": "sm",
|
|
3117
|
+
"type": "stack",
|
|
3118
|
+
"direction": "vertical",
|
|
3002
3119
|
"children": [
|
|
3003
3120
|
{
|
|
3004
3121
|
"variant": "caption",
|
|
@@ -3006,18 +3123,16 @@
|
|
|
3006
3123
|
"type": "typography"
|
|
3007
3124
|
},
|
|
3008
3125
|
{
|
|
3009
|
-
"
|
|
3126
|
+
"content": "@entity.output",
|
|
3010
3127
|
"type": "typography",
|
|
3011
|
-
"
|
|
3128
|
+
"variant": "h3"
|
|
3012
3129
|
}
|
|
3013
|
-
]
|
|
3014
|
-
"direction": "vertical"
|
|
3130
|
+
]
|
|
3015
3131
|
}
|
|
3016
3132
|
]
|
|
3017
3133
|
}
|
|
3018
3134
|
],
|
|
3019
|
-
"type": "simple-grid"
|
|
3020
|
-
"cols": 3.0
|
|
3135
|
+
"type": "simple-grid"
|
|
3021
3136
|
}
|
|
3022
3137
|
]
|
|
3023
3138
|
},
|
|
@@ -3025,8 +3140,6 @@
|
|
|
3025
3140
|
"type": "divider"
|
|
3026
3141
|
},
|
|
3027
3142
|
{
|
|
3028
|
-
"cols": 2.0,
|
|
3029
|
-
"type": "grid",
|
|
3030
3143
|
"children": [
|
|
3031
3144
|
{
|
|
3032
3145
|
"type": "card",
|
|
@@ -3039,96 +3152,116 @@
|
|
|
3039
3152
|
]
|
|
3040
3153
|
},
|
|
3041
3154
|
{
|
|
3155
|
+
"type": "card",
|
|
3042
3156
|
"children": [
|
|
3043
3157
|
{
|
|
3044
|
-
"type": "typography",
|
|
3045
3158
|
"variant": "caption",
|
|
3159
|
+
"type": "typography",
|
|
3046
3160
|
"content": "Graph View"
|
|
3047
3161
|
}
|
|
3048
|
-
]
|
|
3049
|
-
"type": "card"
|
|
3162
|
+
]
|
|
3050
3163
|
}
|
|
3051
3164
|
],
|
|
3052
|
-
"gap": "md"
|
|
3165
|
+
"gap": "md",
|
|
3166
|
+
"type": "grid",
|
|
3167
|
+
"cols": 2.0
|
|
3053
3168
|
},
|
|
3054
3169
|
{
|
|
3055
|
-
"type": "line-chart",
|
|
3056
3170
|
"data": [
|
|
3057
3171
|
{
|
|
3058
|
-
"
|
|
3059
|
-
"
|
|
3172
|
+
"value": 12.0,
|
|
3173
|
+
"date": "Jan"
|
|
3060
3174
|
},
|
|
3061
3175
|
{
|
|
3062
|
-
"
|
|
3063
|
-
"
|
|
3176
|
+
"date": "Feb",
|
|
3177
|
+
"value": 19.0
|
|
3064
3178
|
},
|
|
3065
3179
|
{
|
|
3066
3180
|
"value": 15.0,
|
|
3067
3181
|
"date": "Mar"
|
|
3068
3182
|
},
|
|
3069
3183
|
{
|
|
3070
|
-
"
|
|
3071
|
-
"
|
|
3184
|
+
"date": "Apr",
|
|
3185
|
+
"value": 25.0
|
|
3072
3186
|
},
|
|
3073
3187
|
{
|
|
3074
|
-
"
|
|
3075
|
-
"
|
|
3188
|
+
"value": 22.0,
|
|
3189
|
+
"date": "May"
|
|
3076
3190
|
},
|
|
3077
3191
|
{
|
|
3078
|
-
"
|
|
3079
|
-
"
|
|
3192
|
+
"value": 30.0,
|
|
3193
|
+
"date": "Jun"
|
|
3080
3194
|
}
|
|
3081
|
-
]
|
|
3195
|
+
],
|
|
3196
|
+
"type": "line-chart"
|
|
3082
3197
|
},
|
|
3083
3198
|
{
|
|
3084
|
-
"type": "chart-legend",
|
|
3085
3199
|
"items": [
|
|
3086
3200
|
{
|
|
3087
3201
|
"label": "Current",
|
|
3088
3202
|
"color": "primary"
|
|
3089
3203
|
},
|
|
3090
3204
|
{
|
|
3091
|
-
"
|
|
3092
|
-
"
|
|
3205
|
+
"label": "Previous",
|
|
3206
|
+
"color": "muted"
|
|
3093
3207
|
}
|
|
3094
|
-
]
|
|
3208
|
+
],
|
|
3209
|
+
"type": "chart-legend"
|
|
3095
3210
|
},
|
|
3096
3211
|
{
|
|
3097
|
-
"width": 400.0,
|
|
3098
|
-
"type": "graph-view",
|
|
3099
|
-
"height": 200.0,
|
|
3100
3212
|
"nodes": [
|
|
3101
3213
|
{
|
|
3102
|
-
"
|
|
3103
|
-
"
|
|
3214
|
+
"id": "a",
|
|
3215
|
+
"label": "Start"
|
|
3104
3216
|
},
|
|
3105
3217
|
{
|
|
3106
|
-
"
|
|
3107
|
-
"
|
|
3218
|
+
"id": "b",
|
|
3219
|
+
"label": "Process"
|
|
3108
3220
|
},
|
|
3109
3221
|
{
|
|
3110
|
-
"
|
|
3111
|
-
"
|
|
3222
|
+
"id": "c",
|
|
3223
|
+
"label": "End"
|
|
3112
3224
|
}
|
|
3113
3225
|
],
|
|
3114
3226
|
"edges": [
|
|
3115
3227
|
{
|
|
3116
|
-
"
|
|
3117
|
-
"
|
|
3228
|
+
"target": "b",
|
|
3229
|
+
"source": "a"
|
|
3118
3230
|
},
|
|
3119
3231
|
{
|
|
3120
3232
|
"source": "b",
|
|
3121
3233
|
"target": "c"
|
|
3122
3234
|
}
|
|
3123
|
-
]
|
|
3235
|
+
],
|
|
3236
|
+
"width": 400.0,
|
|
3237
|
+
"type": "graph-view",
|
|
3238
|
+
"height": 200.0
|
|
3124
3239
|
}
|
|
3125
3240
|
],
|
|
3126
|
-
"
|
|
3241
|
+
"gap": "lg"
|
|
3127
3242
|
}
|
|
3128
|
-
]
|
|
3243
|
+
],
|
|
3244
|
+
"type": "scaled-diagram"
|
|
3129
3245
|
}
|
|
3130
3246
|
],
|
|
3131
|
-
"
|
|
3247
|
+
"appName": "CI/CD Pipeline",
|
|
3248
|
+
"navItems": [
|
|
3249
|
+
{
|
|
3250
|
+
"href": "/builds",
|
|
3251
|
+
"label": "Builds",
|
|
3252
|
+
"icon": "hammer"
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"label": "Stages",
|
|
3256
|
+
"href": "/stages",
|
|
3257
|
+
"icon": "layers"
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
"icon": "rocket",
|
|
3261
|
+
"label": "Deploy",
|
|
3262
|
+
"href": "/deploy"
|
|
3263
|
+
}
|
|
3264
|
+
]
|
|
3132
3265
|
}
|
|
3133
3266
|
]
|
|
3134
3267
|
]
|
|
@@ -3152,20 +3285,18 @@
|
|
|
3152
3285
|
"render-ui",
|
|
3153
3286
|
"main",
|
|
3154
3287
|
{
|
|
3155
|
-
"appName": "CI/CD Pipeline",
|
|
3156
3288
|
"children": [
|
|
3157
3289
|
{
|
|
3158
3290
|
"type": "scaled-diagram",
|
|
3159
3291
|
"children": [
|
|
3160
3292
|
{
|
|
3161
|
-
"type": "stack",
|
|
3162
3293
|
"children": [
|
|
3163
3294
|
{
|
|
3164
3295
|
"type": "breadcrumb",
|
|
3165
3296
|
"items": [
|
|
3166
3297
|
{
|
|
3167
|
-
"
|
|
3168
|
-
"
|
|
3298
|
+
"href": "/",
|
|
3299
|
+
"label": "Home"
|
|
3169
3300
|
},
|
|
3170
3301
|
{
|
|
3171
3302
|
"label": "Stages"
|
|
@@ -3173,88 +3304,88 @@
|
|
|
3173
3304
|
]
|
|
3174
3305
|
},
|
|
3175
3306
|
{
|
|
3176
|
-
"type": "stack",
|
|
3177
3307
|
"justify": "between",
|
|
3178
|
-
"gap": "md",
|
|
3179
|
-
"direction": "horizontal",
|
|
3180
3308
|
"children": [
|
|
3181
3309
|
{
|
|
3310
|
+
"gap": "md",
|
|
3182
3311
|
"type": "stack",
|
|
3183
3312
|
"direction": "horizontal",
|
|
3184
3313
|
"children": [
|
|
3185
3314
|
{
|
|
3186
|
-
"
|
|
3187
|
-
"
|
|
3315
|
+
"type": "icon",
|
|
3316
|
+
"name": "layers"
|
|
3188
3317
|
},
|
|
3189
3318
|
{
|
|
3319
|
+
"content": "Stages",
|
|
3190
3320
|
"type": "typography",
|
|
3191
|
-
"variant": "h2"
|
|
3192
|
-
"content": "Stages"
|
|
3321
|
+
"variant": "h2"
|
|
3193
3322
|
}
|
|
3194
|
-
]
|
|
3195
|
-
"gap": "md"
|
|
3323
|
+
]
|
|
3196
3324
|
},
|
|
3197
3325
|
{
|
|
3198
|
-
"icon": "refresh-cw",
|
|
3199
|
-
"action": "REFRESH",
|
|
3200
|
-
"label": "Refresh",
|
|
3201
3326
|
"type": "button",
|
|
3202
|
-
"
|
|
3327
|
+
"label": "Refresh",
|
|
3328
|
+
"action": "REFRESH",
|
|
3329
|
+
"variant": "secondary",
|
|
3330
|
+
"icon": "refresh-cw"
|
|
3203
3331
|
}
|
|
3204
|
-
]
|
|
3332
|
+
],
|
|
3333
|
+
"direction": "horizontal",
|
|
3334
|
+
"gap": "md",
|
|
3335
|
+
"type": "stack"
|
|
3205
3336
|
},
|
|
3206
3337
|
{
|
|
3207
3338
|
"type": "divider"
|
|
3208
3339
|
},
|
|
3209
3340
|
{
|
|
3210
|
-
"
|
|
3341
|
+
"padding": "md",
|
|
3211
3342
|
"children": [
|
|
3212
3343
|
{
|
|
3213
3344
|
"cols": 3.0,
|
|
3214
3345
|
"children": [
|
|
3215
3346
|
{
|
|
3347
|
+
"type": "card",
|
|
3216
3348
|
"children": [
|
|
3217
3349
|
{
|
|
3350
|
+
"type": "stack",
|
|
3351
|
+
"direction": "vertical",
|
|
3352
|
+
"gap": "sm",
|
|
3218
3353
|
"children": [
|
|
3219
3354
|
{
|
|
3355
|
+
"variant": "caption",
|
|
3220
3356
|
"type": "typography",
|
|
3221
|
-
"content": "Name"
|
|
3222
|
-
"variant": "caption"
|
|
3357
|
+
"content": "Name"
|
|
3223
3358
|
},
|
|
3224
3359
|
{
|
|
3225
|
-
"type": "typography",
|
|
3226
3360
|
"content": "@entity.name",
|
|
3361
|
+
"type": "typography",
|
|
3227
3362
|
"variant": "h3"
|
|
3228
3363
|
}
|
|
3229
|
-
]
|
|
3230
|
-
"type": "stack",
|
|
3231
|
-
"direction": "vertical",
|
|
3232
|
-
"gap": "sm"
|
|
3364
|
+
]
|
|
3233
3365
|
}
|
|
3234
|
-
]
|
|
3235
|
-
"type": "card"
|
|
3366
|
+
]
|
|
3236
3367
|
},
|
|
3237
3368
|
{
|
|
3238
|
-
"type": "card",
|
|
3239
3369
|
"children": [
|
|
3240
3370
|
{
|
|
3241
|
-
"direction": "vertical",
|
|
3242
3371
|
"children": [
|
|
3243
3372
|
{
|
|
3244
|
-
"
|
|
3373
|
+
"type": "typography",
|
|
3245
3374
|
"content": "Status",
|
|
3246
|
-
"
|
|
3375
|
+
"variant": "caption"
|
|
3247
3376
|
},
|
|
3248
3377
|
{
|
|
3249
|
-
"content": "@entity.status",
|
|
3250
3378
|
"type": "typography",
|
|
3251
|
-
"variant": "h3"
|
|
3379
|
+
"variant": "h3",
|
|
3380
|
+
"content": "@entity.status"
|
|
3252
3381
|
}
|
|
3253
3382
|
],
|
|
3254
3383
|
"gap": "sm",
|
|
3384
|
+
"direction": "vertical",
|
|
3255
3385
|
"type": "stack"
|
|
3256
3386
|
}
|
|
3257
|
-
]
|
|
3387
|
+
],
|
|
3388
|
+
"type": "card"
|
|
3258
3389
|
},
|
|
3259
3390
|
{
|
|
3260
3391
|
"children": [
|
|
@@ -3264,13 +3395,13 @@
|
|
|
3264
3395
|
"gap": "sm",
|
|
3265
3396
|
"children": [
|
|
3266
3397
|
{
|
|
3267
|
-
"variant": "caption",
|
|
3268
3398
|
"content": "Duration",
|
|
3269
|
-
"type": "typography"
|
|
3399
|
+
"type": "typography",
|
|
3400
|
+
"variant": "caption"
|
|
3270
3401
|
},
|
|
3271
3402
|
{
|
|
3272
|
-
"content": "@entity.duration",
|
|
3273
3403
|
"variant": "h3",
|
|
3404
|
+
"content": "@entity.duration",
|
|
3274
3405
|
"type": "typography"
|
|
3275
3406
|
}
|
|
3276
3407
|
]
|
|
@@ -3279,10 +3410,8 @@
|
|
|
3279
3410
|
"type": "card"
|
|
3280
3411
|
},
|
|
3281
3412
|
{
|
|
3282
|
-
"type": "card",
|
|
3283
3413
|
"children": [
|
|
3284
3414
|
{
|
|
3285
|
-
"direction": "vertical",
|
|
3286
3415
|
"children": [
|
|
3287
3416
|
{
|
|
3288
3417
|
"variant": "caption",
|
|
@@ -3290,51 +3419,53 @@
|
|
|
3290
3419
|
"type": "typography"
|
|
3291
3420
|
},
|
|
3292
3421
|
{
|
|
3422
|
+
"variant": "h3",
|
|
3293
3423
|
"type": "typography",
|
|
3294
|
-
"content": "@entity.output"
|
|
3295
|
-
"variant": "h3"
|
|
3424
|
+
"content": "@entity.output"
|
|
3296
3425
|
}
|
|
3297
3426
|
],
|
|
3298
|
-
"
|
|
3299
|
-
"type": "stack"
|
|
3427
|
+
"direction": "vertical",
|
|
3428
|
+
"type": "stack",
|
|
3429
|
+
"gap": "sm"
|
|
3300
3430
|
}
|
|
3301
|
-
]
|
|
3431
|
+
],
|
|
3432
|
+
"type": "card"
|
|
3302
3433
|
}
|
|
3303
3434
|
],
|
|
3304
3435
|
"type": "simple-grid"
|
|
3305
3436
|
}
|
|
3306
3437
|
],
|
|
3307
|
-
"
|
|
3438
|
+
"type": "box"
|
|
3308
3439
|
},
|
|
3309
3440
|
{
|
|
3310
3441
|
"type": "divider"
|
|
3311
3442
|
},
|
|
3312
3443
|
{
|
|
3444
|
+
"type": "grid",
|
|
3445
|
+
"gap": "md",
|
|
3446
|
+
"cols": 2.0,
|
|
3313
3447
|
"children": [
|
|
3314
3448
|
{
|
|
3315
3449
|
"type": "card",
|
|
3316
3450
|
"children": [
|
|
3317
3451
|
{
|
|
3318
|
-
"
|
|
3452
|
+
"type": "typography",
|
|
3319
3453
|
"variant": "caption",
|
|
3320
|
-
"
|
|
3454
|
+
"content": "Chart View"
|
|
3321
3455
|
}
|
|
3322
3456
|
]
|
|
3323
3457
|
},
|
|
3324
3458
|
{
|
|
3325
|
-
"type": "card",
|
|
3326
3459
|
"children": [
|
|
3327
3460
|
{
|
|
3328
3461
|
"type": "typography",
|
|
3329
|
-
"
|
|
3330
|
-
"
|
|
3462
|
+
"variant": "caption",
|
|
3463
|
+
"content": "Graph View"
|
|
3331
3464
|
}
|
|
3332
|
-
]
|
|
3465
|
+
],
|
|
3466
|
+
"type": "card"
|
|
3333
3467
|
}
|
|
3334
|
-
]
|
|
3335
|
-
"type": "grid",
|
|
3336
|
-
"cols": 2.0,
|
|
3337
|
-
"gap": "md"
|
|
3468
|
+
]
|
|
3338
3469
|
},
|
|
3339
3470
|
{
|
|
3340
3471
|
"data": [
|
|
@@ -3343,8 +3474,8 @@
|
|
|
3343
3474
|
"date": "Jan"
|
|
3344
3475
|
},
|
|
3345
3476
|
{
|
|
3346
|
-
"
|
|
3347
|
-
"
|
|
3477
|
+
"value": 19.0,
|
|
3478
|
+
"date": "Feb"
|
|
3348
3479
|
},
|
|
3349
3480
|
{
|
|
3350
3481
|
"value": 15.0,
|
|
@@ -3355,12 +3486,12 @@
|
|
|
3355
3486
|
"value": 25.0
|
|
3356
3487
|
},
|
|
3357
3488
|
{
|
|
3358
|
-
"
|
|
3359
|
-
"
|
|
3489
|
+
"value": 22.0,
|
|
3490
|
+
"date": "May"
|
|
3360
3491
|
},
|
|
3361
3492
|
{
|
|
3362
|
-
"
|
|
3363
|
-
"
|
|
3493
|
+
"value": 30.0,
|
|
3494
|
+
"date": "Jun"
|
|
3364
3495
|
}
|
|
3365
3496
|
],
|
|
3366
3497
|
"type": "line-chart"
|
|
@@ -3373,65 +3504,67 @@
|
|
|
3373
3504
|
"color": "primary"
|
|
3374
3505
|
},
|
|
3375
3506
|
{
|
|
3376
|
-
"
|
|
3377
|
-
"
|
|
3507
|
+
"label": "Previous",
|
|
3508
|
+
"color": "muted"
|
|
3378
3509
|
}
|
|
3379
3510
|
]
|
|
3380
3511
|
},
|
|
3381
3512
|
{
|
|
3382
|
-
"
|
|
3513
|
+
"nodes": [
|
|
3383
3514
|
{
|
|
3384
|
-
"
|
|
3385
|
-
"
|
|
3515
|
+
"label": "Start",
|
|
3516
|
+
"id": "a"
|
|
3386
3517
|
},
|
|
3387
3518
|
{
|
|
3388
|
-
"
|
|
3389
|
-
"
|
|
3519
|
+
"label": "Process",
|
|
3520
|
+
"id": "b"
|
|
3521
|
+
},
|
|
3522
|
+
{
|
|
3523
|
+
"label": "End",
|
|
3524
|
+
"id": "c"
|
|
3390
3525
|
}
|
|
3391
3526
|
],
|
|
3392
3527
|
"width": 400.0,
|
|
3393
3528
|
"height": 200.0,
|
|
3394
|
-
"
|
|
3395
|
-
|
|
3396
|
-
"label": "Start",
|
|
3397
|
-
"id": "a"
|
|
3398
|
-
},
|
|
3529
|
+
"type": "graph-view",
|
|
3530
|
+
"edges": [
|
|
3399
3531
|
{
|
|
3400
|
-
"
|
|
3401
|
-
"
|
|
3532
|
+
"target": "b",
|
|
3533
|
+
"source": "a"
|
|
3402
3534
|
},
|
|
3403
3535
|
{
|
|
3404
|
-
"
|
|
3405
|
-
"
|
|
3536
|
+
"source": "b",
|
|
3537
|
+
"target": "c"
|
|
3406
3538
|
}
|
|
3407
|
-
]
|
|
3408
|
-
"type": "graph-view"
|
|
3539
|
+
]
|
|
3409
3540
|
}
|
|
3410
3541
|
],
|
|
3411
3542
|
"gap": "lg",
|
|
3412
|
-
"direction": "vertical"
|
|
3543
|
+
"direction": "vertical",
|
|
3544
|
+
"type": "stack"
|
|
3413
3545
|
}
|
|
3414
3546
|
]
|
|
3415
3547
|
}
|
|
3416
3548
|
],
|
|
3549
|
+
"appName": "CI/CD Pipeline",
|
|
3550
|
+
"type": "dashboard-layout",
|
|
3417
3551
|
"navItems": [
|
|
3418
3552
|
{
|
|
3419
3553
|
"href": "/builds",
|
|
3420
|
-
"
|
|
3421
|
-
"
|
|
3554
|
+
"label": "Builds",
|
|
3555
|
+
"icon": "hammer"
|
|
3422
3556
|
},
|
|
3423
3557
|
{
|
|
3558
|
+
"label": "Stages",
|
|
3424
3559
|
"href": "/stages",
|
|
3425
|
-
"icon": "layers"
|
|
3426
|
-
"label": "Stages"
|
|
3560
|
+
"icon": "layers"
|
|
3427
3561
|
},
|
|
3428
3562
|
{
|
|
3429
3563
|
"icon": "rocket",
|
|
3430
|
-
"
|
|
3431
|
-
"
|
|
3564
|
+
"href": "/deploy",
|
|
3565
|
+
"label": "Deploy"
|
|
3432
3566
|
}
|
|
3433
|
-
]
|
|
3434
|
-
"type": "dashboard-layout"
|
|
3567
|
+
]
|
|
3435
3568
|
}
|
|
3436
3569
|
]
|
|
3437
3570
|
]
|
|
@@ -3455,13 +3588,11 @@
|
|
|
3455
3588
|
"render-ui",
|
|
3456
3589
|
"main",
|
|
3457
3590
|
{
|
|
3458
|
-
"appName": "CI/CD Pipeline",
|
|
3459
|
-
"type": "dashboard-layout",
|
|
3460
3591
|
"navItems": [
|
|
3461
3592
|
{
|
|
3593
|
+
"label": "Builds",
|
|
3462
3594
|
"icon": "hammer",
|
|
3463
|
-
"href": "/builds"
|
|
3464
|
-
"label": "Builds"
|
|
3595
|
+
"href": "/builds"
|
|
3465
3596
|
},
|
|
3466
3597
|
{
|
|
3467
3598
|
"href": "/stages",
|
|
@@ -3469,15 +3600,21 @@
|
|
|
3469
3600
|
"label": "Stages"
|
|
3470
3601
|
},
|
|
3471
3602
|
{
|
|
3603
|
+
"icon": "rocket",
|
|
3472
3604
|
"href": "/deploy",
|
|
3473
|
-
"label": "Deploy"
|
|
3474
|
-
"icon": "rocket"
|
|
3605
|
+
"label": "Deploy"
|
|
3475
3606
|
}
|
|
3476
3607
|
],
|
|
3608
|
+
"type": "dashboard-layout",
|
|
3609
|
+
"appName": "CI/CD Pipeline",
|
|
3477
3610
|
"children": [
|
|
3478
3611
|
{
|
|
3612
|
+
"type": "scaled-diagram",
|
|
3479
3613
|
"children": [
|
|
3480
3614
|
{
|
|
3615
|
+
"gap": "lg",
|
|
3616
|
+
"type": "stack",
|
|
3617
|
+
"direction": "vertical",
|
|
3481
3618
|
"children": [
|
|
3482
3619
|
{
|
|
3483
3620
|
"items": [
|
|
@@ -3492,50 +3629,51 @@
|
|
|
3492
3629
|
"type": "breadcrumb"
|
|
3493
3630
|
},
|
|
3494
3631
|
{
|
|
3495
|
-
"
|
|
3632
|
+
"type": "stack",
|
|
3496
3633
|
"justify": "between",
|
|
3497
|
-
"direction": "horizontal",
|
|
3498
3634
|
"children": [
|
|
3499
3635
|
{
|
|
3500
|
-
"direction": "horizontal",
|
|
3501
3636
|
"children": [
|
|
3502
3637
|
{
|
|
3503
|
-
"
|
|
3504
|
-
"
|
|
3638
|
+
"name": "layers",
|
|
3639
|
+
"type": "icon"
|
|
3505
3640
|
},
|
|
3506
3641
|
{
|
|
3507
|
-
"content": "Stages",
|
|
3508
3642
|
"type": "typography",
|
|
3509
|
-
"variant": "h2"
|
|
3643
|
+
"variant": "h2",
|
|
3644
|
+
"content": "Stages"
|
|
3510
3645
|
}
|
|
3511
3646
|
],
|
|
3512
3647
|
"type": "stack",
|
|
3513
|
-
"gap": "md"
|
|
3648
|
+
"gap": "md",
|
|
3649
|
+
"direction": "horizontal"
|
|
3514
3650
|
},
|
|
3515
3651
|
{
|
|
3652
|
+
"label": "Refresh",
|
|
3516
3653
|
"type": "button",
|
|
3654
|
+
"action": "REFRESH",
|
|
3517
3655
|
"variant": "secondary",
|
|
3518
|
-
"
|
|
3519
|
-
"icon": "refresh-cw",
|
|
3520
|
-
"action": "REFRESH"
|
|
3656
|
+
"icon": "refresh-cw"
|
|
3521
3657
|
}
|
|
3522
3658
|
],
|
|
3523
|
-
"
|
|
3659
|
+
"direction": "horizontal",
|
|
3660
|
+
"gap": "md"
|
|
3524
3661
|
},
|
|
3525
3662
|
{
|
|
3526
3663
|
"type": "divider"
|
|
3527
3664
|
},
|
|
3528
3665
|
{
|
|
3529
|
-
"type": "box",
|
|
3530
3666
|
"padding": "md",
|
|
3667
|
+
"type": "box",
|
|
3531
3668
|
"children": [
|
|
3532
3669
|
{
|
|
3533
3670
|
"cols": 3.0,
|
|
3671
|
+
"type": "simple-grid",
|
|
3534
3672
|
"children": [
|
|
3535
3673
|
{
|
|
3536
|
-
"type": "card",
|
|
3537
3674
|
"children": [
|
|
3538
3675
|
{
|
|
3676
|
+
"gap": "sm",
|
|
3539
3677
|
"children": [
|
|
3540
3678
|
{
|
|
3541
3679
|
"variant": "caption",
|
|
@@ -3544,84 +3682,83 @@
|
|
|
3544
3682
|
},
|
|
3545
3683
|
{
|
|
3546
3684
|
"content": "@entity.name",
|
|
3547
|
-
"
|
|
3548
|
-
"
|
|
3685
|
+
"variant": "h3",
|
|
3686
|
+
"type": "typography"
|
|
3549
3687
|
}
|
|
3550
3688
|
],
|
|
3551
3689
|
"type": "stack",
|
|
3552
|
-
"direction": "vertical"
|
|
3553
|
-
"gap": "sm"
|
|
3690
|
+
"direction": "vertical"
|
|
3554
3691
|
}
|
|
3555
|
-
]
|
|
3692
|
+
],
|
|
3693
|
+
"type": "card"
|
|
3556
3694
|
},
|
|
3557
3695
|
{
|
|
3558
3696
|
"type": "card",
|
|
3559
3697
|
"children": [
|
|
3560
3698
|
{
|
|
3561
|
-
"
|
|
3699
|
+
"gap": "sm",
|
|
3562
3700
|
"type": "stack",
|
|
3701
|
+
"direction": "vertical",
|
|
3563
3702
|
"children": [
|
|
3564
3703
|
{
|
|
3704
|
+
"type": "typography",
|
|
3565
3705
|
"variant": "caption",
|
|
3566
|
-
"content": "Status"
|
|
3567
|
-
"type": "typography"
|
|
3706
|
+
"content": "Status"
|
|
3568
3707
|
},
|
|
3569
3708
|
{
|
|
3570
|
-
"content": "@entity.status",
|
|
3571
3709
|
"type": "typography",
|
|
3572
|
-
"variant": "h3"
|
|
3710
|
+
"variant": "h3",
|
|
3711
|
+
"content": "@entity.status"
|
|
3573
3712
|
}
|
|
3574
|
-
]
|
|
3575
|
-
"gap": "sm"
|
|
3713
|
+
]
|
|
3576
3714
|
}
|
|
3577
3715
|
]
|
|
3578
3716
|
},
|
|
3579
3717
|
{
|
|
3718
|
+
"type": "card",
|
|
3580
3719
|
"children": [
|
|
3581
3720
|
{
|
|
3721
|
+
"gap": "sm",
|
|
3582
3722
|
"children": [
|
|
3583
3723
|
{
|
|
3724
|
+
"type": "typography",
|
|
3584
3725
|
"variant": "caption",
|
|
3585
|
-
"content": "Duration"
|
|
3586
|
-
"type": "typography"
|
|
3726
|
+
"content": "Duration"
|
|
3587
3727
|
},
|
|
3588
3728
|
{
|
|
3589
|
-
"
|
|
3729
|
+
"type": "typography",
|
|
3590
3730
|
"content": "@entity.duration",
|
|
3591
|
-
"
|
|
3731
|
+
"variant": "h3"
|
|
3592
3732
|
}
|
|
3593
3733
|
],
|
|
3594
|
-
"gap": "sm",
|
|
3595
3734
|
"direction": "vertical",
|
|
3596
3735
|
"type": "stack"
|
|
3597
3736
|
}
|
|
3598
|
-
]
|
|
3599
|
-
"type": "card"
|
|
3737
|
+
]
|
|
3600
3738
|
},
|
|
3601
3739
|
{
|
|
3740
|
+
"type": "card",
|
|
3602
3741
|
"children": [
|
|
3603
3742
|
{
|
|
3604
|
-
"gap": "sm",
|
|
3605
|
-
"type": "stack",
|
|
3606
3743
|
"direction": "vertical",
|
|
3607
3744
|
"children": [
|
|
3608
3745
|
{
|
|
3609
3746
|
"type": "typography",
|
|
3610
|
-
"
|
|
3611
|
-
"
|
|
3747
|
+
"variant": "caption",
|
|
3748
|
+
"content": "Output"
|
|
3612
3749
|
},
|
|
3613
3750
|
{
|
|
3614
|
-
"content": "@entity.output",
|
|
3615
3751
|
"variant": "h3",
|
|
3752
|
+
"content": "@entity.output",
|
|
3616
3753
|
"type": "typography"
|
|
3617
3754
|
}
|
|
3618
|
-
]
|
|
3755
|
+
],
|
|
3756
|
+
"type": "stack",
|
|
3757
|
+
"gap": "sm"
|
|
3619
3758
|
}
|
|
3620
|
-
]
|
|
3621
|
-
"type": "card"
|
|
3759
|
+
]
|
|
3622
3760
|
}
|
|
3623
|
-
]
|
|
3624
|
-
"type": "simple-grid"
|
|
3761
|
+
]
|
|
3625
3762
|
}
|
|
3626
3763
|
]
|
|
3627
3764
|
},
|
|
@@ -3630,44 +3767,44 @@
|
|
|
3630
3767
|
},
|
|
3631
3768
|
{
|
|
3632
3769
|
"type": "grid",
|
|
3770
|
+
"gap": "md",
|
|
3771
|
+
"cols": 2.0,
|
|
3633
3772
|
"children": [
|
|
3634
3773
|
{
|
|
3635
|
-
"type": "card",
|
|
3636
3774
|
"children": [
|
|
3637
3775
|
{
|
|
3776
|
+
"type": "typography",
|
|
3638
3777
|
"content": "Chart View",
|
|
3639
|
-
"variant": "caption"
|
|
3640
|
-
"type": "typography"
|
|
3778
|
+
"variant": "caption"
|
|
3641
3779
|
}
|
|
3642
|
-
]
|
|
3780
|
+
],
|
|
3781
|
+
"type": "card"
|
|
3643
3782
|
},
|
|
3644
3783
|
{
|
|
3784
|
+
"type": "card",
|
|
3645
3785
|
"children": [
|
|
3646
3786
|
{
|
|
3647
|
-
"
|
|
3787
|
+
"type": "typography",
|
|
3648
3788
|
"variant": "caption",
|
|
3649
|
-
"
|
|
3789
|
+
"content": "Graph View"
|
|
3650
3790
|
}
|
|
3651
|
-
]
|
|
3652
|
-
"type": "card"
|
|
3791
|
+
]
|
|
3653
3792
|
}
|
|
3654
|
-
]
|
|
3655
|
-
"gap": "md",
|
|
3656
|
-
"cols": 2.0
|
|
3793
|
+
]
|
|
3657
3794
|
},
|
|
3658
3795
|
{
|
|
3659
3796
|
"data": [
|
|
3660
3797
|
{
|
|
3661
|
-
"
|
|
3662
|
-
"
|
|
3798
|
+
"value": 12.0,
|
|
3799
|
+
"date": "Jan"
|
|
3663
3800
|
},
|
|
3664
3801
|
{
|
|
3665
|
-
"
|
|
3666
|
-
"
|
|
3802
|
+
"value": 19.0,
|
|
3803
|
+
"date": "Feb"
|
|
3667
3804
|
},
|
|
3668
3805
|
{
|
|
3669
|
-
"
|
|
3670
|
-
"
|
|
3806
|
+
"value": 15.0,
|
|
3807
|
+
"date": "Mar"
|
|
3671
3808
|
},
|
|
3672
3809
|
{
|
|
3673
3810
|
"date": "Apr",
|
|
@@ -3692,47 +3829,43 @@
|
|
|
3692
3829
|
"color": "primary"
|
|
3693
3830
|
},
|
|
3694
3831
|
{
|
|
3695
|
-
"
|
|
3696
|
-
"
|
|
3832
|
+
"color": "muted",
|
|
3833
|
+
"label": "Previous"
|
|
3697
3834
|
}
|
|
3698
3835
|
]
|
|
3699
3836
|
},
|
|
3700
3837
|
{
|
|
3838
|
+
"width": 400.0,
|
|
3839
|
+
"type": "graph-view",
|
|
3701
3840
|
"nodes": [
|
|
3702
3841
|
{
|
|
3703
|
-
"
|
|
3704
|
-
"
|
|
3842
|
+
"label": "Start",
|
|
3843
|
+
"id": "a"
|
|
3705
3844
|
},
|
|
3706
3845
|
{
|
|
3707
3846
|
"id": "b",
|
|
3708
3847
|
"label": "Process"
|
|
3709
3848
|
},
|
|
3710
3849
|
{
|
|
3711
|
-
"
|
|
3712
|
-
"
|
|
3850
|
+
"label": "End",
|
|
3851
|
+
"id": "c"
|
|
3713
3852
|
}
|
|
3714
3853
|
],
|
|
3715
|
-
"width": 400.0,
|
|
3716
|
-
"type": "graph-view",
|
|
3717
|
-
"height": 200.0,
|
|
3718
3854
|
"edges": [
|
|
3719
3855
|
{
|
|
3720
|
-
"
|
|
3721
|
-
"
|
|
3856
|
+
"source": "a",
|
|
3857
|
+
"target": "b"
|
|
3722
3858
|
},
|
|
3723
3859
|
{
|
|
3724
|
-
"
|
|
3725
|
-
"
|
|
3860
|
+
"source": "b",
|
|
3861
|
+
"target": "c"
|
|
3726
3862
|
}
|
|
3727
|
-
]
|
|
3863
|
+
],
|
|
3864
|
+
"height": 200.0
|
|
3728
3865
|
}
|
|
3729
|
-
]
|
|
3730
|
-
"type": "stack",
|
|
3731
|
-
"direction": "vertical",
|
|
3732
|
-
"gap": "lg"
|
|
3866
|
+
]
|
|
3733
3867
|
}
|
|
3734
|
-
]
|
|
3735
|
-
"type": "scaled-diagram"
|
|
3868
|
+
]
|
|
3736
3869
|
}
|
|
3737
3870
|
]
|
|
3738
3871
|
}
|
|
@@ -3957,8 +4090,8 @@
|
|
|
3957
4090
|
"Deployment",
|
|
3958
4091
|
{
|
|
3959
4092
|
"emit": {
|
|
3960
|
-
"
|
|
3961
|
-
"
|
|
4093
|
+
"failure": "DeploymentLoadFailed",
|
|
4094
|
+
"success": "DeploymentLoaded"
|
|
3962
4095
|
}
|
|
3963
4096
|
}
|
|
3964
4097
|
],
|
|
@@ -3966,88 +4099,56 @@
|
|
|
3966
4099
|
"render-ui",
|
|
3967
4100
|
"main",
|
|
3968
4101
|
{
|
|
3969
|
-
"navItems": [
|
|
3970
|
-
{
|
|
3971
|
-
"href": "/builds",
|
|
3972
|
-
"label": "Builds",
|
|
3973
|
-
"icon": "hammer"
|
|
3974
|
-
},
|
|
3975
|
-
{
|
|
3976
|
-
"label": "Stages",
|
|
3977
|
-
"href": "/stages",
|
|
3978
|
-
"icon": "layers"
|
|
3979
|
-
},
|
|
3980
|
-
{
|
|
3981
|
-
"label": "Deploy",
|
|
3982
|
-
"icon": "rocket",
|
|
3983
|
-
"href": "/deploy"
|
|
3984
|
-
}
|
|
3985
|
-
],
|
|
3986
|
-
"type": "dashboard-layout",
|
|
3987
4102
|
"appName": "CI/CD Pipeline",
|
|
3988
4103
|
"children": [
|
|
3989
4104
|
{
|
|
3990
|
-
"type": "stack",
|
|
3991
|
-
"align": "center",
|
|
3992
4105
|
"children": [
|
|
3993
4106
|
{
|
|
3994
|
-
"direction": "horizontal",
|
|
3995
4107
|
"gap": "md",
|
|
4108
|
+
"align": "center",
|
|
4109
|
+
"direction": "horizontal",
|
|
3996
4110
|
"children": [
|
|
3997
4111
|
{
|
|
3998
|
-
"
|
|
3999
|
-
"
|
|
4112
|
+
"type": "icon",
|
|
4113
|
+
"name": "upload-cloud"
|
|
4000
4114
|
},
|
|
4001
4115
|
{
|
|
4116
|
+
"content": "Deployment",
|
|
4002
4117
|
"type": "typography",
|
|
4003
|
-
"variant": "h2"
|
|
4004
|
-
"content": "Deployment"
|
|
4118
|
+
"variant": "h2"
|
|
4005
4119
|
}
|
|
4006
4120
|
],
|
|
4007
|
-
"type": "stack"
|
|
4008
|
-
"align": "center"
|
|
4121
|
+
"type": "stack"
|
|
4009
4122
|
},
|
|
4010
4123
|
{
|
|
4011
4124
|
"type": "divider"
|
|
4012
4125
|
},
|
|
4013
4126
|
{
|
|
4014
4127
|
"type": "typography",
|
|
4015
|
-
"color": "muted",
|
|
4016
4128
|
"content": "Ready to start deployment operation.",
|
|
4129
|
+
"color": "muted",
|
|
4017
4130
|
"variant": "body"
|
|
4018
4131
|
},
|
|
4019
4132
|
{
|
|
4133
|
+
"label": "Start",
|
|
4134
|
+
"type": "button",
|
|
4020
4135
|
"variant": "primary",
|
|
4021
4136
|
"icon": "play",
|
|
4022
|
-
"action": "START"
|
|
4023
|
-
"type": "button",
|
|
4024
|
-
"label": "Start"
|
|
4137
|
+
"action": "START"
|
|
4025
4138
|
}
|
|
4026
4139
|
],
|
|
4027
4140
|
"gap": "lg",
|
|
4028
|
-
"
|
|
4141
|
+
"align": "center",
|
|
4142
|
+
"direction": "vertical",
|
|
4143
|
+
"type": "stack"
|
|
4029
4144
|
}
|
|
4030
|
-
]
|
|
4031
|
-
}
|
|
4032
|
-
]
|
|
4033
|
-
]
|
|
4034
|
-
},
|
|
4035
|
-
{
|
|
4036
|
-
"from": "idle",
|
|
4037
|
-
"to": "loading",
|
|
4038
|
-
"event": "START",
|
|
4039
|
-
"effects": [
|
|
4040
|
-
[
|
|
4041
|
-
"render-ui",
|
|
4042
|
-
"main",
|
|
4043
|
-
{
|
|
4044
|
-
"appName": "CI/CD Pipeline",
|
|
4145
|
+
],
|
|
4045
4146
|
"type": "dashboard-layout",
|
|
4046
4147
|
"navItems": [
|
|
4047
4148
|
{
|
|
4149
|
+
"href": "/builds",
|
|
4048
4150
|
"icon": "hammer",
|
|
4049
|
-
"label": "Builds"
|
|
4050
|
-
"href": "/builds"
|
|
4151
|
+
"label": "Builds"
|
|
4051
4152
|
},
|
|
4052
4153
|
{
|
|
4053
4154
|
"label": "Stages",
|
|
@@ -4059,24 +4160,56 @@
|
|
|
4059
4160
|
"href": "/deploy",
|
|
4060
4161
|
"icon": "rocket"
|
|
4061
4162
|
}
|
|
4062
|
-
]
|
|
4163
|
+
]
|
|
4164
|
+
}
|
|
4165
|
+
]
|
|
4166
|
+
]
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
"from": "idle",
|
|
4170
|
+
"to": "loading",
|
|
4171
|
+
"event": "START",
|
|
4172
|
+
"effects": [
|
|
4173
|
+
[
|
|
4174
|
+
"render-ui",
|
|
4175
|
+
"main",
|
|
4176
|
+
{
|
|
4177
|
+
"type": "dashboard-layout",
|
|
4178
|
+
"appName": "CI/CD Pipeline",
|
|
4063
4179
|
"children": [
|
|
4064
4180
|
{
|
|
4065
|
-
"type": "stack",
|
|
4066
|
-
"direction": "vertical",
|
|
4067
4181
|
"children": [
|
|
4068
4182
|
{
|
|
4069
|
-
"type": "loading-state",
|
|
4070
4183
|
"message": "Processing deployment...",
|
|
4071
|
-
"title": "Deploying..."
|
|
4184
|
+
"title": "Deploying...",
|
|
4185
|
+
"type": "loading-state"
|
|
4072
4186
|
},
|
|
4073
4187
|
{
|
|
4074
|
-
"
|
|
4075
|
-
"
|
|
4188
|
+
"type": "skeleton",
|
|
4189
|
+
"variant": "text"
|
|
4076
4190
|
}
|
|
4077
4191
|
],
|
|
4192
|
+
"align": "center",
|
|
4078
4193
|
"gap": "lg",
|
|
4079
|
-
"
|
|
4194
|
+
"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"
|
|
4080
4213
|
}
|
|
4081
4214
|
]
|
|
4082
4215
|
}
|
|
@@ -4095,8 +4228,8 @@
|
|
|
4095
4228
|
"@payload.data",
|
|
4096
4229
|
{
|
|
4097
4230
|
"emit": {
|
|
4098
|
-
"
|
|
4099
|
-
"
|
|
4231
|
+
"failure": "DeploymentSaveFailed",
|
|
4232
|
+
"success": "DeploymentSaved"
|
|
4100
4233
|
}
|
|
4101
4234
|
}
|
|
4102
4235
|
],
|
|
@@ -4105,7 +4238,6 @@
|
|
|
4105
4238
|
"main",
|
|
4106
4239
|
{
|
|
4107
4240
|
"appName": "CI/CD Pipeline",
|
|
4108
|
-
"type": "dashboard-layout",
|
|
4109
4241
|
"navItems": [
|
|
4110
4242
|
{
|
|
4111
4243
|
"label": "Builds",
|
|
@@ -4113,48 +4245,49 @@
|
|
|
4113
4245
|
"icon": "hammer"
|
|
4114
4246
|
},
|
|
4115
4247
|
{
|
|
4116
|
-
"icon": "layers",
|
|
4117
4248
|
"href": "/stages",
|
|
4249
|
+
"icon": "layers",
|
|
4118
4250
|
"label": "Stages"
|
|
4119
4251
|
},
|
|
4120
4252
|
{
|
|
4121
|
-
"label": "Deploy",
|
|
4122
4253
|
"icon": "rocket",
|
|
4123
|
-
"href": "/deploy"
|
|
4254
|
+
"href": "/deploy",
|
|
4255
|
+
"label": "Deploy"
|
|
4124
4256
|
}
|
|
4125
4257
|
],
|
|
4258
|
+
"type": "dashboard-layout",
|
|
4126
4259
|
"children": [
|
|
4127
4260
|
{
|
|
4261
|
+
"align": "center",
|
|
4128
4262
|
"children": [
|
|
4129
4263
|
{
|
|
4130
4264
|
"type": "icon",
|
|
4131
4265
|
"name": "check-circle"
|
|
4132
4266
|
},
|
|
4133
4267
|
{
|
|
4134
|
-
"
|
|
4268
|
+
"message": "Deployment successful.",
|
|
4135
4269
|
"variant": "success",
|
|
4136
|
-
"
|
|
4270
|
+
"type": "alert"
|
|
4137
4271
|
},
|
|
4138
4272
|
{
|
|
4139
4273
|
"type": "stack",
|
|
4140
|
-
"direction": "horizontal",
|
|
4141
4274
|
"gap": "sm",
|
|
4142
4275
|
"justify": "center",
|
|
4276
|
+
"direction": "horizontal",
|
|
4143
4277
|
"children": [
|
|
4144
4278
|
{
|
|
4279
|
+
"icon": "rotate-ccw",
|
|
4145
4280
|
"action": "RESET",
|
|
4146
|
-
"variant": "ghost",
|
|
4147
4281
|
"label": "Reset",
|
|
4148
|
-
"
|
|
4282
|
+
"variant": "ghost",
|
|
4149
4283
|
"type": "button"
|
|
4150
4284
|
}
|
|
4151
4285
|
]
|
|
4152
4286
|
}
|
|
4153
4287
|
],
|
|
4154
4288
|
"direction": "vertical",
|
|
4155
|
-
"
|
|
4156
|
-
"
|
|
4157
|
-
"type": "stack"
|
|
4289
|
+
"type": "stack",
|
|
4290
|
+
"gap": "lg"
|
|
4158
4291
|
}
|
|
4159
4292
|
]
|
|
4160
4293
|
}
|
|
@@ -4170,11 +4303,12 @@
|
|
|
4170
4303
|
"render-ui",
|
|
4171
4304
|
"main",
|
|
4172
4305
|
{
|
|
4306
|
+
"appName": "CI/CD Pipeline",
|
|
4173
4307
|
"navItems": [
|
|
4174
4308
|
{
|
|
4175
|
-
"icon": "hammer",
|
|
4176
4309
|
"href": "/builds",
|
|
4177
|
-
"label": "Builds"
|
|
4310
|
+
"label": "Builds",
|
|
4311
|
+
"icon": "hammer"
|
|
4178
4312
|
},
|
|
4179
4313
|
{
|
|
4180
4314
|
"label": "Stages",
|
|
@@ -4182,49 +4316,48 @@
|
|
|
4182
4316
|
"href": "/stages"
|
|
4183
4317
|
},
|
|
4184
4318
|
{
|
|
4185
|
-
"
|
|
4319
|
+
"href": "/deploy",
|
|
4186
4320
|
"label": "Deploy",
|
|
4187
|
-
"
|
|
4321
|
+
"icon": "rocket"
|
|
4188
4322
|
}
|
|
4189
4323
|
],
|
|
4190
|
-
"appName": "CI/CD Pipeline",
|
|
4191
4324
|
"type": "dashboard-layout",
|
|
4192
4325
|
"children": [
|
|
4193
4326
|
{
|
|
4194
|
-
"
|
|
4195
|
-
"
|
|
4327
|
+
"align": "center",
|
|
4328
|
+
"type": "stack",
|
|
4196
4329
|
"children": [
|
|
4197
4330
|
{
|
|
4198
|
-
"message": "Deployment failed.",
|
|
4199
|
-
"onRetry": "RETRY",
|
|
4200
4331
|
"title": "Operation Failed",
|
|
4201
|
-
"type": "error-state"
|
|
4332
|
+
"type": "error-state",
|
|
4333
|
+
"message": "Deployment failed.",
|
|
4334
|
+
"onRetry": "RETRY"
|
|
4202
4335
|
},
|
|
4203
4336
|
{
|
|
4337
|
+
"justify": "center",
|
|
4204
4338
|
"direction": "horizontal",
|
|
4205
|
-
"gap": "sm",
|
|
4206
4339
|
"type": "stack",
|
|
4207
4340
|
"children": [
|
|
4208
4341
|
{
|
|
4209
4342
|
"label": "Retry",
|
|
4210
|
-
"
|
|
4343
|
+
"type": "button",
|
|
4211
4344
|
"icon": "refresh-cw",
|
|
4212
|
-
"
|
|
4213
|
-
"
|
|
4345
|
+
"variant": "primary",
|
|
4346
|
+
"action": "RETRY"
|
|
4214
4347
|
},
|
|
4215
4348
|
{
|
|
4216
|
-
"
|
|
4217
|
-
"variant": "ghost",
|
|
4349
|
+
"type": "button",
|
|
4218
4350
|
"action": "RESET",
|
|
4351
|
+
"variant": "ghost",
|
|
4219
4352
|
"icon": "rotate-ccw",
|
|
4220
|
-
"
|
|
4353
|
+
"label": "Reset"
|
|
4221
4354
|
}
|
|
4222
4355
|
],
|
|
4223
|
-
"
|
|
4356
|
+
"gap": "sm"
|
|
4224
4357
|
}
|
|
4225
4358
|
],
|
|
4226
|
-
"
|
|
4227
|
-
"
|
|
4359
|
+
"gap": "lg",
|
|
4360
|
+
"direction": "vertical"
|
|
4228
4361
|
}
|
|
4229
4362
|
]
|
|
4230
4363
|
}
|
|
@@ -4240,67 +4373,67 @@
|
|
|
4240
4373
|
"render-ui",
|
|
4241
4374
|
"main",
|
|
4242
4375
|
{
|
|
4376
|
+
"navItems": [
|
|
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
|
+
],
|
|
4393
|
+
"appName": "CI/CD Pipeline",
|
|
4243
4394
|
"children": [
|
|
4244
4395
|
{
|
|
4245
4396
|
"gap": "lg",
|
|
4397
|
+
"direction": "vertical",
|
|
4398
|
+
"type": "stack",
|
|
4399
|
+
"align": "center",
|
|
4246
4400
|
"children": [
|
|
4247
4401
|
{
|
|
4402
|
+
"direction": "horizontal",
|
|
4403
|
+
"gap": "md",
|
|
4248
4404
|
"type": "stack",
|
|
4405
|
+
"align": "center",
|
|
4249
4406
|
"children": [
|
|
4250
4407
|
{
|
|
4251
4408
|
"name": "upload-cloud",
|
|
4252
4409
|
"type": "icon"
|
|
4253
4410
|
},
|
|
4254
4411
|
{
|
|
4255
|
-
"type": "typography",
|
|
4256
4412
|
"variant": "h2",
|
|
4257
|
-
"content": "Deployment"
|
|
4413
|
+
"content": "Deployment",
|
|
4414
|
+
"type": "typography"
|
|
4258
4415
|
}
|
|
4259
|
-
]
|
|
4260
|
-
"gap": "md",
|
|
4261
|
-
"direction": "horizontal",
|
|
4262
|
-
"align": "center"
|
|
4416
|
+
]
|
|
4263
4417
|
},
|
|
4264
4418
|
{
|
|
4265
4419
|
"type": "divider"
|
|
4266
4420
|
},
|
|
4267
4421
|
{
|
|
4268
|
-
"type": "typography",
|
|
4269
4422
|
"variant": "body",
|
|
4423
|
+
"color": "muted",
|
|
4270
4424
|
"content": "Ready to start deployment operation.",
|
|
4271
|
-
"
|
|
4425
|
+
"type": "typography"
|
|
4272
4426
|
},
|
|
4273
4427
|
{
|
|
4274
4428
|
"label": "Start",
|
|
4275
4429
|
"icon": "play",
|
|
4276
|
-
"variant": "primary",
|
|
4277
4430
|
"action": "START",
|
|
4278
|
-
"type": "button"
|
|
4431
|
+
"type": "button",
|
|
4432
|
+
"variant": "primary"
|
|
4279
4433
|
}
|
|
4280
|
-
]
|
|
4281
|
-
"type": "stack",
|
|
4282
|
-
"direction": "vertical",
|
|
4283
|
-
"align": "center"
|
|
4284
|
-
}
|
|
4285
|
-
],
|
|
4286
|
-
"navItems": [
|
|
4287
|
-
{
|
|
4288
|
-
"icon": "hammer",
|
|
4289
|
-
"href": "/builds",
|
|
4290
|
-
"label": "Builds"
|
|
4291
|
-
},
|
|
4292
|
-
{
|
|
4293
|
-
"href": "/stages",
|
|
4294
|
-
"label": "Stages",
|
|
4295
|
-
"icon": "layers"
|
|
4296
|
-
},
|
|
4297
|
-
{
|
|
4298
|
-
"label": "Deploy",
|
|
4299
|
-
"href": "/deploy",
|
|
4300
|
-
"icon": "rocket"
|
|
4434
|
+
]
|
|
4301
4435
|
}
|
|
4302
4436
|
],
|
|
4303
|
-
"appName": "CI/CD Pipeline",
|
|
4304
4437
|
"type": "dashboard-layout"
|
|
4305
4438
|
}
|
|
4306
4439
|
]
|
|
@@ -4318,9 +4451,9 @@
|
|
|
4318
4451
|
"type": "dashboard-layout",
|
|
4319
4452
|
"navItems": [
|
|
4320
4453
|
{
|
|
4321
|
-
"label": "Builds",
|
|
4322
4454
|
"href": "/builds",
|
|
4323
|
-
"icon": "hammer"
|
|
4455
|
+
"icon": "hammer",
|
|
4456
|
+
"label": "Builds"
|
|
4324
4457
|
},
|
|
4325
4458
|
{
|
|
4326
4459
|
"icon": "layers",
|
|
@@ -4328,52 +4461,52 @@
|
|
|
4328
4461
|
"href": "/stages"
|
|
4329
4462
|
},
|
|
4330
4463
|
{
|
|
4464
|
+
"href": "/deploy",
|
|
4331
4465
|
"icon": "rocket",
|
|
4332
|
-
"label": "Deploy"
|
|
4333
|
-
"href": "/deploy"
|
|
4466
|
+
"label": "Deploy"
|
|
4334
4467
|
}
|
|
4335
4468
|
],
|
|
4336
4469
|
"children": [
|
|
4337
4470
|
{
|
|
4471
|
+
"align": "center",
|
|
4338
4472
|
"type": "stack",
|
|
4339
4473
|
"direction": "vertical",
|
|
4340
|
-
"gap": "lg",
|
|
4341
|
-
"align": "center",
|
|
4342
4474
|
"children": [
|
|
4343
4475
|
{
|
|
4476
|
+
"gap": "md",
|
|
4344
4477
|
"type": "stack",
|
|
4345
|
-
"
|
|
4478
|
+
"direction": "horizontal",
|
|
4346
4479
|
"children": [
|
|
4347
4480
|
{
|
|
4348
4481
|
"type": "icon",
|
|
4349
4482
|
"name": "upload-cloud"
|
|
4350
4483
|
},
|
|
4351
4484
|
{
|
|
4352
|
-
"content": "Deployment",
|
|
4353
4485
|
"variant": "h2",
|
|
4354
|
-
"type": "typography"
|
|
4486
|
+
"type": "typography",
|
|
4487
|
+
"content": "Deployment"
|
|
4355
4488
|
}
|
|
4356
4489
|
],
|
|
4357
|
-
"
|
|
4358
|
-
"gap": "md"
|
|
4490
|
+
"align": "center"
|
|
4359
4491
|
},
|
|
4360
4492
|
{
|
|
4361
4493
|
"type": "divider"
|
|
4362
4494
|
},
|
|
4363
4495
|
{
|
|
4364
|
-
"type": "typography",
|
|
4365
4496
|
"color": "muted",
|
|
4497
|
+
"type": "typography",
|
|
4366
4498
|
"content": "Ready to start deployment operation.",
|
|
4367
4499
|
"variant": "body"
|
|
4368
4500
|
},
|
|
4369
4501
|
{
|
|
4370
|
-
"type": "button",
|
|
4371
4502
|
"icon": "play",
|
|
4372
|
-
"variant": "primary",
|
|
4373
4503
|
"label": "Start",
|
|
4374
|
-
"action": "START"
|
|
4504
|
+
"action": "START",
|
|
4505
|
+
"type": "button",
|
|
4506
|
+
"variant": "primary"
|
|
4375
4507
|
}
|
|
4376
|
-
]
|
|
4508
|
+
],
|
|
4509
|
+
"gap": "lg"
|
|
4377
4510
|
}
|
|
4378
4511
|
],
|
|
4379
4512
|
"appName": "CI/CD Pipeline"
|
|
@@ -4390,18 +4523,16 @@
|
|
|
4390
4523
|
"render-ui",
|
|
4391
4524
|
"main",
|
|
4392
4525
|
{
|
|
4393
|
-
"type": "dashboard-layout",
|
|
4394
|
-
"appName": "CI/CD Pipeline",
|
|
4395
4526
|
"navItems": [
|
|
4396
4527
|
{
|
|
4397
|
-
"
|
|
4528
|
+
"icon": "hammer",
|
|
4398
4529
|
"label": "Builds",
|
|
4399
|
-
"
|
|
4530
|
+
"href": "/builds"
|
|
4400
4531
|
},
|
|
4401
4532
|
{
|
|
4402
|
-
"icon": "layers",
|
|
4403
4533
|
"href": "/stages",
|
|
4404
|
-
"label": "Stages"
|
|
4534
|
+
"label": "Stages",
|
|
4535
|
+
"icon": "layers"
|
|
4405
4536
|
},
|
|
4406
4537
|
{
|
|
4407
4538
|
"icon": "rocket",
|
|
@@ -4411,23 +4542,25 @@
|
|
|
4411
4542
|
],
|
|
4412
4543
|
"children": [
|
|
4413
4544
|
{
|
|
4545
|
+
"direction": "vertical",
|
|
4414
4546
|
"align": "center",
|
|
4415
|
-
"gap": "lg",
|
|
4416
4547
|
"children": [
|
|
4417
4548
|
{
|
|
4418
|
-
"type": "loading-state",
|
|
4419
4549
|
"title": "Deploying...",
|
|
4420
|
-
"message": "Processing deployment..."
|
|
4550
|
+
"message": "Processing deployment...",
|
|
4551
|
+
"type": "loading-state"
|
|
4421
4552
|
},
|
|
4422
4553
|
{
|
|
4423
4554
|
"type": "skeleton",
|
|
4424
4555
|
"variant": "text"
|
|
4425
4556
|
}
|
|
4426
4557
|
],
|
|
4427
|
-
"
|
|
4428
|
-
"
|
|
4558
|
+
"type": "stack",
|
|
4559
|
+
"gap": "lg"
|
|
4429
4560
|
}
|
|
4430
|
-
]
|
|
4561
|
+
],
|
|
4562
|
+
"type": "dashboard-layout",
|
|
4563
|
+
"appName": "CI/CD Pipeline"
|
|
4431
4564
|
}
|
|
4432
4565
|
]
|
|
4433
4566
|
]
|