Page MenuHomePhabricator

Modernize more paging/order queries
ClosedPublic

Authored by epriestley on Apr 12 2015, 6:55 PM.
Tags
None
Referenced Files
F13149063: D12371.diff
Sat, May 4, 6:26 AM
F13145826: D12371.diff
Fri, May 3, 9:21 AM
Unknown Object (File)
Thu, Apr 25, 2:59 AM
Unknown Object (File)
Fri, Apr 12, 9:26 PM
Unknown Object (File)
Thu, Apr 11, 10:31 AM
Unknown Object (File)
Tue, Apr 9, 2:35 AM
Unknown Object (File)
Apr 1 2024, 6:36 AM
Unknown Object (File)
Mar 22 2024, 9:55 PM
Subscribers

Details

Summary

Ref T7803. Removes some getReversePaging().

This also fixes null column handling, by adding an explicit 'null' key with possible values "head" (put NULL before other values) or "tail" (put NULL after other values).

Maniphest has some glitchiness in paging through NULLs right now, but I believe it's all pre-existing and will be resolved when it fully converts. Diffusion is fully converted and pages through NULL correctly.

Test Plan
  • Failed to identify any reason for ChangesetQuery to reverse paging.
  • Paged thorugh Diffusion.
  • Paged through Maniphest.
    • Maniphest has some issues when paging inside a NULL section, but these issues are preexisting and will be resolved later in this change sequence.

Diff Detail

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

Event Timeline

epriestley retitled this revision from to Modernize more paging/order queries.
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 13 2015, 5:32 PM
This revision was automatically updated to reflect the committed changes.