@almadar/std 8.5.1 → 9.0.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 +97 -97
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  27. package/behaviors/registry/app/organisms/std-cms.orb +587 -587
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  29. package/behaviors/registry/app/organisms/std-crm.orb +966 -966
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  37. package/behaviors/registry/app/organisms/std-lms.orb +876 -876
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  42. package/behaviors/registry/core/atoms/std-browse.orb +67 -67
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  44. package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  47. package/behaviors/registry/core/atoms/std-display.orb +370 -370
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +63 -63
  50. package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  52. package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  53. package/behaviors/registry/core/atoms/std-push.orb +49 -49
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  55. package/behaviors/registry/core/atoms/std-related.orb +39 -39
  56. package/behaviors/registry/core/atoms/std-search.orb +73 -73
  57. package/behaviors/registry/core/atoms/std-selection.orb +110 -110
  58. package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  59. package/behaviors/registry/core/molecules/std-cart.orb +60 -60
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  62. package/behaviors/registry/core/molecules/std-list.orb +68 -68
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  64. package/behaviors/registry/game/atoms/std-collision.orb +140 -140
  65. package/behaviors/registry/game/atoms/std-combat.orb +76 -76
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  69. package/behaviors/registry/game/atoms/std-movement.orb +276 -276
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  72. package/behaviors/registry/game/atoms/std-quest.orb +129 -129
  73. package/behaviors/registry/game/atoms/std-timer.orb +285 -285
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  83. package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  84. package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  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 +1219 -1219
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  187. package/package.json +1 -1
@@ -55,7 +55,7 @@
55
55
  "event": "BuildLoaded",
56
56
  "description": "Fired when Build finishes loading",
57
57
  "scope": "internal",
