Page MenuHomePhabricator

Modernize Drydock Query + Attach code
ClosedPublic

Authored by epriestley on Sep 15 2015, 5:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 8, 9:04 AM
Unknown Object (File)
Sat, Apr 6, 5:10 AM
Unknown Object (File)
Tue, Apr 2, 5:35 AM
Unknown Object (File)
Sun, Mar 31, 4:27 PM
Unknown Object (File)
Fri, Mar 29, 8:46 PM
Unknown Object (File)
Mar 20 2024, 3:52 PM
Unknown Object (File)
Mar 12 2024, 6:17 AM
Unknown Object (File)
Mar 10 2024, 2:01 PM
Subscribers
None

Details

Summary

Ref T9253. Some of the Drydock code is pretty old. This applies standard modernizations to it:

  • Modernize Query classes to use stuff like buildWhereClauseParts() and loadStandardPage().
  • Modernize all the getX() / attachX() stuff. In particular:
    • Require and attach implementations to Blueprints.
    • Require and attach Blueprints to Resources.
    • BlueprintImplementations are now always unique per-Blueprint so they can store/cache state if they want without running over one another.
    • BlueprintImplementations are now passed a $blueprint, like other similar APIs (this could go various ways but I generally like this as a balance of concerns).
NOTE: This probably doesn't run on its own, I'm just trying to split the next diff (core allocator stuff) up a bit and these pieces are all pretty standard.
Test Plan
  • Not much; see next revision or two.
  • Clicked around Resource and Blueprint lists.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Modernize Drydock Query + Attach code.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, hach-que.
chad edited edge metadata.
This revision is now accepted and ready to land.Sep 15 2015, 6:04 PM
hach-que edited edge metadata.
This revision was automatically updated to reflect the committed changes.