Rename legacy staged identifiers to the staging naming - #375
Open
aram356 wants to merge 1 commit into
Open
Conversation
Pure rename, no behavior change: DeployStaged -> DeployStaging, deploy_staged -> deploy_staging, split_staged_passthrough -> split_staging_passthrough, StagedPassthrough -> StagingPassthrough, plus the test helpers and test names built from them. Doc-comment back-references updated to match. The user-facing CLI surface (deploy --staging) was already named staging and is unchanged.
prk-Jr
approved these changes
Sep 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
deploy --stagingterminology.DeployStaged→DeployStaging(both enums),deploy_staged→deploy_staging,split_staged_passthrough→split_staging_passthrough,StagedPassthrough→StagingPassthrough, plus the test helpers and test names built from them; doc-comment back-references updated.Changes
crates/edgezero-adapter/src/registry.rsAdapterAction::DeployStaged→DeployStagingcrates/edgezero-cli/src/adapter.rsAction::DeployStaged→DeployStaging(Display stringdeploy --stagingunchanged)crates/edgezero-cli/src/lib.rsAction::DeployStagingcall sitescrates/edgezero-adapter-fastly/src/cli.rsdeploy_staged→deploy_staging,split_staged_passthrough→split_staging_passthrough,StagedPassthrough→StagingPassthrough, test helpers and test names, doc back-referencescrates/edgezero-adapter-{axum,cloudflare,spin}/src/cli.rsCloses
Closes #374
Test plan
cargo test --workspace --all-targets(1421 passed, 0 failed)cargo clippy --workspace --all-targets --all-features -- -D warningscargo fmt --all -- --checkcargo check --workspace --all-targets --features "fastly cloudflare spin"wasm32-wasip2(Spin) viacargo check -p edgezero-adapter-spin --target wasm32-wasip2 --features spin; Fastly/Cloudflare targets covered by the feature check above and CIexamples/app-demoworkspace:cd examples/app-demo && cargo test --workspace --all-targetscd docs && npm run lint && npm run format && npm run buildedgezero serve --adapter axumChecklist
{id}syntax (not:id)