Page MenuHomePhabricator

Allow "arc diff --plan-changes" to work with drafts enabled
ClosedPublic

Authored by epriestley on Feb 12 2018, 9:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 31, 10:02 PM
Unknown Object (File)
Sat, May 31, 9:36 AM
Unknown Object (File)
May 26 2025, 10:57 AM
Unknown Object (File)
May 25 2025, 2:53 PM
Unknown Object (File)
Apr 24 2025, 11:58 AM
Unknown Object (File)
Apr 23 2025, 2:36 PM
Unknown Object (File)
Apr 23 2025, 6:59 AM
Unknown Object (File)
Apr 22 2025, 9:47 AM
Subscribers
None

Details

Summary

See PHI346. Ref T13054. If you have prototypes enabled on the server but use master / stable on the client and run arc diff --plan-changes, the transition is rejected because "Draft -> Changes Planned" isn't currently a legal transition.

Allow this transition if not coming from the web UI (to keep it out of the dropdown).

Test Plan
  • Ran arc diff --plan-changes on master, got a "Changes Planned" revision instead of a validation error.
  • Ran arc diff without --plan-changes, got a draft, verified that "Plan Changes" still doesn't appear in the action dropdown.

Diff Detail

Repository
rP Phabricator
Branch
plan1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 19511
Build 26399: Run Core Tests
Build 26398: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Feb 12 2018, 9:15 PM
This revision was automatically updated to reflect the committed changes.