Page MenuHomePhabricator

Modernize Drydock Query + Attach code
ClosedPublic

Authored by epriestley on Sep 15 2015, 5:01 PM.
Tags
None
Referenced Files
F20721204: D14113.id34151.diff
Mon, Jun 22, 9:09 PM
F20721201: D14113.id34104.diff
Mon, Jun 22, 9:09 PM
F20721198: D14113.id.diff
Mon, Jun 22, 9:09 PM
Unknown Object (File)
Sat, Jun 6, 3:19 AM
Unknown Object (File)
Fri, Jun 5, 8:52 AM
Unknown Object (File)
Mon, Jun 1, 3:41 PM
Unknown Object (File)
Apr 15 2026, 5:58 PM
Unknown Object (File)
Apr 14 2026, 7:35 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.