@stacksjs/ts-cloud 0.7.56 → 0.7.58
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/dist/alerts/alerts.test.d.ts +1 -0
- package/dist/alerts/delivery.d.ts +45 -0
- package/dist/alerts/evaluator.d.ts +12 -0
- package/dist/alerts/health.d.ts +34 -0
- package/dist/alerts/index.d.ts +6 -0
- package/dist/alerts/model.d.ts +170 -0
- package/dist/alerts/store.d.ts +90 -0
- package/dist/alerts/telemetry.d.ts +3 -0
- package/dist/api/client.d.ts +197 -0
- package/dist/api/handler.d.ts +18 -0
- package/dist/api/handler.test.d.ts +1 -0
- package/dist/api/index.d.ts +6 -0
- package/dist/api/openapi.d.ts +2 -0
- package/dist/api/service.d.ts +28 -0
- package/dist/api/types.d.ts +119 -0
- package/dist/auth/encryption.d.ts +3 -0
- package/dist/auth/index.d.ts +8 -0
- package/dist/auth/mailer.d.ts +9 -0
- package/dist/auth/oidc.d.ts +36 -0
- package/dist/auth/oidc.test.d.ts +1 -0
- package/dist/auth/store.d.ts +121 -0
- package/dist/auth/store.test.d.ts +1 -0
- package/dist/auth/totp.d.ts +11 -0
- package/dist/auth/totp.test.d.ts +1 -0
- package/dist/auth/types.d.ts +138 -0
- package/dist/automation/index.d.ts +2 -0
- package/dist/automation/store.d.ts +46 -0
- package/dist/automation/store.test.d.ts +1 -0
- package/dist/automation/types.d.ts +66 -0
- package/dist/aws/acm.d.ts +0 -4
- package/dist/aws/application-autoscaling.d.ts +0 -5
- package/dist/aws/backup.d.ts +42 -0
- package/dist/aws/bedrock.d.ts +0 -5
- package/dist/aws/client.d.ts +3 -6
- package/dist/aws/cloudformation.d.ts +0 -4
- package/dist/aws/cloudfront-media.test.d.ts +1 -0
- package/dist/aws/cloudfront-origin.test.d.ts +1 -0
- package/dist/aws/cloudfront.d.ts +87 -3
- package/dist/aws/cloudwatch-logs.d.ts +2 -4
- package/dist/aws/cloudwatch.d.ts +1 -1
- package/dist/aws/comprehend.d.ts +0 -5
- package/dist/aws/connect.d.ts +0 -4
- package/dist/aws/cost-explorer-cache.d.ts +1 -15
- package/dist/aws/cost-explorer.d.ts +18 -9
- package/dist/aws/cost-explorer.test.d.ts +1 -0
- package/dist/aws/dynamodb.d.ts +0 -4
- package/dist/aws/ec2.d.ts +0 -4
- package/dist/aws/ecr.d.ts +0 -4
- package/dist/aws/ecs.d.ts +17 -7
- package/dist/aws/efs.d.ts +0 -4
- package/dist/aws/elasticache.d.ts +0 -4
- package/dist/aws/elbv2.d.ts +0 -7
- package/dist/aws/email.d.ts +0 -10
- package/dist/aws/eventbridge.d.ts +0 -4
- package/dist/aws/iam.d.ts +1 -5
- package/dist/aws/imap-server.d.ts +0 -7
- package/dist/aws/index.d.ts +4 -3
- package/dist/aws/index.js +31 -31
- package/dist/aws/kendra.d.ts +0 -5
- package/dist/aws/lambda.d.ts +3 -5
- package/dist/aws/opensearch.d.ts +0 -4
- package/dist/aws/personalize.d.ts +0 -5
- package/dist/aws/polly.d.ts +0 -5
- package/dist/aws/rds.d.ts +59 -4
- package/dist/aws/rekognition.d.ts +0 -5
- package/dist/aws/route53-domains.d.ts +0 -4
- package/dist/aws/route53.d.ts +0 -4
- package/dist/aws/s3.d.ts +10 -6
- package/dist/aws/scheduler.d.ts +0 -4
- package/dist/aws/secrets-manager.d.ts +0 -4
- package/dist/aws/setup-sms.d.ts +0 -14
- package/dist/aws/sms.d.ts +0 -10
- package/dist/aws/smtp-server.d.ts +0 -11
- package/dist/aws/sns.d.ts +0 -4
- package/dist/aws/sqs.d.ts +0 -4
- package/dist/aws/ssm.d.ts +0 -4
- package/dist/aws/sts.d.ts +0 -4
- package/dist/aws/support.d.ts +0 -4
- package/dist/aws/textract.d.ts +0 -5
- package/dist/aws/transcribe.d.ts +0 -4
- package/dist/aws/translate.d.ts +0 -5
- package/dist/aws/voice.d.ts +0 -11
- package/dist/aws/xray.d.ts +1 -0
- package/dist/backups/aws-database-source.d.ts +19 -0
- package/dist/backups/aws-database-source.test.d.ts +1 -0
- package/dist/backups/aws-infrastructure-source.d.ts +43 -0
- package/dist/backups/aws-infrastructure-source.test.d.ts +1 -0
- package/dist/backups/control-plane-source.d.ts +16 -0
- package/dist/backups/control-plane-source.test.d.ts +1 -0
- package/dist/backups/docker-volume-source.d.ts +31 -0
- package/dist/backups/docker-volume-source.test.d.ts +1 -0
- package/dist/backups/filesystem-source.d.ts +34 -0
- package/dist/backups/filesystem-source.test.d.ts +1 -0
- package/dist/backups/index.d.ts +10 -0
- package/dist/backups/logical-database-source.d.ts +16 -0
- package/dist/backups/logical-database-source.test.d.ts +1 -0
- package/dist/backups/model.d.ts +121 -0
- package/dist/backups/s3-destination.d.ts +85 -0
- package/dist/backups/s3-destination.test.d.ts +1 -0
- package/dist/backups/service.d.ts +80 -0
- package/dist/backups/service.test.d.ts +1 -0
- package/dist/backups/store.d.ts +30 -0
- package/dist/backups/store.test.d.ts +1 -0
- package/dist/bin/cli.js +3360 -1802
- package/dist/{chunk-tjjgajbh.js → chunk-01d86gt1.js} +301 -9
- package/dist/{chunk-73vcqg6z.js → chunk-0z43x8re.js} +7 -7
- package/dist/{chunk-tnztxpcb.js → chunk-32e7ya18.js} +61 -49
- package/dist/{chunk-qpj3edwz.js → chunk-4cjrg98a.js} +3 -7
- package/dist/{chunk-hsk6fe6x.js → chunk-50jpda9q.js} +2 -2
- package/dist/{chunk-93hjhs78.js → chunk-703nkybg.js} +1 -1
- package/dist/{chunk-d5vqwj8s.js → chunk-9m6b4m74.js} +755 -720
- package/dist/chunk-e05phx5f.js +10 -0
- package/dist/{chunk-f29w04w5.js → chunk-exbcsab2.js} +10 -4
- package/dist/{chunk-eq08r166.js → chunk-f55nkpvb.js} +2 -2
- package/dist/{chunk-3bfv1z4v.js → chunk-fv1bj3yt.js} +63 -56
- package/dist/chunk-fw3q88wk.js +48641 -0
- package/dist/{chunk-3knnr7wh.js → chunk-he9a874b.js} +170 -2
- package/dist/{chunk-zn0nxxa8.js → chunk-hpv68b4a.js} +1070 -1070
- package/dist/chunk-k114qwg9.js +12 -0
- package/dist/{chunk-r16e02bc.js → chunk-vdk53yyq.js} +3900 -4101
- package/dist/{chunk-jp2a8yad.js → chunk-vvkd46k1.js} +15 -13
- package/dist/{chunk-vd87cpvn.js → chunk-wj3s95p9.js} +62 -46
- package/dist/{chunk-mj1tmhte.js → chunk-x9s0cqfx.js} +1 -1
- package/dist/{chunk-3rsfns7x.js → chunk-ybcz6sxc.js} +2048 -387
- package/dist/{chunk-arsh1g5h.js → chunk-zqtpg06c.js} +14 -11
- package/dist/compose/index.d.ts +6 -0
- package/dist/compose/parser.d.ts +13 -0
- package/dist/compose/parser.test.d.ts +1 -0
- package/dist/compose/runtime.d.ts +10 -0
- package/dist/compose/service.d.ts +18 -0
- package/dist/compose/store.d.ts +59 -0
- package/dist/compose/store.test.d.ts +1 -0
- package/dist/compose/templates.d.ts +17 -0
- package/dist/compose/types.d.ts +164 -0
- package/dist/configuration/backends.d.ts +66 -0
- package/dist/configuration/backends.test.d.ts +1 -0
- package/dist/configuration/dotenv.d.ts +14 -0
- package/dist/configuration/dotenv.test.d.ts +1 -0
- package/dist/configuration/index.d.ts +6 -0
- package/dist/configuration/migrate.d.ts +10 -0
- package/dist/configuration/migrate.test.d.ts +1 -0
- package/dist/configuration/model.d.ts +50 -0
- package/dist/configuration/service.d.ts +144 -0
- package/dist/configuration/service.test.d.ts +1 -0
- package/dist/configuration/store.d.ts +33 -0
- package/dist/configuration/store.test.d.ts +1 -0
- package/dist/control-plane/authorization.d.ts +24 -0
- package/dist/control-plane/authorization.test.d.ts +1 -0
- package/dist/control-plane/index.d.ts +8 -0
- package/dist/control-plane/migrations.d.ts +7 -0
- package/dist/control-plane/search.d.ts +25 -0
- package/dist/control-plane/store.d.ts +117 -0
- package/dist/control-plane/store.test.d.ts +1 -0
- package/dist/control-plane/types.d.ts +381 -0
- package/dist/cost/reporting.d.ts +24 -0
- package/dist/cost/reporting.test.d.ts +1 -0
- package/dist/cost/resource-inventory.d.ts +32 -0
- package/dist/cost/resource-inventory.test.d.ts +1 -0
- package/dist/cost/resource-optimization.d.ts +59 -0
- package/dist/cost/resource-optimization.test.d.ts +1 -0
- package/dist/data-services/adapters.d.ts +39 -0
- package/dist/data-services/aws-transports.d.ts +29 -0
- package/dist/data-services/aws-transports.test.d.ts +1 -0
- package/dist/data-services/capabilities.d.ts +2 -0
- package/dist/data-services/data-services.test.d.ts +1 -0
- package/dist/data-services/docker-transport.d.ts +55 -0
- package/dist/data-services/docker-transport.test.d.ts +1 -0
- package/dist/data-services/index.d.ts +8 -0
- package/dist/data-services/model.d.ts +79 -0
- package/dist/data-services/secrets.d.ts +13 -0
- package/dist/data-services/secrets.test.d.ts +1 -0
- package/dist/data-services/service.d.ts +51 -0
- package/dist/data-services/store.d.ts +17 -0
- package/dist/deploy/container-image.d.ts +28 -0
- package/dist/deploy/container-image.test.d.ts +1 -0
- package/dist/deploy/dashboard-audit.test.d.ts +1 -0
- package/dist/deploy/dashboard-auth.d.ts +4 -23
- package/dist/deploy/dashboard-backups.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-configuration.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-control-plane.d.ts +37 -0
- package/dist/deploy/dashboard-control-plane.test.d.ts +1 -0
- package/dist/deploy/dashboard-data-services.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-environment-scope.test.d.ts +1 -0
- package/dist/deploy/dashboard-guard.d.ts +12 -0
- package/dist/deploy/dashboard-guard.test.d.ts +1 -0
- package/dist/deploy/dashboard-identities.d.ts +15 -0
- package/dist/deploy/dashboard-identities.test.d.ts +1 -0
- package/dist/deploy/dashboard-jobs.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-login-page.d.ts +5 -5
- package/dist/deploy/dashboard-login-page.test.d.ts +1 -0
- package/dist/deploy/dashboard-oidc.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-onboarding.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-policy.d.ts +4 -2
- package/dist/deploy/dashboard-queue-worker.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-release.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-route-manifest.d.ts +14 -0
- package/dist/deploy/dashboard-route-manifest.test.d.ts +1 -0
- package/dist/deploy/dashboard-security.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-session.d.ts +3 -14
- package/dist/deploy/dashboard-source.integration.test.d.ts +1 -0
- package/dist/deploy/dashboard-users.d.ts +3 -0
- package/dist/deploy/fullstack-container.d.ts +87 -0
- package/dist/deploy/fullstack-container.test.d.ts +1 -0
- package/dist/deploy/index.d.ts +7 -2
- package/dist/deploy/index.js +65 -25
- package/dist/deploy/local-dashboard-server.d.ts +30 -0
- package/dist/deploy/quick-deploy.d.ts +1 -1
- package/dist/deploy/serverless-operations.d.ts +1 -0
- package/dist/deploy/site-target.d.ts +16 -0
- package/dist/deploy/static-api-origin.d.ts +107 -0
- package/dist/deploy/static-api-origin.test.d.ts +1 -0
- package/dist/deploy/static-site-helper.d.ts +0 -16
- package/dist/deploy/telemetry-access.d.ts +5 -0
- package/dist/deploy/telemetry-access.test.d.ts +1 -0
- package/dist/deploy/telemetry-collection.d.ts +44 -0
- package/dist/deploy/telemetry-collection.test.d.ts +1 -0
- package/dist/dns/index.js +3 -3
- package/dist/dns/route53-adapter.d.ts +1 -1
- package/dist/drivers/hetzner/cloud-init.d.ts +1 -1
- package/dist/drivers/index.d.ts +2 -2
- package/dist/drivers/index.js +6 -6
- package/dist/drivers/shared/notifications.d.ts +1 -1
- package/dist/drivers/shared/rpx-gateway.d.ts +1 -0
- package/dist/fleet/fleet.test.d.ts +1 -0
- package/dist/fleet/index.d.ts +144 -0
- package/dist/fleet/queue.d.ts +3 -0
- package/dist/fleet/ssh-driver.d.ts +34 -0
- package/dist/index.d.ts +28 -4
- package/dist/index.js +1132 -424
- package/dist/jobs/adapters.d.ts +23 -0
- package/dist/jobs/index.d.ts +7 -0
- package/dist/jobs/jobs.test.d.ts +1 -0
- package/dist/jobs/model.d.ts +100 -0
- package/dist/jobs/provider-adapters.d.ts +49 -0
- package/dist/jobs/reconcile.d.ts +19 -0
- package/dist/jobs/schedule.d.ts +9 -0
- package/dist/jobs/service.d.ts +30 -0
- package/dist/jobs/store.d.ts +48 -0
- package/dist/maintenance/drivers.d.ts +117 -0
- package/dist/maintenance/index.d.ts +6 -0
- package/dist/maintenance/maintenance.test.d.ts +1 -0
- package/dist/maintenance/manifest.d.ts +15 -0
- package/dist/maintenance/queue.d.ts +9 -0
- package/dist/maintenance/service.d.ts +31 -0
- package/dist/maintenance/store.d.ts +84 -0
- package/dist/maintenance/types.d.ts +192 -0
- package/dist/media.d.ts +62 -0
- package/dist/media.test.d.ts +1 -0
- package/dist/object-storage/index.d.ts +0 -24
- package/dist/onboarding/archive.d.ts +12 -0
- package/dist/onboarding/artifact-store.d.ts +22 -0
- package/dist/onboarding/detection.d.ts +8 -0
- package/dist/onboarding/index.d.ts +9 -0
- package/dist/onboarding/migrations.d.ts +3 -0
- package/dist/onboarding/onboarding.test.d.ts +1 -0
- package/dist/onboarding/plan.d.ts +3 -0
- package/dist/onboarding/registry.d.ts +41 -0
- package/dist/onboarding/service.d.ts +16 -0
- package/dist/onboarding/store.d.ts +30 -0
- package/dist/onboarding/types.d.ts +204 -0
- package/dist/placement/builds.d.ts +20 -0
- package/dist/placement/drivers.d.ts +54 -0
- package/dist/placement/index.d.ts +6 -0
- package/dist/placement/placement.test.d.ts +1 -0
- package/dist/placement/queue.d.ts +4 -0
- package/dist/placement/service.d.ts +34 -0
- package/dist/placement/store.d.ts +49 -0
- package/dist/placement/types.d.ts +109 -0
- package/dist/preview/index.d.ts +3 -0
- package/dist/preview/service.d.ts +45 -0
- package/dist/preview/service.test.d.ts +1 -0
- package/dist/preview/store.d.ts +47 -0
- package/dist/preview/store.test.d.ts +1 -0
- package/dist/preview/types.d.ts +99 -0
- package/dist/push/apns.d.ts +0 -26
- package/dist/push/fcm.d.ts +0 -23
- package/dist/push/index.d.ts +2 -2
- package/dist/push/index.js +1 -1
- package/dist/queue/deployment-handlers.d.ts +27 -0
- package/dist/queue/deployment-handlers.test.d.ts +1 -0
- package/dist/queue/index.d.ts +4 -0
- package/dist/queue/queue.d.ts +57 -0
- package/dist/queue/queue.test.d.ts +1 -0
- package/dist/queue/types.d.ts +93 -0
- package/dist/queue/worker.d.ts +32 -0
- package/dist/queue/worker.test.d.ts +1 -0
- package/dist/regions/drivers.d.ts +139 -0
- package/dist/regions/index.d.ts +5 -0
- package/dist/regions/queue.d.ts +4 -0
- package/dist/regions/regions.test.d.ts +1 -0
- package/dist/regions/service.d.ts +23 -0
- package/dist/regions/store.d.ts +41 -0
- package/dist/regions/types.d.ts +132 -0
- package/dist/release/index.d.ts +6 -0
- package/dist/release/queue.d.ts +15 -0
- package/dist/release/queue.test.d.ts +1 -0
- package/dist/release/runtime.d.ts +35 -0
- package/dist/release/runtime.test.d.ts +1 -0
- package/dist/release/service.d.ts +28 -0
- package/dist/release/store.d.ts +88 -0
- package/dist/release/store.test.d.ts +1 -0
- package/dist/release/strategy.d.ts +8 -0
- package/dist/release/types.d.ts +103 -0
- package/dist/runtime/adapters/aws.d.ts +5 -0
- package/dist/runtime/adapters/docker.d.ts +53 -0
- package/dist/runtime/adapters/systemd.d.ts +26 -0
- package/dist/runtime/index.d.ts +9 -0
- package/dist/runtime/inventory.d.ts +6 -0
- package/dist/runtime/model.d.ts +130 -0
- package/dist/runtime/normalize.d.ts +5 -0
- package/dist/runtime/operations.d.ts +113 -0
- package/dist/runtime/service.d.ts +32 -0
- package/dist/runtime/streams.d.ts +49 -0
- package/dist/security/artifacts.d.ts +105 -0
- package/dist/security/artifacts.test.d.ts +1 -0
- package/dist/security/container-release.d.ts +35 -0
- package/dist/security/container-release.test.d.ts +1 -0
- package/dist/security/index.d.ts +8 -0
- package/dist/security/integration.d.ts +41 -0
- package/dist/security/integration.test.d.ts +1 -0
- package/dist/security/posture-store.d.ts +80 -0
- package/dist/security/posture-store.test.d.ts +1 -0
- package/dist/security/pre-deploy-scanner.d.ts +0 -4
- package/dist/security/scanners.d.ts +81 -0
- package/dist/security/scanners.test.d.ts +1 -0
- package/dist/security/types.d.ts +150 -0
- package/dist/source/git-workspace.d.ts +26 -0
- package/dist/source/git-workspace.test.d.ts +1 -0
- package/dist/source/index.d.ts +6 -0
- package/dist/source/providers.d.ts +199 -0
- package/dist/source/providers.test.d.ts +1 -0
- package/dist/source/service.d.ts +18 -0
- package/dist/source/store.d.ts +149 -0
- package/dist/source/store.test.d.ts +1 -0
- package/dist/source/types.d.ts +191 -0
- package/dist/source/webhooks.d.ts +33 -0
- package/dist/source/webhooks.test.d.ts +1 -0
- package/dist/ssl/acme-client.d.ts +0 -6
- package/dist/storage/compose.d.ts +4 -0
- package/dist/storage/compose.test.d.ts +1 -0
- package/dist/storage/drivers.d.ts +107 -0
- package/dist/storage/drivers.test.d.ts +1 -0
- package/dist/storage/index.d.ts +5 -0
- package/dist/storage/model.d.ts +112 -0
- package/dist/storage/service.d.ts +95 -0
- package/dist/storage/storage.test.d.ts +1 -0
- package/dist/storage/store.d.ts +40 -0
- package/dist/telemetry/correlation.test.d.ts +1 -0
- package/dist/telemetry/index.d.ts +4 -0
- package/dist/telemetry/model.d.ts +145 -0
- package/dist/telemetry/policy.d.ts +8 -0
- package/dist/telemetry/policy.test.d.ts +1 -0
- package/dist/telemetry/redaction.d.ts +9 -0
- package/dist/telemetry/store.d.ts +34 -0
- package/dist/telemetry/store.test.d.ts +1 -0
- package/dist/ui/404.html +1506 -17
- package/dist/ui/accept-invitation.html +1163 -0
- package/dist/ui/{server/backups.html → access-denied.html} +344 -55
- package/dist/ui/account/automation.html +1669 -0
- package/dist/ui/account/security.html +1646 -0
- package/dist/ui/applications/compose.html +1590 -0
- package/dist/ui/applications/new.html +1868 -0
- package/dist/ui/data/backups.html +1757 -0
- package/dist/ui/data/services.html +1723 -0
- package/dist/ui/data/volumes.html +1639 -0
- package/dist/ui/index.html +392 -29
- package/dist/ui/integrations.html +1865 -0
- package/dist/ui/operations/alerts.html +1610 -0
- package/dist/ui/operations/configuration.html +1746 -0
- package/dist/ui/operations/jobs.html +1709 -0
- package/dist/ui/operations/maintenance.html +1540 -0
- package/dist/ui/operations/observability.html +1742 -0
- package/dist/ui/{serverless/scheduler.html → operations/previews.html} +447 -46
- package/dist/ui/operations/queue.html +1615 -0
- package/dist/ui/{server/workers.html → operations/regions.html} +413 -49
- package/dist/ui/operations/releases.html +1596 -0
- package/dist/ui/operations/workloads.html +1775 -0
- package/dist/ui/security.html +1767 -0
- package/dist/ui/server/actions.html +446 -57
- package/dist/ui/server/activity.html +346 -1
- package/dist/ui/server/capacity.html +1542 -0
- package/dist/ui/server/database.html +443 -36
- package/dist/ui/server/deployments.html +439 -53
- package/dist/ui/server/diagnostics.html +346 -1
- package/dist/ui/server/firewall.html +476 -50
- package/dist/ui/server/fleet.html +1577 -0
- package/dist/ui/server/logs.html +389 -25
- package/dist/ui/server/metrics.html +346 -1
- package/dist/ui/server/security.html +346 -1
- package/dist/ui/server/services.html +421 -46
- package/dist/ui/server/sites.html +476 -95
- package/dist/ui/server/ssh-keys.html +476 -46
- package/dist/ui/server/team.html +700 -77
- package/dist/ui/server/terminal.html +444 -54
- package/dist/ui/serverless/alarms.html +430 -42
- package/dist/ui/serverless/assets.html +421 -46
- package/dist/ui/serverless/cost.html +346 -1
- package/dist/ui/serverless/data.html +422 -47
- package/dist/ui/serverless/deployments.html +421 -46
- package/dist/ui/serverless/firewall.html +346 -1
- package/dist/ui/serverless/functions.html +423 -48
- package/dist/ui/serverless/logs.html +389 -25
- package/dist/ui/serverless/metrics.html +346 -1
- package/dist/ui/serverless/queues.html +448 -62
- package/dist/ui/serverless/secrets.html +448 -42
- package/dist/ui/serverless/traces.html +350 -5
- package/dist/ui/serverless.html +434 -58
- package/dist/ui-src/pages/404.stx +18 -0
- package/dist/ui-src/pages/accept-invitation.stx +50 -0
- package/dist/ui-src/pages/access-denied.stx +18 -0
- package/dist/ui-src/pages/account/automation.stx +187 -0
- package/dist/ui-src/pages/account/security.stx +249 -0
- package/dist/ui-src/pages/applications/compose.stx +38 -0
- package/dist/ui-src/pages/applications/new.stx +76 -0
- package/dist/ui-src/pages/data/backups.stx +214 -0
- package/dist/ui-src/pages/data/services.stx +257 -0
- package/dist/ui-src/pages/data/volumes.stx +40 -0
- package/dist/ui-src/pages/index.stx +24 -10
- package/dist/ui-src/pages/integrations.stx +186 -0
- package/dist/ui-src/pages/operations/alerts.stx +40 -0
- package/dist/ui-src/pages/operations/configuration.stx +164 -0
- package/dist/ui-src/pages/operations/jobs.stx +238 -0
- package/dist/ui-src/pages/operations/maintenance.stx +15 -0
- package/dist/ui-src/pages/operations/observability.stx +76 -0
- package/dist/ui-src/pages/operations/previews.stx +62 -0
- package/dist/ui-src/pages/operations/queue.stx +158 -0
- package/dist/ui-src/pages/operations/regions.stx +12 -0
- package/dist/ui-src/pages/operations/releases.stx +39 -0
- package/dist/ui-src/pages/operations/workloads.stx +151 -0
- package/dist/ui-src/pages/partials/head.stx +148 -15
- package/dist/ui-src/pages/partials/nav.stx +491 -74
- package/dist/ui-src/pages/partials/op-confirm.stx +6 -6
- package/dist/ui-src/pages/security.stx +264 -0
- package/dist/ui-src/pages/server/actions.stx +17 -26
- package/dist/ui-src/pages/server/capacity.stx +16 -0
- package/dist/ui-src/pages/server/database.stx +31 -16
- package/dist/ui-src/pages/server/deployments.stx +28 -30
- package/dist/ui-src/pages/server/firewall.stx +25 -30
- package/dist/ui-src/pages/server/fleet.stx +10 -0
- package/dist/ui-src/pages/server/logs.stx +11 -9
- package/dist/ui-src/pages/server/metrics.stx +8 -16
- package/dist/ui-src/pages/server/services.stx +19 -28
- package/dist/ui-src/pages/server/sites.stx +75 -72
- package/dist/ui-src/pages/server/ssh-keys.stx +24 -30
- package/dist/ui-src/pages/server/team.stx +286 -149
- package/dist/ui-src/pages/server/terminal.stx +6 -28
- package/dist/ui-src/pages/serverless/alarms.stx +17 -31
- package/dist/ui-src/pages/serverless/assets.stx +13 -22
- package/dist/ui-src/pages/serverless/cost.stx +15 -3
- package/dist/ui-src/pages/serverless/data.stx +12 -25
- package/dist/ui-src/pages/serverless/deployments.stx +14 -23
- package/dist/ui-src/pages/serverless/firewall.stx +5 -1
- package/dist/ui-src/pages/serverless/functions.stx +20 -26
- package/dist/ui-src/pages/serverless/logs.stx +11 -10
- package/dist/ui-src/pages/serverless/metrics.stx +18 -17
- package/dist/ui-src/pages/serverless/queues.stx +34 -42
- package/dist/ui-src/pages/serverless/secrets.stx +31 -34
- package/dist/ui-src/pages/serverless/traces.stx +2 -6
- package/dist/ui-src/pages/serverless.stx +40 -74
- package/package.json +11 -11
- package/dist/chunk-b17vf1g1.js +0 -13787
- package/dist/chunk-b82pbxyp.js +0 -1572
- package/dist/chunk-pqfzdg68.js +0 -12
- package/dist/chunk-z58fqnjm.js +0 -10
- package/dist/ui-src/pages/server/backups.stx +0 -91
- package/dist/ui-src/pages/server/workers.stx +0 -99
- package/dist/ui-src/pages/serverless/scheduler.stx +0 -89
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import type { ControlPlaneStore, JsonValue } from '../control-plane';
|
|
2
|
+
import type { SourceBinding, SourceConnection, SourceConnectionStoreOptions, SourceCredential, SourceDeployKey, SourceProvider, SourceRepository, SourceWebhook, SourceWebhookDelivery } from './types';
|
|
3
|
+
export declare class SourceConnectionStore {
|
|
4
|
+
private readonly controlPlane;
|
|
5
|
+
private readonly key?;
|
|
6
|
+
private readonly nowFn;
|
|
7
|
+
private readonly idFn;
|
|
8
|
+
constructor(controlPlane: ControlPlaneStore, options?: SourceConnectionStoreOptions);
|
|
9
|
+
private now;
|
|
10
|
+
private run;
|
|
11
|
+
private encrypt;
|
|
12
|
+
private decrypt;
|
|
13
|
+
createConnection(input: {
|
|
14
|
+
organizationId: string;
|
|
15
|
+
provider: SourceProvider;
|
|
16
|
+
name: string;
|
|
17
|
+
host: string;
|
|
18
|
+
owner?: string;
|
|
19
|
+
authKind?: SourceConnection['authKind'];
|
|
20
|
+
credential?: SourceCredential;
|
|
21
|
+
grantedScopes?: string[];
|
|
22
|
+
credentialExpiresAt?: string;
|
|
23
|
+
createdByActorId?: string;
|
|
24
|
+
}): SourceConnection;
|
|
25
|
+
getConnection(id: string): SourceConnection | undefined;
|
|
26
|
+
listConnections(organizationId: string): SourceConnection[];
|
|
27
|
+
private currentConnection;
|
|
28
|
+
getCredential(id: string): SourceCredential | undefined;
|
|
29
|
+
rotateCredential(id: string, credential: SourceCredential, input?: {
|
|
30
|
+
expiresAt?: string;
|
|
31
|
+
actorId?: string;
|
|
32
|
+
}): SourceConnection;
|
|
33
|
+
updateHealth(id: string, input: {
|
|
34
|
+
status: 'healthy' | 'degraded' | 'expired';
|
|
35
|
+
message?: string;
|
|
36
|
+
tested?: boolean;
|
|
37
|
+
synced?: boolean;
|
|
38
|
+
grantedScopes?: string[];
|
|
39
|
+
}): SourceConnection;
|
|
40
|
+
upsertRepository(input: Omit<SourceRepository, 'id' | 'syncedAt'>): SourceRepository;
|
|
41
|
+
listRepositories(connectionId: string, search?: string, limit?: number): SourceRepository[];
|
|
42
|
+
getRepository(id: string): SourceRepository | undefined;
|
|
43
|
+
createDeployKey(input: {
|
|
44
|
+
connectionId: string;
|
|
45
|
+
name: string;
|
|
46
|
+
publicKey: string;
|
|
47
|
+
privateKey: string;
|
|
48
|
+
host: string;
|
|
49
|
+
hostKey: string;
|
|
50
|
+
actorId?: string;
|
|
51
|
+
}): SourceDeployKey;
|
|
52
|
+
getDeployKey(id: string): SourceDeployKey | undefined;
|
|
53
|
+
listDeployKeys(connectionId: string): SourceDeployKey[];
|
|
54
|
+
revokeDeployKey(id: string, actorId?: string): {
|
|
55
|
+
affectedBindings: SourceBinding[];
|
|
56
|
+
};
|
|
57
|
+
getDeployPrivateKey(id: string): string;
|
|
58
|
+
createBinding(input: {
|
|
59
|
+
projectId: string;
|
|
60
|
+
environmentId?: string;
|
|
61
|
+
resourceId?: string;
|
|
62
|
+
connectionId: string;
|
|
63
|
+
repositoryId?: string;
|
|
64
|
+
repositoryFullName: string;
|
|
65
|
+
defaultBranch?: string;
|
|
66
|
+
branchRule?: string;
|
|
67
|
+
tagRule?: string;
|
|
68
|
+
monorepoRoot?: string;
|
|
69
|
+
includePaths?: string[];
|
|
70
|
+
excludePaths?: string[];
|
|
71
|
+
submodules?: boolean;
|
|
72
|
+
cloneDepth?: number;
|
|
73
|
+
deployKeyId?: string;
|
|
74
|
+
autoDeploy?: boolean;
|
|
75
|
+
pullRequestPreviews?: boolean;
|
|
76
|
+
actorId?: string;
|
|
77
|
+
}): SourceBinding;
|
|
78
|
+
getBinding(id: string): SourceBinding | undefined;
|
|
79
|
+
listBindings(input?: {
|
|
80
|
+
connectionId?: string;
|
|
81
|
+
projectId?: string;
|
|
82
|
+
status?: SourceBinding['status'];
|
|
83
|
+
}): SourceBinding[];
|
|
84
|
+
updateBinding(id: string, expectedVersion: number, input: {
|
|
85
|
+
defaultBranch?: string;
|
|
86
|
+
branchRule?: string;
|
|
87
|
+
tagRule?: string;
|
|
88
|
+
monorepoRoot?: string;
|
|
89
|
+
includePaths?: string[];
|
|
90
|
+
excludePaths?: string[];
|
|
91
|
+
submodules?: boolean;
|
|
92
|
+
cloneDepth?: number | null;
|
|
93
|
+
deployKeyId?: string | null;
|
|
94
|
+
autoDeploy?: boolean;
|
|
95
|
+
pullRequestPreviews?: boolean;
|
|
96
|
+
status?: SourceBinding['status'];
|
|
97
|
+
disabledReason?: string;
|
|
98
|
+
actorId?: string;
|
|
99
|
+
}): SourceBinding;
|
|
100
|
+
createWebhook(input: {
|
|
101
|
+
connectionId: string;
|
|
102
|
+
repositoryId?: string;
|
|
103
|
+
repositoryFullName: string;
|
|
104
|
+
events?: string[];
|
|
105
|
+
endpointToken?: string;
|
|
106
|
+
secret?: string;
|
|
107
|
+
}): {
|
|
108
|
+
webhook: SourceWebhook;
|
|
109
|
+
secret: string;
|
|
110
|
+
};
|
|
111
|
+
getWebhook(id: string): SourceWebhook | undefined;
|
|
112
|
+
getWebhookByEndpointToken(endpointToken: string): SourceWebhook | undefined;
|
|
113
|
+
getWebhookSecret(id: string): string;
|
|
114
|
+
getWebhookEndpointToken(id: string): string;
|
|
115
|
+
listWebhooks(connectionId: string): SourceWebhook[];
|
|
116
|
+
updateWebhookState(id: string, input: {
|
|
117
|
+
providerWebhookId?: string;
|
|
118
|
+
status: SourceWebhook['status'];
|
|
119
|
+
healthMessage?: string;
|
|
120
|
+
reconciled?: boolean;
|
|
121
|
+
}): SourceWebhook;
|
|
122
|
+
getDeliveryByProviderId(connectionId: string, providerDeliveryId: string): SourceWebhookDelivery | undefined;
|
|
123
|
+
recordDelivery(input: {
|
|
124
|
+
connectionId: string;
|
|
125
|
+
webhookId: string;
|
|
126
|
+
providerDeliveryId: string;
|
|
127
|
+
event: string;
|
|
128
|
+
action?: string;
|
|
129
|
+
commitSha?: string;
|
|
130
|
+
signatureStatus: SourceWebhookDelivery['signatureStatus'];
|
|
131
|
+
status: SourceWebhookDelivery['status'];
|
|
132
|
+
payloadSummary?: JsonValue;
|
|
133
|
+
operationId?: string;
|
|
134
|
+
error?: string;
|
|
135
|
+
}): {
|
|
136
|
+
delivery: SourceWebhookDelivery;
|
|
137
|
+
duplicate: boolean;
|
|
138
|
+
};
|
|
139
|
+
updateDelivery(id: string, input: {
|
|
140
|
+
status: SourceWebhookDelivery['status'];
|
|
141
|
+
operationId?: string;
|
|
142
|
+
error?: string;
|
|
143
|
+
}): SourceWebhookDelivery;
|
|
144
|
+
listDeliveries(webhookId: string, limit?: number): SourceWebhookDelivery[];
|
|
145
|
+
disconnectConnection(id: string, actorId?: string): {
|
|
146
|
+
connection: SourceConnection;
|
|
147
|
+
affectedBindings: SourceBinding[];
|
|
148
|
+
};
|
|
149
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import type { JsonValue } from '../control-plane';
|
|
2
|
+
export type SourceProvider = 'github' | 'gitlab' | 'bitbucket' | 'gitea' | 'generic_https' | 'generic_ssh';
|
|
3
|
+
export type SourceConnectionStatus = 'pending' | 'healthy' | 'degraded' | 'expired' | 'disconnected';
|
|
4
|
+
export interface SourceCapabilities {
|
|
5
|
+
repositories: boolean;
|
|
6
|
+
branches: boolean;
|
|
7
|
+
tags: boolean;
|
|
8
|
+
webhooks: boolean;
|
|
9
|
+
pullRequests: boolean;
|
|
10
|
+
tokenRefresh: boolean;
|
|
11
|
+
deployKeys: boolean;
|
|
12
|
+
}
|
|
13
|
+
export interface SourceConnection {
|
|
14
|
+
id: string;
|
|
15
|
+
organizationId: string;
|
|
16
|
+
provider: SourceProvider;
|
|
17
|
+
name: string;
|
|
18
|
+
host: string;
|
|
19
|
+
owner?: string;
|
|
20
|
+
authKind: 'app' | 'oauth_token' | 'access_token' | 'deploy_key' | 'none';
|
|
21
|
+
credentialConfigured: boolean;
|
|
22
|
+
credentialFingerprint?: string;
|
|
23
|
+
grantedScopes: string[];
|
|
24
|
+
capabilities: SourceCapabilities;
|
|
25
|
+
status: SourceConnectionStatus;
|
|
26
|
+
healthMessage?: string;
|
|
27
|
+
lastTestedAt?: string;
|
|
28
|
+
lastSyncedAt?: string;
|
|
29
|
+
credentialExpiresAt?: string;
|
|
30
|
+
version: number;
|
|
31
|
+
createdByActorId?: string;
|
|
32
|
+
createdAt: string;
|
|
33
|
+
updatedAt: string;
|
|
34
|
+
}
|
|
35
|
+
export interface SourceCredential {
|
|
36
|
+
token?: string;
|
|
37
|
+
username?: string;
|
|
38
|
+
appId?: string;
|
|
39
|
+
installationId?: string;
|
|
40
|
+
privateKey?: string;
|
|
41
|
+
}
|
|
42
|
+
export interface SourceRepository {
|
|
43
|
+
id: string;
|
|
44
|
+
connectionId: string;
|
|
45
|
+
providerRepositoryId: string;
|
|
46
|
+
fullName: string;
|
|
47
|
+
cloneUrl: string;
|
|
48
|
+
defaultBranch: string;
|
|
49
|
+
visibility: 'public' | 'private' | 'internal' | 'unknown';
|
|
50
|
+
archived: boolean;
|
|
51
|
+
metadata: JsonValue;
|
|
52
|
+
syncedAt: string;
|
|
53
|
+
}
|
|
54
|
+
export interface SourceDeployKey {
|
|
55
|
+
id: string;
|
|
56
|
+
connectionId: string;
|
|
57
|
+
name: string;
|
|
58
|
+
publicKey: string;
|
|
59
|
+
publicKeyFingerprint: string;
|
|
60
|
+
host: string;
|
|
61
|
+
hostKey: string;
|
|
62
|
+
hostKeyFingerprint: string;
|
|
63
|
+
createdByActorId?: string;
|
|
64
|
+
createdAt: string;
|
|
65
|
+
updatedAt: string;
|
|
66
|
+
}
|
|
67
|
+
export interface SourceBinding {
|
|
68
|
+
id: string;
|
|
69
|
+
projectId: string;
|
|
70
|
+
environmentId?: string;
|
|
71
|
+
resourceId?: string;
|
|
72
|
+
connectionId: string;
|
|
73
|
+
repositoryId?: string;
|
|
74
|
+
repositoryFullName: string;
|
|
75
|
+
defaultBranch: string;
|
|
76
|
+
branchRule?: string;
|
|
77
|
+
tagRule?: string;
|
|
78
|
+
monorepoRoot: string;
|
|
79
|
+
includePaths: string[];
|
|
80
|
+
excludePaths: string[];
|
|
81
|
+
submodules: boolean;
|
|
82
|
+
cloneDepth?: number;
|
|
83
|
+
deployKeyId?: string;
|
|
84
|
+
autoDeploy: boolean;
|
|
85
|
+
pullRequestPreviews: boolean;
|
|
86
|
+
status: 'active' | 'disabled';
|
|
87
|
+
disabledReason?: string;
|
|
88
|
+
version: number;
|
|
89
|
+
createdByActorId?: string;
|
|
90
|
+
createdAt: string;
|
|
91
|
+
updatedAt: string;
|
|
92
|
+
}
|
|
93
|
+
export interface SourceWebhook {
|
|
94
|
+
id: string;
|
|
95
|
+
connectionId: string;
|
|
96
|
+
repositoryId?: string;
|
|
97
|
+
repositoryFullName: string;
|
|
98
|
+
providerWebhookId?: string;
|
|
99
|
+
/** Returned only when the webhook endpoint is created; stored as a hash. */
|
|
100
|
+
endpointToken?: string;
|
|
101
|
+
events: string[];
|
|
102
|
+
status: 'pending' | 'healthy' | 'degraded' | 'disabled';
|
|
103
|
+
healthMessage?: string;
|
|
104
|
+
lastDeliveryAt?: string;
|
|
105
|
+
lastReconciledAt?: string;
|
|
106
|
+
createdAt: string;
|
|
107
|
+
updatedAt: string;
|
|
108
|
+
}
|
|
109
|
+
export interface SourceWebhookDelivery {
|
|
110
|
+
id: string;
|
|
111
|
+
connectionId: string;
|
|
112
|
+
webhookId: string;
|
|
113
|
+
providerDeliveryId: string;
|
|
114
|
+
event: string;
|
|
115
|
+
action?: string;
|
|
116
|
+
commitSha?: string;
|
|
117
|
+
signatureStatus: 'verified' | 'invalid' | 'missing';
|
|
118
|
+
status: 'accepted' | 'ignored' | 'rejected' | 'duplicate' | 'enqueued' | 'failed';
|
|
119
|
+
payloadSummary: JsonValue;
|
|
120
|
+
operationId?: string;
|
|
121
|
+
error?: string;
|
|
122
|
+
receivedAt: string;
|
|
123
|
+
processedAt?: string;
|
|
124
|
+
}
|
|
125
|
+
export interface SourceConnectionStoreOptions {
|
|
126
|
+
encryptionKey?: string;
|
|
127
|
+
now?: () => Date;
|
|
128
|
+
id?: () => string;
|
|
129
|
+
}
|
|
130
|
+
export interface SourceRepositoryPage {
|
|
131
|
+
repositories: Array<Omit<SourceRepository, 'id' | 'connectionId' | 'syncedAt'>>;
|
|
132
|
+
nextCursor?: string;
|
|
133
|
+
}
|
|
134
|
+
export interface SourceRef {
|
|
135
|
+
name: string;
|
|
136
|
+
commitSha: string;
|
|
137
|
+
protected?: boolean;
|
|
138
|
+
}
|
|
139
|
+
export interface SourceRefPage {
|
|
140
|
+
refs: SourceRef[];
|
|
141
|
+
nextCursor?: string;
|
|
142
|
+
}
|
|
143
|
+
export interface SourceWebhookRegistration {
|
|
144
|
+
providerWebhookId: string;
|
|
145
|
+
active: boolean;
|
|
146
|
+
events: string[];
|
|
147
|
+
url: string;
|
|
148
|
+
}
|
|
149
|
+
export interface SourceConnectionTest {
|
|
150
|
+
ok: boolean;
|
|
151
|
+
account?: string;
|
|
152
|
+
scopes: string[];
|
|
153
|
+
message: string;
|
|
154
|
+
}
|
|
155
|
+
export interface SourceCommitStatus {
|
|
156
|
+
state: 'pending' | 'success' | 'failure' | 'error';
|
|
157
|
+
url?: string;
|
|
158
|
+
description: string;
|
|
159
|
+
context?: string;
|
|
160
|
+
}
|
|
161
|
+
export interface SourceProviderAdapter {
|
|
162
|
+
readonly provider: SourceProvider;
|
|
163
|
+
readonly capabilities: SourceCapabilities;
|
|
164
|
+
testConnection: () => Promise<SourceConnectionTest>;
|
|
165
|
+
listRepositories: (input?: {
|
|
166
|
+
cursor?: string;
|
|
167
|
+
search?: string;
|
|
168
|
+
limit?: number;
|
|
169
|
+
}) => Promise<SourceRepositoryPage>;
|
|
170
|
+
listBranches: (repository: string, input?: {
|
|
171
|
+
cursor?: string;
|
|
172
|
+
limit?: number;
|
|
173
|
+
}) => Promise<SourceRefPage>;
|
|
174
|
+
listTags: (repository: string, input?: {
|
|
175
|
+
cursor?: string;
|
|
176
|
+
limit?: number;
|
|
177
|
+
}) => Promise<SourceRefPage>;
|
|
178
|
+
createWebhook: (repository: string, input: {
|
|
179
|
+
url: string;
|
|
180
|
+
secret: string;
|
|
181
|
+
events: string[];
|
|
182
|
+
}) => Promise<SourceWebhookRegistration>;
|
|
183
|
+
listWebhooks: (repository: string) => Promise<SourceWebhookRegistration[]>;
|
|
184
|
+
updateWebhook: (repository: string, webhookId: string, input: {
|
|
185
|
+
url: string;
|
|
186
|
+
secret: string;
|
|
187
|
+
events: string[];
|
|
188
|
+
}) => Promise<SourceWebhookRegistration>;
|
|
189
|
+
deleteWebhook: (repository: string, webhookId: string) => Promise<void>;
|
|
190
|
+
setCommitStatus: (repository: string, commitSha: string, status: SourceCommitStatus) => Promise<void>;
|
|
191
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { ControlPlaneOperation, ControlPlaneStore } from '../control-plane';
|
|
2
|
+
import type { SourceConnectionStore } from './store';
|
|
3
|
+
import type { SourceProvider, SourceWebhook } from './types';
|
|
4
|
+
export interface NormalizedSourceEvent {
|
|
5
|
+
event: 'push' | 'pull_request';
|
|
6
|
+
action?: string;
|
|
7
|
+
repository: string;
|
|
8
|
+
ref?: string;
|
|
9
|
+
branch?: string;
|
|
10
|
+
tag?: string;
|
|
11
|
+
commitSha: string;
|
|
12
|
+
changedPaths: string[];
|
|
13
|
+
pullRequestNumber?: number;
|
|
14
|
+
fork?: boolean;
|
|
15
|
+
deleted?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export interface ProcessSourceWebhookResult {
|
|
18
|
+
accepted: boolean;
|
|
19
|
+
duplicate: boolean;
|
|
20
|
+
status: 'rejected' | 'ignored' | 'enqueued' | 'duplicate';
|
|
21
|
+
operations: ControlPlaneOperation[];
|
|
22
|
+
message: string;
|
|
23
|
+
}
|
|
24
|
+
export declare function normalizeSourceEvent(_provider: SourceProvider, _headers: Headers | Record<string, string | undefined>, _body: Record<string, any>): NormalizedSourceEvent | undefined;
|
|
25
|
+
export declare function processSourceWebhook(input: {
|
|
26
|
+
sources: SourceConnectionStore;
|
|
27
|
+
controlPlane: ControlPlaneStore;
|
|
28
|
+
endpointToken: string;
|
|
29
|
+
headers: Headers | Record<string, string | undefined>;
|
|
30
|
+
rawBody: Uint8Array;
|
|
31
|
+
now?: Date;
|
|
32
|
+
}): Promise<ProcessSourceWebhookResult>;
|
|
33
|
+
export declare function webhookEndpoint(baseUrl: string, webhook: SourceWebhook): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ACME Client for Let's Encrypt
|
|
3
|
-
* Implements RFC 8555 (ACME Protocol) for certificate issuance
|
|
4
|
-
*
|
|
5
|
-
* This is a pure TypeScript/Bun implementation without external dependencies.
|
|
6
|
-
*/
|
|
7
1
|
export declare const ACME_DIRECTORIES: {
|
|
8
2
|
readonly production: 'https://acme-v02.api.letsencrypt.org/directory';
|
|
9
3
|
readonly staging: 'https://acme-staging-v02.api.letsencrypt.org/directory';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ComposeApplicationRecord } from '../compose/types';
|
|
2
|
+
import type { ControlPlaneStore } from '../control-plane';
|
|
3
|
+
export declare function synchronizeComposeVolumes(controlPlane: ControlPlaneStore, application: ComposeApplicationRecord): void;
|
|
4
|
+
export declare function completeComposeVolumeDeletion(controlPlane: ControlPlaneStore, application: ComposeApplicationRecord, removeVolumes: boolean): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import type { PersistentVolume, VolumeAttachment, VolumeCapabilities, VolumeDriver, VolumeDriverObservation, VolumeSnapshot } from './model';
|
|
2
|
+
export interface DockerVolumeCommandResult {
|
|
3
|
+
code: number;
|
|
4
|
+
stdout: string;
|
|
5
|
+
stderr: string;
|
|
6
|
+
}
|
|
7
|
+
export type DockerVolumeCommand = (args: string[]) => Promise<DockerVolumeCommandResult>;
|
|
8
|
+
export declare class DockerNamedVolumeDriver implements VolumeDriver {
|
|
9
|
+
private readonly command;
|
|
10
|
+
readonly provider = "docker";
|
|
11
|
+
readonly type: 'docker';
|
|
12
|
+
constructor(command?: DockerVolumeCommand);
|
|
13
|
+
capabilities(): VolumeCapabilities;
|
|
14
|
+
private run;
|
|
15
|
+
private inspect;
|
|
16
|
+
discover(_projectId?: string, _environmentId?: string): Promise<VolumeDriverObservation[]>;
|
|
17
|
+
create(volume: PersistentVolume): Promise<VolumeDriverObservation>;
|
|
18
|
+
attach(_volume: PersistentVolume, _attachment: VolumeAttachment): Promise<void>;
|
|
19
|
+
detach(_volume: PersistentVolume, _attachment: VolumeAttachment): Promise<void>;
|
|
20
|
+
resize(): Promise<VolumeDriverObservation>;
|
|
21
|
+
snapshot(): Promise<{
|
|
22
|
+
providerId?: string;
|
|
23
|
+
sizeBytes?: number;
|
|
24
|
+
checksum?: string;
|
|
25
|
+
}>;
|
|
26
|
+
restore(_volume: PersistentVolume, _snapshot: VolumeSnapshot, _target: PersistentVolume): Promise<VolumeDriverObservation>;
|
|
27
|
+
delete(volume: PersistentVolume): Promise<void>;
|
|
28
|
+
usage(volume: PersistentVolume): Promise<{
|
|
29
|
+
usedBytes?: number;
|
|
30
|
+
capacityBytes?: number;
|
|
31
|
+
}>;
|
|
32
|
+
}
|
|
33
|
+
export declare class ServerPathVolumeDriver implements VolumeDriver {
|
|
34
|
+
readonly provider = "server";
|
|
35
|
+
readonly type: 'server_path';
|
|
36
|
+
private readonly root;
|
|
37
|
+
constructor(root: string);
|
|
38
|
+
capabilities(): VolumeCapabilities;
|
|
39
|
+
private path;
|
|
40
|
+
discover(_projectId?: string, _environmentId?: string): Promise<VolumeDriverObservation[]>;
|
|
41
|
+
create(volume: PersistentVolume): Promise<VolumeDriverObservation>;
|
|
42
|
+
attach(_volume: PersistentVolume, _attachment: VolumeAttachment): Promise<void>;
|
|
43
|
+
detach(_volume: PersistentVolume, _attachment: VolumeAttachment): Promise<void>;
|
|
44
|
+
resize(): Promise<VolumeDriverObservation>;
|
|
45
|
+
snapshot(): Promise<{
|
|
46
|
+
providerId?: string;
|
|
47
|
+
sizeBytes?: number;
|
|
48
|
+
checksum?: string;
|
|
49
|
+
}>;
|
|
50
|
+
restore(_volume: PersistentVolume, _snapshot: VolumeSnapshot, _target: PersistentVolume): Promise<VolumeDriverObservation>;
|
|
51
|
+
delete(volume: PersistentVolume): Promise<void>;
|
|
52
|
+
usage(volume: PersistentVolume): Promise<{
|
|
53
|
+
usedBytes?: number;
|
|
54
|
+
capacityBytes?: number;
|
|
55
|
+
}>;
|
|
56
|
+
}
|
|
57
|
+
export interface CloudVolumeTransport {
|
|
58
|
+
list(projectId: string, environmentId?: string): Promise<VolumeDriverObservation[]>;
|
|
59
|
+
create(input: {
|
|
60
|
+
name: string;
|
|
61
|
+
projectId: string;
|
|
62
|
+
environmentId?: string;
|
|
63
|
+
capacityBytes?: number;
|
|
64
|
+
encrypted: boolean;
|
|
65
|
+
filesystem?: string;
|
|
66
|
+
}): Promise<VolumeDriverObservation>;
|
|
67
|
+
attach(providerId: string, resourceProviderId: string, targetPath: string, readOnly: boolean): Promise<void>;
|
|
68
|
+
detach(providerId: string, resourceProviderId: string, force: boolean): Promise<void>;
|
|
69
|
+
resize(providerId: string, capacityBytes: number): Promise<VolumeDriverObservation>;
|
|
70
|
+
snapshot(providerId: string, name: string): Promise<{
|
|
71
|
+
providerId?: string;
|
|
72
|
+
sizeBytes?: number;
|
|
73
|
+
checksum?: string;
|
|
74
|
+
}>;
|
|
75
|
+
restore(providerId: string, snapshotProviderId: string, targetName: string): Promise<VolumeDriverObservation>;
|
|
76
|
+
delete(providerId: string): Promise<void>;
|
|
77
|
+
usage(providerId: string): Promise<{
|
|
78
|
+
usedBytes?: number;
|
|
79
|
+
capacityBytes?: number;
|
|
80
|
+
}>;
|
|
81
|
+
}
|
|
82
|
+
export declare class CloudBlockVolumeDriver implements VolumeDriver {
|
|
83
|
+
readonly provider: string;
|
|
84
|
+
private readonly transport;
|
|
85
|
+
readonly type: 'ebs';
|
|
86
|
+
constructor(provider: string, transport: CloudVolumeTransport);
|
|
87
|
+
capabilities(): VolumeCapabilities;
|
|
88
|
+
discover(projectId: string, environmentId?: string): Promise<VolumeDriverObservation[]>;
|
|
89
|
+
create(volume: PersistentVolume): Promise<VolumeDriverObservation>;
|
|
90
|
+
private resource;
|
|
91
|
+
attach(volume: PersistentVolume, attachment: VolumeAttachment): Promise<void>;
|
|
92
|
+
detach(volume: PersistentVolume, attachment: VolumeAttachment, options: {
|
|
93
|
+
force: boolean;
|
|
94
|
+
}): Promise<void>;
|
|
95
|
+
resize(volume: PersistentVolume, capacityBytes: number): Promise<VolumeDriverObservation>;
|
|
96
|
+
snapshot(volume: PersistentVolume, snapshot: VolumeSnapshot): Promise<{
|
|
97
|
+
providerId?: string;
|
|
98
|
+
sizeBytes?: number;
|
|
99
|
+
checksum?: string;
|
|
100
|
+
}>;
|
|
101
|
+
restore(volume: PersistentVolume, snapshot: VolumeSnapshot, target: PersistentVolume): Promise<VolumeDriverObservation>;
|
|
102
|
+
delete(volume: PersistentVolume): Promise<void>;
|
|
103
|
+
usage(volume: PersistentVolume): Promise<{
|
|
104
|
+
usedBytes?: number;
|
|
105
|
+
capacityBytes?: number;
|
|
106
|
+
}>;
|
|
107
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import type { JsonValue } from '../control-plane';
|
|
2
|
+
export type VolumeType = 'server_path' | 'docker' | 'ebs' | 'efs' | 'provider';
|
|
3
|
+
export type VolumeStatus = 'pending' | 'available' | 'attaching' | 'attached' | 'detaching' | 'resizing' | 'snapshotting' | 'orphaned' | 'deleting' | 'deleted' | 'error';
|
|
4
|
+
export type VolumeAction = 'create' | 'attach' | 'detach' | 'resize' | 'snapshot' | 'restore' | 'delete' | 'adopt' | 'usage';
|
|
5
|
+
export interface VolumeCapability {
|
|
6
|
+
supported: boolean;
|
|
7
|
+
reason?: string;
|
|
8
|
+
online?: boolean;
|
|
9
|
+
minimumBytes?: number;
|
|
10
|
+
maximumBytes?: number;
|
|
11
|
+
}
|
|
12
|
+
export type VolumeCapabilities = Record<VolumeAction, VolumeCapability>;
|
|
13
|
+
export interface PersistentVolume {
|
|
14
|
+
id: string;
|
|
15
|
+
organizationId: string;
|
|
16
|
+
projectId: string;
|
|
17
|
+
environmentId?: string;
|
|
18
|
+
resourceId?: string;
|
|
19
|
+
name: string;
|
|
20
|
+
provider: string;
|
|
21
|
+
providerId?: string;
|
|
22
|
+
type: VolumeType;
|
|
23
|
+
status: VolumeStatus;
|
|
24
|
+
capacityBytes?: number;
|
|
25
|
+
usedBytes?: number;
|
|
26
|
+
filesystem?: string;
|
|
27
|
+
encrypted: boolean;
|
|
28
|
+
capabilities: VolumeCapabilities;
|
|
29
|
+
desiredState: Record<string, JsonValue>;
|
|
30
|
+
observedState: Record<string, JsonValue>;
|
|
31
|
+
backupPolicyId?: string;
|
|
32
|
+
lastBackupAt?: string;
|
|
33
|
+
orphanedAt?: string;
|
|
34
|
+
adoptedAt?: string;
|
|
35
|
+
version: number;
|
|
36
|
+
createdAt: string;
|
|
37
|
+
updatedAt: string;
|
|
38
|
+
deletedAt?: string;
|
|
39
|
+
}
|
|
40
|
+
export interface VolumeAttachment {
|
|
41
|
+
id: string;
|
|
42
|
+
volumeId: string;
|
|
43
|
+
resourceId: string;
|
|
44
|
+
targetPath: string;
|
|
45
|
+
readOnly: boolean;
|
|
46
|
+
uid?: number;
|
|
47
|
+
gid?: number;
|
|
48
|
+
mode?: string;
|
|
49
|
+
propagation: 'private' | 'rprivate' | 'shared' | 'rshared' | 'slave' | 'rslave';
|
|
50
|
+
driverOptions: Record<string, JsonValue>;
|
|
51
|
+
desiredState: 'attached' | 'detached';
|
|
52
|
+
observedState: 'pending' | 'attached' | 'detached' | 'error';
|
|
53
|
+
operationId?: string;
|
|
54
|
+
lastError?: string;
|
|
55
|
+
version: number;
|
|
56
|
+
createdAt: string;
|
|
57
|
+
updatedAt: string;
|
|
58
|
+
}
|
|
59
|
+
export interface VolumeSnapshot {
|
|
60
|
+
id: string;
|
|
61
|
+
volumeId: string;
|
|
62
|
+
recoveryPointId?: string;
|
|
63
|
+
providerId?: string;
|
|
64
|
+
name: string;
|
|
65
|
+
status: 'pending' | 'available' | 'restoring' | 'deleting' | 'deleted' | 'error';
|
|
66
|
+
sizeBytes?: number;
|
|
67
|
+
encrypted: boolean;
|
|
68
|
+
checksum?: string;
|
|
69
|
+
metadata: Record<string, JsonValue>;
|
|
70
|
+
createdAt: string;
|
|
71
|
+
updatedAt: string;
|
|
72
|
+
deletedAt?: string;
|
|
73
|
+
}
|
|
74
|
+
export interface VolumeInventoryItem extends PersistentVolume {
|
|
75
|
+
attachments: VolumeAttachment[];
|
|
76
|
+
snapshots: VolumeSnapshot[];
|
|
77
|
+
orphaned: boolean;
|
|
78
|
+
usagePercent?: number;
|
|
79
|
+
backupState: 'protected' | 'stale' | 'unprotected';
|
|
80
|
+
}
|
|
81
|
+
export interface VolumeDriverObservation {
|
|
82
|
+
providerId: string;
|
|
83
|
+
capacityBytes?: number;
|
|
84
|
+
usedBytes?: number;
|
|
85
|
+
filesystem?: string;
|
|
86
|
+
encrypted?: boolean;
|
|
87
|
+
attachedResourceIds?: string[];
|
|
88
|
+
raw?: Record<string, JsonValue>;
|
|
89
|
+
}
|
|
90
|
+
export interface VolumeDriver {
|
|
91
|
+
readonly provider: string;
|
|
92
|
+
readonly type: VolumeType;
|
|
93
|
+
capabilities(volume?: PersistentVolume): VolumeCapabilities;
|
|
94
|
+
discover(projectId: string, environmentId?: string): Promise<VolumeDriverObservation[]>;
|
|
95
|
+
create(volume: PersistentVolume): Promise<VolumeDriverObservation>;
|
|
96
|
+
attach(volume: PersistentVolume, attachment: VolumeAttachment): Promise<void>;
|
|
97
|
+
detach(volume: PersistentVolume, attachment: VolumeAttachment, options: {
|
|
98
|
+
force: boolean;
|
|
99
|
+
}): Promise<void>;
|
|
100
|
+
resize(volume: PersistentVolume, capacityBytes: number): Promise<VolumeDriverObservation>;
|
|
101
|
+
snapshot(volume: PersistentVolume, snapshot: VolumeSnapshot): Promise<{
|
|
102
|
+
providerId?: string;
|
|
103
|
+
sizeBytes?: number;
|
|
104
|
+
checksum?: string;
|
|
105
|
+
}>;
|
|
106
|
+
restore(volume: PersistentVolume, snapshot: VolumeSnapshot, target: PersistentVolume): Promise<VolumeDriverObservation>;
|
|
107
|
+
delete(volume: PersistentVolume): Promise<void>;
|
|
108
|
+
usage(volume: PersistentVolume): Promise<{
|
|
109
|
+
usedBytes?: number;
|
|
110
|
+
capacityBytes?: number;
|
|
111
|
+
}>;
|
|
112
|
+
}
|