Page MenuHomePhabricator

Migrate Project names to modular transactions
ClosedPublic

Authored by amckinley on May 18 2017, 12:01 AM.
Tags
None
Referenced Files
F13085739: D17947.diff
Wed, Apr 24, 11:54 PM
Unknown Object (File)
Thu, Apr 11, 8:11 AM
Unknown Object (File)
Fri, Apr 5, 7:23 PM
Unknown Object (File)
Mon, Apr 1, 7:10 AM
Unknown Object (File)
Mar 12 2024, 8:13 PM
Unknown Object (File)
Jan 9 2024, 5:56 AM
Unknown Object (File)
Dec 30 2023, 6:03 PM
Unknown Object (File)
Dec 30 2023, 6:03 PM
Subscribers

Details

Summary

Also changes access modifiers on PhabricatorProjectTransactionEditor and sets up storage for applyExternalEffects.

Test Plan

Created new projects, attempted to create without name, with too long of a name, and with a name that conflicts with other projects and observed expected errors.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This all looks good to me.

src/applications/project/xaction/PhabricatorProjectNameTransaction.php
21

In theory, you could also $this->generateOldValue($object) to avoid needing to provide $storage, but I think your fix here is actually cleaner.

This revision is now accepted and ready to land.May 18 2017, 12:06 AM
This revision was automatically updated to reflect the committed changes.