@almadar/std 8.1.0 → 8.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
  27. package/behaviors/registry/app/organisms/std-cms.orb +445 -445
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
  29. package/behaviors/registry/app/organisms/std-crm.orb +781 -781
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
  37. package/behaviors/registry/app/organisms/std-lms.orb +863 -863
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
  42. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
  44. package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -24
  47. package/behaviors/registry/core/atoms/std-display.orb +371 -371
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +46 -46
  50. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  51. package/behaviors/registry/core/atoms/std-modal.orb +14 -14
  52. package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
  53. package/behaviors/registry/core/atoms/std-push.orb +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
  55. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  56. package/behaviors/registry/core/atoms/std-search.orb +71 -71
  57. package/behaviors/registry/core/atoms/std-selection.orb +89 -89
  58. package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
  59. package/behaviors/registry/core/molecules/std-cart.orb +54 -54
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
  62. package/behaviors/registry/core/molecules/std-list.orb +60 -60
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
  64. package/behaviors/registry/game/atoms/std-collision.orb +143 -143
  65. package/behaviors/registry/game/atoms/std-combat.orb +80 -80
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
  69. package/behaviors/registry/game/atoms/std-movement.orb +300 -300
  70. package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  72. package/behaviors/registry/game/atoms/std-quest.orb +124 -124
  73. package/behaviors/registry/game/atoms/std-timer.orb +251 -260
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
  83. package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
  84. package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -24
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -14
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
  187. package/package.json +1 -1
@@ -389,8 +389,8 @@
389
389
  "Build",
390
390
  {
391
391
  "emit": {
392
- "failure": "BuildLoadFailed",
393
- "success": "BuildLoaded"
392
+ "success": "BuildLoaded",
393
+ "failure": "BuildLoadFailed"
394
394
  }
395
395
  }
396
396
  ],
@@ -398,22 +398,22 @@
398
398
  "render-ui",
399
399
  "main",
400
400
  {
401
+ "type": "stack",
402
+ "gap": "md",
401
403
  "align": "center",
404
+ "className": "py-12",
402
405
  "children": [
403
406
  {
404
407
  "type": "spinner"
405
408
  },
406
409
  {
407
- "content": "Loading builds…",
408
410
  "variant": "caption",
409
- "color": "muted",
410
- "type": "typography"
411
+ "content": "Loading builds…",
412
+ "type": "typography",
413
+ "color": "muted"
411
414
  }
412
415
  ],
413
- "type": "stack",
414
- "className": "py-12",
415
- "direction": "vertical",
416
- "gap": "md"
416
+ "direction": "vertical"
417
417
  }
418
418
  ]
419
419
  ]
@@ -427,46 +427,68 @@
427
427
  "render-ui",
428
428
  "main",
429
429
  {
430
+ "type": "dashboard-layout",
431
+ "navItems": [
432
+ {
433
+ "href": "/builds",
434
+ "label": "Builds",
435
+ "icon": "hammer"
436
+ },
437
+ {
438
+ "href": "/stages",
439
+ "icon": "layers",
440
+ "label": "Stages"
441
+ },
442
+ {
443
+ "href": "/deploy",
444
+ "icon": "rocket",
445
+ "label": "Deploy"
446
+ }
447
+ ],
448
+ "appName": "CI/CD Pipeline",
430
449
  "children": [
431
450
  {
451
+ "type": "stack",
452
+ "direction": "vertical",
453
+ "className": "max-w-5xl mx-auto w-full",
432
454
  "children": [
433
455
  {
434
- "type": "stack",
435
- "direction": "horizontal",
436
456
  "gap": "md",
457
+ "type": "stack",
437
458
  "justify": "between",
459
+ "direction": "horizontal",
438
460
  "align": "center",
439
461
  "children": [
440
462
  {
441
- "align": "center",
442
463
  "children": [
443
464
  {
444
465
  "type": "icon",
445
466
  "name": "package"
446
467
  },
447
468
  {
448
- "type": "typography",
469
+ "variant": "h2",
449
470
  "content": "Builds",
450
- "variant": "h2"
471
+ "type": "typography"
451
472
  }
452
473
  ],
474
+ "type": "stack",
453
475
  "gap": "sm",
454
476
  "direction": "horizontal",
455
- "type": "stack"
477
+ "align": "center"
456
478
  },
457
479
  {
458
- "type": "stack",
459
- "direction": "horizontal",
460
- "gap": "sm",
461
480
  "children": [
462
481
  {
482
+ "type": "button",
483
+ "icon": "plus",
463
484
  "label": "Create Build",
464
485
  "action": "CREATE",
465
- "type": "button",
466
- "variant": "primary",
467
- "icon": "plus"
486
+ "variant": "primary"
468
487
  }
469
- ]
488
+ ],
489
+ "type": "stack",
490
+ "gap": "sm",
491
+ "direction": "horizontal"
470
492
  }
471
493
  ]
472
494
  },
@@ -474,30 +496,31 @@
474
496
  "type": "divider"
475
497
  },
476
498
  {
477
- "gap": "sm",
499
+ "fields": [],
500
+ "entity": "@payload.data",
478
501
  "itemActions": [
479
502
  {
480
- "label": "View",
503
+ "variant": "ghost",
481
504
  "event": "VIEW",
482
- "variant": "ghost"
505
+ "label": "View"
483
506
  },
484
507
  {
485
- "label": "Edit",
508
+ "variant": "ghost",
486
509
  "event": "EDIT",
487
- "variant": "ghost"
510
+ "label": "Edit"
488
511
  },
489
512
  {
513
+ "event": "DELETE",
490
514
  "variant": "danger",
491
- "label": "Delete",
492
- "event": "DELETE"
515
+ "label": "Delete"
493
516
  }
494
517
  ],
495
518
  "type": "data-list",
496
519
  "columns": [
497
520
  {
521
+ "name": "branch",
498
522
  "variant": "h3",
499
- "icon": "git-branch",
500
- "name": "branch"
523
+ "icon": "git-branch"
501
524
  },
502
525
  {
503
526
  "name": "status",
@@ -508,41 +531,18 @@
508
531
  "name": "commit"
509
532
  },
510
533
  {
511
- "variant": "caption",
534
+ "label": "Triggered By",
512
535
  "name": "triggeredBy",
513
- "label": "Triggered By"
536
+ "variant": "caption"
514
537
  }
515
538
  ],
516
- "fields": [],
517
539
  "variant": "card",
518
- "entity": "@payload.data"
540
+ "gap": "sm"
519
541
  }
520
542
  ],
521
- "direction": "vertical",
522
- "type": "stack",
523
- "className": "max-w-5xl mx-auto w-full",
524
543
  "gap": "lg"
525
544
  }
526
- ],
527
- "appName": "CI/CD Pipeline",
528
- "navItems": [
529
- {
530
- "icon": "hammer",
531
- "label": "Builds",
532
- "href": "/builds"
533
- },
534
- {
535
- "label": "Stages",
536
- "icon": "layers",
537
- "href": "/stages"
538
- },
539
- {
540
- "label": "Deploy",
541
- "icon": "rocket",
542
- "href": "/deploy"
543
- }
544
- ],
545
- "type": "dashboard-layout"
545
+ ]
546
546
  }
547
547
  ]
548
548
  ]
@@ -556,33 +556,33 @@
556
556
  "render-ui",
557
557
  "main",
558
558
  {
559
+ "gap": "md",
560
+ "align": "center",
559
561
  "className": "py-12",
560
562
  "type": "stack",
561
- "gap": "md",
562
563
  "direction": "vertical",
563
- "align": "center",
564
564
  "children": [
565
565
  {
566
- "type": "icon",
566
+ "color": "destructive",
567
567
  "name": "alert-triangle",
568
- "color": "destructive"
568
+ "type": "icon"
569
569
  },
570
570
  {
571
+ "type": "typography",
571
572
  "content": "Failed to load builds",
572
- "variant": "h3",
573
- "type": "typography"
573
+ "variant": "h3"
574
574
  },
575
575
  {
576
- "type": "typography",
577
576
  "content": "@payload.error",
577
+ "color": "muted",
578
578
  "variant": "body",
579
- "color": "muted"
579
+ "type": "typography"
580
580
  },
581
581
  {
582
+ "action": "INIT",
582
583
  "label": "Retry",
583
584
  "variant": "primary",
584
585
  "icon": "rotate-ccw",
585
- "action": "INIT",
586
586
  "type": "button"
587
587
  }
588
588
  ]
@@ -778,11 +778,9 @@
778
778
  "render-ui",
779
779
  "modal",
780
780
  {
781
- "type": "stack",
782
- "gap": "md",
783
- "direction": "vertical",
784
781
  "children": [
785
782
  {
783
+ "direction": "horizontal",
786
784
  "gap": "sm",
787
785
  "type": "stack",
788
786
  "children": [
@@ -791,29 +789,31 @@
791
789
  "name": "plus-circle"
792
790
  },
793
791
  {
794
- "variant": "h3",
795
792
  "type": "typography",
796
- "content": "Create Build"
793
+ "content": "Create Build",
794
+ "variant": "h3"
797
795
  }
798
- ],
799
- "direction": "horizontal"
796
+ ]
800
797
  },
801
798
  {
802
799
  "type": "divider"
803
800
  },
804
801
  {
805
802
  "cancelEvent": "CLOSE",
803
+ "type": "form-section",
804
+ "mode": "create",
805
+ "submitEvent": "SAVE",
806
806
  "fields": [
807
807
  "branch",
808
808
  "status",
809
809
  "commit",
810
810
  "triggeredBy"
811
- ],
812
- "type": "form-section",
813
- "submitEvent": "SAVE",
814
- "mode": "create"
811
+ ]
815
812
  }
816
- ]
813
+ ],
814
+ "gap": "md",
815
+ "type": "stack",
816
+ "direction": "vertical"
817
817
  }
818
818
  ]
819
819
  ]
@@ -1068,8 +1068,8 @@
1068
1068
  {
1069
1069
  "id": "@payload.id",
1070
1070
  "emit": {
1071
- "failure": "BuildLoadFailed",
1072
- "success": "BuildLoaded"
1071
+ "success": "BuildLoaded",
1072
+ "failure": "BuildLoadFailed"
1073
1073
  }
1074
1074
  }
1075
1075
  ],
@@ -1077,11 +1077,13 @@
1077
1077
  "render-ui",
1078
1078
  "modal",
1079
1079
  {
1080
- "direction": "vertical",
1081
- "type": "stack",
1082
1080
  "gap": "md",
1081
+ "direction": "vertical",
1083
1082
  "children": [
1084
1083
  {
1084
+ "direction": "horizontal",
1085
+ "gap": "sm",
1086
+ "type": "stack",
1085
1087
  "children": [
1086
1088
  {
1087
1089
  "name": "edit",
@@ -1092,28 +1094,26 @@
1092
1094
  "content": "Edit Build",
1093
1095
  "variant": "h3"
1094
1096
  }
1095
- ],
1096
- "type": "stack",
1097
- "direction": "horizontal",
1098
- "gap": "sm"
1097
+ ]
1099
1098
  },
1100
1099
  {
1101
1100
  "type": "divider"
1102
1101
  },
1103
1102
  {
1104
- "type": "form-section",
1105
- "entity": "@payload.row",
1106
1103
  "mode": "edit",
1107
- "submitEvent": "SAVE",
1104
+ "type": "form-section",
1108
1105
  "cancelEvent": "CLOSE",
1106
+ "submitEvent": "SAVE",
1109
1107
  "fields": [
1110
1108
  "branch",
1111
1109
  "status",
1112
1110
  "commit",
1113
1111
  "triggeredBy"
1114
- ]
1112
+ ],
1113
+ "entity": "@payload.row"
1115
1114
  }
