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