Sync fork with upstream vercel-labs/emulate - #1
Merged
Conversation
Co-authored-by: EfeDurmaz16 <efebarandurmaz05@gmail.com>
* Add GitHub contents and commit APIs - Add stateful contents and README APIs with commit-producing file writes - Add commit history, details, comparisons, and repository lookup by ID - Document and test the expanded GitHub API coverage * Harden GitHub contents and commit APIs Return the correct Git Data commit shape, preserve nested tree objects, validate content writes, encode generated content URLs, and paginate comparisons. Expand regression coverage for these behaviors. * Fix GitHub content and commit compatibility Serve advertised raw URLs, constrain file writes to branches, honor README and ref conventions, persist nested Git trees, paginate commit files, and preserve trailing-newline diffs. * Fix GitHub contents write authorization * Fix GitHub API fidelity gaps * Fix GitHub path history and branch deletion * Fix GitHub installation and history fidelity * Fix GitHub content permissions and object identity * Fix GitHub repository access and diff fidelity * Fix GitHub permissions and object identity * Fix Git history and branch protection fidelity * Fix Git tree and installation fidelity * Fix GitHub write protections and tree fidelity * Fix installation scope and special contents
Co-authored-by: “Sid <sid@devopsdirective.com>
* feat(github): generate App keys for createEmulator * fix(github): harden App key materialization
* feat(cli): deliver generated secrets securely * fix(cli): harden generated secrets startup * test(cli): preserve ACL tools in Portless failure test
* feat(adapters): persist generated GitHub App keys * refactor(adapters): share persistence runtime and tests Deduplicate the Next and Nuxt implementation and regression contract while preserving generated GitHub App identity behavior. * fix(adapters): reject incomplete canonical identities
Co-authored-by: ikatkov <1211343+ikatkov@users.noreply.github.com>
* chore(release): prepare v0.11.0 * Fix changelog release markers
shuv1337
marked this pull request as ready for review
September 4, 2026 03:34
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
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.
Summary
Fast-forward
mainto match vercel-labs/emulatemain. The fork was 10 commits behind and had no unique commits, so this is a clean fast-forward (no merge commit, no conflicts).Also pushed release tags
v0.10.0andv0.11.0to the fork.Upstream commits included
e200442fix(stripe): send Stripe webhook signatures (fix(stripe): send Stripe webhook signatures vercel-labs/emulate#198)70028dfAdd GitHub contents and commit APIs (Add GitHub contents and commit APIs vercel-labs/emulate#191)7aea54afix(github): verify App JWTs with public key material (fix(github): verify App JWTs with public key material vercel-labs/emulate#199)2e49af2feat(github): generate App keys for createEmulator (feat(github): generate App keys for createEmulator vercel-labs/emulate#200)c397779chore(release): prepare v0.10.0 (Release 0.10.0 vercel-labs/emulate#202)d0219d0feat(cli): deliver generated secrets securely (feat(cli): deliver generated secrets securely vercel-labs/emulate#204)e4d6657feat(adapters): persist generated GitHub App keys (feat(adapters): persist generated GitHub App keys vercel-labs/emulate#205)5b1fbf0feat(linear): add issue priority label (Add Linear issue priority labels vercel-labs/emulate#220)8ff0c39feat(github): inspect installation token metadata (feat(github): inspect installation token metadata vercel-labs/emulate#215)7cf250fFix changelog release markers (Fix changelog release markers vercel-labs/emulate#222) (includes v0.11.0)Head is now
7cf250fon upstreammain.Test plan
maingit merge --ff-only upstream/main)v0.10.0andv0.11.0tags to the forkmain