Avatar for the reflex-dev user
reflex-dev
reflex
BlogDocsChangelog

Performance History

Latest Results

Review fixes: restore provider on failed switch, arg precedence, rollback hint Addresses three review comments: - P1 (cli.py): a provider switch on an already-deployed app tears its old resources down before hostname reservation, export, and deployment creation — any of which can fail, stranding the app on the new provider. Wrap that pipeline in `_restore_provider_on_failure`: on failure, best-effort re-pin the previous provider so its last deployment stays a valid `reflex cloud apps rollback` target, and tell the user how to recover. - P2 (apps.py `_resolve_app_id`): honor an explicit `--app-name` before the cloud.yml/pyproject `appid` fallback, so `--app-name` is no longer silently ignored when a config appid is present. Precedence is now --app-id > --app-name > config. - P2 (apps.py rollback): include the deployment id and `--watch` in the post-rollback tracking hint (the bare `reflex cloud apps status` exits with a missing-argument error). Adds regression tests for all three. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01K1YRndqwXapfwj5Rtx9Mzz
claude/gcp-support-reflex-cli-j78sg3
2 hours ago
Add GCP managed provider, rollbacks, and deployment descriptions to hosting CLI Port the cloud GCP provider feature set to the reflex-hosting-cli client and document it. The backend endpoints already exist; this wires them into the CLI with a focus on UX. reflex deploy: - Prompt for "Reflex Cloud vs. Google Cloud (GCP)" when the org has a GCP account connected and GCP deploys are allowed (Enterprise). Add --provider to skip the prompt and a `provider` config-file field. The provider is pinned before the hostname is reserved so a GCP app bakes its *.run.app backend URL into the exported frontend, and region/VM-type are dropped for GCP (they come from the connected account). - Add --description to record an optional changelog note on the deployment. reflex cloud apps: - rollback DEPLOYMENT_ID: redeploy a previous deployment's image without rebuilding from source. - describe DEPLOYMENT_ID --description: set/clear a deployment's note. - history now surfaces each deployment's description and rollback eligibility. reflex cloud providers (new group): - status / list: inspect the cloud provider accounts connected to the org. Docs: new "Cloud Providers" page, app-management history/description/rollback sections, a self-service-vs-managed note on deploy-to-gcp, CLI-reference wiring, and towncrier news fragments. Tests: unit coverage for the new hosting client functions, the deploy provider-selection flow, the apps rollback/describe commands, and the providers group. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01K1YRndqwXapfwj5Rtx9Mzz
claude/gcp-support-reflex-cli-j78sg3
19 hours ago

Latest Branches

CodSpeed Performance Gauge
0%
Add managed GCP provider, deployment rollback, and descriptions#6810
2 hours ago
56f83e9
claude/gcp-support-reflex-cli-j78sg3
CodSpeed Performance Gauge
-4%
18 hours ago
19f5a93
aditya/ops-1673-audit-update-integrations-connections-docs
CodSpeed Performance Gauge
0%
22 hours ago
f315ecf
FarhanAliRaza:farhan/eng-9917-post-compile-once-per-app
© 2026 CodSpeed Technology
Home Terms Privacy Docs