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)
Thu, Apr 25, 1:04 AM
Unknown Object (File)
Fri, Apr 19, 7:21 PM
Unknown Object (File)
Thu, Apr 11, 1:43 AM
Unknown Object (File)
Fri, Apr 5, 5:49 PM
Unknown Object (File)
Sun, Mar 31, 11:23 PM
Unknown Object (File)
Sat, Mar 30, 6:47 PM
Unknown Object (File)
Sat, Mar 30, 6:47 PM
Unknown Object (File)
Sat, Mar 30, 6:47 PM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.