Page MenuHomePhabricator

Modernize more paging/order queries
ClosedPublic

Authored by epriestley on Apr 12 2015, 6:55 PM.
Tags
None
Referenced Files
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)
Mon, Apr 1, 6:36 AM
Unknown Object (File)
Mar 22 2024, 9:55 PM
Unknown Object (File)
Mar 16 2024, 5:07 PM
Unknown Object (File)
Mar 12 2024, 4:11 PM
Unknown Object (File)
Mar 6 2024, 4:04 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.