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
Unknown Object (File)
Thu, Jan 23, 7:53 PM
Unknown Object (File)
Wed, Jan 22, 12:39 PM
Unknown Object (File)
Tue, Jan 21, 7:18 PM
Unknown Object (File)
Tue, Jan 21, 3:36 PM
Unknown Object (File)
Tue, Jan 21, 11:50 AM
Unknown Object (File)
Tue, Jan 21, 3:40 AM
Unknown Object (File)
Fri, Jan 17, 6:30 PM
Unknown Object (File)
Tue, Dec 31, 10:16 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 18755
Build 25272: Run Core Tests
Build 25271: 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.