@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -354,8 +354,8 @@
|
|
|
354
354
|
"ServiceDevopsToolkit",
|
|
355
355
|
{
|
|
356
356
|
"emit": {
|
|
357
|
-
"
|
|
358
|
-
"
|
|
357
|
+
"failure": "ServiceDevopsToolkitLoadFailed",
|
|
358
|
+
"success": "ServiceDevopsToolkitLoaded"
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
361
|
],
|
|
@@ -363,54 +363,54 @@
|
|
|
363
363
|
"render-ui",
|
|
364
364
|
"main",
|
|
365
365
|
{
|
|
366
|
-
"gap": "lg",
|
|
367
366
|
"direction": "vertical",
|
|
368
|
-
"type": "stack",
|
|
369
367
|
"children": [
|
|
370
368
|
{
|
|
371
|
-
"direction": "horizontal",
|
|
372
|
-
"gap": "md",
|
|
373
|
-
"type": "stack",
|
|
374
369
|
"align": "center",
|
|
375
370
|
"children": [
|
|
376
371
|
{
|
|
377
|
-
"
|
|
378
|
-
"
|
|
372
|
+
"type": "icon",
|
|
373
|
+
"name": "git-pull-request"
|
|
379
374
|
},
|
|
380
375
|
{
|
|
381
|
-
"variant": "h3",
|
|
382
376
|
"content": "GitHub: Create PR",
|
|
383
|
-
"type": "typography"
|
|
377
|
+
"type": "typography",
|
|
378
|
+
"variant": "h3"
|
|
384
379
|
}
|
|
385
|
-
]
|
|
380
|
+
],
|
|
381
|
+
"type": "stack",
|
|
382
|
+
"direction": "horizontal",
|
|
383
|
+
"gap": "md"
|
|
386
384
|
},
|
|
387
385
|
{
|
|
388
386
|
"type": "divider"
|
|
389
387
|
},
|
|
390
388
|
{
|
|
391
|
-
"
|
|
392
|
-
"
|
|
389
|
+
"placeholder": "PR title",
|
|
390
|
+
"type": "input"
|
|
393
391
|
},
|
|
394
392
|
{
|
|
395
|
-
"
|
|
396
|
-
"
|
|
393
|
+
"type": "textarea",
|
|
394
|
+
"placeholder": "Describe your changes..."
|
|
397
395
|
},
|
|
398
396
|
{
|
|
399
|
-
"
|
|
400
|
-
"
|
|
397
|
+
"placeholder": "feature-branch",
|
|
398
|
+
"type": "input"
|
|
401
399
|
},
|
|
402
400
|
{
|
|
403
|
-
"
|
|
404
|
-
"
|
|
401
|
+
"type": "input",
|
|
402
|
+
"placeholder": "main"
|
|
405
403
|
},
|
|
406
404
|
{
|
|
407
|
-
"action": "CREATE_PR",
|
|
408
|
-
"type": "button",
|
|
409
405
|
"label": "Create PR",
|
|
406
|
+
"type": "button",
|
|
407
|
+
"variant": "primary",
|
|
410
408
|
"icon": "git-pull-request",
|
|
411
|
-
"
|
|
409
|
+
"action": "CREATE_PR"
|
|
412
410
|
}
|
|
413
|
-
]
|
|
411
|
+
],
|
|
412
|
+
"gap": "lg",
|
|
413
|
+
"type": "stack"
|
|
414
414
|
}
|
|
415
415
|
]
|
|
416
416
|
]
|
|
@@ -425,8 +425,8 @@
|
|
|
425
425
|
"main",
|
|
426
426
|
{
|
|
427
427
|
"type": "loading-state",
|
|
428
|
-
"
|
|
429
|
-
"
|
|
428
|
+
"title": "Creating pull request...",
|
|
429
|
+
"message": "Submitting your PR to GitHub."
|
|
430
430
|
}
|
|
431
431
|
],
|
|
432
432
|
[
|
|
@@ -435,9 +435,9 @@
|
|
|
435
435
|
"createPR",
|
|
436
436
|
{
|
|
437
437
|
"head": "@entity.head",
|
|
438
|
+
"base": "@entity.base",
|
|
438
439
|
"title": "@entity.title",
|
|
439
|
-
"body": "@entity.body"
|
|
440
|
-
"base": "@entity.base"
|
|
440
|
+
"body": "@entity.body"
|
|
441
441
|
}
|
|
442
442
|
]
|
|
443
443
|
]
|
|
@@ -461,34 +461,34 @@
|
|
|
461
461
|
"render-ui",
|
|
462
462
|
"main",
|
|
463
463
|
{
|
|
464
|
-
"gap": "lg",
|
|
465
|
-
"type": "stack",
|
|
466
|
-
"direction": "vertical",
|
|
467
464
|
"children": [
|
|
468
465
|
{
|
|
469
|
-
"
|
|
470
|
-
"
|
|
466
|
+
"name": "check-circle",
|
|
467
|
+
"type": "icon"
|
|
471
468
|
},
|
|
472
469
|
{
|
|
473
470
|
"variant": "success",
|
|
474
|
-
"
|
|
475
|
-
"
|
|
471
|
+
"type": "alert",
|
|
472
|
+
"message": "Pull request created!"
|
|
476
473
|
},
|
|
477
474
|
{
|
|
478
475
|
"content": "@entity.prUrl",
|
|
479
|
-
"color": "muted",
|
|
480
476
|
"type": "typography",
|
|
477
|
+
"color": "muted",
|
|
481
478
|
"variant": "body"
|
|
482
479
|
},
|
|
483
480
|
{
|
|
484
|
-
"type": "button",
|
|
485
481
|
"label": "Create Another",
|
|
486
482
|
"icon": "rotate-ccw",
|
|
487
483
|
"variant": "ghost",
|
|
484
|
+
"type": "button",
|
|
488
485
|
"action": "GH_RESET"
|
|
489
486
|
}
|
|
490
487
|
],
|
|
491
|
-
"
|
|
488
|
+
"type": "stack",
|
|
489
|
+
"align": "center",
|
|
490
|
+
"direction": "vertical",
|
|
491
|
+
"gap": "lg"
|
|
492
492
|
}
|
|
493
493
|
]
|
|
494
494
|
]
|
|
@@ -512,10 +512,10 @@
|
|
|
512
512
|
"render-ui",
|
|
513
513
|
"main",
|
|
514
514
|
{
|
|
515
|
-
"title": "PR Creation Failed",
|
|
516
|
-
"message": "@entity.error",
|
|
517
515
|
"type": "error-state",
|
|
518
|
-
"
|
|
516
|
+
"message": "@entity.error",
|
|
517
|
+
"onRetry": "GH_RETRY",
|
|
518
|
+
"title": "PR Creation Failed"
|
|
519
519
|
}
|
|
520
520
|
]
|
|
521
521
|
]
|
|
@@ -534,54 +534,54 @@
|
|
|
534
534
|
"render-ui",
|
|
535
535
|
"main",
|
|
536
536
|
{
|
|
537
|
-
"
|
|
537
|
+
"type": "stack",
|
|
538
|
+
"gap": "lg",
|
|
538
539
|
"children": [
|
|
539
540
|
{
|
|
541
|
+
"type": "stack",
|
|
542
|
+
"direction": "horizontal",
|
|
540
543
|
"children": [
|
|
541
544
|
{
|
|
542
|
-
"
|
|
543
|
-
"
|
|
545
|
+
"type": "icon",
|
|
546
|
+
"name": "git-pull-request"
|
|
544
547
|
},
|
|
545
548
|
{
|
|
549
|
+
"variant": "h3",
|
|
546
550
|
"type": "typography",
|
|
547
|
-
"content": "GitHub: Create PR"
|
|
548
|
-
"variant": "h3"
|
|
551
|
+
"content": "GitHub: Create PR"
|
|
549
552
|
}
|
|
550
553
|
],
|
|
551
|
-
"type": "stack",
|
|
552
554
|
"align": "center",
|
|
553
|
-
"gap": "md"
|
|
554
|
-
"direction": "horizontal"
|
|
555
|
+
"gap": "md"
|
|
555
556
|
},
|
|
556
557
|
{
|
|
557
558
|
"type": "divider"
|
|
558
559
|
},
|
|
559
560
|
{
|
|
560
|
-
"
|
|
561
|
-
"
|
|
561
|
+
"type": "input",
|
|
562
|
+
"placeholder": "PR title"
|
|
562
563
|
},
|
|
563
564
|
{
|
|
564
|
-
"
|
|
565
|
-
"
|
|
565
|
+
"type": "textarea",
|
|
566
|
+
"placeholder": "Describe your changes..."
|
|
566
567
|
},
|
|
567
568
|
{
|
|
568
569
|
"type": "input",
|
|
569
570
|
"placeholder": "feature-branch"
|
|
570
571
|
},
|
|
571
572
|
{
|
|
572
|
-
"
|
|
573
|
-
"
|
|
573
|
+
"placeholder": "main",
|
|
574
|
+
"type": "input"
|
|
574
575
|
},
|
|
575
576
|
{
|
|
577
|
+
"action": "CREATE_PR",
|
|
576
578
|
"variant": "primary",
|
|
577
|
-
"type": "button",
|
|
578
579
|
"label": "Create PR",
|
|
579
|
-
"
|
|
580
|
-
"
|
|
580
|
+
"icon": "git-pull-request",
|
|
581
|
+
"type": "button"
|
|
581
582
|
}
|
|
582
583
|
],
|
|
583
|
-
"
|
|
584
|
-
"gap": "lg"
|
|
584
|
+
"direction": "vertical"
|
|
585
585
|
}
|
|
586
586
|
]
|
|
587
587
|
]
|
|
@@ -600,12 +600,14 @@
|
|
|
600
600
|
"render-ui",
|
|
601
601
|
"main",
|
|
602
602
|
{
|
|
603
|
-
"
|
|
603
|
+
"direction": "vertical",
|
|
604
|
+
"type": "stack",
|
|
604
605
|
"children": [
|
|
605
606
|
{
|
|
606
|
-
"direction": "horizontal",
|
|
607
607
|
"type": "stack",
|
|
608
608
|
"gap": "md",
|
|
609
|
+
"align": "center",
|
|
610
|
+
"direction": "horizontal",
|
|
609
611
|
"children": [
|
|
610
612
|
{
|
|
611
613
|
"name": "git-pull-request",
|
|
@@ -616,15 +618,14 @@
|
|
|
616
618
|
"variant": "h3",
|
|
617
619
|
"type": "typography"
|
|
618
620
|
}
|
|
619
|
-
]
|
|
620
|
-
"align": "center"
|
|
621
|
+
]
|
|
621
622
|
},
|
|
622
623
|
{
|
|
623
624
|
"type": "divider"
|
|
624
625
|
},
|
|
625
626
|
{
|
|
626
|
-
"
|
|
627
|
-
"
|
|
627
|
+
"placeholder": "PR title",
|
|
628
|
+
"type": "input"
|
|
628
629
|
},
|
|
629
630
|
{
|
|
630
631
|
"type": "textarea",
|
|
@@ -635,19 +636,18 @@
|
|
|
635
636
|
"placeholder": "feature-branch"
|
|
636
637
|
},
|
|
637
638
|
{
|
|
638
|
-
"
|
|
639
|
-
"
|
|
639
|
+
"placeholder": "main",
|
|
640
|
+
"type": "input"
|
|
640
641
|
},
|
|
641
642
|
{
|
|
642
|
-
"variant": "primary",
|
|
643
|
-
"label": "Create PR",
|
|
644
643
|
"icon": "git-pull-request",
|
|
644
|
+
"label": "Create PR",
|
|
645
645
|
"type": "button",
|
|
646
|
-
"action": "CREATE_PR"
|
|
646
|
+
"action": "CREATE_PR",
|
|
647
|
+
"variant": "primary"
|
|
647
648
|
}
|
|
648
649
|
],
|
|
649
|
-
"
|
|
650
|
-
"direction": "vertical"
|
|
650
|
+
"gap": "lg"
|
|
651
651
|
}
|
|
652
652
|
]
|
|
653
653
|
]
|
|
@@ -915,8 +915,8 @@
|
|
|
915
915
|
"ServiceDevopsToolkit",
|
|
916
916
|
{
|
|
917
917
|
"emit": {
|
|
918
|
-
"
|
|
919
|
-
"
|
|
918
|
+
"failure": "ServiceDevopsToolkitLoadFailed",
|
|
919
|
+
"success": "ServiceDevopsToolkitLoaded"
|
|
920
920
|
}
|
|
921
921
|
}
|
|
922
922
|
],
|
|
@@ -924,30 +924,33 @@
|
|
|
924
924
|
"render-ui",
|
|
925
925
|
"main",
|
|
926
926
|
{
|
|
927
|
+
"gap": "lg",
|
|
928
|
+
"direction": "vertical",
|
|
929
|
+
"type": "stack",
|
|
927
930
|
"children": [
|
|
928
931
|
{
|
|
932
|
+
"type": "stack",
|
|
929
933
|
"direction": "horizontal",
|
|
930
934
|
"gap": "md",
|
|
931
|
-
"type": "stack",
|
|
932
|
-
"align": "center",
|
|
933
935
|
"children": [
|
|
934
936
|
{
|
|
935
937
|
"type": "icon",
|
|
936
938
|
"name": "database"
|
|
937
939
|
},
|
|
938
940
|
{
|
|
939
|
-
"type": "typography",
|
|
940
941
|
"content": "Redis Cache",
|
|
942
|
+
"type": "typography",
|
|
941
943
|
"variant": "h3"
|
|
942
944
|
}
|
|
943
|
-
]
|
|
945
|
+
],
|
|
946
|
+
"align": "center"
|
|
944
947
|
},
|
|
945
948
|
{
|
|
946
949
|
"type": "divider"
|
|
947
950
|
},
|
|
948
951
|
{
|
|
949
|
-
"
|
|
950
|
-
"
|
|
952
|
+
"type": "input",
|
|
953
|
+
"placeholder": "cache-key"
|
|
951
954
|
},
|
|
952
955
|
{
|
|
953
956
|
"type": "input",
|
|
@@ -956,36 +959,33 @@
|
|
|
956
959
|
{
|
|
957
960
|
"direction": "horizontal",
|
|
958
961
|
"justify": "center",
|
|
959
|
-
"type": "stack",
|
|
960
|
-
"gap": "sm",
|
|
961
962
|
"children": [
|
|
962
963
|
{
|
|
963
|
-
"variant": "primary",
|
|
964
|
-
"icon": "download",
|
|
965
964
|
"label": "Get",
|
|
966
|
-
"
|
|
967
|
-
"action": "GET_KEY"
|
|
965
|
+
"icon": "download",
|
|
966
|
+
"action": "GET_KEY",
|
|
967
|
+
"variant": "primary",
|
|
968
|
+
"type": "button"
|
|
968
969
|
},
|
|
969
970
|
{
|
|
971
|
+
"icon": "upload",
|
|
970
972
|
"label": "Set",
|
|
971
|
-
"type": "button",
|
|
972
973
|
"action": "SET_KEY",
|
|
973
974
|
"variant": "primary",
|
|
974
|
-
"
|
|
975
|
+
"type": "button"
|
|
975
976
|
},
|
|
976
977
|
{
|
|
977
|
-
"action": "DELETE_KEY",
|
|
978
|
-
"variant": "danger",
|
|
979
978
|
"type": "button",
|
|
979
|
+
"variant": "danger",
|
|
980
|
+
"label": "Delete",
|
|
980
981
|
"icon": "trash-2",
|
|
981
|
-
"
|
|
982
|
+
"action": "DELETE_KEY"
|
|
982
983
|
}
|
|
983
|
-
]
|
|
984
|
+
],
|
|
985
|
+
"gap": "sm",
|
|
986
|
+
"type": "stack"
|
|
984
987
|
}
|
|
985
|
-
]
|
|
986
|
-
"direction": "vertical",
|
|
987
|
-
"type": "stack",
|
|
988
|
-
"gap": "lg"
|
|
988
|
+
]
|
|
989
989
|
}
|
|
990
990
|
]
|
|
991
991
|
]
|
|
@@ -999,8 +999,8 @@
|
|
|
999
999
|
"render-ui",
|
|
1000
1000
|
"main",
|
|
1001
1001
|
{
|
|
1002
|
-
"title": "Executing...",
|
|
1003
1002
|
"type": "loading-state",
|
|
1003
|
+
"title": "Executing...",
|
|
1004
1004
|
"message": "Running Redis operation..."
|
|
1005
1005
|
}
|
|
1006
1006
|
],
|
|
@@ -1023,8 +1023,8 @@
|
|
|
1023
1023
|
"render-ui",
|
|
1024
1024
|
"main",
|
|
1025
1025
|
{
|
|
1026
|
-
"title": "Executing...",
|
|
1027
1026
|
"type": "loading-state",
|
|
1027
|
+
"title": "Executing...",
|
|
1028
1028
|
"message": "Running Redis operation..."
|
|
1029
1029
|
}
|
|
1030
1030
|
],
|
|
@@ -1033,8 +1033,8 @@
|
|
|
1033
1033
|
"redis",
|
|
1034
1034
|
"set",
|
|
1035
1035
|
{
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
1036
|
+
"key": "@entity.cacheKey",
|
|
1037
|
+
"value": "@entity.cacheValue"
|
|
1038
1038
|
}
|
|
1039
1039
|
]
|
|
1040
1040
|
]
|
|
@@ -1048,9 +1048,9 @@
|
|
|
1048
1048
|
"render-ui",
|
|
1049
1049
|
"main",
|
|
1050
1050
|
{
|
|
1051
|
+
"title": "Executing...",
|
|
1051
1052
|
"message": "Running Redis operation...",
|
|
1052
|
-
"type": "loading-state"
|
|
1053
|
-
"title": "Executing..."
|
|
1053
|
+
"type": "loading-state"
|
|
1054
1054
|
}
|
|
1055
1055
|
],
|
|
1056
1056
|
[
|
|
@@ -1082,9 +1082,10 @@
|
|
|
1082
1082
|
"render-ui",
|
|
1083
1083
|
"main",
|
|
1084
1084
|
{
|
|
1085
|
-
"gap": "lg",
|
|
1086
1085
|
"align": "center",
|
|
1086
|
+
"gap": "lg",
|
|
1087
1087
|
"direction": "vertical",
|
|
1088
|
+
"type": "stack",
|
|
1088
1089
|
"children": [
|
|
1089
1090
|
{
|
|
1090
1091
|
"type": "icon",
|
|
@@ -1096,20 +1097,19 @@
|
|
|
1096
1097
|
"message": "Redis operation complete"
|
|
1097
1098
|
},
|
|
1098
1099
|
{
|
|
1099
|
-
"variant": "body",
|
|
1100
|
-
"color": "muted",
|
|
1101
1100
|
"content": "@entity.result",
|
|
1102
|
-
"type": "typography"
|
|
1101
|
+
"type": "typography",
|
|
1102
|
+
"variant": "body",
|
|
1103
|
+
"color": "muted"
|
|
1103
1104
|
},
|
|
1104
1105
|
{
|
|
1106
|
+
"icon": "rotate-ccw",
|
|
1105
1107
|
"type": "button",
|
|
1106
|
-
"
|
|
1108
|
+
"label": "Reset",
|
|
1107
1109
|
"variant": "ghost",
|
|
1108
|
-
"
|
|
1109
|
-
"label": "Reset"
|
|
1110
|
+
"action": "REDIS_RESET"
|
|
1110
1111
|
}
|
|
1111
|
-
]
|
|
1112
|
-
"type": "stack"
|
|
1112
|
+
]
|
|
1113
1113
|
}
|
|
1114
1114
|
]
|
|
1115
1115
|
]
|
|
@@ -1133,10 +1133,10 @@
|
|
|
1133
1133
|
"render-ui",
|
|
1134
1134
|
"main",
|
|
1135
1135
|
{
|
|
1136
|
-
"onRetry": "REDIS_RETRY",
|
|
1137
1136
|
"title": "Redis Error",
|
|
1138
1137
|
"message": "@entity.error",
|
|
1139
|
-
"type": "error-state"
|
|
1138
|
+
"type": "error-state",
|
|
1139
|
+
"onRetry": "REDIS_RETRY"
|
|
1140
1140
|
}
|
|
1141
1141
|
]
|
|
1142
1142
|
]
|
|
@@ -1156,67 +1156,67 @@
|
|
|
1156
1156
|
"main",
|
|
1157
1157
|
{
|
|
1158
1158
|
"type": "stack",
|
|
1159
|
-
"direction": "vertical",
|
|
1160
|
-
"gap": "lg",
|
|
1161
1159
|
"children": [
|
|
1162
1160
|
{
|
|
1163
|
-
"
|
|
1164
|
-
"align": "center",
|
|
1165
|
-
"gap": "md",
|
|
1161
|
+
"direction": "horizontal",
|
|
1166
1162
|
"children": [
|
|
1167
1163
|
{
|
|
1168
1164
|
"type": "icon",
|
|
1169
1165
|
"name": "database"
|
|
1170
1166
|
},
|
|
1171
1167
|
{
|
|
1172
|
-
"
|
|
1168
|
+
"content": "Redis Cache",
|
|
1173
1169
|
"variant": "h3",
|
|
1174
|
-
"
|
|
1170
|
+
"type": "typography"
|
|
1175
1171
|
}
|
|
1176
1172
|
],
|
|
1177
|
-
"
|
|
1173
|
+
"type": "stack",
|
|
1174
|
+
"gap": "md",
|
|
1175
|
+
"align": "center"
|
|
1178
1176
|
},
|
|
1179
1177
|
{
|
|
1180
1178
|
"type": "divider"
|
|
1181
1179
|
},
|
|
1182
1180
|
{
|
|
1183
|
-
"
|
|
1184
|
-
"
|
|
1181
|
+
"placeholder": "cache-key",
|
|
1182
|
+
"type": "input"
|
|
1185
1183
|
},
|
|
1186
1184
|
{
|
|
1187
|
-
"
|
|
1188
|
-
"
|
|
1185
|
+
"type": "input",
|
|
1186
|
+
"placeholder": "cache-value"
|
|
1189
1187
|
},
|
|
1190
1188
|
{
|
|
1191
1189
|
"gap": "sm",
|
|
1192
|
-
"justify": "center",
|
|
1193
1190
|
"children": [
|
|
1194
1191
|
{
|
|
1195
1192
|
"action": "GET_KEY",
|
|
1196
|
-
"variant": "primary",
|
|
1197
1193
|
"icon": "download",
|
|
1198
1194
|
"type": "button",
|
|
1199
|
-
"label": "Get"
|
|
1195
|
+
"label": "Get",
|
|
1196
|
+
"variant": "primary"
|
|
1200
1197
|
},
|
|
1201
1198
|
{
|
|
1202
|
-
"label": "Set",
|
|
1203
1199
|
"icon": "upload",
|
|
1200
|
+
"type": "button",
|
|
1201
|
+
"label": "Set",
|
|
1204
1202
|
"variant": "primary",
|
|
1205
|
-
"action": "SET_KEY"
|
|
1206
|
-
"type": "button"
|
|
1203
|
+
"action": "SET_KEY"
|
|
1207
1204
|
},
|
|
1208
1205
|
{
|
|
1209
|
-
"label": "Delete",
|
|
1210
|
-
"action": "DELETE_KEY",
|
|
1211
1206
|
"variant": "danger",
|
|
1212
1207
|
"icon": "trash-2",
|
|
1213
|
-
"type": "button"
|
|
1208
|
+
"type": "button",
|
|
1209
|
+
"action": "DELETE_KEY",
|
|
1210
|
+
"label": "Delete"
|
|
1214
1211
|
}
|
|
1215
1212
|
],
|
|
1216
1213
|
"direction": "horizontal",
|
|
1214
|
+
"justify": "center",
|
|
1217
1215
|
"type": "stack"
|
|
1218
1216
|
}
|
|
1219
|
-
]
|
|
1217
|
+
],
|
|
1218
|
+
"direction": "vertical",
|
|
1219
|
+
"gap": "lg"
|
|
1220
1220
|
}
|
|
1221
1221
|
]
|
|
1222
1222
|
]
|
|
@@ -1235,15 +1235,15 @@
|
|
|
1235
1235
|
"render-ui",
|
|
1236
1236
|
"main",
|
|
1237
1237
|
{
|
|
1238
|
-
"type": "stack",
|
|
1239
|
-
"direction": "vertical",
|
|
1240
|
-
"gap": "lg",
|
|
1241
1238
|
"children": [
|
|
1242
1239
|
{
|
|
1240
|
+
"align": "center",
|
|
1241
|
+
"direction": "horizontal",
|
|
1242
|
+
"gap": "md",
|
|
1243
1243
|
"children": [
|
|
1244
1244
|
{
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1245
|
+
"type": "icon",
|
|
1246
|
+
"name": "database"
|
|
1247
1247
|
},
|
|
1248
1248
|
{
|
|
1249
1249
|
"content": "Redis Cache",
|
|
@@ -1251,10 +1251,7 @@
|
|
|
1251
1251
|
"variant": "h3"
|
|
1252
1252
|
}
|
|
1253
1253
|
],
|
|
1254
|
-
"
|
|
1255
|
-
"type": "stack",
|
|
1256
|
-
"direction": "horizontal",
|
|
1257
|
-
"align": "center"
|
|
1254
|
+
"type": "stack"
|
|
1258
1255
|
},
|
|
1259
1256
|
{
|
|
1260
1257
|
"type": "divider"
|
|
@@ -1268,35 +1265,38 @@
|
|
|
1268
1265
|
"placeholder": "cache-value"
|
|
1269
1266
|
},
|
|
1270
1267
|
{
|
|
1268
|
+
"type": "stack",
|
|
1269
|
+
"gap": "sm",
|
|
1271
1270
|
"justify": "center",
|
|
1271
|
+
"direction": "horizontal",
|
|
1272
1272
|
"children": [
|
|
1273
1273
|
{
|
|
1274
|
+
"variant": "primary",
|
|
1274
1275
|
"label": "Get",
|
|
1275
|
-
"action": "GET_KEY",
|
|
1276
1276
|
"icon": "download",
|
|
1277
1277
|
"type": "button",
|
|
1278
|
-
"
|
|
1278
|
+
"action": "GET_KEY"
|
|
1279
1279
|
},
|
|
1280
1280
|
{
|
|
1281
|
+
"action": "SET_KEY",
|
|
1281
1282
|
"label": "Set",
|
|
1282
|
-
"variant": "primary",
|
|
1283
1283
|
"type": "button",
|
|
1284
|
-
"
|
|
1284
|
+
"variant": "primary",
|
|
1285
1285
|
"icon": "upload"
|
|
1286
1286
|
},
|
|
1287
1287
|
{
|
|
1288
|
-
"
|
|
1288
|
+
"action": "DELETE_KEY",
|
|
1289
1289
|
"label": "Delete",
|
|
1290
1290
|
"type": "button",
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1291
|
+
"icon": "trash-2",
|
|
1292
|
+
"variant": "danger"
|
|
1293
1293
|
}
|
|
1294
|
-
]
|
|
1295
|
-
"gap": "sm",
|
|
1296
|
-
"direction": "horizontal",
|
|
1297
|
-
"type": "stack"
|
|
1294
|
+
]
|
|
1298
1295
|
}
|
|
1299
|
-
]
|
|
1296
|
+
],
|
|
1297
|
+
"gap": "lg",
|
|
1298
|
+
"direction": "vertical",
|
|
1299
|
+
"type": "stack"
|
|
1300
1300
|
}
|
|
1301
1301
|
]
|
|
1302
1302
|
]
|
|
@@ -1568,8 +1568,8 @@
|
|
|
1568
1568
|
"ServiceDevopsToolkit",
|
|
1569
1569
|
{
|
|
1570
1570
|
"emit": {
|
|
1571
|
-
"
|
|
1572
|
-
"
|
|
1571
|
+
"failure": "ServiceDevopsToolkitLoadFailed",
|
|
1572
|
+
"success": "ServiceDevopsToolkitLoaded"
|
|
1573
1573
|
}
|
|
1574
1574
|
}
|
|
1575
1575
|
],
|
|
@@ -1577,24 +1577,25 @@
|
|
|
1577
1577
|
"render-ui",
|
|
1578
1578
|
"main",
|
|
1579
1579
|
{
|
|
1580
|
+
"type": "stack",
|
|
1580
1581
|
"direction": "vertical",
|
|
1581
1582
|
"children": [
|
|
1582
1583
|
{
|
|
1583
|
-
"
|
|
1584
|
-
"align": "center",
|
|
1584
|
+
"type": "stack",
|
|
1585
1585
|
"children": [
|
|
1586
1586
|
{
|
|
1587
|
-
"
|
|
1588
|
-
"
|
|
1587
|
+
"type": "icon",
|
|
1588
|
+
"name": "hard-drive"
|
|
1589
1589
|
},
|
|
1590
1590
|
{
|
|
1591
|
-
"variant": "h3",
|
|
1592
1591
|
"type": "typography",
|
|
1593
|
-
"content": "Storage Files"
|
|
1592
|
+
"content": "Storage Files",
|
|
1593
|
+
"variant": "h3"
|
|
1594
1594
|
}
|
|
1595
1595
|
],
|
|
1596
|
-
"
|
|
1597
|
-
"gap": "md"
|
|
1596
|
+
"direction": "horizontal",
|
|
1597
|
+
"gap": "md",
|
|
1598
|
+
"align": "center"
|
|
1598
1599
|
},
|
|
1599
1600
|
{
|
|
1600
1601
|
"type": "divider"
|
|
@@ -1609,43 +1610,42 @@
|
|
|
1609
1610
|
},
|
|
1610
1611
|
{
|
|
1611
1612
|
"type": "stack",
|
|
1612
|
-
"justify": "center",
|
|
1613
1613
|
"children": [
|
|
1614
1614
|
{
|
|
1615
|
-
"action": "UPLOAD",
|
|
1616
|
-
"label": "Upload",
|
|
1617
|
-
"variant": "primary",
|
|
1618
1615
|
"type": "button",
|
|
1619
|
-
"
|
|
1616
|
+
"variant": "primary",
|
|
1617
|
+
"action": "UPLOAD",
|
|
1618
|
+
"icon": "upload",
|
|
1619
|
+
"label": "Upload"
|
|
1620
1620
|
},
|
|
1621
1621
|
{
|
|
1622
1622
|
"action": "DOWNLOAD",
|
|
1623
|
-
"variant": "secondary",
|
|
1624
1623
|
"icon": "download",
|
|
1624
|
+
"label": "Download",
|
|
1625
1625
|
"type": "button",
|
|
1626
|
-
"
|
|
1626
|
+
"variant": "secondary"
|
|
1627
1627
|
},
|
|
1628
1628
|
{
|
|
1629
|
+
"type": "button",
|
|
1629
1630
|
"label": "List",
|
|
1630
1631
|
"icon": "list",
|
|
1631
|
-
"
|
|
1632
|
-
"variant": "secondary"
|
|
1633
|
-
"action": "LIST"
|
|
1632
|
+
"action": "LIST",
|
|
1633
|
+
"variant": "secondary"
|
|
1634
1634
|
},
|
|
1635
1635
|
{
|
|
1636
1636
|
"type": "button",
|
|
1637
|
-
"icon": "trash-2",
|
|
1638
|
-
"label": "Delete",
|
|
1639
1637
|
"action": "DELETE_FILE",
|
|
1640
|
-
"
|
|
1638
|
+
"icon": "trash-2",
|
|
1639
|
+
"variant": "danger",
|
|
1640
|
+
"label": "Delete"
|
|
1641
1641
|
}
|
|
1642
1642
|
],
|
|
1643
1643
|
"direction": "horizontal",
|
|
1644
|
-
"gap": "sm"
|
|
1644
|
+
"gap": "sm",
|
|
1645
|
+
"justify": "center"
|
|
1645
1646
|
}
|
|
1646
1647
|
],
|
|
1647
|
-
"gap": "lg"
|
|
1648
|
-
"type": "stack"
|
|
1648
|
+
"gap": "lg"
|
|
1649
1649
|
}
|
|
1650
1650
|
]
|
|
1651
1651
|
]
|
|
@@ -1659,9 +1659,9 @@
|
|
|
1659
1659
|
"render-ui",
|
|
1660
1660
|
"main",
|
|
1661
1661
|
{
|
|
1662
|
-
"title": "Processing...",
|
|
1663
1662
|
"message": "Executing storage operation...",
|
|
1664
|
-
"type": "loading-state"
|
|
1663
|
+
"type": "loading-state",
|
|
1664
|
+
"title": "Processing..."
|
|
1665
1665
|
}
|
|
1666
1666
|
],
|
|
1667
1667
|
[
|
|
@@ -1685,8 +1685,8 @@
|
|
|
1685
1685
|
"main",
|
|
1686
1686
|
{
|
|
1687
1687
|
"type": "loading-state",
|
|
1688
|
-
"
|
|
1689
|
-
"
|
|
1688
|
+
"message": "Executing storage operation...",
|
|
1689
|
+
"title": "Processing..."
|
|
1690
1690
|
}
|
|
1691
1691
|
],
|
|
1692
1692
|
[
|
|
@@ -1709,9 +1709,9 @@
|
|
|
1709
1709
|
"render-ui",
|
|
1710
1710
|
"main",
|
|
1711
1711
|
{
|
|
1712
|
+
"type": "loading-state",
|
|
1712
1713
|
"title": "Processing...",
|
|
1713
|
-
"message": "Executing storage operation..."
|
|
1714
|
-
"type": "loading-state"
|
|
1714
|
+
"message": "Executing storage operation..."
|
|
1715
1715
|
}
|
|
1716
1716
|
],
|
|
1717
1717
|
[
|
|
@@ -1768,6 +1768,7 @@
|
|
|
1768
1768
|
"render-ui",
|
|
1769
1769
|
"main",
|
|
1770
1770
|
{
|
|
1771
|
+
"type": "stack",
|
|
1771
1772
|
"align": "center",
|
|
1772
1773
|
"children": [
|
|
1773
1774
|
{
|
|
@@ -1775,27 +1776,26 @@
|
|
|
1775
1776
|
"type": "icon"
|
|
1776
1777
|
},
|
|
1777
1778
|
{
|
|
1779
|
+
"message": "Storage operation complete",
|
|
1778
1780
|
"variant": "success",
|
|
1779
|
-
"type": "alert"
|
|
1780
|
-
"message": "Storage operation complete"
|
|
1781
|
+
"type": "alert"
|
|
1781
1782
|
},
|
|
1782
1783
|
{
|
|
1783
|
-
"color": "muted",
|
|
1784
1784
|
"variant": "body",
|
|
1785
|
+
"content": "@entity.result",
|
|
1785
1786
|
"type": "typography",
|
|
1786
|
-
"
|
|
1787
|
+
"color": "muted"
|
|
1787
1788
|
},
|
|
1788
1789
|
{
|
|
1789
|
-
"
|
|
1790
|
-
"type": "button",
|
|
1791
|
-
"label": "Back",
|
|
1790
|
+
"variant": "ghost",
|
|
1792
1791
|
"action": "STORAGE_RESET",
|
|
1793
|
-
"
|
|
1792
|
+
"type": "button",
|
|
1793
|
+
"icon": "rotate-ccw",
|
|
1794
|
+
"label": "Back"
|
|
1794
1795
|
}
|
|
1795
1796
|
],
|
|
1796
1797
|
"direction": "vertical",
|
|
1797
|
-
"gap": "lg"
|
|
1798
|
-
"type": "stack"
|
|
1798
|
+
"gap": "lg"
|
|
1799
1799
|
}
|
|
1800
1800
|
]
|
|
1801
1801
|
]
|
|
@@ -1820,9 +1820,9 @@
|
|
|
1820
1820
|
"main",
|
|
1821
1821
|
{
|
|
1822
1822
|
"title": "Storage Error",
|
|
1823
|
-
"type": "error-state",
|
|
1824
1823
|
"message": "@entity.error",
|
|
1825
|
-
"onRetry": "STORAGE_RETRY"
|
|
1824
|
+
"onRetry": "STORAGE_RETRY",
|
|
1825
|
+
"type": "error-state"
|
|
1826
1826
|
}
|
|
1827
1827
|
]
|
|
1828
1828
|
]
|
|
@@ -1841,21 +1841,23 @@
|
|
|
1841
1841
|
"render-ui",
|
|
1842
1842
|
"main",
|
|
1843
1843
|
{
|
|
1844
|
+
"type": "stack",
|
|
1845
|
+
"direction": "vertical",
|
|
1844
1846
|
"children": [
|
|
1845
1847
|
{
|
|
1846
1848
|
"type": "stack",
|
|
1849
|
+
"align": "center",
|
|
1847
1850
|
"direction": "horizontal",
|
|
1848
1851
|
"gap": "md",
|
|
1849
|
-
"align": "center",
|
|
1850
1852
|
"children": [
|
|
1851
1853
|
{
|
|
1852
|
-
"
|
|
1853
|
-
"
|
|
1854
|
+
"type": "icon",
|
|
1855
|
+
"name": "hard-drive"
|
|
1854
1856
|
},
|
|
1855
1857
|
{
|
|
1856
1858
|
"content": "Storage Files",
|
|
1857
|
-
"
|
|
1858
|
-
"
|
|
1859
|
+
"variant": "h3",
|
|
1860
|
+
"type": "typography"
|
|
1859
1861
|
}
|
|
1860
1862
|
]
|
|
1861
1863
|
},
|
|
@@ -1863,53 +1865,51 @@
|
|
|
1863
1865
|
"type": "divider"
|
|
1864
1866
|
},
|
|
1865
1867
|
{
|
|
1866
|
-
"
|
|
1867
|
-
"
|
|
1868
|
+
"placeholder": "bucket-name",
|
|
1869
|
+
"type": "input"
|
|
1868
1870
|
},
|
|
1869
1871
|
{
|
|
1870
1872
|
"placeholder": "path/to/file.txt",
|
|
1871
1873
|
"type": "input"
|
|
1872
1874
|
},
|
|
1873
1875
|
{
|
|
1874
|
-
"direction": "horizontal",
|
|
1875
|
-
"gap": "sm",
|
|
1876
|
-
"justify": "center",
|
|
1877
1876
|
"children": [
|
|
1878
1877
|
{
|
|
1879
|
-
"type": "button",
|
|
1880
1878
|
"action": "UPLOAD",
|
|
1881
|
-
"
|
|
1879
|
+
"type": "button",
|
|
1882
1880
|
"icon": "upload",
|
|
1883
|
-
"variant": "primary"
|
|
1881
|
+
"variant": "primary",
|
|
1882
|
+
"label": "Upload"
|
|
1884
1883
|
},
|
|
1885
1884
|
{
|
|
1886
|
-
"label": "Download",
|
|
1887
1885
|
"type": "button",
|
|
1886
|
+
"label": "Download",
|
|
1888
1887
|
"icon": "download",
|
|
1889
1888
|
"action": "DOWNLOAD",
|
|
1890
1889
|
"variant": "secondary"
|
|
1891
1890
|
},
|
|
1892
1891
|
{
|
|
1893
1892
|
"type": "button",
|
|
1894
|
-
"icon": "list",
|
|
1895
1893
|
"variant": "secondary",
|
|
1896
|
-
"
|
|
1897
|
-
"action": "LIST"
|
|
1894
|
+
"icon": "list",
|
|
1895
|
+
"action": "LIST",
|
|
1896
|
+
"label": "List"
|
|
1898
1897
|
},
|
|
1899
1898
|
{
|
|
1899
|
+
"variant": "danger",
|
|
1900
1900
|
"action": "DELETE_FILE",
|
|
1901
|
-
"
|
|
1901
|
+
"icon": "trash-2",
|
|
1902
1902
|
"label": "Delete",
|
|
1903
|
-
"
|
|
1904
|
-
"icon": "trash-2"
|
|
1903
|
+
"type": "button"
|
|
1905
1904
|
}
|
|
1906
1905
|
],
|
|
1907
|
-
"type": "stack"
|
|
1906
|
+
"type": "stack",
|
|
1907
|
+
"direction": "horizontal",
|
|
1908
|
+
"justify": "center",
|
|
1909
|
+
"gap": "sm"
|
|
1908
1910
|
}
|
|
1909
1911
|
],
|
|
1910
|
-
"gap": "lg"
|
|
1911
|
-
"type": "stack",
|
|
1912
|
-
"direction": "vertical"
|
|
1912
|
+
"gap": "lg"
|
|
1913
1913
|
}
|
|
1914
1914
|
]
|
|
1915
1915
|
]
|
|
@@ -1928,20 +1928,22 @@
|
|
|
1928
1928
|
"render-ui",
|
|
1929
1929
|
"main",
|
|
1930
1930
|
{
|
|
1931
|
+
"type": "stack",
|
|
1931
1932
|
"gap": "lg",
|
|
1933
|
+
"direction": "vertical",
|
|
1932
1934
|
"children": [
|
|
1933
1935
|
{
|
|
1934
|
-
"gap": "md",
|
|
1935
1936
|
"align": "center",
|
|
1937
|
+
"gap": "md",
|
|
1936
1938
|
"children": [
|
|
1937
1939
|
{
|
|
1938
|
-
"
|
|
1939
|
-
"
|
|
1940
|
+
"name": "hard-drive",
|
|
1941
|
+
"type": "icon"
|
|
1940
1942
|
},
|
|
1941
1943
|
{
|
|
1944
|
+
"content": "Storage Files",
|
|
1942
1945
|
"type": "typography",
|
|
1943
|
-
"variant": "h3"
|
|
1944
|
-
"content": "Storage Files"
|
|
1946
|
+
"variant": "h3"
|
|
1945
1947
|
}
|
|
1946
1948
|
],
|
|
1947
1949
|
"type": "stack",
|
|
@@ -1951,52 +1953,50 @@
|
|
|
1951
1953
|
"type": "divider"
|
|
1952
1954
|
},
|
|
1953
1955
|
{
|
|
1954
|
-
"
|
|
1955
|
-
"
|
|
1956
|
+
"placeholder": "bucket-name",
|
|
1957
|
+
"type": "input"
|
|
1956
1958
|
},
|
|
1957
1959
|
{
|
|
1958
|
-
"
|
|
1959
|
-
"
|
|
1960
|
+
"placeholder": "path/to/file.txt",
|
|
1961
|
+
"type": "input"
|
|
1960
1962
|
},
|
|
1961
1963
|
{
|
|
1962
|
-
"gap": "sm",
|
|
1963
1964
|
"direction": "horizontal",
|
|
1964
|
-
"type": "stack",
|
|
1965
1965
|
"justify": "center",
|
|
1966
|
+
"gap": "sm",
|
|
1966
1967
|
"children": [
|
|
1967
1968
|
{
|
|
1969
|
+
"action": "UPLOAD",
|
|
1968
1970
|
"type": "button",
|
|
1969
|
-
"label": "Upload",
|
|
1970
|
-
"icon": "upload",
|
|
1971
1971
|
"variant": "primary",
|
|
1972
|
-
"
|
|
1972
|
+
"label": "Upload",
|
|
1973
|
+
"icon": "upload"
|
|
1973
1974
|
},
|
|
1974
1975
|
{
|
|
1975
|
-
"icon": "download",
|
|
1976
1976
|
"action": "DOWNLOAD",
|
|
1977
|
+
"variant": "secondary",
|
|
1978
|
+
"icon": "download",
|
|
1977
1979
|
"type": "button",
|
|
1978
|
-
"label": "Download"
|
|
1979
|
-
"variant": "secondary"
|
|
1980
|
+
"label": "Download"
|
|
1980
1981
|
},
|
|
1981
1982
|
{
|
|
1983
|
+
"type": "button",
|
|
1982
1984
|
"variant": "secondary",
|
|
1983
1985
|
"icon": "list",
|
|
1984
1986
|
"action": "LIST",
|
|
1985
|
-
"type": "button",
|
|
1986
1987
|
"label": "List"
|
|
1987
1988
|
},
|
|
1988
1989
|
{
|
|
1989
|
-
"label": "Delete",
|
|
1990
|
-
"variant": "danger",
|
|
1991
1990
|
"icon": "trash-2",
|
|
1992
1991
|
"type": "button",
|
|
1993
|
-
"
|
|
1992
|
+
"variant": "danger",
|
|
1993
|
+
"action": "DELETE_FILE",
|
|
1994
|
+
"label": "Delete"
|
|
1994
1995
|
}
|
|
1995
|
-
]
|
|
1996
|
+
],
|
|
1997
|
+
"type": "stack"
|
|
1996
1998
|
}
|
|
1997
|
-
]
|
|
1998
|
-
"direction": "vertical",
|
|
1999
|
-
"type": "stack"
|
|
1999
|
+
]
|
|
2000
2000
|
}
|
|
2001
2001
|
]
|
|
2002
2002
|
]
|