Page MenuHomePhabricator

Allow revisions to be held as drafts, even after builds finish
ClosedPublic

Authored by epriestley on Oct 27 2017, 4:10 PM.
Tags
None
Referenced Files
F13061131: D18737.diff
Fri, Apr 19, 6:56 PM
F13052941: D18737.id44992.diff
Fri, Apr 19, 10:50 AM
F13052285: D18737.id44985.diff
Fri, Apr 19, 8:29 AM
Unknown Object (File)
Tue, Apr 16, 7:00 PM
Unknown Object (File)
Tue, Apr 16, 2:51 PM
Unknown Object (File)
Thu, Apr 11, 9:35 AM
Unknown Object (File)
Sat, Mar 30, 5:20 AM
Unknown Object (File)
Fri, Mar 29, 5:12 AM
Subscribers
None

Details

Summary

Ref T2543. Instead of autosubmitting revisions to "Needs Review" when builds finish, allow them to be held in "Draft" indefinitely.

There's currently no UI for this. I plan to just expose it as arc diff --draft for now, in a followup change.

Test Plan
  • Created a revision (via Conduit) with "hold as draft", saw it hold as draft after builds finished.
  • Created a revision (normally), saw it autosubmit after builds finished.
  • Requested review of a "hold as draft" revision to kick it out of draft state.

Diff Detail

Repository
rP Phabricator
Branch
draft1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 18765
Build 25290: Run Core Tests
Build 25289: arc lint + arc unit

Event Timeline

amckinley added inline comments.
src/applications/differential/storage/DifferentialRevision.php
716

Unused argument.

Should be return $this->setProperty(self::PROPERTY_DRAFT_HOLD, $hold);?

This revision now requires changes to proceed.Oct 28 2017, 3:27 PM
  • Fix setHoldAsDraft() implementation to respect parameter.
This revision is now accepted and ready to land.Oct 31 2017, 2:48 PM
This revision was automatically updated to reflect the committed changes.