1116
- ]
1115
+ ],
1116
+ "type": "stack"
1117
1117
  }
1118
1118
  ]
1119
1119
  ]
@@ -1154,8 +1154,8 @@
1154
1154
  "@payload.data",
1155
1155
  {
1156
1156
  "emit": {
1157
- "failure": "BuildUpdateFailed",
1158
- "success": "BuildUpdated"
1157
+ "success": "BuildUpdated",
1158
+ "failure": "BuildUpdateFailed"
1159
1159
  }
1160
1160
  }
1161
1161
  ],
@@ -1300,11 +1300,11 @@
1300
1300
  "fetch",
1301
1301
  "Build",
1302
1302
  {
1303
- "id": "@payload.id",
1304
1303
  "emit": {
1305
1304
  "failure": "BuildLoadFailed",
1306
1305
  "success": "BuildLoaded"
1307
- }
1306
+ },
1307
+ "id": "@payload.id"
1308
1308
  }
1309
1309
  ],
1310
1310
  [
@@ -1312,50 +1312,54 @@
1312
1312
  "modal",
1313
1313
  {
1314
1314
  "direction": "vertical",
1315
+ "gap": "md",
1316
+ "type": "stack",
1315
1317
  "children": [
1316
1318
  {
1317
- "align": "center",
1318
- "gap": "sm",
1319
- "type": "stack",
1319
+ "direction": "horizontal",
1320
1320
  "children": [
1321
1321
  {
1322
- "name": "eye",
1323
- "type": "icon"
1322
+ "type": "icon",
1323
+ "name": "eye"
1324
1324
  },
1325
1325
  {
1326
1326
  "variant": "h3",
1327
- "type": "typography",
1328
- "content": "@entity.branch"
1327
+ "content": "@entity.branch",
1328
+ "type": "typography"
1329
1329
  }
1330
1330
  ],
1331
- "direction": "horizontal"
1331
+ "type": "stack",
1332
+ "gap": "sm",
1333
+ "align": "center"
1332
1334
  },
1333
1335
  {
1334
1336
  "type": "divider"
1335
1337
  },
1336
1338
  {
1337
- "type": "stack",
1338
1339
  "gap": "md",
1340
+ "direction": "horizontal",
1341
+ "type": "stack",
1339
1342
  "children": [
1340
1343
  {
1341
1344
  "variant": "caption",
1342
- "content": "Branch",
1343
- "type": "typography"
1345
+ "type": "typography",
1346
+ "content": "Branch"
1344
1347
  },
1345
1348
  {
1346
- "type": "typography",
1347
1349
  "variant": "body",
1350
+ "type": "typography",
1348
1351
  "content": "@entity.branch"
1349
1352
  }
1350
- ],
1351
- "direction": "horizontal"
1353
+ ]
1352
1354
  },
1353
1355
  {
1356
+ "gap": "md",
1357
+ "type": "stack",
1354
1358
  "children": [
1355
1359
  {
1356
- "type": "typography",
1357
1360
  "content": "Status",
1358
- "variant": "caption"
1361
+ "variant": "caption",
1362
+ "type": "typography"
1359
1363
  },
1360
1364
  {
1361
1365
  "variant": "body",
@@ -1363,34 +1367,32 @@
1363
1367
  "content": "@entity.status"
1364
1368
  }
1365
1369
  ],
1366
- "direction": "horizontal",
1367
- "type": "stack",
1368
- "gap": "md"
1370
+ "direction": "horizontal"
1369
1371
  },
1370
1372
  {
1371
- "gap": "md",
1372
- "direction": "horizontal",
1373
1373
  "children": [
1374
1374
  {
1375
- "content": "Commit",
1376
1375
  "type": "typography",
1377
- "variant": "caption"
1376
+ "variant": "caption",
1377
+ "content": "Commit"
1378
1378
  },
1379
1379
  {
1380
- "type": "typography",
1381
1380
  "variant": "body",
1382
- "content": "@entity.commit"
1381
+ "content": "@entity.commit",
1382
+ "type": "typography"
1383
1383
  }
1384
1384
  ],
1385
- "type": "stack"
1385
+ "type": "stack",
1386
+ "direction": "horizontal",
1387
+ "gap": "md"
1386
1388
  },
1387
1389
  {
1388
1390
  "type": "stack",
1389
1391
  "children": [
1390
1392
  {
1391
- "variant": "caption",
1392
1393
  "content": "Triggered By",
1393
- "type": "typography"
1394
+ "type": "typography",
1395
+ "variant": "caption"
1394
1396
  },
1395
1397
  {
1396
1398
  "type": "typography",
@@ -1405,29 +1407,27 @@
1405
1407
  "type": "divider"
1406
1408
  },
1407
1409
  {
1408
- "type": "stack",
1409
- "gap": "sm",
1410
+ "direction": "horizontal",
1410
1411
  "children": [
1411
1412
  {
1412
- "type": "button",
1413
+ "variant": "primary",
1413
1414
  "icon": "edit",
1414
- "action": "EDIT",
1415
+ "type": "button",
1415
1416
  "label": "Edit",
1416
- "variant": "primary"
1417
+ "action": "EDIT"
1417
1418
  },
1418
1419
  {
1419
- "label": "Close",
1420
+ "type": "button",
1420
1421
  "action": "CLOSE",
1421
- "variant": "ghost",
1422
- "type": "button"
1422
+ "label": "Close",
1423
+ "variant": "ghost"
1423
1424
  }
1424
1425
  ],
1426
+ "type": "stack",
1425
1427
  "justify": "end",
1426
- "direction": "horizontal"
1428
+ "gap": "sm"
1427
1429
  }
1428
- ],
1429
- "gap": "md",
1430
- "type": "stack"
1430
+ ]
1431
1431
  }
1432
1432
  ]
1433
1433
  ]
@@ -1662,68 +1662,68 @@
1662
1662
  "fetch",
1663
1663
  "Build",
1664
1664
  {
1665
+ "id": "@payload.id",
1665
1666
  "emit": {
1666
- "success": "BuildLoaded",
1667
- "failure": "BuildLoadFailed"
1668
- },
1669
- "id": "@payload.id"
1667
+ "failure": "BuildLoadFailed",
1668
+ "success": "BuildLoaded"
1669
+ }
1670
1670
  }
1671
1671
  ],
1672
1672
  [
1673
1673
  "render-ui",
1674
1674
  "modal",
1675
1675
  {
1676
- "direction": "vertical",
1677
- "type": "stack",
1678
- "gap": "md",
1679
1676
  "children": [
1680
1677
  {
1681
- "type": "stack",
1682
- "direction": "horizontal",
1683
- "gap": "sm",
1684
- "align": "center",
1685
1678
  "children": [
1686
1679
  {
1687
- "type": "icon",
1688
- "name": "alert-triangle"
1680
+ "name": "alert-triangle",
1681
+ "type": "icon"
1689
1682
  },
1690
1683
  {
1691
- "variant": "h3",
1684
+ "content": "Delete Build",
1692
1685
  "type": "typography",
1693
- "content": "Delete Build"
1686
+ "variant": "h3"
1694
1687
  }
1695
- ]
1688
+ ],
1689
+ "align": "center",
1690
+ "type": "stack",
1691
+ "direction": "horizontal",
1692
+ "gap": "sm"
1696
1693
  },
1697
1694
  {
1698
1695
  "type": "divider"
1699
1696
  },
1700
1697
  {
1701
1698
  "variant": "error",
1702
- "message": "This action cannot be undone.",
1703
- "type": "alert"
1699
+ "type": "alert",
1700
+ "message": "This action cannot be undone."
1704
1701
  },
1705
1702
  {
1706
1703
  "children": [
1707
1704
  {
1708
- "variant": "ghost",
1709
- "label": "Cancel",
1710
1705
  "action": "CANCEL",
1711
- "type": "button"
1706
+ "variant": "ghost",
1707
+ "type": "button",
1708
+ "label": "Cancel"
1712
1709
  },
1713
1710
  {
1711
+ "action": "CONFIRM_DELETE",
1714
1712
  "type": "button",
1715
- "variant": "danger",
1716
1713
  "icon": "check",
1717
- "action": "CONFIRM_DELETE",
1718
- "label": "Delete"
1714
+ "label": "Delete",
1715
+ "variant": "danger"
1719
1716
  }
1720
1717
  ],
1721
1718
  "direction": "horizontal",
1722
- "type": "stack",
1719
+ "justify": "end",
1723
1720
  "gap": "sm",
1724
- "justify": "end"
1721
+ "type": "stack"
1725
1722
  }
1726
- ]
1723
+ ],
1724
+ "type": "stack",
1725
+ "direction": "vertical",
1726
+ "gap": "md"
1727
1727
  }
1728
1728
  ]
1729
1729
  ]
@@ -1740,8 +1740,8 @@
1740
1740
  "@entity.pendingId",
1741
1741
  {
1742
1742
  "emit": {
1743
- "failure": "BuildDeleteFailed",
1744
- "success": "BuildDeleted"
1743
+ "success": "BuildDeleted",
1744
+ "failure": "BuildDeleteFailed"
1745
1745
  }
1746
1746
  }
1747
1747
  ],
@@ -1977,8 +1977,8 @@
1977
1977
  "Stage",
1978
1978
  {
1979
1979
  "emit": {
1980
- "failure": "StageLoadFailed",
1981
- "success": "StageLoaded"
1980
+ "success": "StageLoaded",
1981
+ "failure": "StageLoadFailed"
1982
1982
  }
1983
1983
  }
1984
1984
  ],
@@ -1986,14 +1986,35 @@
1986
1986
  "render-ui",
1987
1987
  "main",
