Add a differential.getrevisiontransactions method to Conduit. This was requested by a colleague who wanted to query the status of diffs in a given revision. Originally I thought that this should maybe wait until after T5873, but given that we already have a maniphest.gettasktransactions method I figured that maybe this is fine to just add now.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T8042: PhutilUnitTestEngine can't execute a single test path
Ran echo '{"ids": [1]}' | arc --conduit-uri='http://phabricator.local' call-conduit 'differential.getrevisiontransactions' and saw expected results.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- master
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 6379 Build 6401: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
Yeah, I want to wait until T5873 for this since I don't have enough of a plan here yet to have any level of confidence that this is even approximately the way forward.
For example, I suspect this may be more like transactions.query after T5873.
You could drop this into src/extensions/ locally in the meantime.