Skip to content

Use slider for up to 32 service replicas - #231

Merged
arjunkomath merged 4 commits into
mainfrom
fix/basecamp-10143069415
Jul 29, 2026
Merged

Use slider for up to 32 service replicas#231
arjunkomath merged 4 commits into
mainfrom
fix/basecamp-10143069415

Conversation

@arjunkomath

@arjunkomath arjunkomath commented Jul 29, 2026

Copy link
Copy Markdown
Member

Summary

  • add the shadcn/Base UI slider primitive and use it for automatic replica selection
  • raise the service replica ceiling from 10 to 32 across UI, web validation, rollout execution, Compose parsing, public API, and CLI manifests
  • update documentation and boundary coverage for 32 accepted / 33 rejected

Validation

  • mise exec node@24 -- npx vitest run tests/autoplacement.test.ts tests/public-api-source.test.ts tests/service-revision-spec.test.ts (65 tests)
  • ./node_modules/.bin/tsc --noEmit
  • go test ./... in cli/
  • Biome and gofmt checks
  • git diff --check

Basecamp

@github-actions

github-actions Bot commented Jul 29, 2026

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 5a23697.

Amp-Thread-ID: https://ampcode.com/threads/T-019fadba-520e-71b8-9208-ff74549f8468
Co-authored-by: Arjun Komath <arjunkomath@gmail.com>
@arjunkomath arjunkomath changed the title Use slider for automatic replica selection Use slider for up to 32 service replicas Jul 29, 2026
@mintlify

mintlify Bot commented Jul 29, 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 29, 2026, 12:48 PM

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

ampagent and others added 2 commits July 29, 2026 19:52
Amp-Thread-ID: https://ampcode.com/threads/T-019fadba-520e-71b8-9208-ff74549f8468
Co-authored-by: Arjun Komath <arjunkomath@gmail.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019fadba-520e-71b8-9208-ff74549f8468
Co-authored-by: Arjun Komath <arjunkomath@gmail.com>
@arjunkomath
arjunkomath added this pull request to the merge queue Jul 29, 2026
Merged via the queue into main with commit ae15df8 Jul 29, 2026
13 checks passed
@arjunkomath
arjunkomath deleted the fix/basecamp-10143069415 branch July 29, 2026 19:55
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