1988
1988
  {
1989
- "children": [
1989
+ "appName": "CI/CD Pipeline",
1990
+ "navItems": [
1990
1991
  {
1991
- "type": "scaled-diagram",
1992
- "children": [
1993
- {
1994
- "gap": "lg",
1992
+ "label": "Builds",
1993
+ "href": "/builds",
1994
+ "icon": "hammer"
1995
+ },
1996
+ {
1997
+ "label": "Stages",
1998
+ "href": "/stages",
1999
+ "icon": "layers"
2000
+ },
2001
+ {
2002
+ "icon": "rocket",
2003
+ "href": "/deploy",
2004
+ "label": "Deploy"
2005
+ }
2006
+ ],
2007
+ "type": "dashboard-layout",
2008
+ "children": [
2009
+ {
2010
+ "children": [
2011
+ {
2012
+ "type": "stack",
2013
+ "gap": "lg",
2014
+ "direction": "vertical",
1995
2015
  "children": [
1996
2016
  {
2017
+ "type": "breadcrumb",
1997
2018
  "items": [
1998
2019
  {
1999
2020
  "label": "Home",
@@ -2002,37 +2023,36 @@
2002
2023
  {
2003
2024
  "label": "Stages"
2004
2025
  }
2005
- ],
2006
- "type": "breadcrumb"
2026
+ ]
2007
2027
  },
2008
2028
  {
2009
2029
  "justify": "between",
2010
2030
  "type": "stack",
2011
- "direction": "horizontal",
2012
2031
  "gap": "md",
2032
+ "direction": "horizontal",
2013
2033
  "children": [
2014
2034
  {
2015
- "type": "stack",
2035
+ "direction": "horizontal",
2016
2036
  "gap": "md",
2037
+ "type": "stack",
2017
2038
  "children": [
2018
2039
  {
2019
2040
  "type": "icon",
2020
2041
  "name": "layers"
2021
2042
  },
2022
2043
  {
2023
- "type": "typography",
2024
2044
  "content": "Stages",
2045
+ "type": "typography",
2025
2046
  "variant": "h2"
2026
2047
  }
2027
- ],
2028
- "direction": "horizontal"
2048
+ ]
2029
2049
  },
2030
2050
  {
2031
2051
  "label": "Refresh",
2032
2052
  "action": "REFRESH",
2033
- "variant": "secondary",
2034
2053
  "type": "button",
2035
- "icon": "refresh-cw"
2054
+ "icon": "refresh-cw",
2055
+ "variant": "secondary"
2036
2056
  }
2037
2057
  ]
2038
2058
  },
@@ -2040,16 +2060,17 @@
2040
2060
  "type": "divider"
2041
2061
  },
2042
2062
  {
2063
+ "type": "box",
2043
2064
  "children": [
2044
2065
  {
2045
2066
  "cols": 3.0,
2046
- "type": "simple-grid",
2047
2067
  "children": [
2048
2068
  {
2049
2069
  "type": "card",
2050
2070
  "children": [
2051
2071
  {
2052
- "direction": "vertical",
2072
+ "type": "stack",
2073
+ "gap": "sm",
2053
2074
  "children": [
2054
2075
  {
2055
2076
  "type": "typography",
@@ -2057,13 +2078,12 @@
2057
2078
  "variant": "caption"
2058
2079
  },
2059
2080
  {
2060
- "content": "@entity.name",
2061
2081
  "type": "typography",
2062
- "variant": "h3"
2082
+ "variant": "h3",
2083
+ "content": "@entity.name"
2063
2084
  }
2064
2085
  ],
2065
- "gap": "sm",
2066
- "type": "stack"
2086
+ "direction": "vertical"
2067
2087
  }
2068
2088
  ]
2069
2089
  },
@@ -2073,26 +2093,27 @@
2073
2093
  {
2074
2094
  "type": "stack",
2075
2095
  "direction": "vertical",
2096
+ "gap": "sm",
2076
2097
  "children": [
2077
2098
  {
2099
+ "variant": "caption",
2078
2100
  "content": "Status",
2079
- "type": "typography",
2080
- "variant": "caption"
2101
+ "type": "typography"
2081
2102
  },
2082
2103
  {
2104
+ "content": "@entity.status",
2083
2105
  "type": "typography",
2084
- "variant": "h3",
2085
- "content": "@entity.status"
2106
+ "variant": "h3"
2086
2107
  }
2087
- ],
2088
- "gap": "sm"
2108
+ ]
2089
2109
  }
2090
2110
  ]
2091
2111
  },
2092
2112
  {
2113
+ "type": "card",
2093
2114
  "children": [
2094
2115
  {
2095
- "direction": "vertical",
2116
+ "gap": "sm",
2096
2117
  "children": [
2097
2118
  {
2098
2119
  "type": "typography",
@@ -2100,76 +2121,76 @@
2100
2121
  "content": "Duration"
2101
2122
  },
2102
2123
  {
2103
- "variant": "h3",
2104
2124
  "type": "typography",
2125
+ "variant": "h3",
2105
2126
  "content": "@entity.duration"
2106
2127
  }
2107
2128
  ],
2108
- "gap": "sm",
2129
+ "direction": "vertical",
2109
2130
  "type": "stack"
2110
2131
  }
2111
- ],
2112
- "type": "card"
2132
+ ]
2113
2133
  },
2114
2134
  {
2135
+ "type": "card",
2115
2136
  "children": [
2116
2137
  {
2138
+ "direction": "vertical",
2139
+ "type": "stack",
2117
2140
  "children": [
2118
2141
  {
2119
2142
  "variant": "caption",
2120
- "type": "typography",
2121
- "content": "Output"
2143
+ "content": "Output",
2144
+ "type": "typography"
2122
2145
  },
2123
2146
  {
2124
- "content": "@entity.output",
2125
2147
  "variant": "h3",
2126
- "type": "typography"
2148
+ "type": "typography",
2149
+ "content": "@entity.output"
2127
2150
  }
2128
2151
  ],
2129
- "direction": "vertical",
2130
- "gap": "sm",
2131
- "type": "stack"
2152
+ "gap": "sm"
2132
2153
  }
2133
- ],
2134
- "type": "card"
2154
+ ]
2135
2155
  }
2136
- ]
2156
+ ],
2157
+ "type": "simple-grid"
2137
2158
  }
2138
2159
  ],
2139
- "padding": "md",
2140
- "type": "box"
2160
+ "padding": "md"
2141
2161
  },
2142
2162
  {
2143
2163
  "type": "divider"
2144
2164
  },
2145
2165
  {
2166
+ "gap": "md",
2146
2167
  "type": "grid",
2168
+ "cols": 2.0,
2147
2169
  "children": [
2148
2170
  {
2149
- "type": "card",
2150
2171
  "children": [
2151
2172
  {
2152
- "content": "Chart View",
2153
2173
  "type": "typography",
2154
- "variant": "caption"
2174
+ "variant": "caption",
2175
+ "content": "Chart View"
2155
2176
  }
2156
- ]
2177
+ ],
2178
+ "type": "card"
2157
2179
  },
2158
2180
  {
2181
+ "type": "card",
2159
2182
  "children": [
2160
2183
  {
2161
2184
  "variant": "caption",
2162
- "type": "typography",
2163
- "content": "Graph View"
2185
+ "content": "Graph View",
2186
+ "type": "typography"
2164
2187
  }
2165
- ],
2166
- "type": "card"
2188
+ ]
2167
2189
  }
2168
- ],
2169
- "gap": "md",
2170
- "cols": 2.0
2190
+ ]
2171
2191
  },
2172
2192
  {
2193
+ "type": "line-chart",
2173
2194
  "data": [
2174
2195
  {
2175
2196
  "date": "Jan",
@@ -2180,23 +2201,22 @@
2180
2201
  "value": 19.0
2181
2202
  },
2182
2203
  {
2183
- "value": 15.0,
2184
- "date": "Mar"
2204
+ "date": "Mar",
2205
+ "value": 15.0
2185
2206
  },
2186
2207
  {
2187
- "date": "Apr",
2188
- "value": 25.0
2208
+ "value": 25.0,
2209
+ "date": "Apr"
2189
2210
  },
2190
2211
  {
2191
2212
  "value": 22.0,
2192
2213
  "date": "May"
2193
2214
  },
2194
2215
  {
2195
- "date": "Jun",
2196
- "value": 30.0
2216
+ "value": 30.0,
2217
+ "date": "Jun"
2197
2218
  }
2198
- ],
2199
- "type": "line-chart"
2219
+ ]
2200
2220
  },
2201
2221
  {
2202
2222
  "type": "chart-legend",
@@ -2206,16 +2226,28 @@
2206
2226
  "label": "Current"
2207
2227
  },
2208
2228
  {
2209
- "color": "muted",
2210
- "label": "Previous"
2229
+ "label": "Previous",
2230
+ "color": "muted"
2211
2231
  }
2212
2232
  ]
2213
2233
  },
2214
2234
  {
2235
+ "edges": [
2236
+ {
2237
+ "target": "b",
2238
+ "source": "a"
2239
+ },
2240
+ {
2241
+ "source": "b",
2242
+ "target": "c"
2243
+ }
2244
+ ],
2245
+ "type": "graph-view",
2246
+ "width": 400.0,
2215
2247
  "nodes": [
2216
2248
  {
2217
- "id": "a",
2218
- "label": "Start"
2249
+ "label": "Start",
2250
+ "id": "a"
2219
2251
  },
2220
2252
  {
2221
2253
  "label": "Process",
@@ -2226,46 +2258,14 @@
2226
2258
  "label": "End"
2227
2259
  }
2228
2260
  ],
2229
- "width": 400.0,
2230
- "type": "graph-view",
2231
- "height": 200.0,
2232
- "edges": [
2233
- {
2234
- "source": "a",
2235
- "target": "b"
2236
- },
2237
- {
2238
- "source": "b",
2239
- "target": "c"
2240
- }
2241
- ]
2261
+ "height": 200.0
2242
2262
  }
2243
- ],
2244
- "direction": "vertical",
2245
- "type": "stack"
2263
+ ]
2246
2264
  }
2247
- ]
2248
- }
2249
- ],
2250
- "appName": "CI/CD Pipeline",
2251
- "navItems": [
2252
- {
2253
- "icon": "hammer",
2254
- "label": "Builds",
2255
- "href": "/builds"
2256
- },
2257
- {
2258
- "icon": "layers",
2259
- "label": "Stages",
2260
- "href": "/stages"
2261
- },
2262
- {
2263
- "href": "/deploy",
2264
- "label": "Deploy",
2265
- "icon": "rocket"
2265
+ ],
2266
+ "type": "scaled-diagram"
2266
2267
  }
2267
- ],
2268
- "type": "dashboard-layout"
2268
+ ]
2269
2269
  }
2270
2270
  ]
2271
2271
  ]
@@ -2289,16 +2289,17 @@
2289
2289
  "render-ui",
2290
2290
  "main",
