Skip to content

feat(webapp): make native build server the default in build settings#3980

Merged
myftija merged 2 commits into
mainfrom
native-build-server-opt-out
Jul 13, 2026
Merged

feat(webapp): make native build server the default in build settings#3980
myftija merged 2 commits into
mainfrom
native-build-server-opt-out

Conversation

@myftija

@myftija myftija commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

Switches the native build server from opt-in to opt-out in project build settings.

  • It's now enabled by default, stored as a new `disableNativeBuildServer` opt-out key so previously-saved `useNativeBuildServer: false` values aren't treated as deliberate opt-outs.
  • The "Use native build server" checkbox is checked by default; unchecking it persists the opt-out.
  • Brief wording: clarifies build settings apply to GitHub-triggered and native build server deployments, and the native build server hint no longer says "in the future".

@changeset-bot

changeset-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e48ef24

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 3277333a-a6d6-4f6d-a7cc-281c22ae7b9e

📥 Commits

Reviewing files that changed from the base of the PR and between 03e466e and e48ef24.

📒 Files selected for processing (1)
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings.integrations/route.tsx
🚧 Files skipped from review as they are similar to previous changes (1)
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings.integrations/route.tsx
📜 Recent review details
⏰ Context from checks skipped due to timeout. (12)
  • GitHub Check: webapp / 🧪 Unit Tests: Webapp (8, 10)
  • GitHub Check: webapp / 🧪 Unit Tests: Webapp (4, 10)
  • GitHub Check: webapp / 🧪 Unit Tests: Webapp (6, 10)
  • GitHub Check: webapp / 🧪 Unit Tests: Webapp (1, 10)
  • GitHub Check: webapp / 🧪 Unit Tests: Webapp (5, 10)
  • GitHub Check: webapp / 🧪 Unit Tests: Webapp (2, 10)
  • GitHub Check: webapp / 🧪 Unit Tests: Webapp (3, 10)
  • GitHub Check: typecheck / typecheck
  • GitHub Check: code-quality / code-quality
  • GitHub Check: audit
  • GitHub Check: audit
  • GitHub Check: Analyze (javascript-typescript)

Walkthrough

The native build server setting changes from an opt-in useNativeBuildServer flag to an opt-out disableNativeBuildServer flag. The schema replaces the old field, while the route action persists the new flag only when the checkbox is unchecked. The form derives enabled state from the inverse flag, updates change detection and checkbox initialization, and revises related hints. Documentation describes the default behavior and deployment scope.

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description summarizes the change, but it misses required template sections like Closes #, Testing, Changelog, and Screenshots. Add the repository template sections: Closes #issue, checklist items, Testing steps, Changelog, and Screenshots or mark them N/A.
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: native build server becomes the default in build settings.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch native-build-server-opt-out

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

coderabbitai[bot]

This comment was marked as resolved.

@myftija myftija force-pushed the native-build-server-opt-out branch from 964d07e to 49dd55e Compare June 17, 2026 18:04

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 2 potential issues.

Open in Devin Review

Comment thread apps/webapp/app/v3/buildSettings.ts
Comment thread apps/webapp/app/v3/buildSettings.ts
@trigger-dot-bot

trigger-dot-bot Bot commented Jun 19, 2026

Copy link
Copy Markdown

Preview Deployment

Status Preview Commit Updated
⚪ Removed e48ef24 Jul 13, 09:11 UTC

Switch the native build server from opt-in to opt-out. It's now enabled
by default and stored as a new `disableNativeBuildServer` opt-out key, so
previously-saved `useNativeBuildServer: false` values aren't mistaken for
deliberate opt-outs. Clarify in the UI that build settings apply to
GitHub-triggered and native build server deployments.
@myftija myftija force-pushed the native-build-server-opt-out branch from 49dd55e to 03e466e Compare July 10, 2026 09:12
@pkg-pr-new

pkg-pr-new Bot commented Jul 10, 2026

Copy link
Copy Markdown

Open in StackBlitz

@trigger.dev/build

npm i https://pkg.pr.new/@trigger.dev/build@03e466e

trigger.dev

npm i https://pkg.pr.new/trigger.dev@03e466e

@trigger.dev/core

npm i https://pkg.pr.new/@trigger.dev/core@03e466e

@trigger.dev/python

npm i https://pkg.pr.new/@trigger.dev/python@03e466e

@trigger.dev/react-hooks

npm i https://pkg.pr.new/@trigger.dev/react-hooks@03e466e

@trigger.dev/redis-worker

npm i https://pkg.pr.new/@trigger.dev/redis-worker@03e466e

@trigger.dev/rsc

npm i https://pkg.pr.new/@trigger.dev/rsc@03e466e

@trigger.dev/schema-to-json

npm i https://pkg.pr.new/@trigger.dev/schema-to-json@03e466e

@trigger.dev/sdk

npm i https://pkg.pr.new/@trigger.dev/sdk@03e466e

commit: 03e466e

@myftija myftija merged commit 5f2541d into main Jul 13, 2026
29 checks passed
@myftija myftija deleted the native-build-server-opt-out branch July 13, 2026 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants