-
Notifications
You must be signed in to change notification settings - Fork 0
fix(toolchain): replace Wrangler/Miniflare GPL-family path #540
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
Draft
seonghobae
wants to merge
39
commits into
main
Choose a base branch
from
fix/cloudflare-toolchain-license-boundary
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.
Draft
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
5cb020d
test(toolchain): require GPL-free Worker boundary
seonghobae 17e35f6
fix(toolchain): replace Wrangler package scripts
seonghobae 23ef159
fix(toolchain): add strict Worker config adapter
seonghobae f8a253d
fix(toolchain): deploy Worker through version API
seonghobae c80cbd8
fix(toolchain): run local Worker on workerd
seonghobae e211369
test(toolchain): emit canonical lockfile evidence
seonghobae 9575702
fix(toolchain): ignore local workerd state
seonghobae ac619fe
fix(toolchain): make deploy path portable
seonghobae 27b3c66
test(toolchain): exercise Worker config boundary
seonghobae c325bd3
Merge protected main into Cloudflare toolchain license repair
seonghobae 47b49fa
test(toolchain): expose lock verification and validator isolation gaps
seonghobae 612ec14
fix(ci): verify the committed lock with pinned npm ci
seonghobae 0ef13b9
fix(ci): isolate validator dependencies from Worker builders
seonghobae 59a5756
test(ci): require actual lockfile regeneration evidence
seonghobae 1fddc6d
fix(ci): restore exact lockfile regeneration proof
seonghobae 39683c7
test(deploy): retain declarative Durable Object exports
seonghobae 684bf60
test(deploy): require lifecycle exports in version upload
seonghobae c4e9e2a
test(deploy): allow declarative creation of new durable objects
seonghobae 10c6e80
fix(deploy): retain durable object lifecycle authority
seonghobae 035aa8e
fix(deploy): reconcile durable object exports
seonghobae 58073e6
test(dev): require stable durable object local identity
seonghobae cfcccc8
fix(dev): derive durable object local identity from binding
seonghobae c09f1cb
fix(dev): preserve local durable object namespace identity
seonghobae 5c17c82
fix(toolchain): regenerate lockfile and repair stale test fixtures
claude 190908e
Merge remote-tracking branch 'origin/main' into cloudflare-toolchain-…
seonghobae 889ceb0
test(ci): require lockfile proof on enabled CI identity
seonghobae 531c0b1
fix(ci): run lockfile reproducibility on enabled CI
seonghobae 49a66e4
fix(ci): retire disabled branch-only lockfile workflow
seonghobae efe4073
test(ci): track lockfile evidence on application CI
seonghobae 85589b1
docs(gaps): reconcile live Noema commercial lanes
seonghobae 29ad7ac
feat(ci): add exact lockfile policy candidate generator
seonghobae cfe98c8
fix(ci): bind exact toolchain lockfile transition
seonghobae ffea69e
Restack Cloudflare toolchain on protected reviewer foundation
seonghobae 7224d65
fix(lockfile): rebind policy to protected context admission
seonghobae 197fb05
merge(context-fabric): restack Cloudflare toolchain on protected cont…
seonghobae 424c149
fix(toolchain): rebind lock policy to current protected base
seonghobae 591795a
merge: converge Cloudflare toolchain lane onto protected #552 truth
seonghobae 7c8c269
fix(toolchain): rebind lockfile policy to protected #527 trust merge
seonghobae 6b7f0a7
merge: restack toolchain boundary after #527 trust integration
seonghobae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| node_modules/ | ||
| .wrangler/ | ||
| .noema-dev/ | ||
| coverage/ | ||
| dist/ | ||
| *.log | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.