2291
2291
  {
2292
+ "type": "dashboard-layout",
2292
2293
  "navItems": [
2293
2294
  {
2294
- "icon": "hammer",
2295
2295
  "href": "/builds",
2296
- "label": "Builds"
2296
+ "label": "Builds",
2297
+ "icon": "hammer"
2297
2298
  },
2298
2299
  {
2300
+ "label": "Stages",
2299
2301
  "href": "/stages",
2300
- "icon": "layers",
2301
- "label": "Stages"
2302
+ "icon": "layers"
2302
2303
  },
2303
2304
  {
2304
2305
  "icon": "rocket",
@@ -2306,16 +2307,15 @@
2306
2307
  "label": "Deploy"
2307
2308
  }
2308
2309
  ],
2309
- "type": "dashboard-layout",
2310
+ "appName": "CI/CD Pipeline",
2310
2311
  "children": [
2311
2312
  {
2313
+ "type": "scaled-diagram",
2312
2314
  "children": [
2313
2315
  {
2314
2316
  "type": "stack",
2315
- "direction": "vertical",
2316
2317
  "children": [
2317
2318
  {
2318
- "type": "breadcrumb",
2319
2319
  "items": [
2320
2320
  {
2321
2321
  "href": "/",
@@ -2324,15 +2324,15 @@
2324
2324
  {
2325
2325
  "label": "Stages"
2326
2326
  }
2327
- ]
2327
+ ],
2328
+ "type": "breadcrumb"
2328
2329
  },
2329
2330
  {
2330
- "justify": "between",
2331
2331
  "children": [
2332
2332
  {
2333
- "direction": "horizontal",
2334
- "gap": "md",
2335
2333
  "type": "stack",
2334
+ "gap": "md",
2335
+ "direction": "horizontal",
2336
2336
  "children": [
2337
2337
  {
2338
2338
  "name": "layers",
@@ -2340,84 +2340,86 @@
2340
2340
  },
2341
2341
  {
2342
2342
  "content": "Stages",
2343
- "variant": "h2",
2344
- "type": "typography"
2343
+ "type": "typography",
2344
+ "variant": "h2"
2345
2345
  }
2346
2346
  ]
2347
2347
  },
2348
2348
  {
2349
2349
  "label": "Refresh",
2350
- "action": "REFRESH",
2351
- "variant": "secondary",
2350
+ "icon": "refresh-cw",
2352
2351
  "type": "button",
2353
- "icon": "refresh-cw"
2352
+ "action": "REFRESH",
2353
+ "variant": "secondary"
2354
2354
  }
2355
2355
  ],
2356
- "type": "stack",
2356
+ "justify": "between",
2357
2357
  "gap": "md",
2358
+ "type": "stack",
2358
2359
  "direction": "horizontal"
2359
2360
  },
2360
2361
  {
2361
2362
  "type": "divider"
2362
2363
  },
2363
2364
  {
2364
- "padding": "md",
2365
2365
  "children": [
2366
2366
  {
2367
2367
  "children": [
2368
2368
  {
2369
2369
  "children": [
2370
2370
  {
2371
- "type": "stack",
2372
2371
  "direction": "vertical",
2372
+ "type": "stack",
2373
+ "gap": "sm",
2373
2374
  "children": [
2374
2375
  {
2375
- "type": "typography",
2376
2376
  "content": "Name",
2377
- "variant": "caption"
2377
+ "variant": "caption",
2378
+ "type": "typography"
2378
2379
  },
2379
2380
  {
2380
2381
  "type": "typography",
2381
- "variant": "h3",
2382
- "content": "@entity.name"
2382
+ "content": "@entity.name",
2383
+ "variant": "h3"
2383
2384
  }
2384
- ],
2385
- "gap": "sm"
2385
+ ]
2386
2386
  }
2387
2387
  ],
2388
2388
  "type": "card"
2389
2389
  },
2390
2390
  {
2391
+ "type": "card",
2391
2392
  "children": [
2392
2393
  {
2393
2394
  "direction": "vertical",
2395
+ "gap": "sm",
2394
2396
  "children": [
2395
2397
  {
2396
- "content": "Status",
2398
+ "type": "typography",
2397
2399
  "variant": "caption",
2398
- "type": "typography"
2400
+ "content": "Status"
2399
2401
  },
2400
2402
  {
2403
+ "variant": "h3",
2401
2404
  "type": "typography",
2402
- "content": "@entity.status",
2403
- "variant": "h3"
2405
+ "content": "@entity.status"
2404
2406
  }
2405
2407
  ],
2406
- "type": "stack",
2407
- "gap": "sm"
2408
+ "type": "stack"
2408
2409
  }
2409
- ],
2410
- "type": "card"
2410
+ ]
2411
2411
  },
2412
2412
  {
2413
2413
  "type": "card",
2414
2414
  "children": [
2415
2415
  {
2416
+ "type": "stack",
2417
+ "gap": "sm",
2416
2418
  "children": [
2417
2419
  {
2420
+ "type": "typography",
2418
2421
  "content": "Duration",
2419
- "variant": "caption",
2420
- "type": "typography"
2422
+ "variant": "caption"
2421
2423
  },
2422
2424
  {
2423
2425
  "type": "typography",
@@ -2425,21 +2427,19 @@
2425
2427
  "content": "@entity.duration"
2426
2428
  }
2427
2429
  ],
2428
- "gap": "sm",
2429
- "direction": "vertical",
2430
- "type": "stack"
2430
+ "direction": "vertical"
2431
2431
  }
2432
2432
  ]
2433
2433
  },
2434
2434
  {
2435
- "type": "card",
2436
2435
  "children": [
2437
2436
  {
2438
2437
  "type": "stack",
2438
+ "direction": "vertical",
2439
2439
  "children": [
2440
2440
  {
2441
- "content": "Output",
2442
2441
  "type": "typography",
2442
+ "content": "Output",
2443
2443
  "variant": "caption"
2444
2444
  },
2445
2445
  {
@@ -2448,74 +2448,75 @@
2448
2448
  "content": "@entity.output"
2449
2449
  }
2450
2450
  ],
2451
- "direction": "vertical",
2452
2451
  "gap": "sm"
2453
2452
  }
2454
- ]
2453
+ ],
2454
+ "type": "card"
2455
2455
  }
2456
2456
  ],
2457
2457
  "cols": 3.0,
2458
2458
  "type": "simple-grid"
2459
2459
  }
2460
2460
  ],
2461
- "type": "box"
2461
+ "type": "box",
2462
+ "padding": "md"
2462
2463
  },
2463
2464
  {
2464
2465
  "type": "divider"
2465
2466
  },
2466
2467
  {
2467
2468
  "type": "grid",
2468
- "gap": "md",
2469
- "cols": 2.0,
2470
2469
  "children": [
2471
2470
  {
2472
2471
  "type": "card",
2473
2472
  "children": [
2474
2473
  {
2475
- "variant": "caption",
2476
2474
  "type": "typography",
2475
+ "variant": "caption",
2477
2476
  "content": "Chart View"
2478
2477
  }
2479
2478
  ]
2480
2479
  },
2481
2480
  {
2481
+ "type": "card",
2482
2482
  "children": [
2483
2483
  {
2484
- "variant": "caption",
2484
+ "content": "Graph View",
2485
2485
  "type": "typography",
2486
- "content": "Graph View"
2486
+ "variant": "caption"
2487
2487
  }
2488
- ],
2489
- "type": "card"
2488
+ ]
2490
2489
  }
2491
- ]
2490
+ ],
2491
+ "gap": "md",
2492
+ "cols": 2.0
2492
2493
  },
2493
2494
  {
2494
2495
  "type": "line-chart",
2495
2496
  "data": [
2496
2497
  {
2497
- "value": 12.0,
2498
- "date": "Jan"
2498
+ "date": "Jan",
2499
+ "value": 12.0
2499
2500
  },
2500
2501
  {
2501
- "value": 19.0,
2502
- "date": "Feb"
2502
+ "date": "Feb",
2503
+ "value": 19.0
2503
2504
  },
2504
2505
  {
2505
2506
  "date": "Mar",
2506
2507
  "value": 15.0
2507
2508
  },
2508
2509
  {
2509
- "value": 25.0,
2510
- "date": "Apr"
2510
+ "date": "Apr",
2511
+ "value": 25.0
2511
2512
  },
2512
2513
  {
2513
- "date": "May",
2514
- "value": 22.0
2514
+ "value": 22.0,
2515
+ "date": "May"
2515
2516
  },
2516
2517
  {
2517
- "date": "Jun",
2518
- "value": 30.0
2518
+ "value": 30.0,
2519
+ "date": "Jun"
2519
2520
  }
2520
2521
  ]
2521
2522
  },
@@ -2527,28 +2528,27 @@
2527
2528
  "color": "primary"
2528
2529
  },
2529
2530
  {
2530
- "color": "muted",
2531
- "label": "Previous"
2531
+ "label": "Previous",
2532
+ "color": "muted"
2532
2533
  }
2533
2534
  ]
2534
2535
  },
2535
2536
  {
2537
+ "height": 200.0,
2536
2538
  "nodes": [
2537
2539
  {
2538
- "label": "Start",
2539
- "id": "a"
2540
+ "id": "a",
2541
+ "label": "Start"
2540
2542
  },
2541
2543
  {
2542
- "id": "b",
2543
- "label": "Process"
2544
+ "label": "Process",
2545
+ "id": "b"
2544
2546
  },
2545
2547
  {
2546
2548
  "id": "c",
2547
2549
  "label": "End"
2548
2550
  }
2549
2551
  ],
2550
- "width": 400.0,
2551
- "height": 200.0,
2552
2552
  "type": "graph-view",
2553
2553
  "edges": [
2554
2554
  {
@@ -2559,16 +2559,16 @@
2559
2559
  "target": "c",
2560
2560
  "source": "b"
2561
2561
  }
2562
- ]
2562
+ ],
2563
+ "width": 400.0
2563
2564
  }
2564
2565
  ],
2566
+ "direction": "vertical",
2565
2567
  "gap": "lg"
2566
2568
  }
2567
- ],
2568
- "type": "scaled-diagram"
2569
+ ]
2569
2570
  }
2570
- ],
2571
- "appName": "CI/CD Pipeline"
2571
+ ]
2572
2572
  }
2573
2573
  ]
2574
2574
  ]
@@ -2592,16 +2592,33 @@
2592
2592
  "render-ui",
2593
2593
  "main",
