-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[D1] Don't require login when running wrangler d1 migrations list
#2657
Conversation
🦋 Changeset detectedLatest commit: f1a346b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
7da068f
to
f1a346b
Compare
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/runs/4056021604/npm-package-wrangler-2657 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/prs/2657/npm-package-wrangler-2657 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/runs/4056021604/npm-package-wrangler-2657 dev path/to/script.js Additional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/runs/4056021604/npm-package-cloudflare-pages-shared-2657 |
Codecov Report
@@ Coverage Diff @@
## main #2657 +/- ##
==========================================
+ Coverage 73.31% 73.46% +0.15%
==========================================
Files 159 159
Lines 9854 9858 +4
Branches 2627 2631 +4
==========================================
+ Hits 7224 7242 +18
+ Misses 2630 2616 -14
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see anything that jumps out at me, looks like a really nice local mode DX improvement
What this PR solves / how to test:
A patch was applied to
wrangler d1 migrations apply
back in December to not require login - this PR adds a similar patch towrangler d1 migrations list
Author has included the following, where applicable:
Reviewer has performed the following, where applicable:
Closes #2515