Reimplement containers list using Dash API endpoints#12893
Conversation
🦋 Changeset detectedLatest commit: 4c39b77 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Codeowners approval required for this PR:
Show detailed file reviewers |
|
✅ All changesets look good |
|
I've now thoroughly reviewed the entire PR. Let me analyze what I've found:
The code is well-structured, matches the pattern from the existing Let me check one potential edge case - the The The changeset is appropriate - I don't see any logic bugs, security issues, backward compatibility problems, or incorrect API behavior. LGTM |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
d3adbde to
3b98504
Compare
This more closely matches the dashboard view and also supports pagination.
140307e to
640bc74
Compare
Only use JSON with --json
640bc74 to
b12e1b1
Compare
|
Codeowners approval required for this PR:
Show detailed file reviewers |
Fixes CC-7238.
As a follow up to #12873, re-implement
wrangler containers listto use the paginated Dash API endpoint and use a table format that matcheswrangler containers instances.