Page MenuHomePhabricator

Allow users to query feed by a date range
ClosedPublic

Authored by epriestley on May 26 2017, 5:24 PM.
Tags
None
Referenced Files
F12838826: D18029.id43362.diff
Thu, Mar 28, 6:41 PM
Unknown Object (File)
Sat, Mar 9, 11:20 PM
Unknown Object (File)
Jan 27 2024, 9:12 AM
Unknown Object (File)
Jan 23 2024, 8:10 PM
Unknown Object (File)
Jan 13 2024, 6:33 AM
Unknown Object (File)
Jan 7 2024, 9:54 PM
Unknown Object (File)
Dec 27 2023, 11:16 AM
Unknown Object (File)
Dec 27 2023, 11:16 AM
Subscribers
None

Details

Summary

Ref T12762.

Test Plan
  • Ran queries with start date, end date, both, neither.
  • Used EXPLAIN to try to make sure doing the bitshift isn't going to be a performance issue.

Screen Shot 2017-05-26 at 10.20.37 AM.png (1×1 px, 213 KB)

Diff Detail

Repository
rP Phabricator
Branch
feed3
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 17273
Build 23137: Run Core Tests
Build 23136: arc lint + arc unit

Event Timeline

  • Add an error if you specify a bad date range (for example: 2015 to 2014, where the start and end dates are backwards).

Screen Shot 2017-05-26 at 10.26.44 AM.png (1×1 px, 153 KB)

This revision is now accepted and ready to land.May 26 2017, 6:44 PM
This revision was automatically updated to reflect the committed changes.