2594
2594
  {
2595
+ "appName": "CI/CD Pipeline",
2596
+ "navItems": [
2597
+ {
2598
+ "href": "/builds",
2599
+ "label": "Builds",
2600
+ "icon": "hammer"
2601
+ },
2602
+ {
2603
+ "icon": "layers",
2604
+ "href": "/stages",
2605
+ "label": "Stages"
2606
+ },
2607
+ {
2608
+ "href": "/deploy",
2609
+ "label": "Deploy",
2610
+ "icon": "rocket"
2611
+ }
2612
+ ],
2595
2613
  "type": "dashboard-layout",
2596
2614
  "children": [
2597
2615
  {
2598
2616
  "children": [
2599
2617
  {
2600
- "gap": "lg",
2618
+ "type": "stack",
2601
2619
  "direction": "vertical",
2602
2620
  "children": [
2603
2621
  {
2604
- "type": "breadcrumb",
2605
2622
  "items": [
2606
2623
  {
2607
2624
  "href": "/",
@@ -2610,7 +2627,8 @@
2610
2627
  {
2611
2628
  "label": "Stages"
2612
2629
  }
2613
- ]
2630
+ ],
2631
+ "type": "breadcrumb"
2614
2632
  },
2615
2633
  {
2616
2634
  "type": "stack",
@@ -2618,27 +2636,27 @@
2618
2636
  "justify": "between",
2619
2637
  "children": [
2620
2638
  {
2621
- "type": "stack",
2622
2639
  "direction": "horizontal",
2623
- "gap": "md",
2640
+ "type": "stack",
2624
2641
  "children": [
2625
2642
  {
2626
- "type": "icon",
2627
- "name": "layers"
2643
+ "name": "layers",
2644
+ "type": "icon"
2628
2645
  },
2629
2646
  {
2630
- "content": "Stages",
2647
+ "variant": "h2",
2631
2648
  "type": "typography",
2632
- "variant": "h2"
2649
+ "content": "Stages"
2633
2650
  }
2634
- ]
2651
+ ],
2652
+ "gap": "md"
2635
2653
  },
2636
2654
  {
2655
+ "action": "REFRESH",
2637
2656
  "type": "button",
2638
- "icon": "refresh-cw",
2639
- "variant": "secondary",
2640
2657
  "label": "Refresh",
2641
- "action": "REFRESH"
2658
+ "variant": "secondary",
2659
+ "icon": "refresh-cw"
2642
2660
  }
2643
2661
  ],
2644
2662
  "gap": "md"
@@ -2648,115 +2666,116 @@
2648
2666
  },
2649
2667
  {
2650
2668
  "padding": "md",
2651
- "type": "box",
2652
2669
  "children": [
2653
2670
  {
2654
- "type": "simple-grid",
2655
- "cols": 3.0,
2656
2671
  "children": [
2657
2672
  {
2658
2673
  "children": [
2659
2674
  {
2660
2675
  "gap": "sm",
2676
+ "type": "stack",
2661
2677
  "direction": "vertical",
2662
2678
  "children": [
2663
2679
  {
2664
- "type": "typography",
2665
2680
  "content": "Name",
2681
+ "type": "typography",
2666
2682
  "variant": "caption"
2667
2683
  },
2668
2684
  {
2669
- "type": "typography",
2670
2685
  "variant": "h3",
2686
+ "type": "typography",
2671
2687
  "content": "@entity.name"
2672
2688
  }
2673
- ],
2674
- "type": "stack"
2689
+ ]
2675
2690
  }
2676
2691
  ],
2677
2692
  "type": "card"
2678
2693
  },
2679
2694
  {
2680
- "type": "card",
2681
2695
  "children": [
2682
2696
  {
2697
+ "gap": "sm",
2698
+ "type": "stack",
2699
+ "direction": "vertical",
2683
2700
  "children": [
2684
2701
  {
2685
- "type": "typography",
2686
2702
  "variant": "caption",
2687
- "content": "Status"
2703
+ "content": "Status",
2704
+ "type": "typography"
2688
2705
  },
2689
2706
  {
2707
+ "variant": "h3",
2690
2708
  "content": "@entity.status",
2691
- "type": "typography",
2692
- "variant": "h3"
2709
+ "type": "typography"
2693
2710
  }
2694
- ],
2695
- "type": "stack",
2696
- "gap": "sm",
2697
- "direction": "vertical"
2711
+ ]
2698
2712
  }
2699
- ]
2713
+ ],
2714
+ "type": "card"
2700
2715
  },
2701
2716
  {
2702
- "type": "card",
2703
2717
  "children": [
2704
2718
  {
2719
+ "direction": "vertical",
2720
+ "gap": "sm",
2721
+ "type": "stack",
2705
2722
  "children": [
2706
2723
  {
2707
- "variant": "caption",
2708
2724
  "content": "Duration",
2709
- "type": "typography"
2725
+ "type": "typography",
2726
+ "variant": "caption"
2710
2727
  },
2711
2728
  {
2712
2729
  "variant": "h3",
2713
2730
  "content": "@entity.duration",
2714
2731
  "type": "typography"
2715
2732
  }
2716
- ],
2717
- "direction": "vertical",
2718
- "gap": "sm",
2719
- "type": "stack"
2733
+ ]
2720
2734
  }
2721
- ]
2735
+ ],
2736
+ "type": "card"
2722
2737
  },
2723
2738
  {
2739
+ "type": "card",
2724
2740
  "children": [
2725
2741
  {
2726
- "direction": "vertical",
2742
+ "type": "stack",
2743
+ "gap": "sm",
2727
2744
  "children": [
2728
2745
  {
2729
2746
  "type": "typography",
2730
- "content": "Output",
2731
- "variant": "caption"
2747
+ "variant": "caption",
2748
+ "content": "Output"
2732
2749
  },
2733
2750
  {
2734
- "content": "@entity.output",
2735
2751
  "type": "typography",
2736
- "variant": "h3"
2752
+ "variant": "h3",
2753
+ "content": "@entity.output"
2737
2754
  }
2738
2755
  ],
2739
- "gap": "sm",
2740
- "type": "stack"
2756
+ "direction": "vertical"
2741
2757
  }
2742
- ],
2743
- "type": "card"
2758
+ ]
2744
2759
  }
2745
- ]
2760
+ ],
2761
+ "type": "simple-grid",
2762
+ "cols": 3.0
2746
2763
  }
2747
- ]
2764
+ ],
2765
+ "type": "box"
2748
2766
  },
2749
2767
  {
2750
2768
  "type": "divider"
2751
2769
  },
2752
2770
  {
2771
+ "type": "grid",
2753
2772
  "children": [
2754
2773
  {
2755
2774
  "children": [
2756
2775
  {
2757
2776
  "content": "Chart View",
2758
- "type": "typography",
2759
- "variant": "caption"
2777
+ "variant": "caption",
2778
+ "type": "typography"
2760
2779
  }
2761
2780
  ],
2762
2781
  "type": "card"
@@ -2765,18 +2784,18 @@
2765
2784
  "type": "card",
2766
2785
  "children": [
2767
2786
  {
2768
- "variant": "caption",
2769
2787
  "content": "Graph View",
2788
+ "variant": "caption",
2770
2789
  "type": "typography"
2771
2790
  }
2772
2791
  ]
2773
2792
  }
2774
2793
  ],
2775
- "cols": 2.0,
2776
- "type": "grid",
2777
- "gap": "md"
2794
+ "gap": "md",
2795
+ "cols": 2.0
2778
2796
  },
2779
2797
  {
2798
+ "type": "line-chart",
2780
2799
  "data": [
2781
2800
  {
2782
2801
  "date": "Jan",
@@ -2787,36 +2806,35 @@
2787
2806
  "value": 19.0
2788
2807
  },
2789
2808
  {
2790
- "value": 15.0,
2791
- "date": "Mar"
2809
+ "date": "Mar",
2810
+ "value": 15.0
2792
2811
  },
2793
2812
  {
2794
2813
  "date": "Apr",
2795
2814
  "value": 25.0
2796
2815
  },
2797
2816
  {
2798
- "date": "May",
2799
- "value": 22.0
2817
+ "value": 22.0,
2818
+ "date": "May"
2800
2819
  },
2801
2820
  {
2802
2821
  "date": "Jun",
2803
2822
  "value": 30.0
2804
2823
  }
2805
- ],
2806
- "type": "line-chart"
2824
+ ]
2807
2825
  },
2808
2826
  {
2809
- "type": "chart-legend",
2810
2827
  "items": [
2811
2828
  {
2812
2829
  "color": "primary",
2813
2830
  "label": "Current"
2814
2831
  },
2815
2832
  {
2816
- "label": "Previous",
2817
- "color": "muted"
2833
+ "color": "muted",
2834
+ "label": "Previous"
2818
2835
  }
2819
- ]
2836
+ ],
2837
+ "type": "chart-legend"
2820
2838
  },
2821
2839
  {
2822
2840
  "nodes": [
@@ -2834,44 +2852,26 @@
2834
2852
  }
2835
2853
  ],
2836
2854
  "width": 400.0,
2855
+ "height": 200.0,
2856
+ "type": "graph-view",
2837
2857
  "edges": [
2838
2858
  {
2839
- "source": "a",
2840
- "target": "b"
2859
+ "target": "b",
2860
+ "source": "a"
2841
2861
  },
2842
2862
  {
2843
2863
  "source": "b",
2844
2864
  "target": "c"
2845
2865
  }
2846
- ],
2847
- "type": "graph-view",
2848
- "height": 200.0
2866
+ ]
2849
2867
  }
2850
2868
  ],
2851
- "type": "stack"
2869
+ "gap": "lg"
2852
2870
  }
2853
2871
  ],
2854
2872
  "type": "scaled-diagram"
2855
2873
  }
2856
- ],
2857
- "navItems": [
2858
- {
2859
- "label": "Builds",
2860
- "icon": "hammer",
2861
- "href": "/builds"
2862
- },
2863
- {
2864
- "icon": "layers",
2865
- "label": "Stages",
2866
- "href": "/stages"
2867
- },
2868
- {
2869
- "href": "/deploy",
2870
- "icon": "rocket",
2871
- "label": "Deploy"
2872
- }
2873
- ],
2874
- "appName": "CI/CD Pipeline"
2874
+ ]
2875
2875
  }
2876
2876
  ]
2877
2877
  ]
@@ -2886,8 +2886,8 @@
2886
2886
  "Stage",
2887
2887
  {
2888
2888
  "emit": {
2889
- "failure": "StageLoadFailed",
2890
- "success": "StageLoaded"
2889
+ "success": "StageLoaded",
2890
+ "failure": "StageLoadFailed"
2891
2891
  }
2892
2892
  }
2893
2893
  ],
@@ -2895,19 +2895,39 @@
2895
2895
  "render-ui",
2896
2896
  "main",
