Skip to content

Constrain serverless settings to HTTP services - #250

Merged
arjunkomath merged 1 commit into
mainfrom
fix/serverless-http-visibility
Jul 31, 2026
Merged

Constrain serverless settings to HTTP services#250
arjunkomath merged 1 commit into
mainfrom
fix/serverless-http-visibility

Conversation

@arjunkomath

@arjunkomath arjunkomath commented Jul 31, 2026

Copy link
Copy Markdown
Member

Summary

  • hide serverless settings when a service has no public HTTP domain
  • automatically disable serverless when the final qualifying endpoint is removed
  • expose the implicit disable in public API plans and fingerprints so CLI confirmation includes it
  • document the behavior

Verification

  • npx biome check --write components/service/details/serverless-section.tsx actions/projects.ts lib/public-api.ts tests/public-api-plan.test.ts
  • mise exec -- ./node_modules/.bin/tsc --noEmit
  • mise exec -- pnpm test -- tests/public-api-plan.test.ts tests/service-config.test.ts (50 files, 338 tests passed)
  • git diff --check

@mintlify

mintlify Bot commented Jul 31, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
techulus-cloud 🟢 Ready View Preview Jul 31, 2026, 12:02 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@github-actions

Copy link
Copy Markdown

React Doctor found no issues. 🎉

⚠️ Warning: .github/workflows/react-doctor.yml is configured incorrectly. See below to fix.

React Doctor compares against main to report only the issues this pull request introduces. This run couldn't complete that comparison (usually a shallow CI checkout with no merge base), so it listed every issue in the changed files, including ones that already existed on main.

Add fetch-depth: 0 to the actions/checkout step in .github/workflows/react-doctor.yml so the checkout includes the history React Doctor needs:

 jobs:
   react-doctor:
     steps:
       - uses: actions/checkout@v5
+        with:
+          fetch-depth: 0

       - uses: millionco/react-doctor@v2

To silence this warning, set silence-missing-baseline-warning: true on the React Doctor action.

Reviewed by React Doctor for commit ca81784.

@arjunkomath
arjunkomath added this pull request to the merge queue Jul 31, 2026
Merged via the queue into main with commit 7df74b8 Jul 31, 2026
8 checks passed
@arjunkomath
arjunkomath deleted the fix/serverless-http-visibility branch July 31, 2026 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants