Add Pub/Sub to the Cloud Explorer (gcp)
The gcp emulator implements Pub/Sub (~0 operations). The UI does not surface it yet.
Backend (packages/api)
Frontend (packages/frontend)
Acceptance
Depends on #66 (new messaging service type).
Emulator source: floci-gcp/src/main/java/io/floci/gcp/services/pubsub/
Add Pub/Sub to the Cloud Explorer (gcp)
The gcp emulator implements Pub/Sub (~0 operations). The UI does not surface it yet.
Backend (
packages/api)src/cloud-spi/messagingSchema.ts—messagingSchemaFor('gcp')(model:src/cloud-spi/storageSchema.ts)src/adapter-gcp/GcpPubSubAdapter.tsimplementsCloudServiceAdapter+GcpPubSubAdapter.test.ts(model:src/adapter-aws/AwsStorageAdapter.ts)new GcpPubSubAdapter()insrc/cloudProxy.ts; addservices.push({...})+schema()fallback insrc/service/CloudProxyService.tsFrontend (
packages/frontend)normalizeService()handles the literal (pages/CloudExplorerPage.tsx)DynamicResourceViewrendering; add aservice === '...'panel only if deep UX is neededAcceptance
Depends on #66 (new
messagingservice type).Emulator source:
floci-gcp/src/main/java/io/floci/gcp/services/pubsub/