Ref T12762.
Details
Details
- Reviewers
chad - Maniphest Tasks
- T12762: Feed queries should support date range constraints
- Commits
- rP46a33c07dc0c: Allow users to query feed by a date range
- 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.
Diff Detail
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
Comment Actions
- Add an error if you specify a bad date range (for example: 2015 to 2014, where the start and end dates are backwards).