2897
2897
  {
2898
+ "navItems": [
2899
+ {
2900
+ "label": "Builds",
2901
+ "icon": "hammer",
2902
+ "href": "/builds"
2903
+ },
2904
+ {
2905
+ "icon": "layers",
2906
+ "label": "Stages",
2907
+ "href": "/stages"
2908
+ },
2909
+ {
2910
+ "href": "/deploy",
2911
+ "label": "Deploy",
2912
+ "icon": "rocket"
2913
+ }
2914
+ ],
2915
+ "type": "dashboard-layout",
2916
+ "appName": "CI/CD Pipeline",
2898
2917
  "children": [
2899
2918
  {
2900
- "type": "scaled-diagram",
2901
2919
  "children": [
2902
2920
  {
2921
+ "type": "stack",
2922
+ "direction": "vertical",
2903
2923
  "gap": "lg",
2904
2924
  "children": [
2905
2925
  {
2906
2926
  "type": "breadcrumb",
2907
2927
  "items": [
2908
2928
  {
2909
- "href": "/",
2910
- "label": "Home"
2929
+ "label": "Home",
2930
+ "href": "/"
2911
2931
  },
2912
2932
  {
2913
2933
  "label": "Stages"
@@ -2915,11 +2935,13 @@
2915
2935
  ]
2916
2936
  },
2917
2937
  {
2918
- "gap": "md",
2919
2938
  "type": "stack",
2939
+ "gap": "md",
2940
+ "direction": "horizontal",
2920
2941
  "justify": "between",
2921
2942
  "children": [
2922
2943
  {
2944
+ "type": "stack",
2923
2945
  "children": [
2924
2946
  {
2925
2947
  "type": "icon",
@@ -2927,41 +2949,39 @@
2927
2949
  },
2928
2950
  {
2929
2951
  "variant": "h2",
2930
- "content": "Stages",
2931
- "type": "typography"
2952
+ "type": "typography",
2953
+ "content": "Stages"
2932
2954
  }
2933
2955
  ],
2934
- "type": "stack",
2935
2956
  "direction": "horizontal",
2936
2957
  "gap": "md"
2937
2958
  },
2938
2959
  {
2939
- "type": "button",
2940
- "variant": "secondary",
2941
- "action": "REFRESH",
2942
2960
  "icon": "refresh-cw",
2943
- "label": "Refresh"
2961
+ "action": "REFRESH",
2962
+ "type": "button",
2963
+ "label": "Refresh",
2964
+ "variant": "secondary"
2944
2965
  }
2945
- ],
2946
- "direction": "horizontal"
2966
+ ]
2947
2967
  },
2948
2968
  {
2949
2969
  "type": "divider"
2950
2970
  },
2951
2971
  {
2972
+ "type": "box",
2952
2973
  "children": [
2953
2974
  {
2954
- "cols": 3.0,
2955
- "type": "simple-grid",
2956
2975
  "children": [
2957
2976
  {
2958
2977
  "children": [
2959
2978
  {
2979
+ "direction": "vertical",
2960
2980
  "children": [
2961
2981
  {
2982
+ "variant": "caption",
2962
2983
  "type": "typography",
2963
- "content": "Name",
2964
- "variant": "caption"
2984
+ "content": "Name"
2965
2985
  },
2966
2986
  {
2967
2987
  "content": "@entity.name",
@@ -2969,7 +2989,6 @@
2969
2989
  "variant": "h3"
2970
2990
  }
2971
2991
  ],
2972
- "direction": "vertical",
2973
2992
  "gap": "sm",
2974
2993
  "type": "stack"
2975
2994
  }
@@ -2977,29 +2996,28 @@
2977
2996
  "type": "card"
2978
2997
  },
2979
2998
  {
2980
- "type": "card",
2981
2999
  "children": [
2982
3000
  {
2983
- "direction": "vertical",
2984
3001
  "children": [
2985
3002
  {
2986
- "content": "Status",
2987
3003
  "variant": "caption",
3004
+ "content": "Status",
2988
3005
  "type": "typography"
2989
3006
  },
2990
3007
  {
2991
- "variant": "h3",
3008
+ "type": "typography",
2992
3009
  "content": "@entity.status",
2993
- "type": "typography"
3010
+ "variant": "h3"
2994
3011
  }
2995
3012
  ],
3013
+ "direction": "vertical",
2996
3014
  "gap": "sm",
2997
3015
  "type": "stack"
2998
3016
  }
2999
- ]
3017
+ ],
3018
+ "type": "card"
3000
3019
  },
3001
3020
  {
3002
- "type": "card",
3003
3021
  "children": [
3004
3022
  {
3005
3023
  "type": "stack",
@@ -3007,9 +3025,9 @@
3007
3025
  "direction": "vertical",
3008
3026
  "children": [
3009
3027
  {
3010
- "content": "Duration",
3028
+ "variant": "caption",
3011
3029
  "type": "typography",
3012
- "variant": "caption"
3030
+ "content": "Duration"
3013
3031
  },
3014
3032
  {
3015
3033
  "variant": "h3",
@@ -3018,11 +3036,13 @@
3018
3036
  }
3019
3037
  ]
3020
3038
  }
3021
- ]
3039
+ ],
3040
+ "type": "card"
3022
3041
  },
3023
3042
  {
3024
3043
  "children": [
3025
3044
  {
3045
+ "direction": "vertical",
3026
3046
  "type": "stack",
3027
3047
  "children": [
3028
3048
  {
@@ -3031,54 +3051,55 @@
3031
3051
  "type": "typography"
3032
3052
  },
3033
3053
  {
3034
- "type": "typography",
3035
3054
  "content": "@entity.output",
3036
- "variant": "h3"
3055
+ "variant": "h3",
3056
+ "type": "typography"
3037
3057
  }
3038
3058
  ],
3039
- "gap": "sm",
3040
- "direction": "vertical"
3059
+ "gap": "sm"
3041
3060
  }
3042
3061
  ],
3043
3062
  "type": "card"
3044
3063
  }
3045
- ]
3064
+ ],
3065
+ "cols": 3.0,
3066
+ "type": "simple-grid"
3046
3067
  }
3047
3068
  ],
3048
- "type": "box",
3049
3069
  "padding": "md"
3050
3070
  },
3051
3071
  {
3052
3072
  "type": "divider"
3053
3073
  },
3054
3074
  {
3055
- "cols": 2.0,
3056
3075
  "children": [
3057
3076
  {
3077
+ "type": "card",
3058
3078
  "children": [
3059
3079
  {
3060
- "content": "Chart View",
3080
+ "variant": "caption",
3061
3081
  "type": "typography",
3062
- "variant": "caption"
3082
+ "content": "Chart View"
3063
3083
  }
3064
- ],
3065
- "type": "card"
3084
+ ]
3066
3085
  },
3067
3086
  {
3068
- "type": "card",
3069
3087
  "children": [
3070
3088
  {
3089
+ "content": "Graph View",
3071
3090
  "variant": "caption",
3072
- "type": "typography",
3073
- "content": "Graph View"
3091
+ "type": "typography"
3074
3092
  }
3075
- ]
3093
+ ],
3094
+ "type": "card"
3076
3095
  }
3077
3096
  ],
3078
3097
  "type": "grid",
3098
+ "cols": 2.0,
3079
3099
  "gap": "md"
3080
3100
  },
3081
3101
  {
3102
+ "type": "line-chart",
3082
3103
  "data": [
3083
3104
  {
3084
3105
  "value": 12.0,
@@ -3097,22 +3118,21 @@
3097
3118
  "value": 25.0
3098
3119
  },
3099
3120
  {
3100
- "date": "May",
3101
- "value": 22.0
3121
+ "value": 22.0,
3122
+ "date": "May"
3102
3123
  },
3103
3124
  {
3104
- "date": "Jun",
3105
- "value": 30.0
3125
+ "value": 30.0,
3126
+ "date": "Jun"
3106
3127
  }
3107
- ],
3108
- "type": "line-chart"
3128
+ ]
3109
3129
  },
3110
3130
  {
3111
3131
  "type": "chart-legend",
3112
3132
  "items": [
3113
3133
  {
3114
- "label": "Current",
3115
- "color": "primary"
3134
+ "color": "primary",
3135
+ "label": "Current"
3116
3136
  },
3117
3137
  {
3118
3138
  "label": "Previous",
@@ -3123,10 +3143,21 @@
3123
3143
  {
3124
3144
  "type": "graph-view",
3125
3145
  "width": 400.0,
3146
+ "edges": [
3147
+ {
3148
+ "target": "b",
3149
+ "source": "a"
3150
+ },
3151
+ {
3152
+ "source": "b",
3153
+ "target": "c"
3154
+ }
3155
+ ],
3156
+ "height": 200.0,
3126
3157
  "nodes": [
3127
3158
  {
3128
- "id": "a",
3129
- "label": "Start"
3159
+ "label": "Start",
3160
+ "id": "a"
3130
3161
  },
3131
3162
  {
3132
3163
  "id": "b",
@@ -3136,43 +3167,12 @@
3136
3167
  "label": "End",
3137
3168
  "id": "c"
3138
3169
  }
3139
- ],
3140
- "height": 200.0,
3141
- "edges": [
3142
- {
3143
- "target": "b",
3144
- "source": "a"
3145
- },
3146
- {
3147
- "source": "b",
3148
- "target": "c"
3149
- }
3150
3170
  ]
3151
3171
  }
3152
- ],
3153
- "direction": "vertical",
3154
- "type": "stack"
3172
+ ]
3155
3173
  }
3156
- ]
3157
- }
3158
- ],
3159
- "appName": "CI/CD Pipeline",
3160
- "type": "dashboard-layout",
3161
- "navItems": [
3162
- {
3163
- "label": "Builds",
3164
- "href": "/builds",
3165
- "icon": "hammer"
3166
- },
3167
- {
3168
- "label": "Stages",
3169
- "icon": "layers",
3170
- "href": "/stages"
3171
- },
3172
- {
3173
- "icon": "rocket",
3174
- "href": "/deploy",
3175
- "label": "Deploy"
3174
+ ],
3175
+ "type": "scaled-diagram"
3176
3176
  }
3177
3177
  ]
3178
3178
  }
@@ -3199,17 +3199,18 @@
3199
3199
  "main",
3200
3200
  {
3201
3201
  "appName": "CI/CD Pipeline",
3202
+ "type": "dashboard-layout",
3202
3203
  "children": [
3203
3204
  {
3204
- "type": "scaled-diagram",
3205
3205
  "children": [
3206
3206
  {
3207
+ "type": "stack",
3207
3208
  "children": [
3208
3209
  {
3209
3210
  "items": [
3210
3211
  {
3211
- "label": "Home",
3212
- "href": "/"
3212
+ "href": "/",
3213
+ "label": "Home"
3213
3214
  },
3214
3215
  {
3215
3216
  "label": "Stages"
@@ -3219,40 +3220,41 @@
3219
3220
  },
3220
3221
  {
3221
3222
  "justify": "between",
3223
+ "type": "stack",
3222
3224
  "direction": "horizontal",
3223
- "gap": "md",
3224
3225
  "children": [
3225
3226
  {
3227
+ "type": "stack",
3226
3228
  "direction": "horizontal",
3229
+ "gap": "md",
3227
3230
  "children": [
3228
3231
  {
3229
- "name": "layers",
3230
- "type": "icon"
3232
+ "type": "icon",
3233
+ "name": "layers"
3231
3234
  },
3232
3235
  {
3233
- "type": "typography",
3234
3236
  "content": "Stages",
3237
+ "type": "typography",
3235
3238
  "variant": "h2"
3236
3239
  }
3237
- ],
3238
- "gap": "md",
3239
- "type": "stack"
3240
+ ]
3240
3241
  },
3241
3242
  {
3243
+ "type": "button",
3242
3244
  "label": "Refresh",
3243
- "icon": "refresh-cw",
3245
+ "action": "REFRESH",
3244
3246
  "variant": "secondary",
3245
- "type": "button",
3246
- "action": "REFRESH"
3247
+ "icon": "refresh-cw"
3247
3248
  }
3248
3249
  ],
3249
- "type": "stack"
3250
+ "gap": "md"
3250
3251
  },
3251
3252
  {
3252
3253
  "type": "divider"
3253
3254
  },
3254
3255
  {
3255
3256
  "type": "box",
3257
+ "padding": "md",
3256
3258
  "children": [
3257
3259
  {
3258
3260
  "children": [
@@ -3260,126 +3262,125 @@
3260
3262
  "type": "card",
3261
3263
  "children": [
3262
3264
  {
3265
+ "gap": "sm",
3263
3266
  "children": [
3264
3267
  {
3268
+ "type": "typography",
3265
3269
  "variant": "caption",
3266
- "content": "Name",
3267
- "type": "typography"
3270
+ "content": "Name"
3268
3271
  },
3269
3272
  {
3270
- "variant": "h3",
3273
+ "content": "@entity.name",
3271
3274
  "type": "typography",
3272
- "content": "@entity.name"
3275
+ "variant": "h3"
3273
3276
  }
3274
3277
  ],
3275
- "direction": "vertical",
3276
- "gap": "sm",
3277
- "type": "stack"
3278
+ "type": "stack",
3279
+ "direction": "vertical"
3278
3280
  }
3279
3281
  ]
3280
3282
  },
3281
3283
  {
3284
+ "type": "card",
3282
3285
  "children": [
3283
3286
  {
3284
- "direction": "vertical",
3285
3287
  "gap": "sm",
3286
3288
  "children": [
3287
3289
  {
3288
3290
  "variant": "caption",
3289
- "type": "typography",
3290
- "content": "Status"
3291
+ "content": "Status",
3292
+ "type": "typography"
3291
3293
  },
3292
3294
  {
3293
- "content": "@entity.status",
3294
3295
  "type": "typography",
3295
- "variant": "h3"
3296
+ "variant": "h3",
3297
+ "content": "@entity.status"
3296
3298
  }
3297
3299
  ],
3298
- "type": "stack"
3300
+ "type": "stack",
3301
+ "direction": "vertical"
3299
3302
  }
3300
- ],
3301
- "type": "card"
3303
+ ]
3302
3304
  },
3303
3305
  {
3304
3306
  "type": "card",
3305
3307
  "children": [
3306
3308
  {
3307
- "type": "stack",
3308
- "gap": "sm",
3309
3309
  "direction": "vertical",
3310
3310
  "children": [
3311
3311
  {
3312
+ "variant": "caption",
3312
3313
  "content": "Duration",
3313
- "type": "typography",
3314
- "variant": "caption"
3314
+ "type": "typography"
3315
3315
  },
3316
3316
  {
3317
- "variant": "h3",
3318
3317
  "content": "@entity.duration",
3318
+ "variant": "h3",
3319
3319
  "type": "typography"
3320
3320
  }
3321
- ]
3321
+ ],
3322
+ "type": "stack",
3323
+ "gap": "sm"
3322
3324
  }
3323
3325
  ]
3324
3326
  },
3325
3327
  {
3328
+ "type": "card",
3326
3329
  "children": [
3327
3330
  {
3328
- "gap": "sm",
3329
- "type": "stack",
3330
3331
  "children": [
3331
3332
  {
3332
- "variant": "caption",
3333
3333
  "content": "Output",
3334
+ "variant": "caption",
3334
3335
  "type": "typography"
3335
3336
  },
3336
3337
  {
3337
3338
  "type": "typography",
3338
- "variant": "h3",
3339
- "content": "@entity.output"
3339
+ "content": "@entity.output",
3340
+ "variant": "h3"
3340
3341
  }
3341
3342
  ],
3343
+ "gap": "sm",
3344
+ "type": "stack",
3342
3345
  "direction": "vertical"
3343
3346
  }
3344
- ],
3345
- "type": "card"
3347
+ ]
3346
3348
  }
3347
3349
  ],
3348
3350
  "type": "simple-grid",
3349
3351
  "cols": 3.0
3350
3352
  }
3351
- ],
3352
- "padding": "md"
3353
+ ]
3353
3354
  },
3354
3355
  {
3355
3356
  "type": "divider"
3356
3357
  },
3357
3358
  {
3358
3359
  "cols": 2.0,
3360
+ "gap": "md",
3361
+ "type": "grid",
3359
3362
  "children": [
3360
3363
  {
3361
3364
  "children": [
3362
3365
  {
3363
3366
  "variant": "caption",
3364
- "type": "typography",
3365
- "content": "Chart View"
3367
+ "content": "Chart View",
3368
+ "type": "typography"
3366
3369
  }
3367
3370
  ],
3368
3371
  "type": "card"
3369
3372
  },
3370
3373
  {
3374
+ "type": "card",
3371
3375
  "children": [
3372
3376
  {
3373
- "content": "Graph View",
3377
+ "variant": "caption",
3374
3378
  "type": "typography",
3375
- "variant": "caption"
3379
+ "content": "Graph View"
3376
3380
  }
3377
- ],
3378
- "type": "card"
3381
+ ]
3379
3382
  }
3380
- ],
3381
- "gap": "md",
3382
- "type": "grid"
3383
+ ]
3383
3384
  },