58
- "payload": [
58
+ "payloadSchema": [
59
59
  {
60
60
  "name": "data",
61
61
  "type": "[Build]"
@@ -66,7 +66,7 @@
66
66
  "event": "BuildLoadFailed",
67
67
  "description": "Fired when Build fails to load",
68
68
  "scope": "internal",
69
- "payload": [
69
+ "payloadSchema": [
70
70
  {
71
71
  "name": "error",
72
72
  "type": "string"
@@ -80,7 +80,7 @@
80
80
  {
81
81
  "event": "BuildSaved",
82
82
  "scope": "internal",
83
- "payload": [
83
+ "payloadSchema": [
84
84
  {
85
85
  "name": "id",
86
86
  "type": "string"
@@ -90,7 +90,7 @@
90
90
  {
91
91
  "event": "BuildSaveFailed",
92
92
  "scope": "internal",
93
- "payload": [
93
+ "payloadSchema": [
94
94
  {
95
95
  "name": "error",
96
96
  "type": "string"
@@ -104,7 +104,7 @@
104
104
  {
105
105
  "event": "BuildUpdated",
106
106
  "scope": "internal",
107
- "payload": [
107
+ "payloadSchema": [
108
108
  {
109
109
  "name": "id",
110
110
  "type": "string"
@@ -114,7 +114,7 @@
114
114
  {
115
115
  "event": "BuildUpdateFailed",
116
116
  "scope": "internal",
117
- "payload": [
117
+ "payloadSchema": [
118
118
  {
119
119
  "name": "error",
120
120
  "type": "string"
@@ -128,7 +128,7 @@
128
128
  {
129
129
  "event": "BuildDeleted",
130
130
  "scope": "internal",
131
- "payload": [
131
+ "payloadSchema": [
132
132
  {
133
133
  "name": "id",
134
134
  "type": "string"
@@ -138,7 +138,7 @@
138
138
  {
139
139
  "event": "BuildDeleteFailed",
140
140
  "scope": "internal",
141
- "payload": [
141
+ "payloadSchema": [
142
142
  {
143
143
  "name": "error",
144
144
  "type": "string"
@@ -152,7 +152,7 @@
152
152
  {
153
153
  "event": "DeploymentSaved",
154
154
  "scope": "internal",
155
- "payload": [
155
+ "payloadSchema": [
156
156
  {
157
157
  "name": "id",
158
158
  "type": "string"
@@ -162,7 +162,7 @@
162
162
  {
163
163
  "event": "DeploymentSaveFailed",
164
164
  "scope": "internal",
165
- "payload": [
165
+ "payloadSchema": [
166
166
  {
167
167
  "name": "error",
168
168
  "type": "string"
@@ -215,7 +215,7 @@
215
215
  {
216
216
  "key": "BuildLoaded",
217
217
  "name": "Build loaded",
218
- "payload": [
218
+ "payloadSchema": [
219
219
  {
220
220
  "name": "data",
221
221
  "type": "[Build]"
@@ -225,7 +225,7 @@
225
225
  {
226
226
  "key": "BuildLoadFailed",
227
227
  "name": "Build load failed",
228
- "payload": [
228
+ "payloadSchema": [
229
229
  {
230
230
  "name": "error",
231
231
  "type": "string"
@@ -239,7 +239,7 @@
239
239
  {
240
240
  "key": "BuildSaved",
241
241
  "name": "Build saved",
242
- "payload": [
242
+ "payloadSchema": [
243
243
  {
244
244
  "name": "id",
245
245
  "type": "string"
@@ -249,7 +249,7 @@
249
249
  {
250
250
  "key": "BuildSaveFailed",
251
251
  "name": "Build save failed",
252
- "payload": [
252
+ "payloadSchema": [
253
253
  {
254
254
  "name": "error",
255
255
  "type": "string"
@@ -263,7 +263,7 @@
263
263
  {
264
264
  "key": "BuildUpdated",
265
265
  "name": "Build updated",
266
- "payload": [
266
+ "payloadSchema": [
267
267
  {
268
268
  "name": "id",
269
269
  "type": "string"
@@ -273,7 +273,7 @@
273
273
  {
274
274
  "key": "BuildUpdateFailed",
275
275
  "name": "Build update failed",
276
- "payload": [
276
+ "payloadSchema": [
277
277
  {
278
278
  "name": "error",
279
279
  "type": "string"
@@ -287,7 +287,7 @@
287
287
  {
288
288
  "key": "BuildDeleted",
289
289
  "name": "Build deleted",
290
- "payload": [
290
+ "payloadSchema": [
291
291
  {
292
292
  "name": "id",
293
293
  "type": "string"
@@ -297,7 +297,7 @@
297
297
  {
298
298
  "key": "BuildDeleteFailed",
299
299
  "name": "Build delete failed",
300
- "payload": [
300
+ "payloadSchema": [
301
301
  {
302
302
  "name": "error",
303
303
  "type": "string"
@@ -311,7 +311,7 @@
311
311
  {
312
312
  "key": "DeploymentSaved",
313
313
  "name": "Deployment saved",
314
- "payload": [
314
+ "payloadSchema": [
315
315
  {
316
316
  "name": "id",
317
317
  "type": "string"
@@ -321,7 +321,7 @@
321
321
  {
322
322
  "key": "DeploymentSaveFailed",
323
323
  "name": "Deployment save failed",
324
- "payload": [
324
+ "payloadSchema": [
325
325
  {
326
326
  "name": "error",
327
327
  "type": "string"
@@ -335,7 +335,7 @@
335
335
  {
336
336
  "key": "VIEW",
337
337
  "name": "View",
338
- "payload": [
338
+ "payloadSchema": [
339
339
  {
340
340
  "name": "id",
341
341
  "type": "string",
@@ -350,7 +350,7 @@
350
350
  {
351
351
  "key": "EDIT",
352
352
  "name": "Edit",
353
- "payload": [
353
+ "payloadSchema": [
354
354
  {
355
355
  "name": "id",
356
356
  "type": "string",
@@ -365,7 +365,7 @@
365
365
  {
366
366
  "key": "DELETE",
367
367
  "name": "Delete",
368
- "payload": [
368
+ "payloadSchema": [
369
369
  {
370
370
  "name": "id",
371
371
  "type": "string",
@@ -389,8 +389,8 @@
389
389
  "Build",
390
390
  {
391
391
  "emit": {
392
- "failure": "BuildLoadFailed",
393
- "success": "BuildLoaded"
392
+ "success": "BuildLoaded",
393
+ "failure": "BuildLoadFailed"
394
394
  }
395
395
  }
396
396
  ],
@@ -398,22 +398,22 @@
398
398
  "render-ui",
399
399
  "main",
400
400
  {
401
+ "gap": "md",
401
402
  "type": "stack",
402
- "align": "center",
403
403
  "className": "py-12",
404
- "direction": "vertical",
405
404
  "children": [
406
405
  {
407
406
  "type": "spinner"
408
407
  },
409
408
  {
410
- "color": "muted",
411
- "type": "typography",
412
409
  "variant": "caption",
413
- "content": "Loading builds…"
410
+ "content": "Loading builds…",
411
+ "type": "typography",
412
+ "color": "muted"
414
413
  }
415
414
  ],
416
- "gap": "md"
415
+ "direction": "vertical",
416
+ "align": "center"
417
417
  }
418
418
  ]
419
419
  ]
@@ -427,11 +427,12 @@
427
427
  "render-ui",
428
428
  "main",
429
429
  {
430
+ "appName": "CI/CD Pipeline",
430
431
  "navItems": [
431
432
  {
432
433
  "label": "Builds",
433
- "href": "/builds",
434
- "icon": "hammer"
434
+ "icon": "hammer",
435
+ "href": "/builds"
435
436
  },
436
437
  {
437
438
  "href": "/stages",
@@ -439,28 +440,28 @@
439
440
  "label": "Stages"
440
441
  },
441
442
  {
442
- "icon": "rocket",
443
+ "href": "/deploy",
443
444
  "label": "Deploy",
444
- "href": "/deploy"
445
+ "icon": "rocket"
445
446
  }
446
447
  ],
447
448
  "type": "dashboard-layout",
448
449
  "children": [
449
450
  {
451
+ "direction": "vertical",
450
452
  "gap": "lg",
453
+ "type": "stack",
454
+ "className": "max-w-5xl mx-auto w-full",
451
455
  "children": [
452
456
  {
453
- "direction": "horizontal",
454
- "type": "stack",
455
- "gap": "md",
456
457
  "align": "center",
457
- "justify": "between",
458
+ "direction": "horizontal",
458
459
  "children": [
459
460
  {
460
- "type": "stack",
461
- "direction": "horizontal",
462
461
  "align": "center",
463
462
  "gap": "sm",
463
+ "direction": "horizontal",
464
+ "type": "stack",
464
465
  "children": [
465
466
  {
466
467
  "name": "package",
@@ -474,26 +475,31 @@
474
475
  ]
475
476
  },
476
477
  {
478
+ "type": "stack",
479
+ "direction": "horizontal",
480
+ "gap": "sm",
477
481
  "children": [
478
482
  {
479
- "action": "CREATE",
480
- "label": "Create Build",
481
- "variant": "primary",
483
+ "type": "button",
482
484
  "icon": "plus",
483
- "type": "button"
485
+ "variant": "primary",
486
+ "label": "Create Build",
487
+ "action": "CREATE"
484
488
  }
485
- ],
486
- "type": "stack",
487
- "direction": "horizontal",
488
- "gap": "sm"
489
+ ]
489
490
  }
490
- ]
491
+ ],
492
+ "type": "stack",
493
+ "justify": "between",
494
+ "gap": "md"
491
495
  },
492
496
  {
493
497
  "type": "divider"
494
498
  },
495
499
  {
500
+ "fields": [],
496
501
  "entity": "@payload.data",
502
+ "type": "data-list",
497
503
  "itemActions": [
498
504
  {
499
505
  "label": "View",
@@ -501,21 +507,21 @@
501
507
  "variant": "ghost"
502
508
  },
503
509
  {
510
+ "event": "EDIT",
504
511
  "variant": "ghost",
505
- "label": "Edit",
506
- "event": "EDIT"
512
+ "label": "Edit"
507
513
  },
508
514
  {
509
- "event": "DELETE",
510
515
  "label": "Delete",
516
+ "event": "DELETE",
511
517
  "variant": "danger"
512
518
  }
513
519
  ],
514
520
  "columns": [
515
521
  {
516
- "icon": "git-branch",
522
+ "variant": "h3",
517
523
  "name": "branch",
518
- "variant": "h3"
524
+ "icon": "git-branch"
519
525
  },
520
526
  {
521
527
  "variant": "badge",
@@ -527,22 +533,16 @@
527
533
  },
528
534
  {
529
535
  "variant": "caption",
530
- "name": "triggeredBy",
531
- "label": "Triggered By"
536
+ "label": "Triggered By",
537
+ "name": "triggeredBy"
532
538
  }
533
539
  ],
534
- "type": "data-list",
535
- "fields": [],
536
540
  "variant": "card",
537
541
  "gap": "sm"
538
542
  }
539
- ],
540
- "type": "stack",
541
- "className": "max-w-5xl mx-auto w-full",
542
- "direction": "vertical"
543
+ ]
543
544
  }
544
- ],
545
- "appName": "CI/CD Pipeline"
545
+ ]
546
546
  }
547
547
  ]
548
548
  ]
@@ -556,36 +556,36 @@
556
556
  "render-ui",
557
557
  "main",
558
558
  {
559
- "gap": "md",
560
559
  "className": "py-12",
560
+ "align": "center",
561
561
  "children": [
562
562
  {
563
- "name": "alert-triangle",
564
563
  "color": "destructive",
565
- "type": "icon"
564
+ "type": "icon",
565
+ "name": "alert-triangle"
566
566
  },
567
567
  {
568
568
  "content": "Failed to load builds",
569
- "variant": "h3",
570
- "type": "typography"
569
+ "type": "typography",
570
+ "variant": "h3"
571
571
  },
572
572
  {
573
- "variant": "body",
574
573
  "color": "muted",
575
- "content": "@payload.error",
576
- "type": "typography"
574
+ "type": "typography",
575
+ "variant": "body",
576
+ "content": "@payload.error"
577
577
  },
578
578
  {
579
- "variant": "primary",
580
579
  "icon": "rotate-ccw",
581
580
  "type": "button",
581
+ "label": "Retry",
582
582
  "action": "INIT",
583
- "label": "Retry"
583
+ "variant": "primary"
584
584
  }
585
585
  ],
586
- "type": "stack",
586
+ "gap": "md",
587
587
  "direction": "vertical",
588
- "align": "center"
588
+ "type": "stack"
589
589
  }
590
590
  ]
591
591
  ]
@@ -602,7 +602,7 @@
602
602
  {
603
603
  "event": "BUILD_CREATED",
604
604
  "scope": "external",
605
- "payload": [
605
+ "payloadSchema": [
606
606
  {
607
607
  "name": "id",
608
608
  "type": "string"
@@ -613,7 +613,7 @@
613
613
  "event": "BuildLoadFailed",
614
614
  "description": "Fired when Build fails to load",
615
615
  "scope": "internal",
616
- "payload": [
616
+ "payloadSchema": [
617
617
  {
618
618
  "name": "error",
619
619
  "type": "string"
@@ -628,7 +628,7 @@
628
628
  "event": "BuildLoaded",
629
629
  "description": "Fired when Build finishes loading",
630
630
  "scope": "internal",
631
- "payload": [
631
+ "payloadSchema": [
632
632
  {
633
633
  "name": "data",
634
634
  "type": "[Build]"
@@ -638,7 +638,7 @@
638
638
  {
639
639
  "event": "BuildSaveFailed",
640
640
  "scope": "internal",
641
- "payload": [
641
+ "payloadSchema": [
642
642
  {
643
643
  "name": "error",
644
644
  "type": "string"
@@ -652,7 +652,7 @@
652
652
  {
653
653
  "event": "BuildSaved",
654
654
  "scope": "internal",
655
- "payload": [
655
+ "payloadSchema": [
656
656
  {
657
657
  "name": "id",
658
658
  "type": "string"
@@ -686,7 +686,7 @@
686
686
  {
687
687
  "key": "SAVE",
688
688
  "name": "Save",
689
- "payload": [
689
+ "payloadSchema": [
690
690
  {
691
691
  "name": "data",
692
692
  "type": "object",
@@ -701,7 +701,7 @@
701
701
  {
702
702
  "key": "BuildLoadFailed",
703
703
  "name": "Build load failed",
704
- "payload": [
704
+ "payloadSchema": [
705
705
  {
706
706
  "name": "error",
707
707
  "type": "string"
@@ -715,7 +715,7 @@
715
715
  {
716
716
  "key": "BuildLoaded",
717
717
  "name": "Build loaded",
718
- "payload": [
718
+ "payloadSchema": [
719
719
  {
720
720
  "name": "data",
721
721
  "type": "[Build]"
@@ -725,7 +725,7 @@
725
725
  {
726
726
  "key": "BuildSaveFailed",
727
727
  "name": "Build save failed",
728
- "payload": [
728
+ "payloadSchema": [
729
729
  {
730
730
  "name": "error",
731
731
  "type": "string"
@@ -739,7 +739,7 @@
739
739
  {
740
740
  "key": "BuildSaved",
741
741
  "name": "Build saved",
742
- "payload": [
742
+ "payloadSchema": [
743
743
  {
744
744
  "name": "id",
745
745
  "type": "string"
@@ -769,8 +769,8 @@
769
769
  "Build",
770
770
  {
771
771
  "emit": {
772
- "failure": "BuildLoadFailed",
773
- "success": "BuildLoaded"
772
+ "success": "BuildLoaded",
773
+ "failure": "BuildLoadFailed"
774
774
  }
775
775
  }
776
776
  ],
@@ -778,42 +778,42 @@
778
778
  "render-ui",
779
779
  "modal",
780
780
  {
781
- "type": "stack",
782
- "gap": "md",
781
+ "direction": "vertical",
783
782
  "children": [
784
783
  {
785
- "type": "stack",
786
- "direction": "horizontal",
787
784
  "children": [
788
785
  {
789
- "type": "icon",
790
- "name": "plus-circle"
786
+ "name": "plus-circle",
787
+ "type": "icon"
791
788
  },
792
789
  {
793
- "variant": "h3",
790
+ "content": "Create Build",
794
791
  "type": "typography",
795
- "content": "Create Build"
792
+ "variant": "h3"
796
793
  }
797
794
  ],
798
- "gap": "sm"
795
+ "gap": "sm",
796
+ "type": "stack",
797
+ "direction": "horizontal"
799
798
  },
800
799
  {
801
800
  "type": "divider"
802
801
  },
803
802
  {
804
- "type": "form-section",
805
803
  "mode": "create",
806
804
  "submitEvent": "SAVE",
807
- "cancelEvent": "CLOSE",
808
805
  "fields": [
809
806
  "branch",
810
807
  "status",
811
808
  "commit",
812
809
  "triggeredBy"
813
- ]
810
+ ],
811
+ "cancelEvent": "CLOSE",
812
+ "type": "form-section"
814
813
  }
815
814
  ],
816
- "direction": "vertical"
815
+ "type": "stack",
816
+ "gap": "md"
817
817
  }
818
818
  ]
819
819
  ]
@@ -889,7 +889,7 @@
889
889
  {
890
890
  "event": "BUILD_UPDATED",
891
891
  "scope": "external",
892
- "payload": [
892
+ "payloadSchema": [
893
893
  {
894
894
  "name": "id",
895
895
  "type": "string"
@@ -900,7 +900,7 @@
900
900
  "event": "BuildLoadFailed",
901
901
  "description": "Fired when Build fails to load",
902
902
  "scope": "internal",
903
- "payload": [
903
+ "payloadSchema": [
904
904
  {
905
905
  "name": "error",
906
906
  "type": "string"
@@ -915,7 +915,7 @@
915
915
  "event": "BuildLoaded",
916
916
  "description": "Fired when Build finishes loading",
917
917
  "scope": "internal",
918
- "payload": [
918
+ "payloadSchema": [
919
919
  {
920
920
  "name": "data",
921
921
  "type": "[Build]"
@@ -925,7 +925,7 @@
925
925
  {
926
926
  "event": "BuildUpdateFailed",
927
927
  "scope": "internal",
928
- "payload": [
928
+ "payloadSchema": [
929
929
  {
930
930
  "name": "error",
931
931
  "type": "string"
@@ -939,7 +939,7 @@
939
939
  {
940
940
  "event": "BuildUpdated",
941
941
  "scope": "internal",
942
- "payload": [
942
+ "payloadSchema": [
943
943
  {
944
944
  "name": "id",
945
945
  "type": "string"
@@ -965,7 +965,7 @@
965
965
  {
966
966
  "key": "EDIT",
967
967
  "name": "Edit",
968
- "payload": [
968
+ "payloadSchema": [
969
969
  {
970
970
  "name": "id",
971
971
  "type": "string",
@@ -984,7 +984,7 @@
984
984
  {
985
985
  "key": "SAVE",
986
986
  "name": "Save",
987
- "payload": [
987
+ "payloadSchema": [
988
988
  {
989
989
  "name": "data",
990
990
  "type": "object",
@@ -999,7 +999,7 @@
999
999
  {
1000
1000
  "key": "BuildLoadFailed",
1001
1001
  "name": "Build load failed",
1002
- "payload": [
1002
+ "payloadSchema": [
1003
1003
  {
1004
1004
  "name": "error",
1005
1005
  "type": "string"
@@ -1013,7 +1013,7 @@
1013
1013
  {
1014
1014
  "key": "BuildLoaded",
1015
1015
  "name": "Build loaded",
1016
- "payload": [
1016
+ "payloadSchema": [
1017
1017
  {
1018
1018
  "name": "data",
1019
1019
  "type": "[Build]"
@@ -1023,7 +1023,7 @@
1023
1023
  {
1024
1024
  "key": "BuildUpdateFailed",
1025
1025
  "name": "Build update failed",
1026
- "payload": [
1026
+ "payloadSchema": [
1027
1027
  {
1028
1028
  "name": "error",
1029
1029
  "type": "string"
@@ -1037,7 +1037,7 @@
1037
1037
  {
1038
1038
  "key": "BuildUpdated",
1039
1039
  "name": "Build updated",
1040
- "payload": [
1040
+ "payloadSchema": [
1041
1041
  {
1042
1042
  "name": "id",
1043
1043
  "type": "string"
@@ -1068,8 +1068,8 @@
1068
1068
  {
1069
1069
  "id": "@payload.id",
1070
1070
  "emit": {
1071
- "failure": "BuildLoadFailed",
1072
- "success": "BuildLoaded"
1071
+ "success": "BuildLoaded",
1072
+ "failure": "BuildLoadFailed"
1073
1073
  }
1074
1074
  }
1075
1075
  ],
@@ -1077,15 +1077,17 @@
1077
1077
  "render-ui",
1078
1078
  "modal",
1079
1079
  {
1080
+ "direction": "vertical",
1081
+ "type": "stack",
1080
1082
  "children": [
1081
1083
  {
1084
+ "direction": "horizontal",
1082
1085
  "gap": "sm",
1083
1086
  "type": "stack",
1084
- "direction": "horizontal",
1085
1087
  "children": [
1086
1088
  {
1087
- "name": "edit",
1088
- "type": "icon"
1089
+ "type": "icon",
1090
+ "name": "edit"
1089
1091
  },
1090
1092
  {
1091
1093
  "type": "typography",
@@ -1098,21 +1100,19 @@
1098
1100
  "type": "divider"
1099
1101
  },
1100
1102
  {
1101
- "entity": "@payload.row",
1102
- "type": "form-section",
1103
- "mode": "edit",
1104
- "cancelEvent": "CLOSE",
1105
- "submitEvent": "SAVE",
1106
1103
  "fields": [
1107
1104
  "branch",
1108
1105
  "status",
1109
1106
  "commit",
1110
1107
  "triggeredBy"
1111
- ]
1108
+ ],
1109
+ "mode": "edit",
1110
+ "entity": "@payload.row",
1111
+ "type": "form-section",
1112
+ "submitEvent": "SAVE",
1113
+ "cancelEvent": "CLOSE"
1112
1114
  }
1113
1115
  ],
1114
- "direction": "vertical",
1115
- "type": "stack",
1116
1116
  "gap": "md"
1117
1117
  }
1118
1118
  ]
@@ -1190,7 +1190,7 @@
1190
1190
  "event": "BuildLoaded",
1191
1191
  "description": "Fired when Build finishes loading",
1192
1192
  "scope": "internal",
1193
- "payload": [
1193
+ "payloadSchema": [
1194
1194
  {
1195
1195
  "name": "data",
1196
1196
  "type": "[Build]"
@@ -1201,7 +1201,7 @@
1201
1201
  "event": "BuildLoadFailed",
1202
1202
  "description": "Fired when Build fails to load",
1203
1203
  "scope": "internal",
1204
- "payload": [
1204
+ "payloadSchema": [
1205
1205
  {
1206
1206
  "name": "error",
1207
1207
  "type": "string"
@@ -1231,7 +1231,7 @@
1231
1231
  {
1232
1232
  "key": "VIEW",
1233
1233
  "name": "View",
1234
- "payload": [
1234
+ "payloadSchema": [
1235
1235
  {
1236
1236
  "name": "id",
1237
1237
  "type": "string",
@@ -1246,7 +1246,7 @@
1246
1246
  {
1247
1247
  "key": "SAVE",
1248
1248
  "name": "Save",
1249
- "payload": [
1249
+ "payloadSchema": [
1250
1250
  {
1251
1251
  "name": "data",
1252
1252
  "type": "object",
@@ -1257,7 +1257,7 @@
1257
1257
  {
1258
1258
  "key": "BuildLoaded",
1259
1259
  "name": "Build loaded",
1260
- "payload": [
1260
+ "payloadSchema": [
1261
1261
  {
1262
1262
  "name": "data",
1263
1263
  "type": "[Build]"
@@ -1267,7 +1267,7 @@
1267
1267
  {
1268
1268
  "key": "BuildLoadFailed",
1269
1269
  "name": "Build load failed",
1270
- "payload": [
1270
+ "payloadSchema": [
1271
1271
  {
1272
1272
  "name": "error",
1273
1273
  "type": "string"
@@ -1302,8 +1302,8 @@
1302
1302
  {
1303
1303
  "id": "@payload.id",
1304
1304
  "emit": {
1305
- "success": "BuildLoaded",
1306
- "failure": "BuildLoadFailed"
1305
+ "failure": "BuildLoadFailed",
1306
+ "success": "BuildLoaded"
1307
1307
  }
1308
1308
  }
1309
1309
  ],
@@ -1311,23 +1311,26 @@
1311
1311
  "render-ui",
1312
1312
  "modal",
1313
1313
  {
1314
+ "direction": "vertical",
1315
+ "gap": "md",
1316
+ "type": "stack",
1314
1317
  "children": [
1315
1318
  {
1319
+ "gap": "sm",
1316
1320
  "direction": "horizontal",
1317
1321
  "type": "stack",
1318
1322
  "children": [
1319
1323
  {
1320
- "type": "icon",
1321
- "name": "eye"
1324
+ "name": "eye",
1325
+ "type": "icon"
1322
1326
  },
1323
1327
  {
1328
+ "content": "@entity.branch",
1324
1329
  "type": "typography",
1325
- "variant": "h3",
1326
- "content": "@entity.branch"
1330
+ "variant": "h3"
1327
1331
  }
1328
1332
  ],
1329
- "align": "center",
1330
- "gap": "sm"
1333
+ "align": "center"
1331
1334
  },
1332
1335
  {
1333
1336
  "type": "divider"
@@ -1336,56 +1339,55 @@
1336
1339
  "direction": "horizontal",
1337
1340
  "children": [
1338
1341
  {
1342
+ "type": "typography",
1339
1343
  "variant": "caption",
1340
- "content": "Branch",
1341
- "type": "typography"
1344
+ "content": "Branch"
1342
1345
  },
1343
1346
  {
1347
+ "content": "@entity.branch",
1344
1348
  "type": "typography",
1345
- "variant": "body",
1346
- "content": "@entity.branch"
1349
+ "variant": "body"
1347
1350
  }
1348
1351
  ],
1349
- "type": "stack",
1350
- "gap": "md"
1352
+ "gap": "md",
1353
+ "type": "stack"
1351
1354
  },
1352
1355
  {
1353
- "direction": "horizontal",
1354
1356
  "gap": "md",
1355
1357
  "type": "stack",
1358
+ "direction": "horizontal",
1356
1359
  "children": [
1357
1360
  {
1358
- "content": "Status",
1359
1361
  "variant": "caption",
1360
- "type": "typography"
1362
+ "type": "typography",
1363
+ "content": "Status"
1361
1364
  },
1362
1365
  {
1363
- "content": "@entity.status",
1364
1366
  "type": "typography",
1367
+ "content": "@entity.status",
1365
1368
  "variant": "body"
1366
1369
  }
1367
1370
  ]
1368
1371
  },
1369
1372
  {
1370
- "type": "stack",
1371
1373
  "direction": "horizontal",
1374
+ "gap": "md",
1372
1375
  "children": [
1373
1376
  {
1377
+ "variant": "caption",
1374
1378
  "type": "typography",
1375
- "content": "Commit",
1376
- "variant": "caption"
1379
+ "content": "Commit"
1377
1380
  },
1378
1381
  {
1379
1382
  "type": "typography",
1380
- "variant": "body",
1381
- "content": "@entity.commit"
1383
+ "content": "@entity.commit",
1384
+ "variant": "body"
1382
1385
  }
1383
1386
  ],
1384
- "gap": "md"
1387
+ "type": "stack"
1385
1388
  },
1386
1389
  {
1387
1390
  "direction": "horizontal",
1388
- "gap": "md",
1389
1391
  "children": [
1390
1392
  {
1391
1393
  "variant": "caption",
@@ -1394,40 +1396,38 @@
1394
1396
  },
1395
1397
  {
1396
1398
  "type": "typography",
1397
- "content": "@entity.triggeredBy",
1398
- "variant": "body"
1399
+ "variant": "body",
1400
+ "content": "@entity.triggeredBy"
1399
1401
  }
1400
1402
  ],
1403
+ "gap": "md",
1401
1404
  "type": "stack"
1402
1405
  },
1403
1406
  {
1404
1407
  "type": "divider"
1405
1408
  },
1406
1409
  {
1407
- "direction": "horizontal",
1408
- "gap": "sm",
1409
1410
  "type": "stack",
1411
+ "gap": "sm",
1412
+ "justify": "end",
1413
+ "direction": "horizontal",
1410
1414
  "children": [
1411
1415
  {
1416
+ "action": "EDIT",
1412
1417
  "icon": "edit",
1413
- "label": "Edit",
1414
1418
  "type": "button",
1415
- "variant": "primary",
1416
- "action": "EDIT"
1419
+ "label": "Edit",
1420
+ "variant": "primary"
1417
1421
  },
1418
1422
  {
1419
1423
  "variant": "ghost",
1424
+ "type": "button",
1420
1425
  "label": "Close",
1421
- "action": "CLOSE",
1422
- "type": "button"
1426
+ "action": "CLOSE"
1423
1427
  }
1424
- ],
1425
- "justify": "end"
1428
+ ]
1426
1429
  }
1427
- ],
1428
- "gap": "md",
1429
- "type": "stack",
1430
- "direction": "vertical"
1430
+ ]
1431
1431
  }
1432
1432
  ]
1433
1433
  ]
@@ -1487,7 +1487,7 @@
1487
1487
  {
1488
1488
  "event": "BUILD_DELETED",
1489
1489
  "scope": "external",
1490
- "payload": [
1490
+ "payloadSchema": [
1491
1491
  {
1492
1492
  "name": "id",
1493
1493
  "type": "string"
@@ -1497,7 +1497,7 @@
1497
1497
  {
1498
1498
  "event": "BuildDeleteFailed",
1499
1499
  "scope": "internal",
1500
- "payload": [
1500
+ "payloadSchema": [
1501
1501
  {
1502
1502
  "name": "error",
1503
1503
  "type": "string"
@@ -1511,7 +1511,7 @@
1511
1511
  {
1512
1512
  "event": "BuildDeleted",
1513
1513
  "scope": "internal",
1514
- "payload": [
1514
+ "payloadSchema": [
1515
1515
  {
1516
1516
  "name": "id",
1517
1517
  "type": "string"
@@ -1522,7 +1522,7 @@
1522
1522
  "event": "BuildLoadFailed",
1523
1523
  "description": "Fired when Build fails to load",
1524
1524
  "scope": "internal",
1525
- "payload": [
1525
+ "payloadSchema": [
1526
1526
  {
1527
1527
  "name": "error",
1528
1528
  "type": "string"
@@ -1537,7 +1537,7 @@
1537
1537
  "event": "BuildLoaded",
1538
1538
  "description": "Fired when Build finishes loading",
1539
1539
  "scope": "internal",
1540
- "payload": [
1540
+ "payloadSchema": [
1541
1541
  {
1542
1542
  "name": "data",
1543
1543
  "type": "[Build]"
@@ -1563,7 +1563,7 @@
1563
1563
  {
1564
1564
  "key": "DELETE",
1565
1565
  "name": "Delete",
1566
- "payload": [
1566
+ "payloadSchema": [
1567
1567
  {
1568
1568
  "name": "id",
1569
1569
  "type": "string",
@@ -1590,7 +1590,7 @@
1590
1590
  {
1591
1591
  "key": "BuildDeleteFailed",
1592
1592
  "name": "Build delete failed",
1593
- "payload": [
1593
+ "payloadSchema": [
1594
1594
  {
1595
1595
  "name": "error",
1596
1596
  "type": "string"
@@ -1604,7 +1604,7 @@
1604
1604
  {
1605
1605
  "key": "BuildDeleted",
1606
1606
  "name": "Build deleted",
1607
- "payload": [
1607
+ "payloadSchema": [
1608
1608
  {
1609
1609
  "name": "id",
1610
1610
  "type": "string"
@@ -1614,7 +1614,7 @@
1614
1614
  {
1615
1615
  "key": "BuildLoadFailed",
1616
1616
  "name": "Build load failed",
1617
- "payload": [
1617
+ "payloadSchema": [
1618
1618
  {
1619
1619
  "name": "error",
1620
1620
  "type": "string"
@@ -1628,7 +1628,7 @@
1628
1628
  {
1629
1629
  "key": "BuildLoaded",
1630
1630
  "name": "Build loaded",
1631
- "payload": [
1631
+ "payloadSchema": [
1632
1632
  {
1633
1633
  "name": "data",
1634
1634
  "type": "[Build]"
@@ -1662,68 +1662,68 @@
1662
1662
  "fetch",
1663
1663
  "Build",
1664
1664
  {
1665
- "id": "@payload.id",
1666
1665
  "emit": {
1667
1666
  "success": "BuildLoaded",
1668
1667
  "failure": "BuildLoadFailed"
1669
- }
1668
+ },
1669
+ "id": "@payload.id"
1670
1670
  }
1671
1671
  ],
1672
1672
  [
1673
1673
  "render-ui",
1674
1674
  "modal",
1675
1675
  {
1676
- "direction": "vertical",
1677
1676
  "children": [
1678
1677
  {
1679
1678
  "direction": "horizontal",
1680
- "type": "stack",
1681
- "align": "center",
1682
1679
  "children": [
1683
1680
  {
1684
- "type": "icon",
1685
- "name": "alert-triangle"
1681
+ "name": "alert-triangle",
1682
+ "type": "icon"
1686
1683
  },
1687
1684
  {
1688
- "variant": "h3",
1685
+ "type": "typography",
1689
1686
  "content": "Delete Build",
1690
- "type": "typography"
1687
+ "variant": "h3"
1691
1688
  }
1692
1689
  ],
1693
- "gap": "sm"
1690
+ "type": "stack",
1691
+ "gap": "sm",
1692
+ "align": "center"
1694
1693
  },
1695
1694
  {
1696
1695
  "type": "divider"
1697
1696
  },
1698
1697
  {
1699
1698
  "message": "This action cannot be undone.",
1700
- "type": "alert",
1701
- "variant": "error"
1699
+ "variant": "error",
1700
+ "type": "alert"
1702
1701
  },
1703
1702
  {
1704
- "justify": "end",
1705
- "gap": "sm",
1706
- "direction": "horizontal",
1707
- "type": "stack",
1708
1703
  "children": [
1709
1704
  {
1710
- "type": "button",
1711
- "action": "CANCEL",
1705
+ "variant": "ghost",
1712
1706
  "label": "Cancel",
1713
- "variant": "ghost"
1707
+ "action": "CANCEL",
1708
+ "type": "button"
1714
1709
  },
1715
1710
  {
1716
- "variant": "danger",
1717
- "label": "Delete",
1711
+ "type": "button",
1718
1712
  "icon": "check",
1719
1713
  "action": "CONFIRM_DELETE",
1720
- "type": "button"
1714
+ "variant": "danger",
1715
+ "label": "Delete"
1721
1716
  }
1722
- ]
1717
+ ],
1718
+ "direction": "horizontal",
1719
+ "gap": "sm",
1720
+ "type": "stack",
1721
+ "justify": "end"
1723
1722
  }
1724
1723
  ],
1724
+ "type": "stack",
1725
1725
  "gap": "md",
1726
- "type": "stack"
1726
+ "direction": "vertical"
1727
1727
  }
1728
1728
  ]
1729
1729
  ]
@@ -1740,8 +1740,8 @@
1740
1740
  "@entity.pendingId",
1741
1741
  {
1742
1742
  "emit": {
1743
- "failure": "BuildDeleteFailed",
1744
- "success": "BuildDeleted"
1743
+ "success": "BuildDeleted",
1744
+ "failure": "BuildDeleteFailed"
1745
1745
  }
1746
1746
  }
1747
1747
  ],
@@ -1888,7 +1888,7 @@
1888
1888
  "event": "StageLoaded",
1889
1889
  "description": "Fired when Stage finishes loading",
1890
1890
  "scope": "internal",
1891
- "payload": [
1891
+ "payloadSchema": [
1892
1892
  {
1893
1893
  "name": "data",
1894
1894
  "type": "[Stage]"
@@ -1899,7 +1899,7 @@
1899
1899
  "event": "StageLoadFailed",
1900
1900
  "description": "Fired when Stage fails to load",
1901
1901
  "scope": "internal",
1902
- "payload": [
1902
+ "payloadSchema": [
1903
1903
  {
1904
1904
  "name": "error",
1905
1905
  "type": "string"
@@ -1944,7 +1944,7 @@
1944
1944
  {
1945
1945
  "key": "StageLoaded",
1946
1946
  "name": "Stage loaded",
1947
- "payload": [
1947
+ "payloadSchema": [
1948
1948
  {
1949
1949
  "name": "data",
1950
1950
  "type": "[Stage]"
@@ -1954,7 +1954,7 @@
1954
1954
  {
1955
1955
  "key": "StageLoadFailed",
1956
1956
  "name": "Stage load failed",
1957
- "payload": [
1957
+ "payloadSchema": [
1958
1958
  {
1959
1959
  "name": "error",
1960
1960
  "type": "string"
@@ -1988,30 +1988,30 @@
1988
1988
  {
1989
1989
  "navItems": [
1990
1990
  {
1991
- "href": "/builds",
1991
+ "label": "Builds",
1992
1992
  "icon": "hammer",
1993
- "label": "Builds"
1993
+ "href": "/builds"
1994
1994
  },
1995
1995
  {
1996
1996
  "href": "/stages",
1997
- "label": "Stages",
1998
- "icon": "layers"
1997
+ "icon": "layers",
1998
+ "label": "Stages"
1999
1999
  },
2000
2000
  {
2001
- "label": "Deploy",
2002
2001
  "href": "/deploy",
2002
+ "label": "Deploy",
2003
2003
  "icon": "rocket"
2004
2004
  }
2005
2005
  ],
2006
2006
  "appName": "CI/CD Pipeline",
2007
+ "type": "dashboard-layout",
2007
2008
  "children": [
2008
2009
  {
2009
2010
  "children": [
2010
2011
  {
2011
- "type": "stack",
2012
- "gap": "lg",
2013
2012
  "children": [
2014
2013
  {
2014
+ "type": "breadcrumb",
2015
2015
  "items": [
2016
2016
  {
2017
2017
  "label": "Home",
@@ -2020,53 +2020,55 @@
2020
2020
  {
2021
2021
  "label": "Stages"
2022
2022
  }
2023
- ],
2024
- "type": "breadcrumb"
2023
+ ]
2025
2024
  },
2026
2025
  {
2026
+ "gap": "md",
2027
2027
  "justify": "between",
2028
- "direction": "horizontal",
2029
2028
  "children": [
2030
2029
  {
2031
- "direction": "horizontal",
2032
2030
  "gap": "md",
2033
2031
  "children": [
2034
2032
  {
2035
- "type": "icon",
2036
- "name": "layers"
2033
+ "name": "layers",
2034
+ "type": "icon"
2037
2035
  },
2038
2036
  {
2039
- "type": "typography",
2040
2037
  "variant": "h2",
2038
+ "type": "typography",
2041
2039
  "content": "Stages"
2042
2040
  }
2043
2041
  ],
2042
+ "direction": "horizontal",
2044
2043
  "type": "stack"
2045
2044
  },
2046
2045
  {
2047
- "label": "Refresh",
2048
2046
  "type": "button",
2049
2047
  "action": "REFRESH",
2050
2048
  "variant": "secondary",
2051
- "icon": "refresh-cw"
2049
+ "icon": "refresh-cw",
2050
+ "label": "Refresh"
2052
2051
  }
2053
2052
  ],
2054
2053
  "type": "stack",
2055
- "gap": "md"
2054
+ "direction": "horizontal"
2056
2055
  },
2057
2056
  {
2058
2057
  "type": "divider"
2059
2058
  },
2060
2059
  {
2060
+ "type": "box",
2061
2061
  "padding": "md",
2062
2062
  "children": [
2063
2063
  {
2064
2064
  "children": [
2065
2065
  {
2066
+ "type": "card",
2066
2067
  "children": [
2067
2068
  {
2068
- "direction": "vertical",
2069
2069
  "type": "stack",
2070
+ "gap": "sm",
2071
+ "direction": "vertical",
2070
2072
  "children": [
2071
2073
  {
2072
2074
  "type": "typography",
@@ -2074,35 +2076,33 @@
2074
2076
  "content": "Name"
2075
2077
  },
2076
2078
  {
2077
- "content": "@entity.name",
2078
2079
  "variant": "h3",
2079
- "type": "typography"
2080
+ "type": "typography",
2081
+ "content": "@entity.name"
2080
2082
  }
2081
- ],
2082
- "gap": "sm"
2083
+ ]
2083
2084
  }
2084
- ],
2085
- "type": "card"
2085
+ ]
2086
2086
  },
2087
2087
  {
2088
2088
  "type": "card",
2089
2089
  "children": [
2090
2090
  {
2091
+ "type": "stack",
2092
+ "direction": "vertical",
2093
+ "gap": "sm",
2091
2094
  "children": [
2092
2095
  {
2096
+ "variant": "caption",
2093
2097
  "type": "typography",
2094
- "content": "Status",
2095
- "variant": "caption"
2098
+ "content": "Status"
2096
2099
  },
2097
2100
  {
2101
+ "type": "typography",
2098
2102
  "variant": "h3",
2099
- "content": "@entity.status",
2100
- "type": "typography"
2103
+ "content": "@entity.status"
2101
2104
  }
2102
- ],
2103
- "direction": "vertical",
2104
- "gap": "sm",
2105
- "type": "stack"
2105
+ ]
2106
2106
  }
2107
2107
  ]
2108
2108
  },
@@ -2110,21 +2110,21 @@
2110
2110
  "type": "card",
2111
2111
  "children": [
2112
2112
  {
2113
+ "direction": "vertical",
2114
+ "gap": "sm",
2113
2115
  "children": [
2114
2116
  {
2115
2117
  "type": "typography",
2116
- "content": "Duration",
2117
- "variant": "caption"
2118
+ "variant": "caption",
2119
+ "content": "Duration"
2118
2120
  },
2119
2121
  {
2120
2122
  "variant": "h3",
2121
- "content": "@entity.duration",
2122
- "type": "typography"
2123
+ "type": "typography",
2124
+ "content": "@entity.duration"
2123
2125
  }
2124
2126
  ],
2125
- "type": "stack",
2126
- "gap": "sm",
2127
- "direction": "vertical"
2127
+ "type": "stack"
2128
2128
  }
2129
2129
  ]
2130
2130
  },
@@ -2136,8 +2136,8 @@
2136
2136
  "direction": "vertical",
2137
2137
  "children": [
2138
2138
  {
2139
- "content": "Output",
2140
2139
  "type": "typography",
2140
+ "content": "Output",
2141
2141
  "variant": "caption"
2142
2142
  },
2143
2143
  {
@@ -2151,19 +2151,15 @@
2151
2151
  "type": "card"
2152
2152
  }
2153
2153
  ],
2154
- "cols": 3.0,
2155
- "type": "simple-grid"
2154
+ "type": "simple-grid",
2155
+ "cols": 3.0
2156
2156
  }
2157
- ],
2158
- "type": "box"
2157
+ ]
2159
2158
  },
2160
2159
  {
2161
2160
  "type": "divider"
2162
2161
  },
2163
2162
  {
2164
- "cols": 2.0,
2165
- "gap": "md",
2166
- "type": "grid",
2167
2163
  "children": [
2168
2164
  {
2169
2165
  "type": "card",
@@ -2176,31 +2172,34 @@
2176
2172
  ]
2177
2173
  },
2178
2174
  {
2175
+ "type": "card",
2179
2176
  "children": [
2180
2177
  {
2181
2178
  "variant": "caption",
2182
2179
  "content": "Graph View",
2183
2180
  "type": "typography"
2184
2181
  }
2185
- ],
2186
- "type": "card"
2182
+ ]
2187
2183
  }
2188
- ]
2184
+ ],
2185
+ "type": "grid",
2186
+ "gap": "md",
2187
+ "cols": 2.0
2189
2188
  },
2190
2189
  {
2191
2190
  "type": "line-chart",
2192
2191
  "data": [
2193
2192
  {
2194
- "date": "Jan",
2195
- "value": 12.0
2193
+ "value": 12.0,
2194
+ "date": "Jan"
2196
2195
  },
2197
2196
  {
2198
- "value": 19.0,
2199
- "date": "Feb"
2197
+ "date": "Feb",
2198
+ "value": 19.0
2200
2199
  },
2201
2200
  {
2202
- "date": "Mar",
2203
- "value": 15.0
2201
+ "value": 15.0,
2202
+ "date": "Mar"
2204
2203
  },
2205
2204
  {
2206
2205
  "date": "Apr",
@@ -2211,8 +2210,8 @@
2211
2210
  "value": 22.0
2212
2211
  },
2213
2212
  {
2214
- "value": 30.0,
2215
- "date": "Jun"
2213
+ "date": "Jun",
2214
+ "value": 30.0
2216
2215
  }
2217
2216
  ]
2218
2217
  },
@@ -2220,52 +2219,53 @@
2220
2219
  "type": "chart-legend",
2221
2220
  "items": [
2222
2221
  {
2223
- "label": "Current",
2224
- "color": "primary"
2222
+ "color": "primary",
2223
+ "label": "Current"
2225
2224
  },
2226
2225
  {
2227
- "label": "Previous",
2228
- "color": "muted"
2226
+ "color": "muted",
2227
+ "label": "Previous"
2229
2228
  }
2230
2229
  ]
2231
2230
  },
2232
2231
  {
2233
- "height": 200.0,
2232
+ "type": "graph-view",
2234
2233
  "nodes": [
2235
2234
  {
2236
- "id": "a",
2237
- "label": "Start"
2235
+ "label": "Start",
2236
+ "id": "a"
2238
2237
  },
2239
2238
  {
2240
- "id": "b",
2241
- "label": "Process"
2239
+ "label": "Process",
2240
+ "id": "b"
2242
2241
  },
2243
2242
  {
2244
2243
  "id": "c",
2245
2244
  "label": "End"
2246
2245
  }
2247
2246
  ],
2248
- "type": "graph-view",
2249
2247
  "edges": [
2250
2248
  {
2251
- "source": "a",
2252
- "target": "b"
2249
+ "target": "b",
2250
+ "source": "a"
2253
2251
  },
2254
2252
  {
2255
2253
  "source": "b",
2256
2254
  "target": "c"
2257
2255
  }
2258
2256
  ],
2257
+ "height": 200.0,
2259
2258
  "width": 400.0
2260
2259
  }
2261
2260
  ],
2262
- "direction": "vertical"
2261
+ "type": "stack",
2262
+ "direction": "vertical",
2263
+ "gap": "lg"
2263
2264
  }
2264
2265
  ],
2265
2266
  "type": "scaled-diagram"
2266
2267
  }
2267
- ],
2268
- "type": "dashboard-layout"
2268
+ ]
2269
2269
  }
2270
2270
  ]
2271
2271
  ]
@@ -2280,8 +2280,8 @@
2280
2280
  "Stage",
2281
2281
  {
2282
2282
  "emit": {
2283
- "failure": "StageLoadFailed",
2284
- "success": "StageLoaded"
2283
+ "success": "StageLoaded",
2284
+ "failure": "StageLoadFailed"
2285
2285
  }
2286
2286
  }
2287
2287
  ],
@@ -2289,11 +2289,8 @@
2289
2289
  "render-ui",
2290
2290
  "main",
2291
2291
  {
2292
- "type": "dashboard-layout",
2293
- "appName": "CI/CD Pipeline",
2294
2292
  "children": [
2295
2293
  {
2296
- "type": "scaled-diagram",
2297
2294
  "children": [
2298
2295
  {
2299
2296
  "type": "stack",
@@ -2301,54 +2298,54 @@
2301
2298
  "gap": "lg",
2302
2299
  "children": [
2303
2300
  {
2304
- "type": "breadcrumb",
2305
2301
  "items": [
2306
2302
  {
2307
- "label": "Home",
2308
- "href": "/"
2303
+ "href": "/",
2304
+ "label": "Home"
2309
2305
  },
2310
2306
  {
2311
2307
  "label": "Stages"
2312
2308
  }
2313
- ]
2309
+ ],
2310
+ "type": "breadcrumb"
2314
2311
  },
2315
2312
  {
2316
- "gap": "md",
2317
2313
  "type": "stack",
2314
+ "direction": "horizontal",
2318
2315
  "justify": "between",
2316
+ "gap": "md",
2319
2317
  "children": [
2320
2318
  {
2321
2319
  "gap": "md",
2322
- "direction": "horizontal",
2323
2320
  "type": "stack",
2321
+ "direction": "horizontal",
2324
2322
  "children": [
2325
2323
  {
2326
- "name": "layers",
2327
- "type": "icon"
2324
+ "type": "icon",
2325
+ "name": "layers"
2328
2326
  },
2329
2327
  {
2330
- "type": "typography",
2331
2328
  "content": "Stages",
2332
- "variant": "h2"
2329
+ "variant": "h2",
2330
+ "type": "typography"
2333
2331
  }
2334
2332
  ]
2335
2333
  },
2336
2334
  {
2335
+ "action": "REFRESH",
2337
2336
  "label": "Refresh",
2338
2337
  "type": "button",
2339
- "icon": "refresh-cw",
2340
2338
  "variant": "secondary",
2341
- "action": "REFRESH"
2339
+ "icon": "refresh-cw"
2342
2340
  }
2343
- ],
2344
- "direction": "horizontal"
2341
+ ]
2345
2342
  },
2346
2343
  {
2347
2344
  "type": "divider"
2348
2345
  },
2349
2346
  {
2350
- "padding": "md",
2351
2347
  "type": "box",
2348
+ "padding": "md",
2352
2349
  "children": [
2353
2350
  {
2354
2351
  "children": [
@@ -2356,6 +2353,8 @@
2356
2353
  "children": [
2357
2354
  {
2358
2355
  "type": "stack",
2356
+ "gap": "sm",
2357
+ "direction": "vertical",
2359
2358
  "children": [
2360
2359
  {
2361
2360
  "type": "typography",
@@ -2364,26 +2363,24 @@
2364
2363
  },
2365
2364
  {
2366
2365
  "content": "@entity.name",
2367
- "type": "typography",
2368
- "variant": "h3"
2366
+ "variant": "h3",
2367
+ "type": "typography"
2369
2368
  }
2370
- ],
2371
- "direction": "vertical",
2372
- "gap": "sm"
2369
+ ]
2373
2370
  }
2374
2371
  ],
2375
2372
  "type": "card"
2376
2373
  },
2377
2374
  {
2375
+ "type": "card",
2378
2376
  "children": [
2379
2377
  {
2380
2378
  "direction": "vertical",
2381
- "type": "stack",
2382
2379
  "children": [
2383
2380
  {
2384
2381
  "type": "typography",
2385
- "variant": "caption",
2386
- "content": "Status"
2382
+ "content": "Status",
2383
+ "variant": "caption"
2387
2384
  },
2388
2385
  {
2389
2386
  "content": "@entity.status",
@@ -2391,58 +2388,58 @@
2391
2388
  "variant": "h3"
2392
2389
  }
2393
2390
  ],
2394
- "gap": "sm"
2391
+ "gap": "sm",
2392
+ "type": "stack"
2395
2393
  }
2396
- ],
2397
- "type": "card"
2394
+ ]
2398
2395
  },
2399
2396
  {
2400
- "type": "card",
2401
2397
  "children": [
2402
2398
  {
2403
2399
  "gap": "sm",
2404
- "direction": "vertical",
2400
+ "type": "stack",
2405
2401
  "children": [
2406
2402
  {
2407
2403
  "content": "Duration",
2408
- "type": "typography",
2409
- "variant": "caption"
2404
+ "variant": "caption",
2405
+ "type": "typography"
2410
2406
  },
2411
2407
  {
2412
- "content": "@entity.duration",
2413
2408
  "variant": "h3",
2414
- "type": "typography"
2409
+ "type": "typography",
2410
+ "content": "@entity.duration"
2415
2411
  }
2416
2412
  ],
2417
- "type": "stack"
2413
+ "direction": "vertical"
2418
2414
  }
2419
- ]
2415
+ ],
2416
+ "type": "card"
2420
2417
  },
2421
2418
  {
2422
- "type": "card",
2423
2419
  "children": [
2424
2420
  {
2421
+ "direction": "vertical",
2425
2422
  "gap": "sm",
2423
+ "type": "stack",
2426
2424
  "children": [
2427
2425
  {
2428
- "content": "Output",
2429
2426
  "variant": "caption",
2430
- "type": "typography"
2427
+ "type": "typography",
2428
+ "content": "Output"
2431
2429
  },
2432
2430
  {
2433
2431
  "variant": "h3",
2434
2432
  "content": "@entity.output",
2435
2433
  "type": "typography"
2436
2434
  }
2437
- ],
2438
- "type": "stack",
2439
- "direction": "vertical"
2435
+ ]
2440
2436
  }
2441
- ]
2437
+ ],
2438
+ "type": "card"
2442
2439
  }
2443
2440
  ],
2444
- "type": "simple-grid",
2445
- "cols": 3.0
2441
+ "cols": 3.0,
2442
+ "type": "simple-grid"
2446
2443
  }
2447
2444
  ]
2448
2445
  },
@@ -2454,14 +2451,14 @@
2454
2451
  "cols": 2.0,
2455
2452
  "children": [
2456
2453
  {
2454
+ "type": "card",
2457
2455
  "children": [
2458
2456
  {
2457
+ "variant": "caption",
2459
2458
  "content": "Chart View",
2460
- "type": "typography",
2461
- "variant": "caption"
2459
+ "type": "typography"
2462
2460
  }
2463
- ],
2464
- "type": "card"
2461
+ ]
2465
2462
  },
2466
2463
  {
2467
2464
  "children": [
@@ -2477,60 +2474,48 @@
2477
2474
  "type": "grid"
2478
2475
  },
2479
2476
  {
2480
- "type": "line-chart",
2481
2477
  "data": [
2482
2478
  {
2483
2479
  "date": "Jan",
2484
2480
  "value": 12.0
2485
2481
  },
2486
2482
  {
2487
- "date": "Feb",
2488
- "value": 19.0
2483
+ "value": 19.0,
2484
+ "date": "Feb"
2489
2485
  },
2490
2486
  {
2491
- "value": 15.0,
2492
- "date": "Mar"
2487
+ "date": "Mar",
2488
+ "value": 15.0
2493
2489
  },
2494
2490
  {
2495
2491
  "date": "Apr",
2496
2492
  "value": 25.0
2497
2493
  },
2498
2494
  {
2499
- "value": 22.0,
2500
- "date": "May"
2495
+ "date": "May",
2496
+ "value": 22.0
2501
2497
  },
2502
2498
  {
2503
- "date": "Jun",
2504
- "value": 30.0
2499
+ "value": 30.0,
2500
+ "date": "Jun"
2505
2501
  }
2506
- ]
2502
+ ],
2503
+ "type": "line-chart"
2507
2504
  },
2508
2505
  {
2506
+ "type": "chart-legend",
2509
2507
  "items": [
2510
2508
  {
2511
2509
  "label": "Current",
2512
2510
  "color": "primary"
2513
2511
  },
2514
2512
  {
2515
- "color": "muted",
2516
- "label": "Previous"
2513
+ "label": "Previous",
2514
+ "color": "muted"
2517
2515
  }
2518
- ],
2519
- "type": "chart-legend"
2516
+ ]
2520
2517
  },
2521
2518
  {
2522
- "width": 400.0,
2523
- "height": 200.0,
2524
- "edges": [
2525
- {
2526
- "target": "b",
2527
- "source": "a"
2528
- },
2529
- {
2530
- "source": "b",
2531
- "target": "c"
2532
- }
2533
- ],
2534
2519
  "type": "graph-view",
2535
2520
  "nodes": [
2536
2521
  {
@@ -2542,33 +2527,48 @@
2542
2527
  "id": "b"
2543
2528
  },
2544
2529
  {
2545
- "id": "c",
2546
- "label": "End"
2530
+ "label": "End",
2531
+ "id": "c"
2532
+ }
2533
+ ],
2534
+ "width": 400.0,
2535
+ "height": 200.0,
2536
+ "edges": [
2537
+ {
2538
+ "source": "a",
2539
+ "target": "b"
2540
+ },
2541
+ {
2542
+ "source": "b",
2543
+ "target": "c"
2547
2544
  }
2548
2545
  ]
2549
2546
  }
2550
2547
  ]
2551
2548
  }
2552
- ]
2549
+ ],
2550
+ "type": "scaled-diagram"
2553
2551
  }
2554
2552
  ],
2555
2553
  "navItems": [
2556
2554
  {
2557
2555
  "icon": "hammer",
2558
- "label": "Builds",
2559
- "href": "/builds"
2556
+ "href": "/builds",
2557
+ "label": "Builds"
2560
2558
  },
2561
2559
  {
2562
- "label": "Stages",
2563
2560
  "href": "/stages",
2564
- "icon": "layers"
2561
+ "icon": "layers",
2562
+ "label": "Stages"
2565
2563
  },
2566
2564
  {
2567
2565
  "label": "Deploy",
2568
2566
  "href": "/deploy",
2569
2567
  "icon": "rocket"
2570
2568
  }
2571
- ]
2569
+ ],
2570
+ "type": "dashboard-layout",
2571
+ "appName": "CI/CD Pipeline"
2572
2572
  }
2573
2573
  ]
2574
2574
  ]
@@ -2592,19 +2592,20 @@
2592
2592
  "render-ui",
2593
2593
  "main",
2594
2594
  {
2595
+ "appName": "CI/CD Pipeline",
2595
2596
  "children": [
2596
2597
  {
2598
+ "type": "scaled-diagram",
2597
2599
  "children": [
2598
2600
  {
2599
- "direction": "vertical",
2600
2601
  "gap": "lg",
2601
2602
  "children": [
2602
2603
  {
2603
2604
  "type": "breadcrumb",
2604
2605
  "items": [
2605
2606
  {
2606
- "label": "Home",
2607
- "href": "/"
2607
+ "href": "/",
2608
+ "label": "Home"
2608
2609
  },
2609
2610
  {
2610
2611
  "label": "Stages"
@@ -2612,35 +2613,35 @@
2612
2613
  ]
2613
2614
  },
2614
2615
  {
2615
- "gap": "md",
2616
- "justify": "between",
2616
+ "type": "stack",
2617
2617
  "direction": "horizontal",
2618
2618
  "children": [
2619
2619
  {
2620
2620
  "direction": "horizontal",
2621
2621
  "children": [
2622
2622
  {
2623
- "name": "layers",
2624
- "type": "icon"
2623
+ "type": "icon",
2624
+ "name": "layers"
2625
2625
  },
2626
2626
  {
2627
- "variant": "h2",
2628
2627
  "content": "Stages",
2629
- "type": "typography"
2628
+ "type": "typography",
2629
+ "variant": "h2"
2630
2630
  }
2631
2631
  ],
2632
- "gap": "md",
2633
- "type": "stack"
2632
+ "type": "stack",
2633
+ "gap": "md"
2634
2634
  },
2635
2635
  {
2636
2636
  "icon": "refresh-cw",
2637
- "type": "button",
2637
+ "label": "Refresh",
2638
2638
  "action": "REFRESH",
2639
2639
  "variant": "secondary",
2640
- "label": "Refresh"
2640
+ "type": "button"
2641
2641
  }
2642
2642
  ],
2643
- "type": "stack"
2643
+ "gap": "md",
2644
+ "justify": "between"
2644
2645
  },
2645
2646
  {
2646
2647
  "type": "divider"
@@ -2650,79 +2651,79 @@
2650
2651
  "padding": "md",
2651
2652
  "children": [
2652
2653
  {
2653
- "type": "simple-grid",
2654
- "cols": 3.0,
2655
2654
  "children": [
2656
2655
  {
2657
2656
  "type": "card",
2658
2657
  "children": [
2659
2658
  {
2660
- "direction": "vertical",
2661
- "type": "stack",
2662
2659
  "gap": "sm",
2660
+ "direction": "vertical",
2663
2661
  "children": [
2664
2662
  {
2663
+ "type": "typography",
2665
2664
  "variant": "caption",
2666
- "content": "Name",
2667
- "type": "typography"
2665
+ "content": "Name"
2668
2666
  },
2669
2667
  {
2668
+ "content": "@entity.name",
2670
2669
  "type": "typography",
2671
- "variant": "h3",
2672
- "content": "@entity.name"
2670
+ "variant": "h3"
2673
2671
  }
2674
- ]
2672
+ ],
2673
+ "type": "stack"
2675
2674
  }
2676
2675
  ]
2677
2676
  },
2678
2677
  {
2679
- "type": "card",
2680
2678
  "children": [
2681
2679
  {
2682
2680
  "gap": "sm",
2683
2681
  "direction": "vertical",
2684
- "type": "stack",
2685
2682
  "children": [
2686
2683
  {
2687
- "content": "Status",
2688
2684
  "type": "typography",
2685
+ "content": "Status",
2689
2686
  "variant": "caption"
2690
2687
  },
2691
2688
  {
2692
2689
  "variant": "h3",
2693
- "type": "typography",
2694
- "content": "@entity.status"
2690
+ "content": "@entity.status",
2691
+ "type": "typography"
2695
2692
  }
2696
- ]
2693
+ ],
2694
+ "type": "stack"
2697
2695
  }
2698
- ]
2696
+ ],
2697
+ "type": "card"
2699
2698
  },
2700
2699
  {
2701
- "type": "card",
2702
2700
  "children": [
2703
2701
  {
2702
+ "gap": "sm",
2703
+ "direction": "vertical",
2704
+ "type": "stack",
2704
2705
  "children": [
2705
2706
  {
2706
- "type": "typography",
2707
2707
  "variant": "caption",
2708
- "content": "Duration"
2708
+ "content": "Duration",
2709
+ "type": "typography"
2709
2710
  },
2710
2711
  {
2712
+ "type": "typography",
2711
2713
  "variant": "h3",
2712
- "content": "@entity.duration",
2713
- "type": "typography"
2714
+ "content": "@entity.duration"
2714
2715
  }
2715
- ],
2716
- "direction": "vertical",
2717
- "gap": "sm",
2718
- "type": "stack"
2716
+ ]
2719
2717
  }
2720
- ]
2718
+ ],
2719
+ "type": "card"
2721
2720
  },
2722
2721
  {
2723
2722
  "children": [
2724
2723
  {
2724
+ "type": "stack",
2725
2725
  "gap": "sm",
2726
+ "direction": "vertical",
2726
2727
  "children": [
2727
2728
  {
2728
2729
  "content": "Output",
@@ -2730,18 +2731,18 @@
2730
2731
  "type": "typography"
2731
2732
  },
2732
2733
  {
2733
- "variant": "h3",
2734
2734
  "content": "@entity.output",
2735
- "type": "typography"
2735
+ "type": "typography",
2736
+ "variant": "h3"
2736
2737
  }
2737
- ],
2738
- "type": "stack",
2739
- "direction": "vertical"
2738
+ ]
2740
2739
  }
2741
2740
  ],
2742
2741
  "type": "card"
2743
2742
  }
2744
- ]
2743
+ ],
2744
+ "type": "simple-grid",
2745
+ "cols": 3.0
2745
2746
  }
2746
2747
  ]
2747
2748
  },
@@ -2751,64 +2752,64 @@
2751
2752
  {
2752
2753
  "type": "grid",
2753
2754
  "cols": 2.0,
2755
+ "gap": "md",
2754
2756
  "children": [
2755
2757
  {
2756
2758
  "children": [
2757
2759
  {
2758
- "variant": "caption",
2760
+ "type": "typography",
2759
2761
  "content": "Chart View",
2760
- "type": "typography"
2762
+ "variant": "caption"
2761
2763
  }
2762
2764
  ],
2763
2765
  "type": "card"
2764
2766
  },
2765
2767
  {
2766
- "type": "card",
2767
2768
  "children": [
2768
2769
  {
2769
- "content": "Graph View",
2770
+ "type": "typography",
2770
2771
  "variant": "caption",
2771
- "type": "typography"
2772
+ "content": "Graph View"
2772
2773
  }
2773
- ]
2774
+ ],
2775
+ "type": "card"
2774
2776
  }
2775
- ],
2776
- "gap": "md"
2777
+ ]
2777
2778
  },
2778
2779
  {
2779
- "type": "line-chart",
2780
2780
  "data": [
2781
2781
  {
2782
- "value": 12.0,
2783
- "date": "Jan"
2782
+ "date": "Jan",
2783
+ "value": 12.0
2784
2784
  },
2785
2785
  {
2786
- "value": 19.0,
2787
- "date": "Feb"
2786
+ "date": "Feb",
2787
+ "value": 19.0
2788
2788
  },
2789
2789
  {
2790
- "date": "Mar",
2791
- "value": 15.0
2790
+ "value": 15.0,
2791
+ "date": "Mar"
2792
2792
  },
2793
2793
  {
2794
2794
  "value": 25.0,
2795
2795
  "date": "Apr"
2796
2796
  },
2797
2797
  {
2798
- "value": 22.0,
2799
- "date": "May"
2798
+ "date": "May",
2799
+ "value": 22.0
2800
2800
  },
2801
2801
  {
2802
- "value": 30.0,
2803
- "date": "Jun"
2802
+ "date": "Jun",
2803
+ "value": 30.0
2804
2804
  }
2805
- ]
2805
+ ],
2806
+ "type": "line-chart"
2806
2807
  },
2807
2808
  {
2808
2809
  "items": [
2809
2810
  {
2810
- "color": "primary",
2811
- "label": "Current"
2811
+ "label": "Current",
2812
+ "color": "primary"
2812
2813
  },
2813
2814
  {
2814
2815
  "label": "Previous",
@@ -2818,60 +2819,59 @@
2818
2819
  "type": "chart-legend"
2819
2820
  },
2820
2821
  {
2822
+ "edges": [
2823
+ {
2824
+ "source": "a",
2825
+ "target": "b"
2826
+ },
2827
+ {
2828
+ "source": "b",
2829
+ "target": "c"
2830
+ }
2831
+ ],
2821
2832
  "width": 400.0,
2833
+ "type": "graph-view",
2822
2834
  "nodes": [
2823
2835
  {
2824
2836
  "id": "a",
2825
2837
  "label": "Start"
2826
2838
  },
2827
2839
  {
2828
- "id": "b",
2829
- "label": "Process"
2840
+ "label": "Process",
2841
+ "id": "b"
2830
2842
  },
2831
2843
  {
2832
2844
  "id": "c",
2833
2845
  "label": "End"
2834
2846
  }
2835
2847
  ],
2836
- "type": "graph-view",
2837
- "edges": [
2838
- {
2839
- "source": "a",
2840
- "target": "b"
2841
- },
2842
- {
2843
- "source": "b",
2844
- "target": "c"
2845
- }
2846
- ],
2847
2848
  "height": 200.0
2848
2849
  }
2849
2850
  ],
2850
- "type": "stack"
2851
+ "type": "stack",
2852
+ "direction": "vertical"
2851
2853
  }
2852
- ],
2853
- "type": "scaled-diagram"
2854
+ ]
2854
2855
  }
2855
2856
  ],
2857
+ "type": "dashboard-layout",
2856
2858
  "navItems": [
2857
2859
  {
2860
+ "icon": "hammer",
2858
2861
  "label": "Builds",
2859
- "href": "/builds",
2860
- "icon": "hammer"
2862
+ "href": "/builds"
2861
2863
  },
2862
2864
  {
2863
- "href": "/stages",
2865
+ "icon": "layers",
2864
2866
  "label": "Stages",
2865
- "icon": "layers"
2867
+ "href": "/stages"
2866
2868
  },
2867
2869
  {
2868
- "label": "Deploy",
2869
2870
  "icon": "rocket",
2871
+ "label": "Deploy",
2870
2872
  "href": "/deploy"
2871
2873
  }
2872
- ],
2873
- "appName": "CI/CD Pipeline",
2874
- "type": "dashboard-layout"
2874
+ ]
2875
2875
  }
2876
2876
  ]
2877
2877
  ]
@@ -2895,20 +2895,18 @@
2895
2895
  "render-ui",
2896
2896
  "main",
2897
2897
  {
2898
- "type": "dashboard-layout",
2899
- "appName": "CI/CD Pipeline",
2900
2898
  "children": [
2901
2899
  {
2900
+ "type": "scaled-diagram",
2902
2901
  "children": [
2903
2902
  {
2904
- "type": "stack",
2905
2903
  "children": [
2906
2904
  {
2907
2905
  "type": "breadcrumb",
2908
2906
  "items": [
2909
2907
  {
2910
- "label": "Home",
2911
- "href": "/"
2908
+ "href": "/",
2909
+ "label": "Home"
2912
2910
  },
2913
2911
  {
2914
2912
  "label": "Stages"
@@ -2916,35 +2914,35 @@
2916
2914
  ]
2917
2915
  },
2918
2916
  {
2917
+ "type": "stack",
2918
+ "direction": "horizontal",
2919
+ "justify": "between",
2920
+ "gap": "md",
2919
2921
  "children": [
2920
2922
  {
2921
- "gap": "md",
2922
- "type": "stack",
2923
- "direction": "horizontal",
2924
2923
  "children": [
2925
2924
  {
2926
- "type": "icon",
2927
- "name": "layers"
2925
+ "name": "layers",
2926
+ "type": "icon"
2928
2927
  },
2929
2928
  {
2930
- "content": "Stages",
2931
2929
  "variant": "h2",
2930
+ "content": "Stages",
2932
2931
  "type": "typography"
2933
2932
  }
2934
- ]
2933
+ ],
2934
+ "type": "stack",
2935
+ "gap": "md",
2936
+ "direction": "horizontal"
2935
2937
  },
2936
2938
  {
2937
- "icon": "refresh-cw",
2938
2939
  "label": "Refresh",
2939
- "action": "REFRESH",
2940
+ "variant": "secondary",
2940
2941
  "type": "button",
2941
- "variant": "secondary"
2942
+ "icon": "refresh-cw",
2943
+ "action": "REFRESH"
2942
2944
  }
2943
- ],
2944
- "type": "stack",
2945
- "direction": "horizontal",
2946
- "gap": "md",
2947
- "justify": "between"
2945
+ ]
2948
2946
  },
2949
2947
  {
2950
2948
  "type": "divider"
@@ -2954,56 +2952,57 @@
2954
2952
  "type": "box",
2955
2953
  "children": [
2956
2954
  {
2955
+ "type": "simple-grid",
2956
+ "cols": 3.0,
2957
2957
  "children": [
2958
2958
  {
2959
2959
  "type": "card",
2960
2960
  "children": [
2961
2961
  {
2962
- "type": "stack",
2962
+ "gap": "sm",
2963
2963
  "children": [
2964
2964
  {
2965
2965
  "variant": "caption",
2966
- "content": "Name",
2967
- "type": "typography"
2966
+ "type": "typography",
2967
+ "content": "Name"
2968
2968
  },
2969
2969
  {
2970
- "type": "typography",
2971
2970
  "variant": "h3",
2972
- "content": "@entity.name"
2971
+ "content": "@entity.name",
2972
+ "type": "typography"
2973
2973
  }
2974
2974
  ],
2975
- "direction": "vertical",
2976
- "gap": "sm"
2975
+ "type": "stack",
2976
+ "direction": "vertical"
2977
2977
  }
2978
2978
  ]
2979
2979
  },
2980
2980
  {
2981
+ "type": "card",
2981
2982
  "children": [
2982
2983
  {
2983
- "type": "stack",
2984
- "direction": "vertical",
2985
- "gap": "sm",
2986
2984
  "children": [
2987
2985
  {
2988
2986
  "type": "typography",
2989
- "variant": "caption",
2990
- "content": "Status"
2987
+ "content": "Status",
2988
+ "variant": "caption"
2991
2989
  },
2992
2990
  {
2993
2991
  "type": "typography",
2994
2992
  "variant": "h3",
2995
2993
  "content": "@entity.status"
2996
2994
  }
2997
- ]
2998
- }
2999
- ],
3000
- "type": "card"
2995
+ ],
2996
+ "type": "stack",
2997
+ "direction": "vertical",
2998
+ "gap": "sm"
2999
+ }
3000
+ ]
3001
3001
  },
3002
3002
  {
3003
3003
  "type": "card",
3004
3004
  "children": [
3005
3005
  {
3006
- "gap": "sm",
3007
3006
  "children": [
3008
3007
  {
3009
3008
  "content": "Duration",
@@ -3011,12 +3010,13 @@
3011
3010
  "variant": "caption"
3012
3011
  },
3013
3012
  {
3014
- "type": "typography",
3013
+ "content": "@entity.duration",
3015
3014
  "variant": "h3",
3016
- "content": "@entity.duration"
3015
+ "type": "typography"
3017
3016
  }
3018
3017
  ],
3019
3018
  "type": "stack",
3019
+ "gap": "sm",
3020
3020
  "direction": "vertical"
3021
3021
  }
3022
3022
  ]
@@ -3025,27 +3025,25 @@
3025
3025
  "type": "card",
3026
3026
  "children": [
3027
3027
  {
3028
- "type": "stack",
3029
3028
  "children": [
3030
3029
  {
3031
3030
  "variant": "caption",
3032
- "type": "typography",
3033
- "content": "Output"
3031
+ "content": "Output",
3032
+ "type": "typography"
3034
3033
  },
3035
3034
  {
3036
3035
  "type": "typography",
3037
- "variant": "h3",
3038
- "content": "@entity.output"
3036
+ "content": "@entity.output",
3037
+ "variant": "h3"
3039
3038
  }
3040
3039
  ],
3041
3040
  "direction": "vertical",
3041
+ "type": "stack",
3042
3042
  "gap": "sm"
3043
3043
  }
3044
3044
  ]
3045
3045
  }
3046
- ],
3047
- "cols": 3.0,
3048
- "type": "simple-grid"
3046
+ ]
3049
3047
  }
3050
3048
  ]
3051
3049
  },
@@ -3053,16 +3051,13 @@
3053
3051
  "type": "divider"
3054
3052
  },
3055
3053
  {
3056
- "gap": "md",
3057
- "cols": 2.0,
3058
- "type": "grid",
3059
3054
  "children": [
3060
3055
  {
3061
3056
  "children": [
3062
3057
  {
3063
- "content": "Chart View",
3058
+ "variant": "caption",
3064
3059
  "type": "typography",
3065
- "variant": "caption"
3060
+ "content": "Chart View"
3066
3061
  }
3067
3062
  ],
3068
3063
  "type": "card"
@@ -3071,23 +3066,27 @@
3071
3066
  "type": "card",
3072
3067
  "children": [
3073
3068
  {
3074
- "variant": "caption",
3075
3069
  "type": "typography",
3070
+ "variant": "caption",
3076
3071
  "content": "Graph View"
3077
3072
  }
3078
3073
  ]
3079
3074
  }
3080
- ]
3075
+ ],
3076
+ "type": "grid",
3077
+ "gap": "md",
3078
+ "cols": 2.0
3081
3079
  },
3082
3080
  {
3081
+ "type": "line-chart",
3083
3082
  "data": [
3084
3083
  {
3085
- "date": "Jan",
3086
- "value": 12.0
3084
+ "value": 12.0,
3085
+ "date": "Jan"
3087
3086
  },
3088
3087
  {
3089
- "date": "Feb",
3090
- "value": 19.0
3088
+ "value": 19.0,
3089
+ "date": "Feb"
3091
3090
  },
3092
3091
  {
3093
3092
  "date": "Mar",
@@ -3102,13 +3101,13 @@
3102
3101
  "date": "May"
3103
3102
  },
3104
3103
  {
3105
- "date": "Jun",
3106
- "value": 30.0
3104
+ "value": 30.0,
3105
+ "date": "Jun"
3107
3106
  }
3108
- ],
3109
- "type": "line-chart"
3107
+ ]
3110
3108
  },
3111
3109
  {
3110
+ "type": "chart-legend",
3112
3111
  "items": [
3113
3112
  {
3114
3113
  "color": "primary",
@@ -3118,61 +3117,62 @@
3118
3117
  "label": "Previous",
3119
3118
  "color": "muted"
3120
3119
  }
3121
- ],
3122
- "type": "chart-legend"
3120
+ ]
3123
3121
  },
3124
3122
  {
3125
- "edges": [
3126
- {
3127
- "target": "b",
3128
- "source": "a"
3129
- },
3130
- {
3131
- "source": "b",
3132
- "target": "c"
3133
- }
3134
- ],
3135
- "width": 400.0,
3136
- "height": 200.0,
3137
3123
  "type": "graph-view",
3124
+ "height": 200.0,
3138
3125
  "nodes": [
3139
3126
  {
3140
- "id": "a",
3141
- "label": "Start"
3127
+ "label": "Start",
3128
+ "id": "a"
3142
3129
  },
3143
3130
  {
3144
3131
  "id": "b",
3145
3132
  "label": "Process"
3146
3133
  },
3147
3134
  {
3148
- "id": "c",
3149
- "label": "End"
3135
+ "label": "End",
3136
+ "id": "c"
3137
+ }
3138
+ ],
3139
+ "width": 400.0,
3140
+ "edges": [
3141
+ {
3142
+ "source": "a",
3143
+ "target": "b"
3144
+ },
3145
+ {
3146
+ "source": "b",
3147
+ "target": "c"
3150
3148
  }
3151
3149
  ]
3152
3150
  }
3153
3151
  ],
3154
3152
  "direction": "vertical",
3153
+ "type": "stack",
3155
3154
  "gap": "lg"
3156
3155
  }
3157
- ],
3158
- "type": "scaled-diagram"
3156
+ ]
3159
3157
  }
3160
3158
  ],
3159
+ "type": "dashboard-layout",
3160
+ "appName": "CI/CD Pipeline",
3161
3161
  "navItems": [
3162
3162
  {
3163
- "icon": "hammer",
3164
3163
  "label": "Builds",
3164
+ "icon": "hammer",
3165
3165
  "href": "/builds"
3166
3166
  },
3167
3167
  {
3168
- "label": "Stages",
3169
3168
  "href": "/stages",
3170
- "icon": "layers"
3169
+ "icon": "layers",
3170
+ "label": "Stages"
3171
3171
  },
3172
3172
  {
3173
3173
  "label": "Deploy",
3174
- "icon": "rocket",
3175
- "href": "/deploy"
3174
+ "href": "/deploy",
3175
+ "icon": "rocket"
3176
3176
  }
3177
3177
  ]
3178
3178
  }
@@ -3189,8 +3189,8 @@
3189
3189
  "Stage",
3190
3190
  {
3191
3191
  "emit": {
3192
- "success": "StageLoaded",
3193
- "failure": "StageLoadFailed"
3192
+ "failure": "StageLoadFailed",
3193
+ "success": "StageLoaded"
3194
3194
  }
3195
3195
  }
3196
3196
  ],
@@ -3198,56 +3198,71 @@
3198
3198
  "render-ui",
3199
3199
  "main",
3200
3200
  {
3201
+ "navItems": [
3202
+ {
3203
+ "label": "Builds",
3204
+ "href": "/builds",
3205
+ "icon": "hammer"
3206
+ },
3207
+ {
3208
+ "label": "Stages",
3209
+ "icon": "layers",
3210
+ "href": "/stages"
3211
+ },
3212
+ {
3213
+ "icon": "rocket",
3214
+ "href": "/deploy",
3215
+ "label": "Deploy"
3216
+ }
3217
+ ],
3201
3218
  "type": "dashboard-layout",
3202
3219
  "appName": "CI/CD Pipeline",
3203
3220
  "children": [
3204
3221
  {
3205
- "type": "scaled-diagram",
3206
3222
  "children": [
3207
3223
  {
3208
- "gap": "lg",
3209
3224
  "type": "stack",
3210
- "direction": "vertical",
3225
+ "gap": "lg",
3211
3226
  "children": [
3212
3227
  {
3213
- "type": "breadcrumb",
3214
3228
  "items": [
3215
3229
  {
3216
- "href": "/",
3217
- "label": "Home"
3230
+ "label": "Home",
3231
+ "href": "/"
3218
3232
  },
3219
3233
  {
3220
3234
  "label": "Stages"
3221
3235
  }
3222
- ]
3236
+ ],
3237
+ "type": "breadcrumb"
3223
3238
  },
3224
3239
  {
3225
- "type": "stack",
3226
3240
  "justify": "between",
3227
3241
  "gap": "md",
3242
+ "type": "stack",
3228
3243
  "children": [
3229
3244
  {
3245
+ "direction": "horizontal",
3246
+ "gap": "md",
3247
+ "type": "stack",
3230
3248
  "children": [
3231
3249
  {
3232
3250
  "name": "layers",
3233
3251
  "type": "icon"
3234
3252
  },
3235
3253
  {
3236
- "type": "typography",
3254
+ "content": "Stages",
3237
3255
  "variant": "h2",
3238
- "content": "Stages"
3256
+ "type": "typography"
3239
3257
  }
3240
- ],
3241
- "direction": "horizontal",
3242
- "type": "stack",
3243
- "gap": "md"
3258
+ ]
3244
3259
  },
3245
3260
  {
3261
+ "icon": "refresh-cw",
3246
3262
  "label": "Refresh",
3247
- "variant": "secondary",
3248
- "action": "REFRESH",
3249
3263
  "type": "button",
3250
- "icon": "refresh-cw"
3264
+ "action": "REFRESH",
3265
+ "variant": "secondary"
3251
3266
  }
3252
3267
  ],
3253
3268
  "direction": "horizontal"
@@ -3260,68 +3275,70 @@
3260
3275
  "padding": "md",
3261
3276
  "children": [
3262
3277
  {
3278
+ "type": "simple-grid",
3279
+ "cols": 3.0,
3263
3280
  "children": [
3264
3281
  {
3265
- "type": "card",
3266
3282
  "children": [
3267
3283
  {
3268
- "gap": "sm",
3269
3284
  "children": [
3270
3285
  {
3286
+ "variant": "caption",
3271
3287
  "content": "Name",
3272
- "type": "typography",
3273
- "variant": "caption"
3288
+ "type": "typography"
3274
3289
  },
3275
3290
  {
3276
3291
  "type": "typography",
3277
- "content": "@entity.name",
3278
- "variant": "h3"
3292
+ "variant": "h3",
3293
+ "content": "@entity.name"
3279
3294
  }
3280
3295
  ],
3281
3296
  "direction": "vertical",
3297
+ "gap": "sm",
3282
3298
  "type": "stack"
3283
3299
  }
3284
- ]
3300
+ ],
3301
+ "type": "card"
3285
3302
  },
3286
3303
  {
3287
3304
  "type": "card",
3288
3305
  "children": [
3289
3306
  {
3290
3307
  "type": "stack",
3308
+ "direction": "vertical",
3309
+ "gap": "sm",
3291
3310
  "children": [
3292
3311
  {
3293
- "content": "Status",
3294
3312
  "type": "typography",
3295
- "variant": "caption"
3313
+ "variant": "caption",
3314
+ "content": "Status"
3296
3315
  },
3297
3316
  {
3298
- "content": "@entity.status",
3317
+ "type": "typography",
3299
3318
  "variant": "h3",
3300
- "type": "typography"
3319
+ "content": "@entity.status"
3301
3320
  }
3302
- ],
3303
- "gap": "sm",
3304
- "direction": "vertical"
3321
+ ]
3305
3322
  }
3306
3323
  ]
3307
3324
  },
3308
3325
  {
3309
3326
  "children": [
3310
3327
  {
3328
+ "gap": "sm",
3311
3329
  "children": [
3312
3330
  {
3313
- "variant": "caption",
3331
+ "content": "Duration",
3314
3332
  "type": "typography",
3315
- "content": "Duration"
3333
+ "variant": "caption"
3316
3334
  },
3317
3335
  {
3336
+ "variant": "h3",
3318
3337
  "content": "@entity.duration",
3319
- "type": "typography",
3320
- "variant": "h3"
3338
+ "type": "typography"
3321
3339
  }
3322
3340
  ],
3323
3341
  "type": "stack",
3324
- "gap": "sm",
3325
3342
  "direction": "vertical"
3326
3343
  }
3327
3344
  ],
@@ -3330,28 +3347,26 @@
3330
3347
  {
3331
3348
  "children": [
3332
3349
  {
3350
+ "type": "stack",
3333
3351
  "children": [
3334
3352
  {
3353
+ "content": "Output",
3335
3354
  "type": "typography",
3336
- "variant": "caption",
3337
- "content": "Output"
3355
+ "variant": "caption"
3338
3356
  },
3339
3357
  {
3340
3358
  "variant": "h3",
3341
- "content": "@entity.output",
3342
- "type": "typography"
3359
+ "type": "typography",
3360
+ "content": "@entity.output"
3343
3361
  }
3344
3362
  ],
3345
3363
  "gap": "sm",
3346
- "type": "stack",
3347
3364
  "direction": "vertical"
3348
3365
  }
3349
3366
  ],
3350
3367
  "type": "card"
3351
3368
  }
3352
- ],
3353
- "type": "simple-grid",
3354
- "cols": 3.0
3369
+ ]
3355
3370
  }
3356
3371
  ]
3357
3372
  },
@@ -3359,60 +3374,60 @@
3359
3374
  "type": "divider"
3360
3375
  },
3361
3376
  {
3377
+ "gap": "md",
3378
+ "type": "grid",
3379
+ "cols": 2.0,
3362
3380
  "children": [
3363
3381
  {
3364
- "type": "card",
3365
3382
  "children": [
3366
3383
  {
3367
3384
  "type": "typography",
3368
- "content": "Chart View",
3369
- "variant": "caption"
3385
+ "variant": "caption",
3386
+ "content": "Chart View"
3370
3387
  }
3371
- ]
3388
+ ],
3389
+ "type": "card"
3372
3390
  },
3373
3391
  {
3374
3392
  "children": [
3375
3393
  {
3376
- "content": "Graph View",
3377
3394
  "variant": "caption",
3395
+ "content": "Graph View",
3378
3396
  "type": "typography"
3379
3397
  }
3380
3398
  ],
3381
3399
  "type": "card"
3382
3400
  }
3383
- ],
3384
- "type": "grid",
3385
- "cols": 2.0,
3386
- "gap": "md"
3401
+ ]
3387
3402
  },
3388
3403
  {
3389
- "type": "line-chart",
3390
3404
  "data": [
3391
3405
  {
3392
- "value": 12.0,
3393
- "date": "Jan"
3406
+ "date": "Jan",
3407
+ "value": 12.0
3394
3408
  },
3395
3409
  {
3396
- "value": 19.0,
3397
- "date": "Feb"
3410
+ "date": "Feb",
3411
+ "value": 19.0
3398
3412
  },
3399
3413
  {
3400
- "value": 15.0,
3401
- "date": "Mar"
3414
+ "date": "Mar",
3415
+ "value": 15.0
3402
3416
  },
3403
3417
  {
3404
- "value": 25.0,
3405
- "date": "Apr"
3418
+ "date": "Apr",
3419
+ "value": 25.0
3406
3420
  },
3407
3421
  {
3408
3422
  "date": "May",
3409
3423
  "value": 22.0
3410
3424
  },
3411
3425
  {
3412
- "value": 30.0,
3413
- "date": "Jun"
3426
+ "date": "Jun",
3427
+ "value": 30.0
3414
3428
  }
3415
- ]
3429
+ ],
3430
+ "type": "line-chart"
3416
3431
  },
3417
3432
  {
3418
3433
  "items": [
@@ -3421,9 +3436,9 @@
3421
3436
  "color": "primary"
3422
3437
  },
3423
3438
  {
3424
- "color": "muted",
3425
- "label": "Previous"
3426
- }
3439
+ "label": "Previous",
3440
+ "color": "muted"
3441
+ }
3427
3442
  ],
3428
3443
  "type": "chart-legend"
3429
3444
  },
@@ -3435,8 +3450,8 @@
3435
3450
  "id": "a"
3436
3451
  },
3437
3452
  {
3438
- "label": "Process",
3439
- "id": "b"
3453
+ "id": "b",
3454
+ "label": "Process"
3440
3455
  },
3441
3456
  {
3442
3457
  "id": "c",
@@ -3445,8 +3460,8 @@
3445
3460
  ],
3446
3461
  "edges": [
3447
3462
  {
3448
- "target": "b",
3449
- "source": "a"
3463
+ "source": "a",
3464
+ "target": "b"
3450
3465
  },
3451
3466
  {
3452
3467
  "target": "c",
@@ -3456,26 +3471,11 @@
3456
3471
  "width": 400.0,
3457
3472
  "height": 200.0
3458
3473
  }
3459
- ]
3474
+ ],
3475
+ "direction": "vertical"
3460
3476
  }
3461
- ]
3462
- }
3463
- ],
3464
- "navItems": [
3465
- {
3466
- "href": "/builds",
3467
- "icon": "hammer",
3468
- "label": "Builds"
3469
- },
3470
- {
3471
- "icon": "layers",
3472
- "label": "Stages",
3473
- "href": "/stages"
3474
- },
3475
- {
3476
- "label": "Deploy",
3477
- "href": "/deploy",
3478
- "icon": "rocket"
3477
+ ],
3478
+ "type": "scaled-diagram"
3479
3479
  }
3480
3480
  ]
3481
3481
  }
@@ -3546,7 +3546,7 @@
3546
3546
  "event": "DeploymentLoadFailed",
3547
3547
  "description": "Fired when Deployment fails to load",
3548
3548
  "scope": "internal",
3549
- "payload": [
3549
+ "payloadSchema": [
3550
3550
  {
3551
3551
  "name": "error",
3552
3552
  "type": "string"
@@ -3561,7 +3561,7 @@
3561
3561
  "event": "DeploymentLoaded",
3562
3562
  "description": "Fired when Deployment finishes loading",
3563
3563
  "scope": "internal",
3564
- "payload": [
3564
+ "payloadSchema": [
3565
3565
  {
3566
3566
  "name": "data",
3567
3567
  "type": "[Deployment]"
@@ -3571,7 +3571,7 @@
3571
3571
  {
3572
3572
  "event": "DeploymentSaveFailed",
3573
3573
  "scope": "internal",
3574
- "payload": [
3574
+ "payloadSchema": [
3575
3575
  {
3576
3576
  "name": "error",
3577
3577
  "type": "string"
@@ -3585,7 +3585,7 @@
3585
3585
  {
3586
3586
  "event": "DeploymentSaved",
3587
3587
  "scope": "internal",
3588
- "payload": [
3588
+ "payloadSchema": [
3589
3589
  {
3590
3590
  "name": "id",
3591
3591
  "type": "string"
@@ -3621,7 +3621,7 @@
3621
3621
  {
3622
3622
  "key": "LOADED",
3623
3623
  "name": "Loaded",
3624
- "payload": [
3624
+ "payloadSchema": [
3625
3625
  {
3626
3626
  "name": "data",
3627
3627
  "type": "string"
@@ -3643,7 +3643,7 @@
3643
3643
  {
3644
3644
  "key": "DeploymentLoadFailed",
3645
3645
  "name": "Deployment load failed",
3646
- "payload": [
3646
+ "payloadSchema": [
3647
3647
  {
3648
3648
  "name": "error",
3649
3649
  "type": "string"
@@ -3657,7 +3657,7 @@
3657
3657
  {
3658
3658
  "key": "DeploymentLoaded",
3659
3659
  "name": "Deployment loaded",
3660
- "payload": [
3660
+ "payloadSchema": [
3661
3661
  {
3662
3662
  "name": "data",
3663
3663
  "type": "[Deployment]"
@@ -3667,7 +3667,7 @@
3667
3667
  {
3668
3668
  "key": "DeploymentSaveFailed",
3669
3669
  "name": "Deployment save failed",
3670
- "payload": [
3670
+ "payloadSchema": [
3671
3671
  {
3672
3672
  "name": "error",
3673
3673
  "type": "string"
@@ -3681,7 +3681,7 @@
3681
3681
  {
3682
3682
  "key": "DeploymentSaved",
3683
3683
  "name": "Deployment saved",
3684
- "payload": [
3684
+ "payloadSchema": [
3685
3685
  {
3686
3686
  "name": "id",
3687
3687
  "type": "string"
@@ -3709,66 +3709,66 @@
3709
3709
  "render-ui",
3710
3710
  "main",
3711
3711
  {
3712
- "appName": "CI/CD Pipeline",
3713
3712
  "navItems": [
3714
3713
  {
3715
- "label": "Builds",
3716
3714
  "href": "/builds",
3717
- "icon": "hammer"
3715
+ "icon": "hammer",
3716
+ "label": "Builds"
3718
3717
  },
3719
3718
  {
3720
3719
  "label": "Stages",
3721
- "href": "/stages",
3722
- "icon": "layers"
3720
+ "icon": "layers",
3721
+ "href": "/stages"
3723
3722
  },
3724
3723
  {
3725
- "href": "/deploy",
3726
3724
  "icon": "rocket",
3727
- "label": "Deploy"
3725
+ "label": "Deploy",
3726
+ "href": "/deploy"
3728
3727
  }
3729
3728
  ],
3730
3729
  "type": "dashboard-layout",
3730
+ "appName": "CI/CD Pipeline",
3731
3731
  "children": [
3732
3732
  {
3733
+ "type": "stack",
3734
+ "direction": "vertical",
3733
3735
  "gap": "lg",
3734
3736
  "align": "center",
3735
- "type": "stack",
3736
3737
  "children": [
3737
3738
  {
3739
+ "gap": "md",
3740
+ "align": "center",
3741
+ "type": "stack",
3738
3742
  "children": [
3739
3743
  {
3740
- "type": "icon",
3741
- "name": "upload-cloud"
3744
+ "name": "upload-cloud",
3745
+ "type": "icon"
3742
3746
  },
3743
3747
  {
3744
- "variant": "h2",
3748
+ "content": "Deployment",
3745
3749
  "type": "typography",
3746
- "content": "Deployment"
3750
+ "variant": "h2"
3747
3751
  }
3748
3752
  ],
3749
- "align": "center",
3750
- "direction": "horizontal",
3751
- "gap": "md",
3752
- "type": "stack"
3753
+ "direction": "horizontal"
3753
3754
  },
3754
3755
  {
3755
3756
  "type": "divider"
3756
3757
  },
3757
3758
  {
3758
- "color": "muted",
3759
3759
  "variant": "body",
3760
+ "type": "typography",
3760
3761
  "content": "Ready to start deployment operation.",
3761
- "type": "typography"
3762
+ "color": "muted"
3762
3763
  },
3763
3764
  {
3765
+ "variant": "primary",
3766
+ "action": "START",
3764
3767
  "type": "button",
3765
- "label": "Start",
3766
3768
  "icon": "play",
3767
- "action": "START",
3768
- "variant": "primary"
3769
+ "label": "Start"
3769
3770
  }
3770
- ],
3771
- "direction": "vertical"
3771
+ ]
3772
3772
  }
3773
3773
  ]
3774
3774
  }
@@ -3784,26 +3784,6 @@
3784
3784
  "render-ui",
3785
3785
  "main",
3786
3786
  {
3787
- "children": [
3788
- {
3789
- "children": [
3790
- {
3791
- "title": "Deploying...",
3792
- "message": "Processing deployment...",
3793
- "type": "loading-state"
3794
- },
3795
- {
3796
- "type": "skeleton",
3797
- "variant": "text"
3798
- }
3799
- ],
3800
- "align": "center",
3801
- "type": "stack",
3802
- "direction": "vertical",
3803
- "gap": "lg"
3804
- }
3805
- ],
3806
- "appName": "CI/CD Pipeline",
3807
3787
  "type": "dashboard-layout",
3808
3788
  "navItems": [
3809
3789
  {
@@ -3812,8 +3792,8 @@
3812
3792
  "href": "/builds"
3813
3793
  },
3814
3794
  {
3815
- "icon": "layers",
3816
3795
  "label": "Stages",
3796
+ "icon": "layers",
3817
3797
  "href": "/stages"
3818
3798
  },
3819
3799
  {
@@ -3821,6 +3801,26 @@
3821
3801
  "href": "/deploy",
3822
3802
  "icon": "rocket"
3823
3803
  }
3804
+ ],
3805
+ "appName": "CI/CD Pipeline",
3806
+ "children": [
3807
+ {
3808
+ "align": "center",
3809
+ "direction": "vertical",
3810
+ "gap": "lg",
3811
+ "type": "stack",
3812
+ "children": [
3813
+ {
3814
+ "title": "Deploying...",
3815
+ "type": "loading-state",
3816
+ "message": "Processing deployment..."
3817
+ },
3818
+ {
3819
+ "type": "skeleton",
3820
+ "variant": "text"
3821
+ }
3822
+ ]
3823
+ }
3824
3824
  ]
3825
3825
  }
3826
3826
  ]
@@ -3848,39 +3848,38 @@
3848
3848
  "main",
3849
3849
  {
3850
3850
  "appName": "CI/CD Pipeline",
3851
- "type": "dashboard-layout",
3852
3851
  "children": [
3853
3852
  {
3854
- "align": "center",
3855
- "gap": "lg",
3856
- "type": "stack",
3857
3853
  "direction": "vertical",
3854
+ "type": "stack",
3858
3855
  "children": [
3859
3856
  {
3860
- "name": "check-circle",
3861
- "type": "icon"
3857
+ "type": "icon",
3858
+ "name": "check-circle"
3862
3859
  },
3863
3860
  {
3864
- "message": "Deployment successful.",
3865
3861
  "type": "alert",
3862
+ "message": "Deployment successful.",
3866
3863
  "variant": "success"
3867
3864
  },
3868
3865
  {
3869
- "gap": "sm",
3870
- "type": "stack",
3871
- "justify": "center",
3872
3866
  "children": [
3873
3867
  {
3874
3868
  "icon": "rotate-ccw",
3875
- "label": "Reset",
3876
- "variant": "ghost",
3869
+ "type": "button",
3877
3870
  "action": "RESET",
3878
- "type": "button"
3871
+ "label": "Reset",
3872
+ "variant": "ghost"
3879
3873
  }
3880
3874
  ],
3881
- "direction": "horizontal"
3875
+ "justify": "center",
3876
+ "gap": "sm",
3877
+ "direction": "horizontal",
3878
+ "type": "stack"
3882
3879
  }
3883
- ]
3880
+ ],
3881
+ "align": "center",
3882
+ "gap": "lg"
3884
3883
  }
3885
3884
  ],
3886
3885
  "navItems": [
@@ -3890,16 +3889,17 @@
3890
3889
  "href": "/builds"
3891
3890
  },
3892
3891
  {
3892
+ "icon": "layers",
3893
3893
  "label": "Stages",
3894
- "href": "/stages",
3895
- "icon": "layers"
3894
+ "href": "/stages"
3896
3895
  },
3897
3896
  {
3898
- "label": "Deploy",
3899
3897
  "href": "/deploy",
3898
+ "label": "Deploy",
3900
3899
  "icon": "rocket"
3901
3900
  }
3902
- ]
3901
+ ],
3902
+ "type": "dashboard-layout"
3903
3903
  }
3904
3904
  ]
3905
3905
  ]
@@ -3914,61 +3914,61 @@
3914
3914
  "main",
3915
3915
  {
3916
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",
3935
3917
  "children": [
3936
3918
  {
3937
- "direction": "vertical",
3938
- "type": "stack",
3939
3919
  "gap": "lg",
3940
3920
  "align": "center",
3921
+ "direction": "vertical",
3922
+ "type": "stack",
3941
3923
  "children": [
3942
3924
  {
3943
- "onRetry": "RETRY",
3944
- "type": "error-state",
3945
3925
  "title": "Operation Failed",
3946
- "message": "Deployment failed."
3926
+ "message": "Deployment failed.",
3927
+ "onRetry": "RETRY",
3928
+ "type": "error-state"
3947
3929
  },
3948
3930
  {
3931
+ "justify": "center",
3932
+ "direction": "horizontal",
3933
+ "type": "stack",
3934
+ "gap": "sm",
3949
3935
  "children": [
3950
3936
  {
3951
- "variant": "primary",
3952
- "action": "RETRY",
3953
3937
  "type": "button",
3938
+ "action": "RETRY",
3954
3939
  "label": "Retry",
3940
+ "variant": "primary",
3955
3941
  "icon": "refresh-cw"
3956
3942
  },
3957
3943
  {
3958
- "icon": "rotate-ccw",
3959
- "type": "button",
3960
3944
  "label": "Reset",
3945
+ "variant": "ghost",
3961
3946
  "action": "RESET",
3962
- "variant": "ghost"
3947
+ "type": "button",
3948
+ "icon": "rotate-ccw"
3963
3949
  }
3964
- ],
3965
- "justify": "center",
3966
- "type": "stack",
3967
- "gap": "sm",
3968
- "direction": "horizontal"
3950
+ ]
3969
3951
  }
3970
3952
  ]
3971
3953
  }
3954
+ ],
3955
+ "type": "dashboard-layout",
3956
+ "navItems": [
3957
+ {
3958
+ "icon": "hammer",
3959
+ "href": "/builds",
3960
+ "label": "Builds"
3961
+ },
3962
+ {
3963
+ "icon": "layers",
3964
+ "href": "/stages",
3965
+ "label": "Stages"
3966
+ },
3967
+ {
3968
+ "label": "Deploy",
3969
+ "href": "/deploy",
3970
+ "icon": "rocket"
3971
+ }
3972
3972
  ]
3973
3973
  }
3974
3974
  ]
@@ -3983,35 +3983,51 @@
3983
3983
  "render-ui",
3984
3984
  "main",
3985
3985
  {
3986
+ "appName": "CI/CD Pipeline",
3987
+ "navItems": [
3988
+ {
3989
+ "label": "Builds",
3990
+ "icon": "hammer",
3991
+ "href": "/builds"
3992
+ },
3993
+ {
3994
+ "href": "/stages",
3995
+ "label": "Stages",
3996
+ "icon": "layers"
3997
+ },
3998
+ {
3999
+ "icon": "rocket",
4000
+ "href": "/deploy",
4001
+ "label": "Deploy"
4002
+ }
4003
+ ],
3986
4004
  "children": [
3987
4005
  {
3988
- "gap": "lg",
3989
4006
  "type": "stack",
3990
- "direction": "vertical",
3991
4007
  "children": [
3992
4008
  {
4009
+ "type": "stack",
4010
+ "gap": "md",
4011
+ "direction": "horizontal",
4012
+ "align": "center",
3993
4013
  "children": [
3994
4014
  {
3995
- "name": "upload-cloud",
3996
- "type": "icon"
4015
+ "type": "icon",
4016
+ "name": "upload-cloud"
3997
4017
  },
3998
4018
  {
3999
- "content": "Deployment",
4000
4019
  "type": "typography",
4020
+ "content": "Deployment",
4001
4021
  "variant": "h2"
4002
4022
  }
4003
- ],
4004
- "direction": "horizontal",
4005
- "gap": "md",
4006
- "align": "center",
4007
- "type": "stack"
4023
+ ]
4008
4024
  },
4009
4025
  {
4010
4026
  "type": "divider"
4011
4027
  },
4012
4028
  {
4013
- "type": "typography",
4014
4029
  "variant": "body",
4030
+ "type": "typography",
4015
4031
  "color": "muted",
4016
4032
  "content": "Ready to start deployment operation."
4017
4033
  },
@@ -4019,31 +4035,15 @@
4019
4035
  "variant": "primary",
4020
4036
  "type": "button",
4021
4037
  "icon": "play",
4022
- "label": "Start",
4023
- "action": "START"
4038
+ "action": "START",
4039
+ "label": "Start"
4024
4040
  }
4025
4041
  ],
4042
+ "direction": "vertical",
4043
+ "gap": "lg",
4026
4044
  "align": "center"
4027
4045
  }
4028
4046
  ],
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
4047
  "type": "dashboard-layout"
4048
4048
  }
4049
4049
  ]
@@ -4060,45 +4060,41 @@
4060
4060
  {
4061
4061
  "navItems": [
4062
4062
  {
4063
+ "icon": "hammer",
4063
4064
  "label": "Builds",
4064
- "href": "/builds",
4065
- "icon": "hammer"
4065
+ "href": "/builds"
4066
4066
  },
4067
4067
  {
4068
- "label": "Stages",
4068
+ "href": "/stages",
4069
4069
  "icon": "layers",
4070
- "href": "/stages"
4070
+ "label": "Stages"
4071
4071
  },
4072
4072
  {
4073
4073
  "href": "/deploy",
4074
- "label": "Deploy",
4075
- "icon": "rocket"
4074
+ "icon": "rocket",
4075
+ "label": "Deploy"
4076
4076
  }
4077
4077
  ],
4078
- "type": "dashboard-layout",
4078
+ "appName": "CI/CD Pipeline",
4079
4079
  "children": [
4080
4080
  {
4081
- "direction": "vertical",
4082
- "gap": "lg",
4083
- "align": "center",
4084
- "type": "stack",
4085
4081
  "children": [
4086
4082
  {
4083
+ "type": "stack",
4087
4084
  "direction": "horizontal",
4085
+ "align": "center",
4086
+ "gap": "md",
4088
4087
  "children": [
4089
4088
  {
4090
- "name": "upload-cloud",
4091
- "type": "icon"
4089
+ "type": "icon",
4090
+ "name": "upload-cloud"
4092
4091
  },
4093
4092
  {
4093
+ "variant": "h2",
4094
4094
  "type": "typography",
4095
- "content": "Deployment",
4096
- "variant": "h2"
4095
+ "content": "Deployment"
4097
4096
  }
4098
- ],
4099
- "align": "center",
4100
- "gap": "md",
4101
- "type": "stack"
4097
+ ]
4102
4098
  },
4103
4099
  {
4104
4100
  "type": "divider"
@@ -4110,16 +4106,20 @@
4110
4106
  "color": "muted"
4111
4107
  },
4112
4108
  {
4109
+ "type": "button",
4110
+ "action": "START",
4113
4111
  "label": "Start",
4114
4112
  "variant": "primary",
4115
- "type": "button",
4116
- "icon": "play",
4117
- "action": "START"
4113
+ "icon": "play"
4118
4114
  }
4119
- ]
4115
+ ],
4116
+ "type": "stack",
4117
+ "align": "center",
4118
+ "gap": "lg",
4119
+ "direction": "vertical"
4120
4120
  }
4121
4121
  ],
4122
- "appName": "CI/CD Pipeline"
4122
+ "type": "dashboard-layout"
4123
4123
  }
4124
4124
  ]
4125
4125
  ]
@@ -4134,41 +4134,41 @@
4134
4134
  "main",
4135
4135
  {
4136
4136
  "type": "dashboard-layout",
4137
+ "appName": "CI/CD Pipeline",
4137
4138
  "navItems": [
4138
4139
  {
4139
- "label": "Builds",
4140
4140
  "icon": "hammer",
4141
- "href": "/builds"
4141
+ "href": "/builds",
4142
+ "label": "Builds"
4142
4143
  },
4143
4144
  {
4145
+ "label": "Stages",
4144
4146
  "icon": "layers",
4145
- "href": "/stages",
4146
- "label": "Stages"
4147
+ "href": "/stages"
4147
4148
  },
4148
4149
  {
4149
- "icon": "rocket",
4150
4150
  "label": "Deploy",
4151
+ "icon": "rocket",
4151
4152
  "href": "/deploy"
4152
4153
  }
4153
4154
  ],
4154
- "appName": "CI/CD Pipeline",
4155
4155
  "children": [
4156
4156
  {
4157
- "type": "stack",
4158
- "gap": "lg",
4159
- "align": "center",
4160
4157
  "direction": "vertical",
4161
4158
  "children": [
4162
4159
  {
4163
- "message": "Processing deployment...",
4164
4160
  "title": "Deploying...",
4165
- "type": "loading-state"
4161
+ "type": "loading-state",
4162
+ "message": "Processing deployment..."
4166
4163
  },
4167
4164
  {
4168
4165
  "variant": "text",
4169
4166
  "type": "skeleton"
4170
4167
  }
4171
- ]
4168
+ ],
4169
+ "gap": "lg",
4170
+ "align": "center",
4171
+ "type": "stack"
4172
4172
  }
4173
4173
  ]
4174
4174
  }
@@ -4193,4 +4193,4 @@
4193
4193
  ]
4194
4194
  }
4195
4195
  ]
4196
- }
4196
+ }