@almadar/std 14.24.0 → 14.25.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 +75 -75
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors/behaviors-registry.json +4 -684
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors-registry.json +4 -684
- package/package.json +1 -1
|
@@ -103,9 +103,6 @@
|
|
|
103
103
|
"name": "BuildAppLayout",
|
|
104
104
|
"config": {
|
|
105
105
|
"contentTrait": "@trait.BuildCatalog",
|
|
106
|
-
"notificationClickEvent": "BUILD_NOTIFICATIONS_OPEN",
|
|
107
|
-
"searchEvent": "BUILD_SEARCH",
|
|
108
|
-
"appName": "CI/CD Pipeline",
|
|
109
106
|
"navItems": [
|
|
110
107
|
{
|
|
111
108
|
"icon": "hammer",
|
|
@@ -113,21 +110,24 @@
|
|
|
113
110
|
"href": "/builds"
|
|
114
111
|
},
|
|
115
112
|
{
|
|
113
|
+
"label": "Stages",
|
|
116
114
|
"href": "/stages",
|
|
117
|
-
"icon": "layers"
|
|
118
|
-
"label": "Stages"
|
|
115
|
+
"icon": "layers"
|
|
119
116
|
},
|
|
120
117
|
{
|
|
121
118
|
"href": "/deploy",
|
|
122
|
-
"
|
|
123
|
-
"
|
|
119
|
+
"label": "Deploy",
|
|
120
|
+
"icon": "rocket"
|
|
124
121
|
}
|
|
125
122
|
],
|
|
126
|
-
"
|
|
123
|
+
"searchEvent": "BUILD_SEARCH",
|
|
124
|
+
"appName": "CI/CD Pipeline",
|
|
125
|
+
"notifications": [],
|
|
126
|
+
"notificationClickEvent": "BUILD_NOTIFICATIONS_OPEN"
|
|
127
127
|
},
|
|
128
128
|
"events": {
|
|
129
|
-
"
|
|
130
|
-
"
|
|
129
|
+
"NOTIFY_CLICK": "BUILD_NOTIFICATIONS_OPEN",
|
|
130
|
+
"SEARCH": "BUILD_SEARCH"
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
{
|
|
@@ -210,58 +210,61 @@
|
|
|
210
210
|
"render-ui",
|
|
211
211
|
"main",
|
|
212
212
|
{
|
|
213
|
+
"type": "stack",
|
|
214
|
+
"gap": "lg",
|
|
215
|
+
"direction": "vertical",
|
|
213
216
|
"children": [
|
|
214
217
|
{
|
|
215
218
|
"justify": "between",
|
|
216
|
-
"align": "center",
|
|
217
|
-
"type": "stack",
|
|
218
219
|
"children": [
|
|
219
220
|
{
|
|
221
|
+
"align": "center",
|
|
220
222
|
"gap": "sm",
|
|
221
|
-
"type": "stack",
|
|
222
223
|
"direction": "horizontal",
|
|
223
|
-
"align": "center",
|
|
224
224
|
"children": [
|
|
225
225
|
{
|
|
226
|
-
"
|
|
227
|
-
"
|
|
226
|
+
"type": "icon",
|
|
227
|
+
"name": "hammer"
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
|
+
"type": "typography",
|
|
230
231
|
"content": "Builds",
|
|
231
|
-
"variant": "h2"
|
|
232
|
-
"type": "typography"
|
|
232
|
+
"variant": "h2"
|
|
233
233
|
}
|
|
234
|
-
]
|
|
234
|
+
],
|
|
235
|
+
"type": "stack"
|
|
235
236
|
},
|
|
236
237
|
{
|
|
237
|
-
"gap": "sm",
|
|
238
|
-
"type": "stack",
|
|
239
|
-
"direction": "horizontal",
|
|
240
238
|
"children": [
|
|
241
239
|
{
|
|
240
|
+
"icon": "plus",
|
|
242
241
|
"action": "CREATE",
|
|
243
242
|
"label": "Create Build",
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"type": "button"
|
|
243
|
+
"type": "button",
|
|
244
|
+
"variant": "primary"
|
|
247
245
|
}
|
|
248
|
-
]
|
|
246
|
+
],
|
|
247
|
+
"direction": "horizontal",
|
|
248
|
+
"gap": "sm",
|
|
249
|
+
"type": "stack"
|
|
249
250
|
}
|
|
250
251
|
],
|
|
251
252
|
"direction": "horizontal",
|
|
253
|
+
"align": "center",
|
|
254
|
+
"type": "stack",
|
|
252
255
|
"gap": "md"
|
|
253
256
|
},
|
|
254
257
|
{
|
|
255
258
|
"type": "divider"
|
|
256
259
|
},
|
|
257
260
|
{
|
|
261
|
+
"direction": "horizontal",
|
|
262
|
+
"type": "stack",
|
|
258
263
|
"children": [
|
|
259
264
|
"@trait.BuildSearch",
|
|
260
265
|
"@trait.BuildFilter"
|
|
261
266
|
],
|
|
262
267
|
"align": "center",
|
|
263
|
-
"type": "stack",
|
|
264
|
-
"direction": "horizontal",
|
|
265
268
|
"gap": "md"
|
|
266
269
|
},
|
|
267
270
|
"@trait.BuildStats",
|
|
@@ -270,10 +273,7 @@
|
|
|
270
273
|
"type": "divider"
|
|
271
274
|
},
|
|
272
275
|
"@trait.BuildBrowseList"
|
|
273
|
-
]
|
|
274
|
-
"gap": "lg",
|
|
275
|
-
"direction": "vertical",
|
|
276
|
-
"type": "stack"
|
|
276
|
+
]
|
|
277
277
|
}
|
|
278
278
|
]
|
|
279
279
|
]
|
|
@@ -293,33 +293,33 @@
|
|
|
293
293
|
"main",
|
|
294
294
|
{
|
|
295
295
|
"direction": "vertical",
|
|
296
|
+
"gap": "md",
|
|
297
|
+
"type": "stack",
|
|
298
|
+
"className": "py-8",
|
|
296
299
|
"align": "center",
|
|
297
300
|
"children": [
|
|
298
301
|
{
|
|
299
|
-
"
|
|
300
|
-
"
|
|
302
|
+
"type": "icon",
|
|
303
|
+
"name": "bell"
|
|
301
304
|
},
|
|
302
305
|
{
|
|
303
|
-
"
|
|
306
|
+
"variant": "h3",
|
|
304
307
|
"type": "typography",
|
|
305
|
-
"
|
|
308
|
+
"content": "No notifications"
|
|
306
309
|
},
|
|
307
310
|
{
|
|
308
|
-
"color": "muted",
|
|
309
311
|
"type": "typography",
|
|
312
|
+
"content": "You're all caught up.",
|
|
310
313
|
"variant": "caption",
|
|
311
|
-
"
|
|
314
|
+
"color": "muted"
|
|
312
315
|
},
|
|
313
316
|
{
|
|
314
317
|
"variant": "ghost",
|
|
315
|
-
"label": "Back to builds",
|
|
316
318
|
"type": "button",
|
|
317
|
-
"action": "INIT"
|
|
319
|
+
"action": "INIT",
|
|
320
|
+
"label": "Back to builds"
|
|
318
321
|
}
|
|
319
|
-
]
|
|
320
|
-
"className": "py-8",
|
|
321
|
-
"type": "stack",
|
|
322
|
-
"gap": "md"
|
|
322
|
+
]
|
|
323
323
|
}
|
|
324
324
|
]
|
|
325
325
|
]
|
|
@@ -332,8 +332,8 @@
|
|
|
332
332
|
"ref": "Search.traits.SearchResultSearch",
|
|
333
333
|
"name": "BuildSearch",
|
|
334
334
|
"config": {
|
|
335
|
-
"
|
|
336
|
-
"
|
|
335
|
+
"event": "BUILD_SEARCH",
|
|
336
|
+
"placeholder": "Search builds…"
|
|
337
337
|
}
|
|
338
338
|
},
|
|
339
339
|
{
|
|
@@ -342,19 +342,19 @@
|
|
|
342
342
|
"config": {
|
|
343
343
|
"filters": [
|
|
344
344
|
{
|
|
345
|
-
"label": "Status",
|
|
346
345
|
"field": "status",
|
|
347
|
-
"
|
|
346
|
+
"label": "Status",
|
|
348
347
|
"options": [
|
|
349
348
|
"running",
|
|
350
349
|
"success",
|
|
351
350
|
"failed"
|
|
352
|
-
]
|
|
351
|
+
],
|
|
352
|
+
"filterType": "select"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
|
-
"
|
|
355
|
+
"label": "Branch",
|
|
356
356
|
"filterType": "text",
|
|
357
|
-
"
|
|
357
|
+
"field": "branch"
|
|
358
358
|
}
|
|
359
359
|
],
|
|
360
360
|
"event": "BUILD_FILTER"
|
|
@@ -364,17 +364,18 @@
|
|
|
364
364
|
"ref": "Stats.traits.StatsItemStats",
|
|
365
365
|
"name": "BuildStats",
|
|
366
366
|
"config": {
|
|
367
|
+
"title": "Build Health",
|
|
367
368
|
"metrics": [
|
|
368
369
|
{
|
|
369
|
-
"
|
|
370
|
+
"icon": "hammer",
|
|
370
371
|
"label": "Total Today",
|
|
371
372
|
"variant": "primary",
|
|
372
373
|
"format": "number",
|
|
373
|
-
"
|
|
374
|
+
"aggregation": "count"
|
|
374
375
|
},
|
|
375
376
|
{
|
|
376
|
-
"aggregation": "count",
|
|
377
377
|
"format": "number",
|
|
378
|
+
"icon": "check-circle",
|
|
378
379
|
"filter": [
|
|
379
380
|
"fn",
|
|
380
381
|
"row",
|
|
@@ -384,12 +385,12 @@
|
|
|
384
385
|
"success"
|
|
385
386
|
]
|
|
386
387
|
],
|
|
387
|
-
"
|
|
388
|
+
"aggregation": "count",
|
|
388
389
|
"label": "Success",
|
|
389
|
-
"
|
|
390
|
+
"variant": "success"
|
|
390
391
|
},
|
|
391
392
|
{
|
|
392
|
-
"
|
|
393
|
+
"format": "number",
|
|
393
394
|
"filter": [
|
|
394
395
|
"fn",
|
|
395
396
|
"row",
|
|
@@ -399,21 +400,20 @@
|
|
|
399
400
|
"failed"
|
|
400
401
|
]
|
|
401
402
|
],
|
|
402
|
-
"
|
|
403
|
+
"aggregation": "count",
|
|
403
404
|
"icon": "x-circle",
|
|
404
405
|
"variant": "danger",
|
|
405
|
-
"
|
|
406
|
+
"label": "Failed"
|
|
406
407
|
},
|
|
407
408
|
{
|
|
408
|
-
"icon": "clock",
|
|
409
|
-
"field": "duration",
|
|
410
|
-
"aggregation": "avg",
|
|
411
409
|
"label": "Avg Duration",
|
|
410
|
+
"format": "number",
|
|
411
|
+
"icon": "clock",
|
|
412
412
|
"variant": "default",
|
|
413
|
-
"
|
|
413
|
+
"aggregation": "avg",
|
|
414
|
+
"field": "duration"
|
|
414
415
|
}
|
|
415
|
-
]
|
|
416
|
-
"title": "Build Health"
|
|
416
|
+
]
|
|
417
417
|
},
|
|
418
418
|
"listens": [
|
|
419
419
|
{
|
|
@@ -430,13 +430,13 @@
|
|
|
430
430
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
431
431
|
"name": "BuildGraphs",
|
|
432
432
|
"config": {
|
|
433
|
-
"aggregation": "count",
|
|
434
|
-
"chartType": "bar",
|
|
435
|
-
"title": "Builds per day",
|
|
436
433
|
"height": 240.0,
|
|
437
|
-
"categoryField": "day",
|
|
438
434
|
"showLegend": false,
|
|
439
|
-
"
|
|
435
|
+
"title": "Builds per day",
|
|
436
|
+
"subtitle": "Volume across the past period",
|
|
437
|
+
"chartType": "bar",
|
|
438
|
+
"categoryField": "day",
|
|
439
|
+
"aggregation": "count"
|
|
440
440
|
},
|
|
441
441
|
"listens": [
|
|
442
442
|
{
|
|
@@ -454,15 +454,33 @@
|
|
|
454
454
|
"name": "BuildBrowseList",
|
|
455
455
|
"linkedEntity": "Build",
|
|
456
456
|
"config": {
|
|
457
|
+
"itemActions": [
|
|
458
|
+
{
|
|
459
|
+
"variant": "ghost",
|
|
460
|
+
"event": "VIEW",
|
|
461
|
+
"label": "View"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"label": "Edit",
|
|
465
|
+
"event": "EDIT",
|
|
466
|
+
"variant": "ghost"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"event": "DELETE",
|
|
470
|
+
"label": "Delete",
|
|
471
|
+
"variant": "danger"
|
|
472
|
+
}
|
|
473
|
+
],
|
|
474
|
+
"cols": 1.0,
|
|
457
475
|
"fields": [
|
|
458
476
|
{
|
|
459
477
|
"name": "id",
|
|
460
478
|
"variant": "caption"
|
|
461
479
|
},
|
|
462
480
|
{
|
|
463
|
-
"
|
|
481
|
+
"variant": "h4",
|
|
464
482
|
"name": "branch",
|
|
465
|
-
"
|
|
483
|
+
"icon": "git-branch"
|
|
466
484
|
},
|
|
467
485
|
{
|
|
468
486
|
"variant": "body",
|
|
@@ -473,35 +491,17 @@
|
|
|
473
491
|
"name": "status"
|
|
474
492
|
},
|
|
475
493
|
{
|
|
476
|
-
"
|
|
477
|
-
"
|
|
494
|
+
"variant": "caption",
|
|
495
|
+
"name": "duration"
|
|
478
496
|
},
|
|
479
497
|
{
|
|
480
|
-
"name": "startedAt",
|
|
481
498
|
"variant": "caption",
|
|
482
|
-
"
|
|
483
|
-
"
|
|
499
|
+
"format": "date",
|
|
500
|
+
"name": "startedAt",
|
|
501
|
+
"label": "Started"
|
|
484
502
|
}
|
|
485
503
|
],
|
|
486
|
-
"
|
|
487
|
-
"gap": "sm",
|
|
488
|
-
"itemActions": [
|
|
489
|
-
{
|
|
490
|
-
"event": "VIEW",
|
|
491
|
-
"variant": "ghost",
|
|
492
|
-
"label": "View"
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"event": "EDIT",
|
|
496
|
-
"variant": "ghost",
|
|
497
|
-
"label": "Edit"
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"variant": "danger",
|
|
501
|
-
"label": "Delete",
|
|
502
|
-
"event": "DELETE"
|
|
503
|
-
}
|
|
504
|
-
]
|
|
504
|
+
"gap": "sm"
|
|
505
505
|
},
|
|
506
506
|
"listens": [
|
|
507
507
|
{
|
|
@@ -552,6 +552,7 @@
|
|
|
552
552
|
"linkedEntity": "Build",
|
|
553
553
|
"config": {
|
|
554
554
|
"title": "Create Build",
|
|
555
|
+
"icon": "plus-circle",
|
|
555
556
|
"mode": "create",
|
|
556
557
|
"fields": [
|
|
557
558
|
"branch",
|
|
@@ -559,8 +560,7 @@
|
|
|
559
560
|
"status",
|
|
560
561
|
"duration",
|
|
561
562
|
"triggeredBy"
|
|
562
|
-
]
|
|
563
|
-
"icon": "plus-circle"
|
|
563
|
+
]
|
|
564
564
|
},
|
|
565
565
|
"events": {
|
|
566
566
|
"OPEN": "CREATE"
|
|
@@ -581,6 +581,8 @@
|
|
|
581
581
|
"name": "BuildEdit",
|
|
582
582
|
"linkedEntity": "Build",
|
|
583
583
|
"config": {
|
|
584
|
+
"icon": "edit",
|
|
585
|
+
"title": "Edit Build",
|
|
584
586
|
"fields": [
|
|
585
587
|
"branch",
|
|
586
588
|
"commit",
|
|
@@ -588,9 +590,7 @@
|
|
|
588
590
|
"duration",
|
|
589
591
|
"triggeredBy"
|
|
590
592
|
],
|
|
591
|
-
"
|
|
592
|
-
"mode": "edit",
|
|
593
|
-
"icon": "edit"
|
|
593
|
+
"mode": "edit"
|
|
594
594
|
},
|
|
595
595
|
"events": {
|
|
596
596
|
"OPEN": "EDIT"
|
|
@@ -611,16 +611,16 @@
|
|
|
611
611
|
"name": "BuildView",
|
|
612
612
|
"linkedEntity": "Build",
|
|
613
613
|
"config": {
|
|
614
|
+
"mode": "edit",
|
|
614
615
|
"icon": "eye",
|
|
616
|
+
"title": "View Build",
|
|
615
617
|
"fields": [
|
|
616
618
|
"branch",
|
|
617
619
|
"commit",
|
|
618
620
|
"status",
|
|
619
621
|
"duration",
|
|
620
622
|
"triggeredBy"
|
|
621
|
-
]
|
|
622
|
-
"mode": "edit",
|
|
623
|
-
"title": "View Build"
|
|
623
|
+
]
|
|
624
624
|
},
|
|
625
625
|
"events": {
|
|
626
626
|
"OPEN": "VIEW"
|
|
@@ -964,6 +964,8 @@
|
|
|
964
964
|
"name": "StageAppLayout",
|
|
965
965
|
"linkedEntity": "Stage",
|
|
966
966
|
"config": {
|
|
967
|
+
"searchEvent": "STAGE_SEARCH",
|
|
968
|
+
"notifications": [],
|
|
967
969
|
"navItems": [
|
|
968
970
|
{
|
|
969
971
|
"label": "Builds",
|
|
@@ -971,9 +973,9 @@
|
|
|
971
973
|
"href": "/builds"
|
|
972
974
|
},
|
|
973
975
|
{
|
|
974
|
-
"label": "Stages",
|
|
975
976
|
"href": "/stages",
|
|
976
|
-
"icon": "layers"
|
|
977
|
+
"icon": "layers",
|
|
978
|
+
"label": "Stages"
|
|
977
979
|
},
|
|
978
980
|
{
|
|
979
981
|
"label": "Deploy",
|
|
@@ -981,15 +983,13 @@
|
|
|
981
983
|
"icon": "rocket"
|
|
982
984
|
}
|
|
983
985
|
],
|
|
984
|
-
"searchEvent": "STAGE_SEARCH",
|
|
985
986
|
"notificationClickEvent": "STAGE_NOTIFICATIONS_OPEN",
|
|
986
|
-
"
|
|
987
|
-
"appName": "CI/CD Pipeline"
|
|
988
|
-
"contentTrait": "@trait.StageCatalog"
|
|
987
|
+
"contentTrait": "@trait.StageCatalog",
|
|
988
|
+
"appName": "CI/CD Pipeline"
|
|
989
989
|
},
|
|
990
990
|
"events": {
|
|
991
|
-
"
|
|
992
|
-
"
|
|
991
|
+
"NOTIFY_CLICK": "STAGE_NOTIFICATIONS_OPEN",
|
|
992
|
+
"SEARCH": "STAGE_SEARCH"
|
|
993
993
|
}
|
|
994
994
|
},
|
|
995
995
|
{
|
|
@@ -1072,49 +1072,49 @@
|
|
|
1072
1072
|
"render-ui",
|
|
1073
1073
|
"main",
|
|
1074
1074
|
{
|
|
1075
|
+
"type": "stack",
|
|
1075
1076
|
"direction": "vertical",
|
|
1076
1077
|
"gap": "lg",
|
|
1077
|
-
"type": "stack",
|
|
1078
1078
|
"children": [
|
|
1079
1079
|
{
|
|
1080
|
+
"type": "stack",
|
|
1080
1081
|
"direction": "horizontal",
|
|
1081
|
-
"
|
|
1082
|
+
"justify": "between",
|
|
1082
1083
|
"children": [
|
|
1083
1084
|
{
|
|
1084
|
-
"align": "center",
|
|
1085
|
-
"type": "stack",
|
|
1086
1085
|
"direction": "horizontal",
|
|
1087
|
-
"gap": "sm",
|
|
1088
1086
|
"children": [
|
|
1089
1087
|
{
|
|
1090
|
-
"
|
|
1091
|
-
"
|
|
1088
|
+
"type": "icon",
|
|
1089
|
+
"name": "layers"
|
|
1092
1090
|
},
|
|
1093
1091
|
{
|
|
1092
|
+
"type": "typography",
|
|
1094
1093
|
"content": "Stages",
|
|
1095
|
-
"variant": "h2"
|
|
1096
|
-
"type": "typography"
|
|
1094
|
+
"variant": "h2"
|
|
1097
1095
|
}
|
|
1098
|
-
]
|
|
1096
|
+
],
|
|
1097
|
+
"align": "center",
|
|
1098
|
+
"type": "stack",
|
|
1099
|
+
"gap": "sm"
|
|
1099
1100
|
},
|
|
1100
1101
|
{
|
|
1102
|
+
"type": "stack",
|
|
1103
|
+
"direction": "horizontal",
|
|
1101
1104
|
"children": [
|
|
1102
1105
|
{
|
|
1103
1106
|
"action": "CREATE",
|
|
1104
|
-
"variant": "primary",
|
|
1105
1107
|
"icon": "plus",
|
|
1106
|
-
"
|
|
1107
|
-
"label": "Create Stage"
|
|
1108
|
+
"variant": "primary",
|
|
1109
|
+
"label": "Create Stage",
|
|
1110
|
+
"type": "button"
|
|
1108
1111
|
}
|
|
1109
1112
|
],
|
|
1110
|
-
"
|
|
1111
|
-
"gap": "sm",
|
|
1112
|
-
"type": "stack"
|
|
1113
|
+
"gap": "sm"
|
|
1113
1114
|
}
|
|
1114
1115
|
],
|
|
1115
|
-
"
|
|
1116
|
-
"gap": "md"
|
|
1117
|
-
"justify": "between"
|
|
1116
|
+
"align": "center",
|
|
1117
|
+
"gap": "md"
|
|
1118
1118
|
},
|
|
1119
1119
|
{
|
|
1120
1120
|
"type": "divider"
|
|
@@ -1139,34 +1139,34 @@
|
|
|
1139
1139
|
"render-ui",
|
|
1140
1140
|
"main",
|
|
1141
1141
|
{
|
|
1142
|
-
"direction": "vertical",
|
|
1143
|
-
"align": "center",
|
|
1144
|
-
"className": "py-8",
|
|
1145
|
-
"gap": "md",
|
|
1146
|
-
"type": "stack",
|
|
1147
1142
|
"children": [
|
|
1148
1143
|
{
|
|
1149
1144
|
"name": "bell",
|
|
1150
1145
|
"type": "icon"
|
|
1151
1146
|
},
|
|
1152
1147
|
{
|
|
1153
|
-
"variant": "h3",
|
|
1154
1148
|
"type": "typography",
|
|
1149
|
+
"variant": "h3",
|
|
1155
1150
|
"content": "No notifications"
|
|
1156
1151
|
},
|
|
1157
1152
|
{
|
|
1153
|
+
"content": "You're all caught up.",
|
|
1158
1154
|
"variant": "caption",
|
|
1159
1155
|
"color": "muted",
|
|
1160
|
-
"content": "You're all caught up.",
|
|
1161
1156
|
"type": "typography"
|
|
1162
1157
|
},
|
|
1163
1158
|
{
|
|
1164
|
-
"action": "INIT",
|
|
1165
|
-
"variant": "ghost",
|
|
1166
1159
|
"label": "Back to stages",
|
|
1167
|
-
"type": "button"
|
|
1160
|
+
"type": "button",
|
|
1161
|
+
"variant": "ghost",
|
|
1162
|
+
"action": "INIT"
|
|
1168
1163
|
}
|
|
1169
|
-
]
|
|
1164
|
+
],
|
|
1165
|
+
"direction": "vertical",
|
|
1166
|
+
"type": "stack",
|
|
1167
|
+
"align": "center",
|
|
1168
|
+
"gap": "md",
|
|
1169
|
+
"className": "py-8"
|
|
1170
1170
|
}
|
|
1171
1171
|
]
|
|
1172
1172
|
]
|
|
@@ -1180,30 +1180,11 @@
|
|
|
1180
1180
|
"name": "StageBrowseList",
|
|
1181
1181
|
"linkedEntity": "Stage",
|
|
1182
1182
|
"config": {
|
|
1183
|
-
"cols": 1.0,
|
|
1184
|
-
"itemActions": [
|
|
1185
|
-
{
|
|
1186
|
-
"variant": "ghost",
|
|
1187
|
-
"event": "VIEW",
|
|
1188
|
-
"label": "View"
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"variant": "ghost",
|
|
1192
|
-
"label": "Edit",
|
|
1193
|
-
"event": "EDIT"
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"variant": "danger",
|
|
1197
|
-
"label": "Delete",
|
|
1198
|
-
"event": "DELETE"
|
|
1199
|
-
}
|
|
1200
|
-
],
|
|
1201
|
-
"gap": "sm",
|
|
1202
1183
|
"fields": [
|
|
1203
1184
|
{
|
|
1204
|
-
"
|
|
1185
|
+
"icon": "layers",
|
|
1205
1186
|
"variant": "h4",
|
|
1206
|
-
"
|
|
1187
|
+
"name": "name"
|
|
1207
1188
|
},
|
|
1208
1189
|
{
|
|
1209
1190
|
"name": "buildId",
|
|
@@ -1211,18 +1192,37 @@
|
|
|
1211
1192
|
"label": "Build"
|
|
1212
1193
|
},
|
|
1213
1194
|
{
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
1195
|
+
"variant": "badge",
|
|
1196
|
+
"name": "status"
|
|
1216
1197
|
},
|
|
1217
1198
|
{
|
|
1218
|
-
"
|
|
1219
|
-
"
|
|
1199
|
+
"name": "duration",
|
|
1200
|
+
"variant": "caption"
|
|
1220
1201
|
},
|
|
1221
1202
|
{
|
|
1222
1203
|
"name": "output",
|
|
1223
1204
|
"variant": "body"
|
|
1224
1205
|
}
|
|
1225
|
-
]
|
|
1206
|
+
],
|
|
1207
|
+
"cols": 1.0,
|
|
1208
|
+
"itemActions": [
|
|
1209
|
+
{
|
|
1210
|
+
"variant": "ghost",
|
|
1211
|
+
"event": "VIEW",
|
|
1212
|
+
"label": "View"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"event": "EDIT",
|
|
1216
|
+
"variant": "ghost",
|
|
1217
|
+
"label": "Edit"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"label": "Delete",
|
|
1221
|
+
"event": "DELETE",
|
|
1222
|
+
"variant": "danger"
|
|
1223
|
+
}
|
|
1224
|
+
],
|
|
1225
|
+
"gap": "sm"
|
|
1226
1226
|
},
|
|
1227
1227
|
"listens": [
|
|
1228
1228
|
{
|
|
@@ -1257,15 +1257,15 @@
|
|
|
1257
1257
|
"linkedEntity": "Stage",
|
|
1258
1258
|
"config": {
|
|
1259
1259
|
"title": "Create Stage",
|
|
1260
|
+
"icon": "plus-circle",
|
|
1261
|
+
"mode": "create",
|
|
1260
1262
|
"fields": [
|
|
1261
1263
|
"name",
|
|
1262
1264
|
"buildId",
|
|
1263
1265
|
"status",
|
|
1264
1266
|
"duration",
|
|
1265
1267
|
"output"
|
|
1266
|
-
]
|
|
1267
|
-
"icon": "plus-circle",
|
|
1268
|
-
"mode": "create"
|
|
1268
|
+
]
|
|
1269
1269
|
},
|
|
1270
1270
|
"events": {
|
|
1271
1271
|
"OPEN": "CREATE"
|
|
@@ -1286,16 +1286,16 @@
|
|
|
1286
1286
|
"name": "StageEdit",
|
|
1287
1287
|
"linkedEntity": "Stage",
|
|
1288
1288
|
"config": {
|
|
1289
|
+
"mode": "edit",
|
|
1289
1290
|
"icon": "edit",
|
|
1291
|
+
"title": "Edit Stage",
|
|
1290
1292
|
"fields": [
|
|
1291
1293
|
"name",
|
|
1292
1294
|
"buildId",
|
|
1293
1295
|
"status",
|
|
1294
1296
|
"duration",
|
|
1295
1297
|
"output"
|
|
1296
|
-
]
|
|
1297
|
-
"mode": "edit",
|
|
1298
|
-
"title": "Edit Stage"
|
|
1298
|
+
]
|
|
1299
1299
|
},
|
|
1300
1300
|
"events": {
|
|
1301
1301
|
"OPEN": "EDIT"
|
|
@@ -1316,7 +1316,7 @@
|
|
|
1316
1316
|
"name": "StageView",
|
|
1317
1317
|
"linkedEntity": "Stage",
|
|
1318
1318
|
"config": {
|
|
1319
|
-
"
|
|
1319
|
+
"icon": "eye",
|
|
1320
1320
|
"fields": [
|
|
1321
1321
|
"name",
|
|
1322
1322
|
"buildId",
|
|
@@ -1325,7 +1325,7 @@
|
|
|
1325
1325
|
"output"
|
|
1326
1326
|
],
|
|
1327
1327
|
"mode": "edit",
|
|
1328
|
-
"
|
|
1328
|
+
"title": "View Stage"
|
|
1329
1329
|
},
|
|
1330
1330
|
"events": {
|
|
1331
1331
|
"OPEN": "VIEW"
|
|
@@ -1346,14 +1346,14 @@
|
|
|
1346
1346
|
"name": "StageDelete",
|
|
1347
1347
|
"linkedEntity": "Stage",
|
|
1348
1348
|
"config": {
|
|
1349
|
-
"title": "Delete Stage",
|
|
1350
1349
|
"alertMessage": "This action cannot be undone.",
|
|
1351
|
-
"
|
|
1352
|
-
"confirmLabel": "Delete"
|
|
1350
|
+
"title": "Delete Stage",
|
|
1351
|
+
"confirmLabel": "Delete",
|
|
1352
|
+
"icon": "alert-triangle"
|
|
1353
1353
|
},
|
|
1354
1354
|
"events": {
|
|
1355
|
-
"
|
|
1356
|
-
"
|
|
1355
|
+
"CONFIRM": "CONFIRM_DELETE",
|
|
1356
|
+
"REQUEST": "DELETE"
|
|
1357
1357
|
},
|
|
1358
1358
|
"listens": [
|
|
1359
1359
|
{
|
|
@@ -1643,16 +1643,11 @@
|
|
|
1643
1643
|
"name": "DeploymentAppLayout",
|
|
1644
1644
|
"linkedEntity": "Deployment",
|
|
1645
1645
|
"config": {
|
|
1646
|
-
"appName": "CI/CD Pipeline",
|
|
1647
|
-
"notifications": [],
|
|
1648
|
-
"notificationClickEvent": "DEPLOYMENT_NOTIFICATIONS_OPEN",
|
|
1649
|
-
"contentTrait": "@trait.DeploymentDisplay",
|
|
1650
|
-
"searchEvent": "DEPLOYMENT_SEARCH",
|
|
1651
1646
|
"navItems": [
|
|
1652
1647
|
{
|
|
1653
|
-
"
|
|
1648
|
+
"label": "Builds",
|
|
1654
1649
|
"icon": "hammer",
|
|
1655
|
-
"
|
|
1650
|
+
"href": "/builds"
|
|
1656
1651
|
},
|
|
1657
1652
|
{
|
|
1658
1653
|
"label": "Stages",
|
|
@@ -1660,15 +1655,20 @@
|
|
|
1660
1655
|
"icon": "layers"
|
|
1661
1656
|
},
|
|
1662
1657
|
{
|
|
1663
|
-
"icon": "rocket",
|
|
1664
1658
|
"href": "/deploy",
|
|
1659
|
+
"icon": "rocket",
|
|
1665
1660
|
"label": "Deploy"
|
|
1666
1661
|
}
|
|
1667
|
-
]
|
|
1662
|
+
],
|
|
1663
|
+
"contentTrait": "@trait.DeploymentDisplay",
|
|
1664
|
+
"searchEvent": "DEPLOYMENT_SEARCH",
|
|
1665
|
+
"appName": "CI/CD Pipeline",
|
|
1666
|
+
"notifications": [],
|
|
1667
|
+
"notificationClickEvent": "DEPLOYMENT_NOTIFICATIONS_OPEN"
|
|
1668
1668
|
},
|
|
1669
1669
|
"events": {
|
|
1670
|
-
"
|
|
1671
|
-
"
|
|
1670
|
+
"SEARCH": "DEPLOYMENT_SEARCH",
|
|
1671
|
+
"NOTIFY_CLICK": "DEPLOYMENT_NOTIFICATIONS_OPEN"
|
|
1672
1672
|
}
|
|
1673
1673
|
},
|
|
1674
1674
|
{
|
|
@@ -1678,9 +1678,9 @@
|
|
|
1678
1678
|
"config": {
|
|
1679
1679
|
"fields": [
|
|
1680
1680
|
{
|
|
1681
|
-
"
|
|
1681
|
+
"name": "environment",
|
|
1682
1682
|
"variant": "h4",
|
|
1683
|
-
"
|
|
1683
|
+
"icon": "rocket"
|
|
1684
1684
|
},
|
|
1685
1685
|
{
|
|
1686
1686
|
"variant": "badge",
|
|
@@ -1691,14 +1691,14 @@
|
|
|
1691
1691
|
"variant": "badge"
|
|
1692
1692
|
},
|
|
1693
1693
|
{
|
|
1694
|
-
"variant": "caption",
|
|
1695
|
-
"format": "date",
|
|
1696
1694
|
"name": "deployedAt",
|
|
1695
|
+
"format": "date",
|
|
1696
|
+
"variant": "caption",
|
|
1697
1697
|
"label": "Deployed"
|
|
1698
1698
|
}
|
|
1699
1699
|
],
|
|
1700
|
-
"
|
|
1701
|
-
"
|
|
1700
|
+
"cols": 1.0,
|
|
1701
|
+
"gap": "sm"
|
|
1702
1702
|
}
|
|
1703
1703
|
},
|
|
1704
1704
|
{
|
|
@@ -1765,26 +1765,26 @@
|
|
|
1765
1765
|
"render-ui",
|
|
1766
1766
|
"main",
|
|
1767
1767
|
{
|
|
1768
|
-
"type": "stack",
|
|
1769
|
-
"direction": "vertical",
|
|
1770
1768
|
"gap": "lg",
|
|
1769
|
+
"direction": "vertical",
|
|
1770
|
+
"type": "stack",
|
|
1771
1771
|
"children": [
|
|
1772
1772
|
{
|
|
1773
1773
|
"direction": "horizontal",
|
|
1774
|
-
"
|
|
1775
|
-
"type": "stack",
|
|
1774
|
+
"align": "center",
|
|
1776
1775
|
"children": [
|
|
1777
1776
|
{
|
|
1778
1777
|
"type": "icon",
|
|
1779
1778
|
"name": "rocket"
|
|
1780
1779
|
},
|
|
1781
1780
|
{
|
|
1782
|
-
"variant": "h2",
|
|
1783
1781
|
"type": "typography",
|
|
1784
|
-
"content": "Deployments"
|
|
1782
|
+
"content": "Deployments",
|
|
1783
|
+
"variant": "h2"
|
|
1785
1784
|
}
|
|
1786
1785
|
],
|
|
1787
|
-
"
|
|
1786
|
+
"type": "stack",
|
|
1787
|
+
"gap": "sm"
|
|
1788
1788
|
},
|
|
1789
1789
|
{
|
|
1790
1790
|
"type": "divider"
|
|
@@ -1794,9 +1794,9 @@
|
|
|
1794
1794
|
"type": "divider"
|
|
1795
1795
|
},
|
|
1796
1796
|
{
|
|
1797
|
+
"type": "typography",
|
|
1797
1798
|
"variant": "h3",
|
|
1798
|
-
"content": "Recent Commits"
|
|
1799
|
-
"type": "typography"
|
|
1799
|
+
"content": "Recent Commits"
|
|
1800
1800
|
},
|
|
1801
1801
|
"@trait.DeploymentGitHub"
|
|
1802
1802
|
]
|
|
@@ -1818,9 +1818,7 @@
|
|
|
1818
1818
|
"render-ui",
|
|
1819
1819
|
"main",
|
|
1820
1820
|
{
|
|
1821
|
-
"
|
|
1822
|
-
"align": "center",
|
|
1823
|
-
"direction": "vertical",
|
|
1821
|
+
"type": "stack",
|
|
1824
1822
|
"children": [
|
|
1825
1823
|
{
|
|
1826
1824
|
"name": "bell",
|
|
@@ -1828,24 +1826,26 @@
|
|
|
1828
1826
|
},
|
|
1829
1827
|
{
|
|
1830
1828
|
"type": "typography",
|
|
1831
|
-
"
|
|
1832
|
-
"
|
|
1829
|
+
"variant": "h3",
|
|
1830
|
+
"content": "No notifications"
|
|
1833
1831
|
},
|
|
1834
1832
|
{
|
|
1835
|
-
"
|
|
1836
|
-
"color": "muted",
|
|
1833
|
+
"variant": "caption",
|
|
1837
1834
|
"content": "You're all caught up.",
|
|
1838
|
-
"
|
|
1835
|
+
"type": "typography",
|
|
1836
|
+
"color": "muted"
|
|
1839
1837
|
},
|
|
1840
1838
|
{
|
|
1841
|
-
"
|
|
1842
|
-
"type": "button",
|
|
1839
|
+
"action": "INIT",
|
|
1843
1840
|
"label": "Back to deploy",
|
|
1844
|
-
"
|
|
1841
|
+
"type": "button",
|
|
1842
|
+
"variant": "ghost"
|
|
1845
1843
|
}
|
|
1846
1844
|
],
|
|
1847
|
-
"
|
|
1848
|
-
"
|
|
1845
|
+
"align": "center",
|
|
1846
|
+
"gap": "md",
|
|
1847
|
+
"className": "py-8",
|
|
1848
|
+
"direction": "vertical"
|
|
1849
1849
|
}
|
|
1850
1850
|
]
|
|
1851
1851
|
]
|
|
@@ -1880,16 +1880,16 @@
|
|
|
1880
1880
|
"render-ui",
|
|
1881
1881
|
"main",
|
|
1882
1882
|
{
|
|
1883
|
+
"gap": "md",
|
|
1884
|
+
"type": "stack",
|
|
1883
1885
|
"direction": "vertical",
|
|
1884
1886
|
"children": [
|
|
1885
1887
|
{
|
|
1888
|
+
"message": "Loading recent commits from GitHub…",
|
|
1886
1889
|
"variant": "info",
|
|
1887
|
-
"type": "alert"
|
|
1888
|
-
"message": "Loading recent commits from GitHub…"
|
|
1890
|
+
"type": "alert"
|
|
1889
1891
|
}
|
|
1890
|
-
]
|
|
1891
|
-
"type": "stack",
|
|
1892
|
-
"gap": "md"
|
|
1892
|
+
]
|
|
1893
1893
|
}
|
|
1894
1894
|
]
|
|
1895
1895
|
]
|
|
@@ -1902,12 +1902,12 @@
|
|
|
1902
1902
|
"ref": "GitHub.traits.ServiceGithubGithub",
|
|
1903
1903
|
"name": "DeploymentGitHub",
|
|
1904
1904
|
"config": {
|
|
1905
|
-
"
|
|
1905
|
+
"repo": "repo-placeholder",
|
|
1906
1906
|
"uiTrait": "@trait.DeploymentCommitsPanel",
|
|
1907
1907
|
"owner": "owner-placeholder",
|
|
1908
|
-
"
|
|
1908
|
+
"path": "",
|
|
1909
1909
|
"ref": "main",
|
|
1910
|
-
"
|
|
1910
|
+
"op": "listCommits"
|
|
1911
1911
|
}
|
|
1912
1912
|
},
|
|
1913
1913
|
{
|
|
@@ -2082,25 +2082,25 @@
|
|
|
2082
2082
|
"render-ui",
|
|
2083
2083
|
"main",
|
|
2084
2084
|
{
|
|
2085
|
+
"gap": "lg",
|
|
2085
2086
|
"align": "center",
|
|
2086
2087
|
"type": "stack",
|
|
2087
|
-
"gap": "lg",
|
|
2088
2088
|
"direction": "vertical",
|
|
2089
2089
|
"children": [
|
|
2090
2090
|
{
|
|
2091
2091
|
"gap": "md",
|
|
2092
|
+
"type": "stack",
|
|
2092
2093
|
"children": [
|
|
2093
2094
|
{
|
|
2094
2095
|
"name": "upload-cloud",
|
|
2095
2096
|
"type": "icon"
|
|
2096
2097
|
},
|
|
2097
2098
|
{
|
|
2098
|
-
"
|
|
2099
|
+
"content": "Deployment",
|
|
2099
2100
|
"type": "typography",
|
|
2100
|
-
"
|
|
2101
|
+
"variant": "h2"
|
|
2101
2102
|
}
|
|
2102
2103
|
],
|
|
2103
|
-
"type": "stack",
|
|
2104
2104
|
"direction": "horizontal",
|
|
2105
2105
|
"align": "center"
|
|
2106
2106
|
},
|
|
@@ -2109,16 +2109,16 @@
|
|
|
2109
2109
|
},
|
|
2110
2110
|
{
|
|
2111
2111
|
"color": "muted",
|
|
2112
|
-
"
|
|
2112
|
+
"content": "Ready to start deployment operation.",
|
|
2113
2113
|
"variant": "body",
|
|
2114
|
-
"
|
|
2114
|
+
"type": "typography"
|
|
2115
2115
|
},
|
|
2116
2116
|
{
|
|
2117
|
+
"action": "START",
|
|
2117
2118
|
"type": "button",
|
|
2118
|
-
"label": "Start",
|
|
2119
|
-
"icon": "play",
|
|
2120
2119
|
"variant": "primary",
|
|
2121
|
-
"
|
|
2120
|
+
"label": "Start",
|
|
2121
|
+
"icon": "play"
|
|
2122
2122
|
}
|
|
2123
2123
|
]
|
|
2124
2124
|
}
|
|
@@ -2134,21 +2134,21 @@
|
|
|
2134
2134
|
"render-ui",
|
|
2135
2135
|
"main",
|
|
2136
2136
|
{
|
|
2137
|
-
"direction": "vertical",
|
|
2138
|
-
"align": "center",
|
|
2139
|
-
"gap": "lg",
|
|
2140
2137
|
"children": [
|
|
2141
2138
|
{
|
|
2139
|
+
"title": "Deploying...",
|
|
2142
2140
|
"message": "Processing deployment...",
|
|
2143
|
-
"type": "loading-state"
|
|
2144
|
-
"title": "Deploying..."
|
|
2141
|
+
"type": "loading-state"
|
|
2145
2142
|
},
|
|
2146
2143
|
{
|
|
2147
2144
|
"type": "skeleton",
|
|
2148
2145
|
"variant": "text"
|
|
2149
2146
|
}
|
|
2150
2147
|
],
|
|
2151
|
-
"
|
|
2148
|
+
"align": "center",
|
|
2149
|
+
"gap": "lg",
|
|
2150
|
+
"type": "stack",
|
|
2151
|
+
"direction": "vertical"
|
|
2152
2152
|
}
|
|
2153
2153
|
]
|
|
2154
2154
|
]
|
|
@@ -2174,35 +2174,35 @@
|
|
|
2174
2174
|
"render-ui",
|
|
2175
2175
|
"main",
|
|
2176
2176
|
{
|
|
2177
|
-
"gap": "lg",
|
|
2178
2177
|
"children": [
|
|
2179
2178
|
{
|
|
2180
2179
|
"name": "check-circle",
|
|
2181
2180
|
"type": "icon"
|
|
2182
2181
|
},
|
|
2183
2182
|
{
|
|
2184
|
-
"
|
|
2183
|
+
"message": "Deployment successful.",
|
|
2185
2184
|
"variant": "success",
|
|
2186
|
-
"
|
|
2185
|
+
"type": "alert"
|
|
2187
2186
|
},
|
|
2188
2187
|
{
|
|
2189
2188
|
"gap": "sm",
|
|
2190
|
-
"justify": "center",
|
|
2191
2189
|
"direction": "horizontal",
|
|
2192
2190
|
"type": "stack",
|
|
2191
|
+
"justify": "center",
|
|
2193
2192
|
"children": [
|
|
2194
2193
|
{
|
|
2195
|
-
"icon": "rotate-ccw",
|
|
2196
|
-
"label": "Reset",
|
|
2197
|
-
"type": "button",
|
|
2198
2194
|
"variant": "ghost",
|
|
2199
|
-
"
|
|
2195
|
+
"label": "Reset",
|
|
2196
|
+
"icon": "rotate-ccw",
|
|
2197
|
+
"action": "RESET",
|
|
2198
|
+
"type": "button"
|
|
2200
2199
|
}
|
|
2201
2200
|
]
|
|
2202
2201
|
}
|
|
2203
2202
|
],
|
|
2204
|
-
"direction": "vertical",
|
|
2205
2203
|
"type": "stack",
|
|
2204
|
+
"direction": "vertical",
|
|
2205
|
+
"gap": "lg",
|
|
2206
2206
|
"align": "center"
|
|
2207
2207
|
}
|
|
2208
2208
|
]
|
|
@@ -2217,40 +2217,40 @@
|
|
|
2217
2217
|
"render-ui",
|
|
2218
2218
|
"main",
|
|
2219
2219
|
{
|
|
2220
|
-
"
|
|
2220
|
+
"align": "center",
|
|
2221
2221
|
"children": [
|
|
2222
2222
|
{
|
|
2223
|
-
"
|
|
2224
|
-
"type": "error-state",
|
|
2223
|
+
"onRetry": "RETRY",
|
|
2225
2224
|
"title": "Operation Failed",
|
|
2226
|
-
"
|
|
2225
|
+
"type": "error-state",
|
|
2226
|
+
"message": "Deployment failed."
|
|
2227
2227
|
},
|
|
2228
2228
|
{
|
|
2229
|
-
"type": "stack",
|
|
2230
2229
|
"direction": "horizontal",
|
|
2230
|
+
"type": "stack",
|
|
2231
|
+
"gap": "sm",
|
|
2232
|
+
"justify": "center",
|
|
2231
2233
|
"children": [
|
|
2232
2234
|
{
|
|
2233
|
-
"
|
|
2234
|
-
"type": "button",
|
|
2235
|
+
"action": "RETRY",
|
|
2235
2236
|
"icon": "refresh-cw",
|
|
2237
|
+
"variant": "primary",
|
|
2236
2238
|
"label": "Retry",
|
|
2237
|
-
"
|
|
2239
|
+
"type": "button"
|
|
2238
2240
|
},
|
|
2239
2241
|
{
|
|
2240
|
-
"label": "Reset",
|
|
2241
|
-
"action": "RESET",
|
|
2242
2242
|
"variant": "ghost",
|
|
2243
|
+
"icon": "rotate-ccw",
|
|
2244
|
+
"label": "Reset",
|
|
2243
2245
|
"type": "button",
|
|
2244
|
-
"
|
|
2246
|
+
"action": "RESET"
|
|
2245
2247
|
}
|
|
2246
|
-
]
|
|
2247
|
-
"justify": "center",
|
|
2248
|
-
"gap": "sm"
|
|
2248
|
+
]
|
|
2249
2249
|
}
|
|
2250
2250
|
],
|
|
2251
|
-
"gap": "lg",
|
|
2252
2251
|
"type": "stack",
|
|
2253
|
-
"
|
|
2252
|
+
"direction": "vertical",
|
|
2253
|
+
"gap": "lg"
|
|
2254
2254
|
}
|
|
2255
2255
|
]
|
|
2256
2256
|
]
|
|
@@ -2266,43 +2266,43 @@
|
|
|
2266
2266
|
{
|
|
2267
2267
|
"align": "center",
|
|
2268
2268
|
"type": "stack",
|
|
2269
|
-
"direction": "vertical",
|
|
2270
|
-
"gap": "lg",
|
|
2271
2269
|
"children": [
|
|
2272
2270
|
{
|
|
2273
|
-
"direction": "horizontal",
|
|
2274
|
-
"align": "center",
|
|
2275
2271
|
"gap": "md",
|
|
2272
|
+
"type": "stack",
|
|
2273
|
+
"align": "center",
|
|
2276
2274
|
"children": [
|
|
2277
2275
|
{
|
|
2278
|
-
"
|
|
2279
|
-
"
|
|
2276
|
+
"name": "upload-cloud",
|
|
2277
|
+
"type": "icon"
|
|
2280
2278
|
},
|
|
2281
2279
|
{
|
|
2280
|
+
"type": "typography",
|
|
2282
2281
|
"content": "Deployment",
|
|
2283
|
-
"variant": "h2"
|
|
2284
|
-
"type": "typography"
|
|
2282
|
+
"variant": "h2"
|
|
2285
2283
|
}
|
|
2286
2284
|
],
|
|
2287
|
-
"
|
|
2285
|
+
"direction": "horizontal"
|
|
2288
2286
|
},
|
|
2289
2287
|
{
|
|
2290
2288
|
"type": "divider"
|
|
2291
2289
|
},
|
|
2292
2290
|
{
|
|
2293
|
-
"variant": "body",
|
|
2294
2291
|
"type": "typography",
|
|
2292
|
+
"content": "Ready to start deployment operation.",
|
|
2295
2293
|
"color": "muted",
|
|
2296
|
-
"
|
|
2294
|
+
"variant": "body"
|
|
2297
2295
|
},
|
|
2298
2296
|
{
|
|
2299
|
-
"type": "button",
|
|
2300
|
-
"action": "START",
|
|
2301
2297
|
"icon": "play",
|
|
2298
|
+
"type": "button",
|
|
2302
2299
|
"label": "Start",
|
|
2303
|
-
"variant": "primary"
|
|
2300
|
+
"variant": "primary",
|
|
2301
|
+
"action": "START"
|
|
2304
2302
|
}
|
|
2305
|
-
]
|
|
2303
|
+
],
|
|
2304
|
+
"gap": "lg",
|
|
2305
|
+
"direction": "vertical"
|
|
2306
2306
|
}
|
|
2307
2307
|
]
|
|
2308
2308
|
]
|
|
@@ -2316,26 +2316,23 @@
|
|
|
2316
2316
|
"render-ui",
|
|
2317
2317
|
"main",
|
|
2318
2318
|
{
|
|
2319
|
-
"align": "center",
|
|
2320
|
-
"gap": "lg",
|
|
2321
|
-
"type": "stack",
|
|
2322
2319
|
"children": [
|
|
2323
2320
|
{
|
|
2324
|
-
"align": "center",
|
|
2325
2321
|
"gap": "md",
|
|
2322
|
+
"direction": "horizontal",
|
|
2323
|
+
"align": "center",
|
|
2324
|
+
"type": "stack",
|
|
2326
2325
|
"children": [
|
|
2327
2326
|
{
|
|
2328
|
-
"
|
|
2329
|
-
"
|
|
2327
|
+
"type": "icon",
|
|
2328
|
+
"name": "upload-cloud"
|
|
2330
2329
|
},
|
|
2331
2330
|
{
|
|
2332
2331
|
"type": "typography",
|
|
2333
2332
|
"content": "Deployment",
|
|
2334
2333
|
"variant": "h2"
|
|
2335
2334
|
}
|
|
2336
|
-
]
|
|
2337
|
-
"type": "stack",
|
|
2338
|
-
"direction": "horizontal"
|
|
2335
|
+
]
|
|
2339
2336
|
},
|
|
2340
2337
|
{
|
|
2341
2338
|
"type": "divider"
|
|
@@ -2343,18 +2340,21 @@
|
|
|
2343
2340
|
{
|
|
2344
2341
|
"type": "typography",
|
|
2345
2342
|
"variant": "body",
|
|
2346
|
-
"
|
|
2347
|
-
"
|
|
2343
|
+
"color": "muted",
|
|
2344
|
+
"content": "Ready to start deployment operation."
|
|
2348
2345
|
},
|
|
2349
2346
|
{
|
|
2350
|
-
"icon": "play",
|
|
2351
2347
|
"label": "Start",
|
|
2352
|
-
"action": "START",
|
|
2353
2348
|
"type": "button",
|
|
2354
|
-
"
|
|
2349
|
+
"action": "START",
|
|
2350
|
+
"variant": "primary",
|
|
2351
|
+
"icon": "play"
|
|
2355
2352
|
}
|
|
2356
2353
|
],
|
|
2357
|
-
"
|
|
2354
|
+
"align": "center",
|
|
2355
|
+
"type": "stack",
|
|
2356
|
+
"direction": "vertical",
|
|
2357
|
+
"gap": "lg"
|
|
2358
2358
|
}
|
|
2359
2359
|
]
|
|
2360
2360
|
]
|
|
@@ -2368,20 +2368,20 @@
|
|
|
2368
2368
|
"render-ui",
|
|
2369
2369
|
"main",
|
|
2370
2370
|
{
|
|
2371
|
+
"direction": "vertical",
|
|
2372
|
+
"type": "stack",
|
|
2371
2373
|
"children": [
|
|
2372
2374
|
{
|
|
2375
|
+
"title": "Deploying...",
|
|
2373
2376
|
"type": "loading-state",
|
|
2374
|
-
"message": "Processing deployment..."
|
|
2375
|
-
"title": "Deploying..."
|
|
2377
|
+
"message": "Processing deployment..."
|
|
2376
2378
|
},
|
|
2377
2379
|
{
|
|
2378
|
-
"
|
|
2379
|
-
"
|
|
2380
|
+
"type": "skeleton",
|
|
2381
|
+
"variant": "text"
|
|
2380
2382
|
}
|
|
2381
2383
|
],
|
|
2382
|
-
"type": "stack",
|
|
2383
2384
|
"align": "center",
|
|
2384
|
-
"direction": "vertical",
|
|
2385
2385
|
"gap": "lg"
|
|
2386
2386
|
}
|
|
2387
2387
|
]
|
|
@@ -2420,4 +2420,4 @@
|
|
|
2420
2420
|
]
|
|
2421
2421
|
}
|
|
2422
2422
|
]
|
|
2423
|
-
}
|
|
2423
|
+
}
|