Page MenuHomePhabricator

Make JOIN changes to CommitQuery only
ClosedPublic

Authored by epriestley on Apr 28 2014, 12:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 23, 2:17 PM
Unknown Object (File)
Thu, Aug 22, 12:59 PM
Unknown Object (File)
Thu, Aug 22, 8:50 AM
Unknown Object (File)
Sun, Aug 18, 9:47 AM
Unknown Object (File)
Sun, Aug 18, 3:37 AM
Unknown Object (File)
Aug 7 2024, 3:36 PM
Unknown Object (File)
Jul 30 2024, 7:10 AM
Unknown Object (File)
Jul 30 2024, 7:06 AM
Subscribers

Details

Summary

Fixes T4911. See D8879. This gives us the correct query in cases where there are no audits.

This doesn't try to do the GROUP BY stuff yet.

Test Plan
  • Viewed a commit in Diffusion with no audits, got a commit detail page.
  • Viewed "All Commits" in web UI, saw commits without any audits included in the list.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Make JOIN changes to CommitQuery only.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 28 2014, 3:07 PM
epriestley updated this revision to Diff 21070.

Closed by commit rP8716e734f039 (authored by @epriestley).