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