3384
3385
  {
3385
3386
  "type": "line-chart",
@@ -3405,8 +3406,8 @@
3405
3406
  "value": 22.0
3406
3407
  },
3407
3408
  {
3408
- "value": 30.0,
3409
- "date": "Jun"
3409
+ "date": "Jun",
3410
+ "value": 30.0
3410
3411
  }
3411
3412
  ]
3412
3413
  },
@@ -3424,14 +3425,15 @@
3424
3425
  "type": "chart-legend"
3425
3426
  },
3426
3427
  {
3428
+ "width": 400.0,
3427
3429
  "edges": [
3428
3430
  {
3429
3431
  "source": "a",
3430
3432
  "target": "b"
3431
3433
  },
3432
3434
  {
3433
- "source": "b",
3434
- "target": "c"
3435
+ "target": "c",
3436
+ "source": "b"
3435
3437
  }
3436
3438
  ],
3437
3439
  "nodes": [
@@ -3440,42 +3442,40 @@
3440
3442
  "id": "a"
3441
3443
  },
3442
3444
  {
3443
- "label": "Process",
3444
- "id": "b"
3445
+ "id": "b",
3446
+ "label": "Process"
3445
3447
  },
3446
3448
  {
3447
- "id": "c",
3448
- "label": "End"
3449
+ "label": "End",
3450
+ "id": "c"
3449
3451
  }
3450
3452
  ],
3451
- "width": 400.0,
3452
- "height": 200.0,
3453
- "type": "graph-view"
3453
+ "type": "graph-view",
3454
+ "height": 200.0
3454
3455
  }
3455
3456
  ],
3456
- "direction": "vertical",
3457
3457
  "gap": "lg",
3458
- "type": "stack"
3458
+ "direction": "vertical"
3459
3459
  }
3460
- ]
3460
+ ],
3461
+ "type": "scaled-diagram"
3461
3462
  }
3462
3463
  ],
3463
- "type": "dashboard-layout",
3464
3464
  "navItems": [
3465
3465
  {
3466
- "href": "/builds",
3467
3466
  "label": "Builds",
3468
- "icon": "hammer"
3467
+ "icon": "hammer",
3468
+ "href": "/builds"
3469
3469
  },
3470
3470
  {
3471
+ "icon": "layers",
3471
3472
  "label": "Stages",
3472
- "href": "/stages",
3473
- "icon": "layers"
3473
+ "href": "/stages"
3474
3474
  },
3475
3475
  {
3476
+ "icon": "rocket",
3476
3477
  "label": "Deploy",
3477
- "href": "/deploy",
3478
- "icon": "rocket"
3478
+ "href": "/deploy"
3479
3479
  }
3480
3480
  ]
3481
3481
  }
@@ -3709,28 +3709,45 @@
3709
3709
  "render-ui",
3710
3710
  "main",
3711
3711
  {
3712
+ "type": "dashboard-layout",
3713
+ "navItems": [
3714
+ {
3715
+ "label": "Builds",
3716
+ "icon": "hammer",
3717
+ "href": "/builds"
3718
+ },
3719
+ {
3720
+ "href": "/stages",
3721
+ "label": "Stages",
3722
+ "icon": "layers"
3723
+ },
3724
+ {
3725
+ "label": "Deploy",
3726
+ "href": "/deploy",
3727
+ "icon": "rocket"
3728
+ }
3729
+ ],
3730
+ "appName": "CI/CD Pipeline",
3712
3731
  "children": [
3713
3732
  {
3714
- "direction": "vertical",
3715
3733
  "gap": "lg",
3716
- "align": "center",
3717
3734
  "children": [
3718
3735
  {
3736
+ "align": "center",
3737
+ "gap": "md",
3738
+ "direction": "horizontal",
3719
3739
  "children": [
3720
3740
  {
3721
3741
  "type": "icon",
3722
3742
  "name": "upload-cloud"
3723
3743
  },
3724
3744
  {
3725
- "content": "Deployment",
3726
3745
  "variant": "h2",
3727
- "type": "typography"
3746
+ "type": "typography",
3747
+ "content": "Deployment"
3728
3748
  }
3729
3749
  ],
3730
- "direction": "horizontal",
3731
- "type": "stack",
3732
- "gap": "md",
3733
- "align": "center"
3750
+ "type": "stack"
3734
3751
  },
3735
3752
  {
3736
3753
  "type": "divider"
@@ -3738,37 +3755,20 @@
3738
3755
  {
3739
3756
  "variant": "body",
3740
3757
  "content": "Ready to start deployment operation.",
3741
- "type": "typography",
3742
- "color": "muted"
3758
+ "color": "muted",
3759
+ "type": "typography"
3743
3760
  },
3744
3761
  {
3745
- "variant": "primary",
3746
3762
  "label": "Start",
3747
3763
  "action": "START",
3748
3764
  "type": "button",
3765
+ "variant": "primary",
3749
3766
  "icon": "play"
3750
3767
  }
3751
3768
  ],
3752
- "type": "stack"
3753
- }
3754
- ],
3755
- "type": "dashboard-layout",
3756
- "appName": "CI/CD Pipeline",
3757
- "navItems": [
3758
- {
3759
- "label": "Builds",
3760
- "icon": "hammer",
3761
- "href": "/builds"
3762
- },
3763
- {
3764
- "icon": "layers",
3765
- "label": "Stages",
3766
- "href": "/stages"
3767
- },
3768
- {
3769
- "label": "Deploy",
3770
- "href": "/deploy",
3771
- "icon": "rocket"
3769
+ "type": "stack",
3770
+ "direction": "vertical",
3771
+ "align": "center"
3772
3772
  }
3773
3773
  ]
3774
3774
  }
@@ -3784,44 +3784,44 @@
3784
3784
  "render-ui",
3785
3785
  "main",
3786
3786
  {
3787
- "type": "dashboard-layout",
3788
3787
  "navItems": [
3789
3788
  {
3789
+ "label": "Builds",
3790
3790
  "href": "/builds",
3791
- "icon": "hammer",
3792
- "label": "Builds"
3791
+ "icon": "hammer"
3793
3792
  },
3794
3793
  {
3795
- "icon": "layers",
3794
+ "label": "Stages",
3796
3795
  "href": "/stages",
3797
- "label": "Stages"
3796
+ "icon": "layers"
3798
3797
  },
3799
3798
  {
3800
- "label": "Deploy",
3801
3799
  "icon": "rocket",
3800
+ "label": "Deploy",
3802
3801
  "href": "/deploy"
3803
3802
  }
3804
3803
  ],
3804
+ "type": "dashboard-layout",
3805
+ "appName": "CI/CD Pipeline",
3805
3806
  "children": [
3806
3807
  {
3807
- "type": "stack",
3808
+ "direction": "vertical",
3809
+ "align": "center",
3810
+ "gap": "lg",
3808
3811
  "children": [
3809
3812
  {
3813
+ "message": "Processing deployment...",
3810
3814
  "type": "loading-state",
3811
- "title": "Deploying...",
3812
- "message": "Processing deployment..."
3815
+ "title": "Deploying..."
3813
3816
  },
3814
3817
  {
3815
3818
  "type": "skeleton",
3816
3819
  "variant": "text"
3817
3820
  }
3818
3821
  ],
3819
- "gap": "lg",
3820
- "align": "center",
3821
- "direction": "vertical"
3822
+ "type": "stack"
3822
3823
  }
3823
- ],
3824
- "appName": "CI/CD Pipeline"
3824
+ ]
3825
3825
  }
3826
3826
  ]
3827
3827
  ]
@@ -3847,8 +3847,29 @@
3847
3847
  "render-ui",
3848
3848
  "main",
3849
3849
  {
3850
+ "appName": "CI/CD Pipeline",
3851
+ "navItems": [
3852
+ {
3853
+ "href": "/builds",
3854
+ "label": "Builds",
3855
+ "icon": "hammer"
3856
+ },
3857
+ {
3858
+ "href": "/stages",
3859
+ "icon": "layers",
3860
+ "label": "Stages"
3861
+ },
3862
+ {
3863
+ "label": "Deploy",
3864
+ "href": "/deploy",
3865
+ "icon": "rocket"
3866
+ }
3867
+ ],
3850
3868
  "children": [
3851
3869
  {
3870
+ "gap": "lg",
3871
+ "type": "stack",
3872
+ "align": "center",
3852
3873
  "direction": "vertical",
3853
3874
  "children": [
3854
3875
  {
@@ -3857,49 +3878,28 @@
3857
3878
  },
3858
3879
  {
3859
3880
  "type": "alert",
3860
- "message": "Deployment successful.",
3861
- "variant": "success"
3881
+ "variant": "success",
3882
+ "message": "Deployment successful."
3862
3883
  },
3863
3884
  {
3864
- "type": "stack",
3865
- "direction": "horizontal",
3866
3885
  "gap": "sm",
3867
3886
  "justify": "center",
3887
+ "direction": "horizontal",
3888
+ "type": "stack",
3868
3889
  "children": [
3869
3890
  {
3870
- "icon": "rotate-ccw",
3871
- "variant": "ghost",
3872
- "action": "RESET",
3891
+ "type": "button",
3873
3892
  "label": "Reset",
3874
- "type": "button"
3893
+ "action": "RESET",
3894
+ "icon": "rotate-ccw",
3895
+ "variant": "ghost"
3875
3896
  }
3876
3897
  ]
3877
3898
  }
3878
- ],
3879
- "align": "center",
3880
- "gap": "lg",
3881
- "type": "stack"
3882
- }
3883
- ],
3884
- "type": "dashboard-layout",
3885
- "navItems": [
3886
- {
3887
- "label": "Builds",
3888
- "href": "/builds",
3889
- "icon": "hammer"
3890
- },
3891
- {
3892
- "icon": "layers",
3893
- "label": "Stages",
3894
- "href": "/stages"
3895
- },
3896
- {
3897
- "href": "/deploy",
3898
- "icon": "rocket",
3899
- "label": "Deploy"
3899
+ ]
3900
3900
  }
3901
3901
  ],
