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