Page MenuHomePhabricator

Migrate Project workboard to modular transactions
ClosedPublic

Authored by amckinley on May 23 2017, 7:07 PM.
Tags
None
Referenced Files
F15413244: D18004.diff
Wed, Mar 19, 5:37 PM
F15411297: D18004.diff
Wed, Mar 19, 8:59 AM
F15411242: D18004.diff
Wed, Mar 19, 8:56 AM
F15411176: D18004.diff
Wed, Mar 19, 8:53 AM
F15411040: D18004.diff
Wed, Mar 19, 8:48 AM
F15410974: D18004.diff
Wed, Mar 19, 8:45 AM
F15410148: D18004.diff
Wed, Mar 19, 6:50 AM
F15345502: D18004.diff
Mon, Mar 10, 11:11 AM
Subscribers

Details

Summary

This was interesting, because there were a mix of callsites using transactions and others that just set the property on the Project object. I made everything consistent in using transactions to change this property. I also found an implementation of getTitle() that I don't think is ever being invoked since shouldHide() is returning true, but I migrated it anyway.

Test Plan

Unit tests pass + enabling/disabling workboards (and importing).

Diff Detail

Repository
rP Phabricator
Branch
project-workboard (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 17213
Build 23041: Run Core Tests
Build 23040: arc lint + arc unit

Event Timeline

I think these just didn't get converted when we swapped to transactions originally, your rewrites look correct to me.

This revision is now accepted and ready to land.May 23 2017, 7:18 PM
This revision was automatically updated to reflect the committed changes.