[REV-2383] Scope schedule operations to selected team - #15812
Open
warp-agent-staging[bot] wants to merge 4 commits into
Open
[REV-2383] Scope schedule operations to selected team#15812warp-agent-staging[bot] wants to merge 4 commits into
warp-agent-staging[bot] wants to merge 4 commits into
Conversation
Co-Authored-By: Warp Agent <agent@warp.dev>
warp-agent-staging
Bot
force-pushed
the
factory/rev-2383-schedules
branch
from
September 4, 2026 17:54
e94143d to
401b4a0
Compare
Contributor
Author
|
This PR was generated with Warp. Comment |
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.



Description
Scope
oz schedule listand schedule creation to a validated personal or selected-team context. Both commands now refresh team metadata, mintRequestTeamScope, and sendX-Warp-Team-Uidonly for selected-team Warp Drive requests before reading scoped schedules or environments. Scoped refreshes submit only personal and selected-team versions and cannot evict personal or sibling-team cache entries. Owner resolution remains independent, and UID-addressed get/update/pause/unpause/delete behavior remains unchanged.Built on parent PR #15805. The server-side active-team filter is in warpdotdev/warp-server#16853.
Origin: https://warpdev.slack.com/archives/C0BREN45G2D/p1788501775785069
Linked Issue
REV-2383
ready-to-specorready-to-implement.Testing
cargo nextest run -p warp_cli -p warp -E 'test(schedule_) or test(team_scoped_graphql_request)'— 18 passed on the original vertical.Focused
cargo test -p warp --libregressions for request-scoped versions, scoped deletion safety, schedule visibility, and GraphQL team headers — 6 passed../script/format --checkand./script/check_no_inline_test_modules— passed.cargo clippy -p warp_server_client --all-targets --tests -- -D warnings— passed on the original vertical.cargo clippy -p warp_cli --all-targets --tests -- -D warnings— passed on the original vertical.cargo clippy -p warp --all-targets --tests -- -D warnings— passed after the cache-safety update.The workspace-unified Clippy stage could not complete because the dedicated 49 GB Cargo target filesystem was full (
No space left on device); CI is pending on the pushed head.I have manually tested my changes locally with
./script/run— not run; automated CLI and request-transport tests cover this headless behavior.Agent Mode
CHANGELOG-NONE