Page MenuHomePhabricator

Modernize Project/Object edges
ClosedPublic

Authored by epriestley on Jul 6 2014, 2:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 10:46 PM
Unknown Object (File)
Sat, Apr 20, 7:15 PM
Unknown Object (File)
Wed, Apr 17, 11:38 AM
Unknown Object (File)
Thu, Apr 11, 9:59 AM
Unknown Object (File)
Wed, Apr 10, 1:36 AM
Unknown Object (File)
Fri, Mar 29, 12:29 AM
Unknown Object (File)
Fri, Mar 29, 12:29 AM
Unknown Object (File)
Fri, Mar 29, 12:29 AM
Subscribers

Details

Summary

Ref T5245. Updates the project/object edge to use a modern class definition. Moves further toward real edges.

Test Plan

Added projects to some objects, viewed transactions in transaction record.

Diff Detail

Repository
rP Phabricator
Branch
projedge8
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1562
Build 1562: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Modernize Project/Object edges.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: joshuaspence, chad, btrahan.

This looks good. Again there are a couple of minor issues which are carried over from previous diffs.

src/applications/differential/customfield/DifferentialProjectsField.php
38

As in D9848, this feels awkward.

101

As above.

src/applications/diffusion/controller/DiffusionRepositoryController.php
167

As above.

src/applications/diffusion/controller/DiffusionRepositoryEditBasicController.php
76

As above.

src/applications/diffusion/controller/DiffusionRepositoryEditMainController.php
268

You get the idea...

src/applications/project/edge/PhabricatorProjectEdgeTypeObjectHasProject.php
4

As in D9839, I'm not a fan of the class name.

7–12

As in D9839, this feels sorta awkward.

43

As in D9839, I'm not convinced that we need a $total_count parameter.

79–84

As in D9839, the parameter order is wrong.

90

As above.

src/applications/project/edge/PhabricatorProjectEdgeTypeProjectHasObject.php
4

As above.

7–11

As above.

joshuaspence edited edge metadata.
This revision now requires changes to proceed.Jul 7 2014, 12:09 AM
src/applications/differential/customfield/DifferentialProjectsField.php
101

This is maybe an argument against using objects. This is getting serialized and must be a scalar.

Or we need to build a lot more "stuff" around edge transactions, which might not be terrible, but they only feel a touch clumsy to me right now (and mostly during construction).

epriestley edited edge metadata.
  • Fix removal string.
joshuaspence edited edge metadata.

This looks good except maybe the class names (see discussion in D9839)

This revision is now accepted and ready to land.Jul 7 2014, 4:57 AM
epriestley edited edge metadata.
  • Rename classes to "*EdgeType".
  • Remove obsolete methods.
epriestley updated this revision to Diff 23931.

Closed by commit rP33120e377a63 (authored by @epriestley).