-
Notifications
You must be signed in to change notification settings - Fork 5
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: productdevbook/nitro-graphql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-beta.65
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: productdevbook/nitro-graphql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0-beta.66
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 63 files changed
- 2 contributors
Commits on Jan 13, 2026
-
feat: add cross-runtime utilities for file system and process management
- Introduced a new module `runtime.ts` providing runtime-agnostic utilities for file operations and process management across Node.js, Bun, and Deno. feat: implement core file watcher for GraphQL files - Added `index.ts` for a core file watcher that monitors changes in GraphQL files, triggering appropriate callbacks for server and client changes. refactor: streamline Apollo Sandbox script handling - Refactored `apollo-sandbox-script.ts` to utilize a core sandbox handler for improved consistency and maintainability. refactor: update debug route to use core debug template - Changed `debug.ts` to import and use `generateDebugHtml` from the core debug module instead of a local template. refactor: enhance GraphQL Yoga route handler - Updated `graphql-yoga.ts` to use a core server factory for creating the Yoga server, improving code reuse and consistency. refactor: simplify extend loader logic - Refactored `extend-loader.ts` to leverage core extend functionality, reducing complexity and improving maintainability. refactor: optimize file watcher setup - Updated `file-watcher.ts` to utilize the core watcher module, simplifying the setup process and enhancing code clarity. test: add dynamic port allocation for tests - Introduced `ports.ts` to manage dynamic port allocation during tests, preventing conflicts when running multiple instances. test: enhance test setup configuration - Updated `setup.ts` to set CI environment variables and suppress logs during tests, improving test reliability. chore: update Vitest configuration - Modified `vitest.config.ts` to include setup files, retry flaky tests, and exclude unnecessary directories from test runs.
Configuration menu - View commit details
-
Copy full SHA for 9ddc579 - Browse repository at this point
Copy the full SHA 9ddc579View commit details -
feat: enhance CI workflow with separate unit and E2E test stages, add…
… fixture isolation utilities, and update test configurations
Configuration menu - View commit details
-
Copy full SHA for 0f17a26 - Browse repository at this point
Copy the full SHA 0f17a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6720cea - Browse repository at this point
Copy the full SHA 6720ceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cda698b - Browse repository at this point
Copy the full SHA cda698bView commit details
Commits on Jan 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 53dd517 - Browse repository at this point
Copy the full SHA 53dd517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b69ba - Browse repository at this point
Copy the full SHA 99b69baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08193c0 - Browse repository at this point
Copy the full SHA 08193c0View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.0-beta.65...v2.0.0-beta.66