forked from cloudflare/workerd
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[mookmillionz1.wordpress.com] #1
Open
VIZFCZ4
wants to merge
1,866
commits into
VIZFCZ4:main
Choose a base branch
from
cloudflare:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
VIZFCZ4
commented
Aug 1, 2024
WiFiCloudSyncEngineNonSSIDKeyPrefix_NonNetworkContainer
WiFiCloudSyncEngineNonSSIDKeyPrefix_KVSVersion
1
UserDirected
WiFiCloudSyncEngineNonSSIDKeyPrefix_cleaningKVS
…ompat-date Add compatibility date for Pyodide 0.27.1
Co-authored-by: Victor Berchet <[email protected]>
- With latest rules_rust, -Cembed-bitcode=n is set automatically if LTO is disabled, no need to add it manually - Rust crate data is no longer passed at compile time, so use compile_data in cxxbridge-cmd build file
…external-pkgs Add missing python-fetch-individual-packages autogate check.
This was making io depend on the gen-compile-cache binary, which delayed building source files in io and creating a bottleneck. Drive-by: Fix LLVM 20 operator warnings
And fix workerd's --snapshot-to-disk functionality. We don't need this deferred upload stuff anymore so take it out.
Fixes Python SDK tests when external package loading is enabled.
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
This is more descriptive: Websocket::constructor => websocket_open actor_subrequest => durable_object_subrequest hyperdrive_dev => hyperdrive_connect to match downstream name
[o11y] Adjust user span naming
…t-cf-overrides-cache-rules
* Updated types for Workers AI We are moving types for supported models under a new NPM package (https://www.npmjs.com/package/@cloudflare/ai-types). This PR removes all the model specific types and converts AI.run() into a generic function. * added generated snapshot files * Reverted breaking changes, added new models in the list added whisper, whisper-tiny-en, whisper-large-v3-turbo, llama-3.2-11b-vision-instruct to the list * added flux-1-schnell to the model catalog
Add arm64 linux runner configurations
Update compat date to 2025-01-20
For now this only makes baseline snapshots but we can extend it to make package snapshots when we need it.
Update release.yml
…ification - CcInfo and cc_common will need to be imported in a future Bazel version, and find_cpp_toolchain / use_cpp_toolchain need to be imported from rules_cc based on the starlarkification effort. - the _cc_toolchain attribute is obsolete with CC toolchain resolution, which is always-on in Bazel 8. Drive-by: Fix not having to run tests for docs/ changes on CI.
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.2 to 0.25.0. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.24.2...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [prettier](https://github.com/prettier/prettier) from 3.4.2 to 3.5.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Fixes Python pkg import processing.
Adds support for url.full tag, scaffolding is added to support for cache_control tags but this is not yet complete.
- Notably updates typescript (5.5 -> 5.6) and node types (20 -> 22). typescript-eslint and @types/node were only partially updated based on new errors/lints from imported types. - Clarify a TODO message about a possible TS configuration improvement – this would be feasible now that we have TS 5.6 but is not a priority for now.
Refactor to use C++ implementation of requirement gathering for Python.
Implement delete operation for memory cache.
* Change PipelineTransform to PipelineTransformationEntrypoint class implementation * generate new type snapshots
…t32_t The [SQLite documentation](https://www.sqlite.org/pragma.html#pragma_optimize) for `PRAGMA optimize` says: > To see all optimizations that would have been done without actually > doing them, run "PRAGMA optimize(-1)". We parsed the mask as a `uint` (which makes sense for a mask!), but that precludes us from parsing negative literals and caused `PRAGMA optimize(-1)` to fail. Parsing as an `int32_t` admits this statement. (I chose to use `int32_t` rather than `int` because SQLite uses a 32-bit integer for the mask.) Annoyingly, SQLite’s internal `sqlite3GetInt32` function doesn’t allow you to write a negative number with hex strings, so the best way to flip (almost) all the bits using hex is using the 0x7fffffff literal.
sqlite: Parse number part of PragmaSignature: NULL_OR_NUMBER as an int32_t
* fix: Pass ctx.props to default handlers * Add back compatability check and make test check for old behavior
This commit fixes websocket connections to containers. Thanks to @kenton for all the pointers.
Add entropy source to the containers http client
The intent is that the event can be considered done when the queue() handler's returned promise resolves, allowing acked/nacked message info to be returned back to the queues infrastructure sooner, rather than requiring all waitUntil'ed work to finish first. This has two important benefits: 1. This will keep consumer invocations from getting slowed down by slow/hung waitUntil'ed tasks. 1. This will keep consumer invocations from failing due to failing waitUntil tasks. This commit does not implement the new functionality, just adds the flag and adds the logic to read the flag where needed. The actual implementation will come in the next commit for easier review.
Be able to pass environment variables in containers start()
Co-authored-by: Alex Robinson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.