Page MenuHomePhabricator

Fix issues where Drydock queries didn't work correctly with empty arrays
ClosedPublic

Authored by hach-que on Nov 19 2014, 11:11 PM.
Tags
None
Referenced Files
F13158734: D10879.diff
Sun, May 5, 9:12 PM
Unknown Object (File)
Mon, Apr 29, 8:07 PM
Unknown Object (File)
Mon, Apr 29, 6:24 AM
Unknown Object (File)
Wed, Apr 24, 11:51 PM
Unknown Object (File)
Sun, Apr 14, 12:24 PM
Unknown Object (File)
Thu, Apr 11, 8:07 AM
Unknown Object (File)
Apr 1 2024, 1:43 AM
Unknown Object (File)
Feb 26 2024, 3:42 PM

Details

Summary

Ref T2015. This fixes issues where the Drydock queries wouldn't filter (or throw an exception) when passed empty arrays for their with methods. In addition, this also adds array_unique to the resource and lease subqueries so that we don't pull in a bunch of stuff if logs or leases have the same related objects.

Test Plan

Tested it by using DarkConsole on the log controller.

Diff Detail

Repository
rP Phabricator
Branch
arcpatch-D10879
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3130
Build 3136: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

hach-que retitled this revision from to Fix issues where Drydock queries didn't work correctly with empty arrays.
hach-que updated this object.
hach-que edited the test plan for this revision. (Show Details)
hach-que added a reviewer: epriestley.
epriestley edited edge metadata.

Minor style nit.

src/applications/drydock/query/DrydockLogSearchEngine.php
38

Prefer just if ($resource_phids). This is equivalent to count() and simpler / consistent with the rest of the codebase.

45–61

etc etc

This revision now requires changes to proceed.Nov 19 2014, 11:13 PM
hach-que edited edge metadata.

Style fixes

epriestley edited edge metadata.
This revision is now accepted and ready to land.Nov 21 2014, 7:10 PM
This revision was automatically updated to reflect the committed changes.