3902
- "appName": "CI/CD Pipeline"
3902
+ "type": "dashboard-layout"
3903
3903
  }
3904
3904
  ]
3905
3905
  ]
@@ -3913,60 +3913,60 @@
3913
3913
  "render-ui",
3914
3914
  "main",
3915
3915
  {
3916
+ "appName": "CI/CD Pipeline",
3917
+ "navItems": [
3918
+ {
3919
+ "icon": "hammer",
3920
+ "label": "Builds",
3921
+ "href": "/builds"
3922
+ },
3923
+ {
3924
+ "icon": "layers",
3925
+ "label": "Stages",
3926
+ "href": "/stages"
3927
+ },
3928
+ {
3929
+ "label": "Deploy",
3930
+ "href": "/deploy",
3931
+ "icon": "rocket"
3932
+ }
3933
+ ],
3916
3934
  "children": [
3917
3935
  {
3918
3936
  "gap": "lg",
3919
- "type": "stack",
3920
- "align": "center",
3937
+ "direction": "vertical",
3921
3938
  "children": [
3922
3939
  {
3923
- "type": "error-state",
3924
- "onRetry": "RETRY",
3940
+ "message": "Deployment failed.",
3925
3941
  "title": "Operation Failed",
3926
- "message": "Deployment failed."
3942
+ "type": "error-state",
3943
+ "onRetry": "RETRY"
3927
3944
  },
3928
3945
  {
3946
+ "type": "stack",
3947
+ "gap": "sm",
3929
3948
  "justify": "center",
3949
+ "direction": "horizontal",
3930
3950
  "children": [
3931
3951
  {
3932
- "icon": "refresh-cw",
3933
- "label": "Retry",
3952
+ "variant": "primary",
3934
3953
  "action": "RETRY",
3935
- "type": "button",
3936
- "variant": "primary"
3954
+ "label": "Retry",
3955
+ "icon": "refresh-cw",
3956
+ "type": "button"
3937
3957
  },
3938
3958
  {
3939
- "action": "RESET",
3940
- "type": "button",
3941
- "label": "Reset",
3942
3959
  "variant": "ghost",
3943
- "icon": "rotate-ccw"
3960
+ "label": "Reset",
3961
+ "action": "RESET",
3962
+ "icon": "rotate-ccw",
3963
+ "type": "button"
3944
3964
  }
3945
- ],
3946
- "gap": "sm",
3947
- "type": "stack",
3948
- "direction": "horizontal"
3965
+ ]
3949
3966
  }
3950
3967
  ],
3951
- "direction": "vertical"
3952
- }
3953
- ],
3954
- "appName": "CI/CD Pipeline",
3955
- "navItems": [
3956
- {
3957
- "href": "/builds",
3958
- "icon": "hammer",
3959
- "label": "Builds"
3960
- },
3961
- {
3962
- "icon": "layers",
3963
- "label": "Stages",
3964
- "href": "/stages"
3965
- },
3966
- {
3967
- "label": "Deploy",
3968
- "href": "/deploy",
3969
- "icon": "rocket"
3968
+ "align": "center",
3969
+ "type": "stack"
3970
3970
  }
3971
3971
  ],
3972
3972
  "type": "dashboard-layout"
@@ -3983,11 +3983,29 @@
3983
3983
  "render-ui",
3984
3984
  "main",
3985
3985
  {
3986
+ "navItems": [
3987
+ {
3988
+ "icon": "hammer",
3989
+ "href": "/builds",
3990
+ "label": "Builds"
3991
+ },
3992
+ {
3993
+ "href": "/stages",
3994
+ "label": "Stages",
3995
+ "icon": "layers"
3996
+ },
3997
+ {
3998
+ "href": "/deploy",
3999
+ "label": "Deploy",
4000
+ "icon": "rocket"
4001
+ }
4002
+ ],
4003
+ "type": "dashboard-layout",
3986
4004
  "children": [
3987
4005
  {
4006
+ "gap": "lg",
3988
4007
  "children": [
3989
4008
  {
3990
- "direction": "horizontal",
3991
4009
  "children": [
3992
4010
  {
3993
4011
  "type": "icon",
@@ -3999,6 +4017,7 @@
3999
4017
  "variant": "h2"
4000
4018
  }
4001
4019
  ],
4020
+ "direction": "horizontal",
4002
4021
  "gap": "md",
4003
4022
  "align": "center",
4004
4023
  "type": "stack"
@@ -4007,43 +4026,24 @@
4007
4026
  "type": "divider"
4008
4027
  },
4009
4028
  {
4010
- "type": "typography",
4011
- "color": "muted",
4012
4029
  "content": "Ready to start deployment operation.",
4013
- "variant": "body"
4030
+ "color": "muted",
4031
+ "variant": "body",
4032
+ "type": "typography"
4014
4033
  },
4015
4034
  {
4016
- "icon": "play",
4017
4035
  "variant": "primary",
4018
4036
  "type": "button",
4037
+ "icon": "play",
4019
4038
  "action": "START",
4020
4039
  "label": "Start"
4021
4040
  }
4022
4041
  ],
4023
- "align": "center",
4024
4042
  "type": "stack",
4025
- "gap": "lg",
4043
+ "align": "center",
4026
4044
  "direction": "vertical"
4027
4045
  }
4028
4046
  ],
4029
- "navItems": [
4030
- {
4031
- "label": "Builds",
4032
- "icon": "hammer",
4033
- "href": "/builds"
4034
- },
4035
- {
4036
- "label": "Stages",
4037
- "href": "/stages",
4038
- "icon": "layers"
4039
- },
4040
- {
4041
- "href": "/deploy",
4042
- "icon": "rocket",
4043
- "label": "Deploy"
4044
- }
4045
- ],
4046
- "type": "dashboard-layout",
4047
4047
  "appName": "CI/CD Pipeline"
4048
4048
  }
4049
4049
  ]
@@ -4061,60 +4061,60 @@
4061
4061
  "appName": "CI/CD Pipeline",
4062
4062
  "navItems": [
4063
4063
  {
4064
- "href": "/builds",
4064
+ "label": "Builds",
4065
4065
  "icon": "hammer",
4066
- "label": "Builds"
4066
+ "href": "/builds"
4067
4067
  },
4068
4068
  {
4069
- "label": "Stages",
4069
+ "icon": "layers",
4070
4070
  "href": "/stages",
4071
- "icon": "layers"
4071
+ "label": "Stages"
4072
4072
  },
4073
4073
  {
4074
+ "href": "/deploy",
4074
4075
  "icon": "rocket",
4075
- "label": "Deploy",
4076
- "href": "/deploy"
4076
+ "label": "Deploy"
4077
4077
  }
4078
4078
  ],
4079
4079
  "children": [
4080
4080
  {
4081
- "direction": "vertical",
4082
- "type": "stack",
4083
4081
  "align": "center",
4082
+ "type": "stack",
4083
+ "direction": "vertical",
4084
4084
  "gap": "lg",
4085
4085
  "children": [
4086
4086
  {
4087
- "gap": "md",
4088
- "direction": "horizontal",
4089
- "align": "center",
4090
- "type": "stack",
4091
4087
  "children": [
4092
4088
  {
4093
- "name": "upload-cloud",
4094
- "type": "icon"
4089
+ "type": "icon",
4090
+ "name": "upload-cloud"
4095
4091
  },
4096
4092
  {
4097
- "variant": "h2",
4093
+ "content": "Deployment",
4098
4094
  "type": "typography",
4099
- "content": "Deployment"
4095
+ "variant": "h2"
4100
4096
  }
4101
- ]
4097
+ ],
4098
+ "gap": "md",
4099
+ "direction": "horizontal",
4100
+ "type": "stack",
4101
+ "align": "center"
4102
4102
  },
4103
4103
  {
4104
4104
  "type": "divider"
4105
4105
  },
4106
4106
  {
4107
- "variant": "body",
4107
+ "color": "muted",
4108
4108
  "content": "Ready to start deployment operation.",
4109
- "type": "typography",
4110
- "color": "muted"
4109
+ "variant": "body",
4110
+ "type": "typography"
4111
4111
  },
4112
4112
  {
4113
- "label": "Start",
4113
+ "action": "START",
4114
4114
  "variant": "primary",
4115
4115
  "type": "button",
4116
- "icon": "play",
4117
- "action": "START"
4116
+ "label": "Start",
4117
+ "icon": "play"
4118
4118
  }
4119
4119
  ]
4120
4120
  }
@@ -4133,12 +4133,29 @@
4133
4133
  "render-ui",
4134
4134
  "main",
4135
4135
  {
4136
+ "appName": "CI/CD Pipeline",
4137
+ "navItems": [
4138
+ {
4139
+ "href": "/builds",
4140
+ "label": "Builds",
4141
+ "icon": "hammer"
4142
+ },
4143
+ {
4144
+ "href": "/stages",
4145
+ "label": "Stages",
4146
+ "icon": "layers"
4147
+ },
4148
+ {
4149
+ "label": "Deploy",
4150
+ "href": "/deploy",
4151
+ "icon": "rocket"
4152
+ }
4153
+ ],
4136
4154
  "children": [
4137
4155
  {
4138
4156
  "align": "center",
4139
4157
  "gap": "lg",
4140
4158
  "direction": "vertical",
4141
- "type": "stack",
4142
4159
  "children": [
4143
4160
  {
4144
4161
  "type": "loading-state",
@@ -4146,31 +4163,14 @@
4146
4163
  "title": "Deploying..."
4147
4164
  },
4148
4165
  {
4149
- "variant": "text",
4150
- "type": "skeleton"
4166
+ "type": "skeleton",
4167
+ "variant": "text"
4151
4168
  }
4152
- ]
4169
+ ],
4170
+ "type": "stack"
4153
4171
  }
4154
4172
  ],
4155
- "appName": "CI/CD Pipeline",
4156
- "type": "dashboard-layout",
4157
- "navItems": [
4158
- {
4159
- "icon": "hammer",
4160
- "label": "Builds",
4161
- "href": "/builds"
4162
- },
4163
- {
4164
- "label": "Stages",
4165
- "icon": "layers",
4166
- "href": "/stages"
4167
- },
4168
- {
4169
- "icon": "rocket",
4170
- "label": "Deploy",
4171
- "href": "/deploy"
4172
- }
4173
- ]
4173
+ "type": "dashboard-layout"
4174
4174
  }
4175
4175
  ]
4176
4176
  ]
@@ -4193,4 +4193,4 @@
4193
4193
  ]
4194
4194
  }
4195
4195
  ]
4196
- }
4196
+ }