Page MenuHomePhabricator

Support "parentPHIDs" and "ancestorPHIDs" as constraints in project.search API
ClosedPublic

Authored by epriestley on Jan 8 2017, 7:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 2:32 AM
Unknown Object (File)
Fri, Apr 19, 2:32 AM
Unknown Object (File)
Fri, Apr 19, 2:32 AM
Unknown Object (File)
Wed, Apr 17, 1:48 PM
Unknown Object (File)
Thu, Apr 11, 3:52 AM
Unknown Object (File)
Mon, Apr 8, 1:08 AM
Unknown Object (File)
Sat, Apr 6, 3:35 AM
Unknown Object (File)
Thu, Apr 4, 10:06 AM
Subscribers
None

Details

Summary

Ref T12074. Allows querying for project by direct parent (find only immediate children) or any ancestor (find all descendants) using the API.

There's no proper web UI for this since I'm not sure how useful it is, but you can /project/?parent=PHID-PROJ-... or /project/?ancestor=... for now. We can add UI later if/when use cases arise, but it's not immediately clear to me that this is useful to do from the web.

Test Plan
  • From API, queried with parentPHIDs and ancestorPHIDs, finding direct children only and all descendants, respectively.
  • From web UI, fiddled with ?parent=... and ?ancestor=... to make sure they work too. This isn't intended to be a user-facing feature.

Diff Detail

Repository
rP Phabricator
Branch
project3
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 15141
Build 19884: Run Core Tests
Build 19883: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 8 2017, 8:25 PM
This revision was automatically updated to reflect the committed changes.