Page MenuHomePhabricator

Migrate Project names to modular transactions
ClosedPublic

Authored by amckinley on May 18 2017, 12:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 9, 4:08 AM
Unknown Object (File)
Sun, Feb 9, 4:08 AM
Unknown Object (File)
Sun, Feb 9, 4:07 AM
Unknown Object (File)
Sun, Feb 9, 4:07 AM
Unknown Object (File)
Mon, Feb 3, 4:24 AM
Unknown Object (File)
Tue, Jan 28, 2:36 AM
Unknown Object (File)
Sun, Jan 26, 7:25 AM
Unknown Object (File)
Fri, Jan 24, 9:07 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.