Allows to query tracked user time by their dateStarted and dateEnded.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T5150: Extend query by time restrictions
Open the advanced search of Phrequent and you will see two additional input fields for the begin and the end of the time range to search within. Use those fields to narrow your search results.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- T5150
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 2794 Build 2798: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
I had to create this stuff here on a local machine and had no time for a full installation of Phabricator. So I just cloned the repository and made the changes. But by using arc diff I got the following exception:
The program is attempting to read user input, but stdin is being piped from some other source (not a TTY). (Run with --trace for a full exception trace.) Exception Unable to read results from background linting and unit testing. You can try running arc diff again with --background 0 (Run with --trace for a full exception trace.)
So I've skipped all that with arc diff --background 0 --nounit --nolint.
Comment Actions
Per policy, Phrequent is a Prototype application and thus external contributions are not accepted for it.