Skip to content
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

Improvements to R2 notification commands #5416

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

mattdeboard
Copy link
Contributor

@mattdeboard mattdeboard commented Mar 27, 2024

What this PR solves / how to test

LDW merge exemption under CR-850842.

Fixes MQ-597.

Author has addressed the following

  • Tests
    • Included
  • Changeset (Changeset guidelines)
    • Included
  • Public documentation
    • Not necessary because: Pre-release feature. Docs are planned for next week and will be retro-actively linked here @jonesphillip

@mattdeboard mattdeboard requested a review from a team as a code owner March 27, 2024 17:26
Copy link

changeset-bot bot commented Mar 27, 2024

🦋 Changeset detected

Latest commit: 1ce0ffa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
wrangler Minor
@cloudflare/vitest-pool-workers Patch

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

@mattdeboard mattdeboard force-pushed the r2-notifs-api-changes branch 2 times, most recently from fd4043e to e6b3711 Compare March 27, 2024 18:03
@mattdeboard
Copy link
Contributor Author

Force-push = rebasing on latest main after merge of #5369

Copy link
Contributor

github-actions bot commented Mar 27, 2024

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/workers-sdk/runs/8457458019/npm-package-wrangler-5416

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5416/npm-package-wrangler-5416

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8457458019/npm-package-wrangler-5416 dev path/to/script.js
Additional artifacts:
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8457458019/npm-package-create-cloudflare-5416 --no-auto-update
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8457458019/npm-package-cloudflare-kv-asset-handler-5416
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8457458019/npm-package-miniflare-5416
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8457458019/npm-package-cloudflare-pages-shared-5416
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8457458019/npm-package-cloudflare-vitest-pool-workers-5416

Note that these links will no longer work once the GitHub Actions artifact expires.


wrangler@3.39.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240320.0
workerd 1.20240320.1 1.20240320.1
workerd --version 1.20240320.1 2024-03-20

Please ensure constraints are pinned, and miniflare/workerd minor versions match.

.changeset/yellow-wolves-talk.md Outdated Show resolved Hide resolved
@petebacondarwin petebacondarwin added the ldw-exempt PRs marked with this label can be included in releases during LDW. label Mar 27, 2024
Change `event-notification` subcmd to `notification`

Use `object-{create,delete}`, not `_{delete,create}`

Add changeset
@mattdeboard
Copy link
Contributor Author

Force-push = reworded a commit to force a rebuild, to try to get past flakey (afaict) test

Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.27%. Comparing base (7115568) to head (1ce0ffa).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5416      +/-   ##
==========================================
+ Coverage   72.19%   72.27%   +0.07%     
==========================================
  Files         322      322              
  Lines       16666    16666              
  Branches     4260     4260              
==========================================
+ Hits        12032    12045      +13     
+ Misses       4634     4621      -13     
Files Coverage Δ
packages/wrangler/src/r2/helpers.ts 91.07% <ø> (ø)
packages/wrangler/src/r2/index.ts 88.20% <ø> (ø)

... and 7 files with indirect coverage changes

@petebacondarwin petebacondarwin merged commit 47b325a into cloudflare:main Mar 27, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ldw-exempt PRs marked with this label can be included in releases during LDW.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants